分页: 1 / 1

求教:ICEWM、WMAKER、FVWM下如何设置分辨率?

发表于 : 2005-05-22 17:51
yongyi
我在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 那部分:

代码: 全选

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
"1024x768" "832x624"这部分曾经删除了,并用解决屏幕偏移那方法来固定分辨率也行不通。

发表于 : 2005-08-10 20:37
yonsan

代码: 全选

echo 'Xft.dpi:96' > ~/.Xdefaults

发表于 : 2005-08-12 13:38
yongyi
yonsan
经试验,在icewm\fluxbox中都不行的。并且发现你输入错误:
' 号应该在英文状态下输入。

发表于 : 2005-08-12 13:45
yonsan
:lol: 见鬼的scim
是由于中文输入时标点符号是全角的。

发表于 : 2005-08-12 13:58
yongyi
呵呵。。
那个命令在你的fvwm 行得通?

发表于 : 2005-08-12 14:00
yonsan
估计最大关系还是font.conf!
你可以去下载我的.fonts.conf试试!

以上发的命令是从备份资料中拷给你的,估计是还未更新它,所以没发现出错了!

发表于 : 2005-08-12 14:10
yongyi
fonts.conf 的话,我可以把高于现用分辨率的删除就行的了。
我以为有新办法啦 :P

发表于 : 2005-08-12 14:13
yonsan
奇怪了,我刚装完fvwm还未删gnome时进入fvwm也没有变成800x600的!
只是字体特难看!

晕倒,原来偶的xorg.conf是这样的!

代码: 全选

Section "Monitor"
	Identifier	"NEC LCD"
	Option		"DPMS"
	HorizSync	30-101
	VertRefresh  50-160
	# 1024x768 @ 75.00 Hz (GTF) hsync: 60.15 kHz; pclk: 81.80 MHz
	Modeline "1024x768_75.00"  81.80  1024 1080 1192 1360  768 769 772 802  -HSync +Vsync
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Silicon Motion, Inc. SM720 Lynx3DM"
	Monitor		"NEC LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection