[Openchrome-users] Option "Rotate" "CW" causes wierdness

Forest Bond forest
Wed Feb 13 13:40:29 PST 2008


Hi,

I'm trying to use Option "Rotate" "CW".  When I do so, the X workspace gets
split, such that the top halves of windows appear on the bottom of my screen,
and the bottom halves appear on the top:


---------------------------------
|   |                   |       |
|   |                   |       |
|   ---------------------       |
|                               |
|                               |
|                               |
|                               |
|                               |
|   ---------------------       |
|   |                   |       |
---------------------------------


I hope my ASCII art makes sense :)

Also, when I move my cursor off the right side of the screen, at some points it
begins "painting" the window onto the new location.

What can I do to make this work?

xorg.conf and logfile attached.

Thanks,
Forest
-- 
Forest Bond
http://www.alittletooquiet.net
-------------- next part --------------
# /etc/X11/xorg.conf (xorg X Window System server configuration file)

Section "Files"
  FontPath "/usr/share/fonts/X11/misc"
  FontPath "/usr/share/fonts/X11/cyrillic"
  FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  FontPath "/usr/share/fonts/X11/Type1"
  FontPath "/usr/share/fonts/X11/100dpi"
  FontPath "/usr/share/fonts/X11/75dpi"
  FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load "bitmap"
  Load "extmod"
  Load "freetype"

  # These get pulled in as need by the driver:
  #Load "ddc"
  #Load "dri"
  #Load "glx"
  #Load "int10"
  #Load "vbe"
EndSection

Section "InputDevice"
  Identifier "Keyboard"
  Driver "kbd"
  Option "CoreKeyboard"
  Option "XkbRules" "xorg"
  Option "XkbModel" "pc105"
  Option "XkbLayout" "us"
EndSection

Section "InputDevice"
  Identifier "Mouse"
  Driver "mouse"
  Option "CorePointer"
  Option "Device" "/dev/input/mice"
  Option "Protocol" "ImPS/2"
  Option "ZAxisMapping" "4 5"
  Option "Emulate3Buttons" "true"
EndSection

Section "Device"
  Identifier "Video Card"
  Driver "openchrome"
  Option "SWCursor" "true"
  Option "Rotate" "CW"
EndSection

Section "Monitor"
  Identifier "Monitor"
EndSection

Section "Screen"
  Identifier "Screen"
  Device "Video Card"
  Monitor "Monitor"
  DefaultDepth 16
  SubSection "Display"
    Depth 16
    Modes "800x600" "1280x720"
    ViewPort 0 0
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  Screen "Screen"
  InputDevice "Keyboard"
  InputDevice "Mouse"
EndSection

Section "ServerFlags"
  Option "DefaultServerLayout" "Default Layout"
  Option "AllowMouseOpenFail" "true"
  Option "BlankTime" "0"
  Option "StandbyTime" "0"
  Option "SuspendTime" "0"
  Option "OffTime" "0"
EndSection

Section "DRI"
  Mode 0666
EndSection
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log.gz
Type: application/octet-stream
Size: 9836 bytes
Desc: not available
Url : http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20080213/6cfb3d7e/Xorg.0.log-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20080213/6cfb3d7e/attachment-0001.bin



More information about the Openchrome-users mailing list