求教:ICEWM、WMAKER、FVWM下如何设置分辨率?
发表于 : 2005-05-22 17:51
我在GNOME下已经是设成800×600的了。可是进入ICEWM却变成了1024×768。就连在ICEWM下看GNOME CONTROL CENTER中的分辨率也成了1024×768。如果我把GNOME CONTROL CENTER里设成800×600,那么当次有效,一重启X就回到1024了。
请问如何能保存住ICEWM下的分辩率设置?
在VMAKER、FVWM下也如是!我只想找个轻量级的WM来管理GNOME的程序,怎么被一个分辨率就卡住了?难道叫我每次都设置一下吗?
xorg.conf中 Screen Sections 那部分:
"1024x768" "832x624"这部分曾经删除了,并用解决屏幕偏移那方法来固定分辨率也行不通。
请问如何能保存住ICEWM下的分辩率设置?
在VMAKER、FVWM下也如是!我只想找个轻量级的WM来管理GNOME的程序,怎么被一个分辨率就卡住了?难道叫我每次都设置一下吗?
xorg.conf中 Screen Sections 那部分:
代码: 全选
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Monitor "StudioWorks"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x450" "720x400" "640x480"
EndSubSection
EndSection