|
能进gnome ,显示未知显示器 分辨率只给出640x480 和320x240这2个分辨率设置。
在xorg.conf 设置
Section "Device"
Identifier "Card0"
Driver "nvidia"
VideoRam 131072
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5200]"
BusID " CI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor " HILIPS 107T"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768"
EndSubSection
EndSection |
|