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

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



 山田@技研です


Section "Device"
	Identifier	"nVidia 7800GT"
	Driver		"vesa"
	VideoRam	262144		<--ちと,不安(256*1024です)
VideoRamは要らないと思います
	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
上2行のコメントは外して下さい。
此所から下↓
# 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