Skip to content

Instantly share code, notes, and snippets.

@elecnix
Created February 8, 2013 15:18
Show Gist options
  • Save elecnix/4739641 to your computer and use it in GitHub Desktop.
Save elecnix/4739641 to your computer and use it in GitHub Desktop.
Setup dual rotated monitors on Linux with NVidia card and TwinView on RHEL6 with proprietary driver (310.19, nov 2012)
CTRL-ALT-F1
Login
# sudo su -
# init 3
# rm /etc/X11/xorg.conf
# nvidia-xconfig
# xinit
# nvidia-settings
X Server Display Configuration
Rotate both monitors
Selection: X Screen 0
Advanced... Click last MetaMode
Click Delete until only mode 0 remains, and monitors are properly layed out
Save to X Configuration File (merge or not, it does not matter)
Quit
CTRL-D
Test configuration: xinit
CTRL-D
init 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment