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

[debian-users:45065] 解像度が1600を指定しても2048になる



 こんにちは,いけだです.

今回,debian-31r0a-i386-netinst.iso を使用し,デスクトップのみを
選択し,インストールしました.
インストール時の設定で1600X1200のみを指定すると2048x?(必要なら後ほど
調べますが,あまり表示させたくないので)と,なります.
1600と1280を選択するとデフォで1280となり,X上での解像度変更も
1280以下の1024,800,640が現れます.
XF86Config-4 に於いて"1280x1024"を消し,1600x1200だけにしても2048と
なります.
また,別ディストリビューションではxorgの使用で1600x1200が
vesa使用で表示しています.
以下にXF86Config-4 の必要と思われる部分を抜粋します.
(試行した残骸が残っています)


Section "Device"
	Identifier	"nVidia 7800GT"
	Driver		"vesa"
	VideoRam	262144		<--ちと,不安(256*1024です)
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"NANAO T965"
	HorizSync	30-130
	VertRefresh	50-160
	Option		"DPMS"
#	Modeline "1600x1200"  202.5  1600 1656 1848 2521 <--xorgからのコピー
#                                     1200 1209 1212 1254 
# 1600x1200 @ 75Hz,  93.53 kHz hsync <--http://zaph.com/Modeline/での計算値
	Mode "1600x1200"
	DotClock    208.75
	HTimings  1600 1656 1864 2232
	VTimings  1200 1204 1208 1247
	EndMode
	
# 1600x1200 @ 85Hz, 106.67 kHz hsync <--同上
	Mode "1600x1200"
        DotClock    251.75
	HTimings  1600 1664 1920 2360
        VTimings  1200 1205 1210 1255
	EndMode    

EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia 7800GT"
	Monitor		"NANAO T965"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x1024"

snip

SubSection "Display"
		Depth		24
		Modes		"1600x1200" #"1280x1024"
	EndSubSection
EndSection


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

Section "DRI"
	Mode	0666
EndSection

お気づきの点やアドバイスがありましたら,よろしくお願いしますm(_"_)m