[Openchrome-users] Help on xorg.conf options
Robert Moskowitz
rgm
Thu Dec 4 06:21:41 PST 2008
As I fight with my OQO's CX700M2 chip, I think there is a 'compromise'
position I can work with.
I really only need the internal or external display working. It would
be nice to be able to switch easily between them, but if I have to
restart X each time (logout and in, for example), I can live with that.
To that end I have noticed:
Option "ActiveDevice" "LCD"
or
Option "ActiveDevice" "LCD,CRT"
Results in the external display working and the internal one to be
out-of-sync.
Option "ActiveDevice" "LCD"
Option "ForcePanel"
Results in the external off and the internal on.
Option "ActiveDevice" "LCD,CRT"
Option "ForcePanel"
Results in both on, but both having sync lines accross the screen and
one running down the screen. The mouse pointer is a blurred box unless
I add:
Option "SWCursor" "true"
So minimally I need an option that turns off the internal display and
has the external on. What would that be? Here is what I am running
with right now (oh, I should mention that since I started fiddling with
my xorg.conf, I lost 1024x768 and only get 800x600. How do I get
1024x768 back?):
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105+inet"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1024x768"
# HorizSync 31.5 - 48.0
# VertRefresh 56.0 - 65.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "openchrome"
Option "ActiveDevice" "LCD,CRT"
# Option "ForcePanel"
Option "SWCursor" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
More information about the Openchrome-users
mailing list