[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:40471] Re: Woddy->Sarge upgrade 時のフォント設定



From: Tomoo Nomura <nomurat@xxxxxxxxx>
Subject: [debian-users:40398] Re: Woddy->Sarge upgrade 時のフォント設定
Date: Mon, 3 May 2004 10:42:29 +0900

> http://lists.debian.or.jp/debian-users/200301/msg00348.html
> 
> なんてこと無いですか?
> 私は、これで悩みました。
> 外していたら済みません。

どうもありがとうございます。うーん、gimp, gtkfontselなどでは大丈夫な感
じなので違うのではないかと思います。100% 推測ですが GTK 1.* ならば大丈
夫、GTK 2.0 ならダメという感じがします。

とはいうもののとりあえずいじってはみました。水平周波数がリファレンスマ
ニュアルを見ても書いてないので、範囲を広めにとってみました。(こんなの
でいいのか) 結果はあまり変わりませんでした。

XF86Config-4:
...(snip)....
Section "Device"
	Identifier	"NeoMagic"
	Driver		"neomagic"
EndSection

Section "Monitor"
	Identifier	"Inspiron3500"
	HorizSync	30-80
	VertRefresh	50-100
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"LCD"
	Device		"NeoMagic"
	Monitor		"Inspiron3500"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
#		Modes		"1025x768" #"800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"LCD"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection
...(snip)...


XFree86.0.log にこんなエラーが出ていますが、これは問題ないでしょうか。

...(snip)...
(II) NEOMAGIC(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(--) NEOMAGIC(0): Virtual size is 1024x768 (pitch 1024)
(**) NEOMAGIC(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) NEOMAGIC(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) NEOMAGIC(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NEOMAGIC(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) NEOMAGIC(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NEOMAGIC(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) NEOMAGIC(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NEOMAGIC(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
...(snip)...
GetModeLine - scrn: 0 clock: 94500
GetModeLine - hdsp: 1024 hbeg: 1072 hend: 1168 httl: 1376
              vdsp: 768 vbeg: 769 vend: 772 vttl: 808 flags: 5
GetModeLine - scrn: 0 clock: 94500
GetModeLine - hdsp: 1024 hbeg: 1072 hend: 1168 httl: 1376
              vdsp: 768 vbeg: 769 vend: 772 vttl: 808 flags: 5
GetModeLine - scrn: 0 clock: 94500
GetModeLine - hdsp: 1024 hbeg: 1072 hend: 1168 httl: 1376
              vdsp: 768 vbeg: 769 vend: 772 vttl: 808 flags: 5
...(snip)...