使用者工具

網站工具


linux:xwindow

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
linux:xwindow [2009/01/30 01:29]
wenpei
linux:xwindow [2009/12/23 10:22] (目前版本)
wenpei Rotating the screen
行 121: 行 121:
     Option ​        "​metamodes"​ "CRT: nvidia-auto-select +0+0"     Option ​        "​metamodes"​ "CRT: nvidia-auto-select +0+0"
 EndSection EndSection
 +</​code>​
 +
 +===== Rotating the screen in Xorg/Nvidia =====
 +http://​nkour.wordpress.com/​2006/​12/​13/​rotating-the-screen-in-xorgnvidia/​
 +
 +<​code>​
 +cat /​etc/​X11/​xorg.conf | grep Rand -B 5 -A 5
 +
 +Section "​Device"​
 +Identifier "​nvidia"​
 +Driver "​nvidia"​
 +Option "​NoLogo"​ "​true"​ # AVOID LOGO [nvidia == idiots on this one]
 +Option "​DPMS"​ "​true"​ # well, good to have.. google it
 +Option "​RandRRotation"​ "​true"​ # for rotate to work
 +!EndSection
 +
 +restart Xorg, then do:
 +
 +xrandr -o left
 </​code>​ </​code>​
  
linux/xwindow.1233250162.txt.gz · 上一次變更: 2009/01/30 01:29 由 wenpei