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

CPU/显卡/打印机/USB设备等硬件问题
回复
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

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

#1

帖子 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"这部分曾经删除了,并用解决屏幕偏移那方法来固定分辨率也行不通。
头像
yonsan
帖子: 887
注册时间: 2005-07-01 18:56
来自: 广州市

#2

帖子 yonsan »

代码: 全选

echo 'Xft.dpi:96' > ~/.Xdefaults
上次由 yonsan 在 2005-08-12 13:41,总共编辑 1 次。
I will be back!
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#3

帖子 yongyi »

yonsan
经试验,在icewm\fluxbox中都不行的。并且发现你输入错误:
' 号应该在英文状态下输入。
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
头像
yonsan
帖子: 887
注册时间: 2005-07-01 18:56
来自: 广州市

#4

帖子 yonsan »

:lol: 见鬼的scim
是由于中文输入时标点符号是全角的。
I will be back!
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#5

帖子 yongyi »

呵呵。。
那个命令在你的fvwm 行得通?
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
头像
yonsan
帖子: 887
注册时间: 2005-07-01 18:56
来自: 广州市

#6

帖子 yonsan »

估计最大关系还是font.conf!
你可以去下载我的.fonts.conf试试!

以上发的命令是从备份资料中拷给你的,估计是还未更新它,所以没发现出错了!
I will be back!
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#7

帖子 yongyi »

fonts.conf 的话,我可以把高于现用分辨率的删除就行的了。
我以为有新办法啦 :P
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
头像
yonsan
帖子: 887
注册时间: 2005-07-01 18:56
来自: 广州市

#8

帖子 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
I will be back!
回复