Re: Fwd: FreeBSD 6.3 and Intel G33

2008-08-18 Thread Daniel O'Connor
On Thu, 17 Jan 2008, Daniel O'Connor wrote: > > DPMS should work with the VESA driver even, not to discourage you > > from the right solution. > > The X log file says DPMS is enabled but doing 'xset dpms force off' > doesn't do anything (although when you move the mouse or press a key > the whole d

Re: Fwd: FreeBSD 6.3 and Intel G33

2008-01-16 Thread Daniel O'Connor
On Thu, 17 Jan 2008, Eric Anholt wrote: > > OK.. Not sure what GTT is though :) > > Think page tables on your CPU, but for the graphics device's virtual > addressing inside of the AGP aperture. Righto. > > Fatal server error: > > Couldn't bind memory for front buffer > > That's almost surely as a

Re: Fwd: FreeBSD 6.3 and Intel G33

2008-01-16 Thread Eric Anholt
On Wed, 2008-01-16 at 11:47 +1030, Daniel O'Connor wrote: > On Wed, 16 Jan 2008, Eric Anholt wrote: > > I took a quick review of the docs again and I think it's almost > > complete. The gtt_size detection is broken, though. We should have > > gtt_size (the amount of graphics stolen memory used fo

Re: Fwd: FreeBSD 6.3 and Intel G33

2008-01-15 Thread Daniel O'Connor
On Wed, 16 Jan 2008, Eric Anholt wrote: > I took a quick review of the docs again and I think it's almost > complete. The gtt_size detection is broken, though. We should have > gtt_size (the amount of graphics stolen memory used for storing the > GTT data) equal to zero on this hardware, instead

Re: Fwd: FreeBSD 6.3 and Intel G33

2008-01-15 Thread Eric Anholt
On Tue, 2008-01-15 at 20:12 +1030, Daniel O'Connor wrote: > I just checked the CVS logs and found that you added G33 support but > left it disconnected due to a lack of testing... Huh, I forgot. > How can I test it? :) I took a quick review of the docs again and I think it's almost complete. T