|
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
[root@localhost root]# xvidtune
Vendor: Monitor Vendor, Model: PLB 1710
Num hsync: 1, Num vsync: 1
hsync range 0: 30.00 - 70.00
vsync range 0: 50.00 - 130.00
"1152x864" 108.00 1152 1232 1360 1600 864 865 868 900 +hsync +vsync
[root@localhost root]#
请高手告诉我,如何改啊,最上边的是我原来启动的文件配置./etc/X11/XF86Config
下边是我用xvidtune得出来的结果,就是现在我的显示器已经调好了,在LINUX下.请问如何修改/etc/X11/XF86Config
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
如何改呢? ---->>>> Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection |
|