Link to home
Start Free TrialLog in
Avatar of timdr
timdr

asked on

Vertical monitor orientation in Linux

I currently have 2 20" widescreen monitors running under linux. I would love to use them vertically, instead of horizantally, but cannot figure out how to make it work. I assume it will require some updates to xorg.conf. Anyone have any experience with this?


Thanks in advance!
Avatar of pjedmond
pjedmond
Flag of United Kingdom of Great Britain and Northern Ireland image

Depends on whether your graphics card supports it. Normally ,though it is an entry in the device bit of the xorg.conf such as:

Section "Device"
Identifier "nvidia"
Driver "nvidia"
Option "RandRRotation"
EndSection

For an nvidia card.

You can just try the Option "RandRRotation" entry and see if it works, or look through this list of various directives (and other possibilities) for both XFree86 and Xorg:

http://www.winischhofer.at/linuxsispart2.shtml

(   (()
(`-' _\
 ''  ''

ASKER CERTIFIED SOLUTION
Avatar of csgeekpyro
csgeekpyro

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial