Re: moved i915tex

2007-10-01 Thread Sergio Monteiro Basto
Did we need a new xorg-x11-server  1.3 ? 

-- 
Sérgio M. B.


smime.p7s
Description: S/MIME cryptographic signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: moved i915tex

2007-09-27 Thread Sergio Monteiro Basto
On Tue, 2007-09-25 at 02:19 +0100, Sergio Monteiro Basto wrote:
 Hi I just update all gits: libdrm, drm, mesa and xf86-video-intel 
 
 And now I don't have DRI

 (WW) intel(0): Removed DRI frontbuffer mapping in compatibility mode.
 (WW) intel(0): DRIGetDeviceInfo will report incorrect frontbuffer
 handle.

After a small bisect of of xorg/driver/xf86-video-intel  
the commit 126031655c3c1db9881ad17d712461533eb59632
Merge remote branch 'origin/master' into buffer-objects
breaks the things and begins to give the above message .

With commit b73235f40497cfb10792ba191d4f6eac3a5df009 
Fix pixmap offset
I don't have the above message ( and I have DRI).

I am using last git drm and git Mesa of 2007-09-16

Regards, 
-- 
Sérgio M. B.


smime.p7s
Description: S/MIME cryptographic signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: moved i915tex

2007-09-26 Thread Sergio Monteiro Basto
On Mon, 2007-09-24 at 19:04 -0700, Keith Packard wrote:
 On Tue, 2007-09-25 at 02:19 +0100, Sergio Monteiro Basto wrote:
  Hi I just update all gits: libdrm, drm, mesa and xf86-video-intel 
  
  And now I don't have DRI
 
 No, you don't have AIGLX, which is a long ways from not having DRI. Does
 glxinfo report that you have direct rendering enabled?
 
LIBGL_DEBUG=verbose glxinfo
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 1.9.0 i915 (screen 0)
libGL: OpenDriver: trying /usr/lib/dri/i915_dri.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: Searching for BusID pci::00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports pci::00:02.0
libGL error: drmMap of framebuffer failed (Invalid argument)
libGL error: reverting to (slow) indirect rendering
display: :0  screen: 0
direct rendering: No (If you want to find out why, try setting 
LIBGL_DEBUG=verbose)



-- 
Sérgio M. B.


smime.p7s
Description: S/MIME cryptographic signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: moved i915tex

2007-09-26 Thread Sergio Monteiro Basto
On Wed, 2007-09-26 at 15:38 +0100, Sergio Monteiro Basto wrote:
 libGL error: drmMap of framebuffer failed (Invalid argument)

the bug is pretty clear Invalid argument 
where this is fixed ? 

Thanks, 
-- 
Sérgio M. B.


smime.p7s
Description: S/MIME cryptographic signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: moved i915tex

2007-09-25 Thread Jonathan Bastien-Filiatrault
Sergio Monteiro Basto wrote:

 Hi I just update all gits: libdrm, drm, mesa and xf86-video-intel 

 And now I don't have DRI

 (WW) intel: No matching Device section for instance (BusID PCI:0:2:1)
 found
 (WW) intel(0): Bad V_BIOS checksum
 (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc008 to
 0xd009
 (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
 (WW) intel(0): PP_STATUS after: on, ready, sequencing on
 (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from
 0x885e to 0x800010bb
 (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from
 0x00012d2d to 0x00028283
 (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from
 0x9696 to 0x00014141
 (WW) intel(0): Removed DRI frontbuffer mapping in compatibility mode.
 (WW) intel(0): DRIGetDeviceInfo will report incorrect frontbuffer
 handle.
 (WW) intel(0): ESR is 0x0010, page table error
 (WW) intel(0): PGTBL_ER is 0x0010, display A pte
 (WW) intel(0): Existing errors found in hardware state.
 (WW) intel(0): fbc already enabled on plane a, not enabling on plane a
 (EE) AIGLX error: drmMap of framebuffer failed (Invalid argument)(EE)
 AIGLX: reverting to software rendering
 (WW) intel(0): fbc already enabled on plane a, not enabling on plane a


 Thanks,
   

Had the same error today, I think it was caused by mismatched X headers 
while compiling the DDX. You may also want to make sure there are no old 
libdrm headers hanging around.

Jonathan.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


moved i915tex

2007-09-24 Thread Sergio Monteiro Basto
Hi I just update all gits: libdrm, drm, mesa and xf86-video-intel 

And now I don't have DRI

(WW) intel: No matching Device section for instance (BusID PCI:0:2:1)
found
(WW) intel(0): Bad V_BIOS checksum
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc008 to
0xd009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from
0x885e to 0x800010bb
(WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from
0x00012d2d to 0x00028283
(WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from
0x9696 to 0x00014141
(WW) intel(0): Removed DRI frontbuffer mapping in compatibility mode.
(WW) intel(0): DRIGetDeviceInfo will report incorrect frontbuffer
handle.
(WW) intel(0): ESR is 0x0010, page table error
(WW) intel(0): PGTBL_ER is 0x0010, display A pte
(WW) intel(0): Existing errors found in hardware state.
(WW) intel(0): fbc already enabled on plane a, not enabling on plane a
(EE) AIGLX error: drmMap of framebuffer failed (Invalid argument)(EE)
AIGLX: reverting to software rendering
(WW) intel(0): fbc already enabled on plane a, not enabling on plane a


Thanks,
-- 
Sérgio M. B.


smime.p7s
Description: S/MIME cryptographic signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: moved i915tex

2007-09-24 Thread Keith Packard
On Tue, 2007-09-25 at 02:19 +0100, Sergio Monteiro Basto wrote:
 Hi I just update all gits: libdrm, drm, mesa and xf86-video-intel 
 
 And now I don't have DRI

No, you don't have AIGLX, which is a long ways from not having DRI. Does
glxinfo report that you have direct rendering enabled?

-- 
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel