我用的是centos5.2,显示器是三星的943NWX,看了下我的xorg的配置。怎么少了些东西。并且登录界面非常大。看不到下面画面。清指点下,谢谢。。
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection
相思爱文 于 2009-03-25 04:34:01发表:
[i=s] 本帖最后由 相思爱文 于 2009-3-25 04:35 编辑 [/i]
去掉大的不需要的分辨率。需要的都写上。
先备份哟
S5000 于 2009-03-24 22:11:14发表:
把Modes改成一个你的最佳分辨率,不过显卡支持不够可能会黑频的
zhaoyuzhong3694 于 2009-03-24 22:01:12发表:
[i=s] 本帖最后由 zhaoyuzhong3694 于 2009-3-24 22:05 编辑 [/i]
Modes "800x600" 将它修改成“1024x768”,或者其他的分辨率,最好是你原来用的。