为什么我的分辨率只能是800*600?
在配置面板里面调成更高的分辨率重新启动仍然是800*600?在硬件管理里面可以识别到我的显卡是G2MX400的。 修改/etc/X11/XF86Config,将screen节修改如下:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display24"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display16"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection 要是还不行的话就得设置好显示器的HorizSync和VertRefresh参数。 设置了也不行 怎么会不行啊???
我还没见过不行的 楼上的把你的情况说的具体点好吗? 一般调整显示器的分辨率和刷新率要在x的配置文件中设置两个地方:
第一个是显示器的行频和场频。一般来说,这两个频率值将决定系统的分辨率和刷新率的取值范围,也就是说分辨率和刷新率能上到多高的数值就由这两个数值决定。这两个参数最好是根据你的显示器说明书来写。
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30-70
VertRefresh50-90
EndSection
第二个是x的屏幕设置。
在下面的设置中包含很多组设置,可以用DefaultDepth xx来设置默认使用的设置。
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600"
EndSubSection
EndSection
如果你想用24位色1024x768的话,可以在上面的改为
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection 我的显示器rh9无法识别他,
我用2楼的方法改了.congfig也覆盖了backup文件,可是重新启动后再查看“显示”设置,上面也说是1024*768,可是我发现与没改之前是一样的。是不是要安装显卡驱动?我的显卡是g2 mx400 不打游戏的话,不需要安驱程,xfree86自带。 可是我始终觉得画面不好看,而且左右两边窗口还有点向内凹,调了显示器反而更别扭
我这样行了
将显示器改为Generic Non-Interlaced SVGA, 1024x768@60Hz, 800x600@72 Hz 显卡为NVIDIA GeForce4(gegeric) 色彩深度为上千颜色. 然后就行了 哥们,你的显示器如果系统不能识别的话,就选在系统设置下显示一项选择一个性能比较相近的显示器品牌就可以了,然后就可以把显示器分辨率调高了.
页:
[1]