charley80515 wrote:
感謝提供好用的作業系...(恕刪)
我猜八九不離十大概是顯示卡的問題阿
我的是8800 GTS
情況也是一模一樣
期末結束再來用用看好了!
charley80515 wrote:
感謝提供好用的作業系...(恕刪)
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV43 [GeForce 6600 GT]"
Monitor "Generic Monitor"
DefaultDepth 24 設定螢幕顏色 16,24或是32 (我不知道為什麼我不能用32 大家先試試看24好了)
Option "AllowGLXWithComposite" "True" 這一行開著才可以用3D桌面
Option "RenderAccel" "True" 這一行開著才可以用3D桌面
Option "AddARGBGLXVisuals" "True"
Option "metamodes" "1440x900_75 +0+0; 1440x900 +0+0; 1280x800 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 1
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480" 每一行的最前面都加入你要的解析度
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
下面三行都要加入才可以用3D桌面
Section "Extensions"
Option "Composite" "Enable"
EndSection