這裏顯示兩個版本的差異處。
| Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
|
linux:xwindow [2008/05/25 16:08] 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> | ||
| 行 241: | 行 260: | ||
| 然後執行 | 然後執行 | ||
| # fc-cache -v -f | # fc-cache -v -f | ||
| + | |||
| + | ===== 更換桌面字型 ===== | ||
| + | http://www.openfoundry.org/index.php?option=com_content&task=view&id=1949&Itemid=144 | ||