rotate display
Gergely Buday
gbuday at gmail.com
Thu Nov 3 08:45:11 PDT 2011
Hi,
I have my X display as 2560x1024, two monitors in one, so I cannot
rotate one of them. How I should modify my xorg.conf so that I can
rotate the left one?
- Gergely
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 270.41.06 (mockbuild@) Sun May 1 14:42:45 EDT 2011
Section "ServerLayout"
#Screen1 at the right of Screen0
Identifier "DualSreen"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "TwinView" "1" #To move windows between screens
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "Enable" "true"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "True"
SubSection "Display"
Depth 24
Modes "1280x800_75.00"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard0"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "True"
SubSection "Display"
Depth 24
EndSubSection
EndSection
More information about the xorg
mailing list