怪!xorg.conf里分辨率设置对kdm无效!
Xorg.conf里的设置,分辨率只有一个1280x1024,但kdm(换xdm也一样)总是用1600x1200分辨率!我的显示器不支持这么大,所以只能显示部分桌面. KDE里面设置了1280x1024,所以进入kde后分辨率又能改回1280x1024,但进入fvwm的话则还是1600x1200,比较奇怪!
/var/log/kdm.log里有如下信息:
(==) Using config file: "/etc/X11/xorg.conf"
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 140MHz
(1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 140MHz
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabled
xorg.conf里设置如下:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Dell E173FP"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 75.0
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 915"
VideoRam 16384
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display24"
Depth 24
Modes "1280x1024@60"
EndSubSection
请教达人们帮忙解决一下啦~~
谢谢!
EndSection
Modes "1280x1024@60"
Modes "1280x1024" 多谢!!
另外请教一下,如果想控制屏幕刷新率为60HZ应该怎么指定?
页:
[1]