跳至內容
Sars' History
使用者工具
登入
網站工具
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
最近更新
多媒體管理器
網站地圖
足跡:
•
winxp
linux:xwindow
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
====== 雙螢幕(延伸桌面) ====== 雙螢幕有兩種 - dual screen - twinview ===== TwinView ===== 如果使用 Nvidia 的卡,可以在雙螢幕下啟動3d加速以及不同的解析度,但加速只有 primary screen才有。 ==== NVIDIA Accelerated Linux Driver Set README and Installation Guide ==== <code> I. Installation Instructions 3. Configuring X for the NVIDIA Driver Editing the configuration file by hand III. Appendices G. Configuring TwinView P. Configuring Multiple X Screens on One Card </code> ==== Ubuntu Dual Monitors TwinView HowTo ==== http://www.ublug.org/ubuntu/twinview/twinview-howto-breezy.html ==== nVidia TwinView ==== http://ubuntuforums.org/showthread.php?p=1773584 ==== HOWTO Dual Monitors ==== http://gentoo-wiki.com/HOWTO_Dual_Monitors ==== HOWTO nVidia TwinView ==== http://gentoo-wiki.com/HOWTO_nVidia_TwinView ==== xorg.conf ==== <code> Section "Device" Option "NoLogo" "True" Identifier "NVIDIA Corporation NV36.2 [GeForce FX 5700]" Driver "nvidia" BusID "AGP:1:0:0" Option "ConnectedMonitor" "DFP-0, CRT-0" Option "TwinView" "true" Option "TwinViewXineramaInfoOrder" "DFP-0" Option "MetaModes" "1024x768, 1280x1024" Option "TwinViewOrientation" "CRT-0 LeftOf DFP-0" Option "SecondMonitorHorizSync" "28.0 - 64.0" Option "SecondMonitorVertRefresh" "43.0 - 60.0" EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV36.2 [GeForce FX 5700]" Monitor "Generic Monitor" DefaultDepth 24 Option "UseDisplayDevice" "DFP-0, CRT-0" Option "UseEdidFreqs" "True" SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection </code> ==== Clone Monitor ==== <code> Section "Device" Identifier "Generic Video Card" Driver "nvidia" Option "UseEdidFreqs" "true" Option "RenderAccel" "false" Option "TwinView" Option "NoTwinViewXineramaInfo" "true" Option "MetaModes" "1280x1024,1280x1024" Option "TwinViewOrientation" "Clone" Option "ConnectedMonitor" "DFP,CRT" EndSection </code> ==== IBM X60 ==== 外接螢幕或投影機 <code> Section “Device” Identifier “Intel Corporation 82852/855GM Integrated Graphics Device” Driver “i810″ Option “MonitorLayout” “CRT,LFP” Option “Clone” “true” BusID “PCI:0:2:0″ EndSection </code> ===== Xinerama ===== ====== 新增字型 ====== 將字型檔放在 /usr/share/fonts/turetype 然後執行 # fc-cache -v -f
linux/xwindow.1179159029.txt.gz
· 上一次變更: 2007/05/15 00:11 (外部編輯)
頁面工具
顯示頁面
舊版
反向連結
回到頁頂