這裏顯示兩個版本的差異處。
| 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> | ||