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

Intel Corp. Mobile Graphics Controller



> У меня вот такое видео:
> 0000:00:02.0 VGA compatible controller: Intel Corporation Mobile
> 915GM/GMS/910GML Express Graphics Controller (rev 03)
> 
> Драйвер в xorg.conf прописал:
> Driver          "i810"
> 
> всё работает
прописал я i810 - не заработало, проругалось на карточку что мол не
поддерживается.
проапгрейдил Х до Хorg (из тестинга)

Х с драйвером i810 запустились, но почему-то они пускаются в разрешении
1024х768, хотя в конфиге прописано 1280х800 (размер матрицы у ноута
такой)

вот вся доступная на сейчас информация:


nbwork:[/home/dimka]# dmesg|grep agp
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 915GM Chipset.
agpgart: Detected 7932K stolen memory.
agpgart: AGP aperture is 256M @ 0xc0000000
nbwork:[/home/dimka]# lsmod|grep 915
i915                   16384  0 
drm                    61556  2 i810,i915
nbwork:[/home/dimka]# grep -A 30 'Section "Screen' /etc/X11/xorg.conf
Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes 		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes 		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes 		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes 		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes 		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes 		"1280x800"
	EndSubSection
EndSection

nbwork:[/home/dimka]# grep -A 4 'Section "Device' /etc/X11/xorg.conf
Section "Device"
	Identifier	"Generic Video Card"
	Driver		"i810"
EndSection

nbwork:[/home/dimka]# uname -a
Linux nbwork 2.6.17-2-686 #1 SMP Wed Sep 13 16:34:10 UTC 2006 i686
GNU/Linux

nbwork:[/home/dimka]# X -version           

X Window System Version 7.0.0
Release Date: 21 December 2005


а вот что пишет в логе Х:

nbwork:[/home/dimka]# grep -A 5 -B 3 1280x800 /var/log/Xorg.0.log 
(==) I810(0): Display is using Pipe B
(--) I810(0): Maximum frambuffer space: 65368 kByte
(II) I810(0): VESA VBE PanelID read successfully
(II) I810(0): PanelID returned panel resolution : 1280x800
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level 2
 --
(WW) I810(0): config file vrefresh range 60-60Hz not within DDC vrefresh
ranges.
(II) I810(0): Generic Monitor: Using hsync range of 45.71-50.53 kHz
(II) I810(0): Generic Monitor: Using vrefresh value of 60.00 Hz
(II) I810(0): Not using mode "1280x800" (no mode of this name)
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0):  Built-in mode "1024x768"
(++) I810(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"


я от чего-то не понял причину почему он отверг разрешение 1280х800 ?



Reply to: