Date: Thu, 21 Jun 2007 13:18:44 -0400 From: "Sateesh Mandava" <Sateesh.Mandava@infotechfl.com> To: <freebsd-current@freebsd.org> Subject: RE: AGPGART not found ... ( on Q965) Message-ID: <002e01c7b428$38ab9950$d70014ac@sateeshm> In-Reply-To: <op.tt9aooch0g54sc@localhost> References: <op.tt9aooch0g54sc@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
This doesn't work in my case :( I get the same error after reboot.
-----Original Message-----
From: V.Chukharev [mailto:chukharev@mail.ru]
Sent: Thursday, June 21, 2007 1:26 AM
To: Sateesh Mandava
Cc: freebsd-current@freebsd.org
Subject: Re: AGPGART not found ... ( on Q965)
Hi,
I had similar problem. I deleted 'device agp' from the kernel config,
commented out 'acpi_video_load="YES"' from /boot/loader.conf, and
added 'agp_load="YES"' to it. After reboot with the new kernel
/dev/agpgart was found.
I did not try to find minimal change needed on my 6-STABLE.
Try if this helps to your CURRENT too.
--
V. Chukharev
You wrote:
====================
Hi,
I am trying to get the i810/intel drivers work with xorg 7.2. X server is
failing with /dev/agpgart missing error.
Can somebody help me on how to fix this error? Below are more details about
the problem.
$uname -r
7.0-CURRENT-200703
$lspci -lv
....
vgapci0@pci0:2:0: class=0x030000 card=0x5058107b chip=0x29928086
rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = 'Q963/Q965 Integrated Graphics Controller'
class = display
subclass = VGA
vgapci1@pci0:2:1: class=0x038000 card=0x5058107b chip=0x29938086
rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = 'Q963/Q965 Integrated Graphics Controller'
class = display
....
$more /etc/X11/xorg.conf
...
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
VideoRam 262144
EndSection
...
$ more /var/log/Xorg.0.log
....
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(WW) intel(0): /dev/agpgart is either not available, or no memory is
available
for allocation. Using pre-allocated memory only.
(**) intel(0): VideoRam: 7676 KB
....
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
...
Thanks,
Sateesh.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002e01c7b428$38ab9950$d70014ac>
