Re: Problems with new Ati graphic drivers

2005-09-22 Thread Sylvain Archenault
Sylvain Archenault wrote:
 Sylvain Sauvage wrote:
 
Samedi 27 août 2005, 09:48:24 CEST, Sylvain Archenault a écrit :


Sylvain Sauvage wrote:


Fri, 26 Aug 2005 20:23:33 +0200, Sylvain Archenault a écrit :



[...]
But i can't load the module, here is the output :

$modprobe fglrx
FATAL: Error inserting fglrx
(/lib/modules/2.6.12.2/kernel/drivers/char/drm/fglrx.ko): No such
device

$dmesg  Trying to register duplicated ioctl32 handler c0246400

   ^^



[...]
Maybe I need a module which is not loaded but I don't know which one.


fglrx doesn't need other modules, and modprobe would automatically load
them.

Or maybe another module has already registred an ioctl32 handler (hence
the « duplicated »).
Try removing as much modules as possible.

Also try checking the kernel options on Flavio's webpage.

 
 I check my kernel configuration and found that Direct Rendering
 Manager was built-in, I built it as a module, and everything works at
 reboot :)
 

After a kernel upgrade I can't load fglrx again, actually I can't have
3D acceleration :

[EMAIL PROTECTED]:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)


I attach my xorg.conf and logfile. I can't see anything wrong in the log
file.


-- 
Sylvain Archenault


Xorg.0.log.gz
Description: GNU Zip compressed data


xorg.conf.gz
Description: GNU Zip compressed data


Re: Problems with new Ati graphic drivers

2005-09-22 Thread Lennart Sorensen
On Thu, Sep 22, 2005 at 08:12:39PM +0200, Sylvain Archenault wrote:
 After a kernel upgrade I can't load fglrx again, actually I can't have
 3D acceleration :
 
 [EMAIL PROTECTED]:~$ fglrxinfo
 display: :0.0  screen: 0
 OpenGL vendor string: Mesa project: www.mesa3d.org
 OpenGL renderer string: Mesa GLX Indirect
 OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
 
 I attach my xorg.conf and logfile. I can't see anything wrong in the log
 file.

Did you rebuild the fglrx modules against the headers of the new kernel?

You have to EVERY time you upgrade the kernel.

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with new Ati graphic drivers

2005-09-22 Thread Sylvain Archenault
Lennart Sorensen wrote:
 On Thu, Sep 22, 2005 at 08:12:39PM +0200, Sylvain Archenault wrote:
 
After a kernel upgrade I can't load fglrx again, actually I can't have
3D acceleration :

[EMAIL PROTECTED]:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)

I attach my xorg.conf and logfile. I can't see anything wrong in the log
file.
 
 
 Did you rebuild the fglrx modules against the headers of the new kernel?
 
 You have to EVERY time you upgrade the kernel.
 
 Len Sorensen
 
 

Yeah i rebuild it, nothing wrongs.


-- 
Sylvain Archenault


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with new Ati graphic drivers

2005-08-28 Thread Sylvain Archenault
Sylvain Sauvage wrote:
 Samedi 27 août 2005, 09:48:24 CEST, Sylvain Archenault a écrit :
 
Sylvain Sauvage wrote:

Fri, 26 Aug 2005 20:23:33 +0200, Sylvain Archenault a écrit :


[...]
But i can't load the module, here is the output :

$modprobe fglrx
FATAL: Error inserting fglrx
(/lib/modules/2.6.12.2/kernel/drivers/char/drm/fglrx.ko): No such
device

$dmesg  Trying to register duplicated ioctl32 handler c0246400
 
^^
 
 
[...]
Maybe I need a module which is not loaded but I don't know which one.
 
 
 fglrx doesn't need other modules, and modprobe would automatically load
 them.
 
 Or maybe another module has already registred an ioctl32 handler (hence
 the « duplicated »).
 Try removing as much modules as possible.
 
 Also try checking the kernel options on Flavio's webpage.
 
I check my kernel configuration and found that Direct Rendering
Manager was built-in, I built it as a module, and everything works at
reboot :)

-- 
Sylvain Archenault


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with new Ati graphic drivers

2005-08-27 Thread Sylvain Archenault
Sylvain Sauvage wrote:
 Fri, 26 Aug 2005 20:23:33 +0200, Sylvain Archenault a écrit :
 
[...]
But i can't load the module, here is the output :

$modprobe fglrx
FATAL: Error inserting fglrx
(/lib/modules/2.6.12.2/kernel/drivers/char/drm/fglrx.ko): No such device

$dmesg  Trying to register duplicated ioctl32 handler c0246400
[fglrx:firegl_init_32compat_ioctls] *ERROR* unable to register ioctl32 0
[fglrx:firegl_init] *ERROR* Couldn't register compat32 ioctls!
[fglrx] Maximum main memory to use for locked dma buffers: 365 MBytes.
ACPI: PCI Interrupt :01:00.0[A] - Link [LNKE] - GSI 17 (level,
low) - IRQ 17
Trying to register duplicated ioctl32 handler c0246400
[fglrx:firegl_init_32compat_ioctls] *ERROR* unable to register ioctl32 0
[fglrx:firegl_init] *ERROR* Couldn't register compat32 ioctls
 
 
 Do you use a home-made kernel? Do the versions (kernel, headers,
 sources, whatever) match?
 
 Did you try to reboot?
 
 
As the server starts correctly, openGL acceleration is not loaded.

I suppose the problem come from ioctl32.h ?

Do you experience the same problem ?
 
 
 No. Everything seems ok for me now.
 

Yes,I have a home made kernel, and i reboot, but it's the same problem.

Maybe I need a module which is not loaded but I don't know which one.



-- 
Sylvain Archenault


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with new Ati graphic drivers

2005-08-27 Thread Sylvain Sauvage
Samedi 27 août 2005, 09:48:24 CEST, Sylvain Archenault a écrit :
 
 Sylvain Sauvage wrote:
  Fri, 26 Aug 2005 20:23:33 +0200, Sylvain Archenault a écrit :
  
 [...]
 But i can't load the module, here is the output :
 
 $modprobe fglrx
 FATAL: Error inserting fglrx
 (/lib/modules/2.6.12.2/kernel/drivers/char/drm/fglrx.ko): No such
 device
 
 $dmesg  Trying to register duplicated ioctl32 handler c0246400
   ^^

[...]
 Maybe I need a module which is not loaded but I don't know which one.

fglrx doesn't need other modules, and modprobe would automatically load
them.

Or maybe another module has already registred an ioctl32 handler (hence
the « duplicated »).
Try removing as much modules as possible.

Also try checking the kernel options on Flavio's webpage.

-- 
Sylvain Sauvage



Re: Problems with new Ati graphic drivers

2005-08-26 Thread Michelasso
On 8/24/05, Michelasso [EMAIL PROTECTED] wrote:
 
 But the server doesn't work correctly, since I get this from fglrxinfo:
 
 
 
 [EMAIL PROTECTED]:~$ fglrxinfo
 ERROR: DDX driver parameter mismatch: got 840 bytes, but expected 832 bytes.
 libGL error: InitDriver failed
 display: :0.0  screen: 0
 OpenGL vendor string: Mesa project: www.mesa3d.org
 OpenGL renderer string: Mesa GLX Indirect
 OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
 

Ok, I solved: I had a problem with the libraries in /usr/X11R6/lib and
/usr/X11R6/lib64; now the server works correctly (commenting out
int10)



Re: Problems with new Ati graphic drivers

2005-08-26 Thread Sylvain Archenault
Michelasso wrote:
 On 8/24/05, Michelasso [EMAIL PROTECTED] wrote:
  
 
But the server doesn't work correctly, since I get this from fglrxinfo:



[EMAIL PROTECTED]:~$ fglrxinfo
ERROR: DDX driver parameter mismatch: got 840 bytes, but expected 832 bytes.
libGL error: InitDriver failed
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)

 
 
 Ok, I solved: I had a problem with the libraries in /usr/X11R6/lib and
 /usr/X11R6/lib64; now the server works correctly (commenting out
 int10)
 
 

Well i manage to compile the module after make the symlink for
asm/ioctl32.h.

But i can't load the module, here is the output :

$modprobe fglrx
FATAL: Error inserting fglrx
(/lib/modules/2.6.12.2/kernel/drivers/char/drm/fglrx.ko): No such device

$dmesg  Trying to register duplicated ioctl32 handler c0246400
[fglrx:firegl_init_32compat_ioctls] *ERROR* unable to register ioctl32 0
[fglrx:firegl_init] *ERROR* Couldn't register compat32 ioctls!
[fglrx] Maximum main memory to use for locked dma buffers: 365 MBytes.
ACPI: PCI Interrupt :01:00.0[A] - Link [LNKE] - GSI 17 (level,
low) - IRQ 17
Trying to register duplicated ioctl32 handler c0246400
[fglrx:firegl_init_32compat_ioctls] *ERROR* unable to register ioctl32 0
[fglrx:firegl_init] *ERROR* Couldn't register compat32 ioctls

As the server starts correctly, openGL acceleration is not loaded.

I suppose the problem come from ioctl32.h ?

Do you experience the same problem ?





-- 
Sylvain Archenault


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with new Ati graphic drivers

2005-08-26 Thread Sylvain Sauvage
Fri, 26 Aug 2005 10:57:41 +0200, Michelasso a écrit :
 
[...] 
 Ok, I solved: I had a problem with the libraries in /usr/X11R6/lib and
 /usr/X11R6/lib64; now the server works correctly (commenting out
 int10)

I didn't get those errors but your message made me think about a note
Flavio Stanchina wrote about a symlink /usr/X11R6/lib64 the package
doesn't make.

I tried again: making the symlink and disabling int10. So far so good.

I don't understand the previous packages (.deb made with Flavio's
sources) worked very well without those tricks.

Those ATI drivers seem very well developped and the installer is
perfect...

-- 
Sylvain Sauvage



Re: Problems with new Ati graphic drivers

2005-08-26 Thread Sylvain Sauvage
Fri, 26 Aug 2005 20:23:33 +0200, Sylvain Archenault a écrit :
[...]
 But i can't load the module, here is the output :
 
 $modprobe fglrx
 FATAL: Error inserting fglrx
 (/lib/modules/2.6.12.2/kernel/drivers/char/drm/fglrx.ko): No such device
 
 $dmesg  Trying to register duplicated ioctl32 handler c0246400
 [fglrx:firegl_init_32compat_ioctls] *ERROR* unable to register ioctl32 0
 [fglrx:firegl_init] *ERROR* Couldn't register compat32 ioctls!
 [fglrx] Maximum main memory to use for locked dma buffers: 365 MBytes.
 ACPI: PCI Interrupt :01:00.0[A] - Link [LNKE] - GSI 17 (level,
 low) - IRQ 17
 Trying to register duplicated ioctl32 handler c0246400
 [fglrx:firegl_init_32compat_ioctls] *ERROR* unable to register ioctl32 0
 [fglrx:firegl_init] *ERROR* Couldn't register compat32 ioctls

Do you use a home-made kernel? Do the versions (kernel, headers,
sources, whatever) match?

Did you try to reboot?

 As the server starts correctly, openGL acceleration is not loaded.
 
 I suppose the problem come from ioctl32.h ?
 
 Do you experience the same problem ?

No. Everything seems ok for me now.

-- 
Sylvain Sauvage



Re: Problems with new Ati graphic drivers

2005-08-24 Thread Ernest jw ter Kuile

 (II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
 Duplicate symbol rol_long in /usr/X11R6/lib/modules/drivers/fglrx_drv.o
 Also defined in /usr/X11R6/lib/modules/linux/libint10.a

Did you try not loading module int10 ?

I'm not exactly sure what that modules does, except doing funny thing with the 
BIOS. so maybe you don't need it.

comment out the line Load int10 in XF86Config and try again.

Ernest.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with new Ati graphic drivers

2005-08-24 Thread Sylvain Sauvage
Wed, 24 Aug 2005 17:54:48 +0200, Michelasso a écrit :
 
 Hello,

Hi,

[...]
 Duplicate symbol rol_long in /usr/X11R6/lib/modules/drivers/fglrx_drv.o
 Also defined in /usr/X11R6/lib/modules/linux/libint10.a

Same problem here. There are many symbols from libint10 that are
duplicated by fglrx_drv.o. I don't how to (cleanly°) solve this.

[° the very dirty and risky way would be to remove the duplicated 
   symbols from fglrx_drv.o ]

fglrx_drv.o is provided as is in the ATI bundle so it's not a
compilation problem. It seems to be an incompability between the ATI
binary driver and Debian Sid Xorg.

I use Sid (gcc 4.02, xorg 6.8.2 with xorg-xserver, home-made kernel
2.6.12-5).
Has anyone managed to get fglrx working on Sid?

-- 
Sylvain Sauvage



Re: Problems with new Ati graphic drivers

2005-08-24 Thread Sylvain Sauvage
Wed, 24 Aug 2005 21:04:12 +0200, Ernest jw ter Kuile a écrit :

  (II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
  Duplicate symbol rol_long
  in /usr/X11R6/lib/modules/drivers/fglrx_drv.o Also defined
  in /usr/X11R6/lib/modules/linux/libint10.a
 
 Did you try not loading module int10 ?
 
 I'm not exactly sure what that modules does, except doing funny thing
 with the BIOS. so maybe you don't need it.
 
 comment out the line Load int10 in XF86Config and try again.

It was one of the first thing I tried°: X starts but a single move of the
mouse make it crash.

[ °: knowing int10 might be important and that it wouldn't be a viable
 solution. ]

IMO, it's not correct/regular/normal° that fglrx_drv.o duplicates so many
symbols.

[ °: sorry, I'm not sure of the good english term. What I mean is that it
 shouldn't be that way: how can so many functions be duplicated? ]
-- 
Sylvain Sauvage



Re: Problems with new Ati graphic drivers

2005-08-24 Thread Michelasso
On 8/24/05, Sylvain Sauvage [EMAIL PROTECTED] wrote:

 It was one of the first thing I tried°: X starts but a single move of the
 mouse make it crash.

Instead in my case the server starts, with some minor warnings in the log:


(II) Loading sub module GLcore

(II) LoadModule: GLcore

(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping /usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o:  No sym
bols found
Skipping /usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o:  No sym
bols found
Skipping /usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o:  No sy
mbols found
-

in the loading modules section and

-
(II) fglrx(0): End of Display1 EDID data 
(WW) fglrx(0): Specified desktop setup not supported: 8
--

in the display section.

But the server doesn't work correctly, since I get this from fglrxinfo:



[EMAIL PROTECTED]:~$ fglrxinfo
ERROR: DDX driver parameter mismatch: got 840 bytes, but expected 832 bytes.
libGL error: InitDriver failed
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)