|
List Info
Thread: fglrx won't initalise DRI
|
|
| fglrx won't initalise DRI |

|
2006-09-28 19:34:17 |
Hi all,
The fglrx driver seems to fail on loading the drm module and
DRI fails
to initialise on my ATI X1900. Same result on both Dapper
and Edgy...
The errors in Xorg.log are:
(II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or
address)
drmOpenDevice: open result is -1, (No such device or
address)
drmOpenDevice: Open failed
[drm] failed to load kernel module "fglrx"
(WW) fglrx(0): Failed to open DRM connection
and:
(II) fglrx(0): Composite extension enabled, disabling direct
render
(WW) fglrx(0):
***********************************************
(WW) fglrx(0): * DRI initialization failed!
*
etc.
fglrxinfo gives the output:
Xlib: extension "XFree86-DRI" missing on display
":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
etc.
Attached are my full Xorg.log and xorg.conf files. Any one
know how I
can get DRI to work properly? X-Video isnt working which is
really
annoying! The free ati drivers wont work at all.
Cheers,
Mark
--
ubuntu-users mailing list
ubuntu-users lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|
|
| fglrx won't initalise DRI |

|
2006-09-28 20:14:39 |
|
On 9/28/06, m c < markc.lists googlemail.com">markc.lists googlemail.com> wrote:
Hi all,
The fglrx driver seems to fail on loading the drm module and DRI fails to initialise on my ATI X1900. Same result on both Dapper and Edgy...
The errors in Xorg.log are: (II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed [drm] failed to load kernel module "fglrx"
(WW) fglrx(0): Failed to open DRM connection
and: (II) fglrx(0): Composite extension enabled, disabling direct render
|
| fglrx won't initalise DRI |

|
2006-09-28 20:34:47 |
On 9/28/06, Felipe Alfaro Solana <felipe.alfaro gmail.com> wrote:
> On 9/28/06, m c <markc.lists googlemail.com> wrote:
> > Hi all,
> >
> > The fglrx driver seems to fail on loading the drm
module and DRI fails
> > to initialise on my ATI X1900. Same result on both
Dapper and Edgy...
> >
> > The errors in Xorg.log are:
> > (II) Reloading
/usr/lib/xorg/modules/linux/libdrm.so
> > drmOpenDevice: node name is /dev/dri/card0
> > drmOpenDevice: open result is -1, (No such device
or address)
> > drmOpenDevice: open result is -1, (No such device
or address)
> > drmOpenDevice: Open failed
> > [drm] failed to load kernel module
"fglrx"
> > (WW) fglrx(0): Failed to open DRM connection
> >
> > and:
> > (II) fglrx(0): Composite extension enabled,
disabling direct render
>
> Seems you're using the Composite extension. AFAIK,
fglrx doesn't like
> Composite extension.
>
> Take a look at this. I think it may help you:
>
>
http://felipe-alfaro.org/blog/2006/09/06/ubuntu-edgy-ati-fgl
rx-dri-3d-acceleration-and-xorg-composite-extension/
Thanks for the suggestion. The error is slightly different
in
xorg.0.log now, so I think there may be another problem.
IIRC this is
now back to the same error I got in dapper :s
From Xorg.0.log:
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or
address)
drmOpenDevice: open result is -1, (No such device or
address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or
address)
drmOpenDevice: open result is -1, (No such device or
address)
drmOpenDevice: Open failed
[drm] failed to load kernel module "fglrx"
(II) fglrx(0): [drm] drmOpen failed
(EE) fglrx(0): DRIScreenInit failed!
(WW) fglrx(0):
***********************************************
(WW) fglrx(0): * DRI initialization failed!
*
(WW) fglrx(0): * (maybe driver kernel module missing or bad)
*
(WW) fglrx(0): * 2D acceleraton available (MMIO)
*
(WW) fglrx(0): * no 3D acceleration available
*
(WW) fglrx(0): *********************************************
*
(II) fglrx(0): FBADPhys: 0xe0000000 FBMappedSize: 0x0ffe0000
Any other possibilities?
Many thanks,
Mark
--
ubuntu-users mailing list
ubuntu-users lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|
|
| Lirc problem loading at start up. |

|
2006-09-29 09:44:18 |
Everything has been going fine on my mythbox and tried to
make lirc begin at
startup.
I used the following command from the wiki:
sudo update-rc.d lirc defaults
This produced an error message that lirc was not installed.
I then tried sudo update-rc.d lircd defaults as sudo lircd
is the command I
needed to type into make lirc work.
Also irw does not work any more and the backend doesn't
start automatically
now as did before.
Any ideas?
M
--
ubuntu-users mailing list
ubuntu-users lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|
|
| fglrx won't initalise DRI |

|
2006-09-30 14:53:48 |
Aha, solved it in two parts, firstly due to being a complete
idiot I
didnt notice linux-restricted-modules wasn't installed. This
is a bad
thing. After that there was still a problem that libgl was
looking for
fglrx_dri.so in compltely the wrong place so I had to add
export LIBGL_DRIVERS_PATH=/usr/lib/dri
to /etc/profile
Hope this helps anyone else, although I doubt anyone else
would be
quite that stupid
On 9/28/06, m c <markc.lists googlemail.com> wrote:
> On 9/28/06, Felipe Alfaro Solana <felipe.alfaro gmail.com> wrote:
> > On 9/28/06, m c <markc.lists googlemail.com> wrote:
> > > Hi all,
> > >
> > > The fglrx driver seems to fail on loading the
drm module and DRI fails
> > > to initialise on my ATI X1900. Same result on
both Dapper and Edgy...
> > >
> > > The errors in Xorg.log are:
> > > (II) Reloading
/usr/lib/xorg/modules/linux/libdrm.so
> > > drmOpenDevice: node name is /dev/dri/card0
> > > drmOpenDevice: open result is -1, (No such
device or address)
> > > drmOpenDevice: open result is -1, (No such
device or address)
> > > drmOpenDevice: Open failed
> > > [drm] failed to load kernel module
"fglrx"
> > > (WW) fglrx(0): Failed to open DRM connection
> > >
> > > and:
> > > (II) fglrx(0): Composite extension enabled,
disabling direct render
> >
> > Seems you're using the Composite extension. AFAIK,
fglrx doesn't like
> > Composite extension.
> >
> > Take a look at this. I think it may help you:
> >
> >
http://felipe-alfaro.org/blog/2006/09/06/ubuntu-edgy-ati-fgl
rx-dri-3d-acceleration-and-xorg-composite-extension/
>
> Thanks for the suggestion. The error is slightly
different in
> xorg.0.log now, so I think there may be another
problem. IIRC this is
> now back to the same error I got in dapper :s
>
> From Xorg.0.log:
> (II) Loading extension ATIFGLRXDRI
> (II) fglrx(0): doing DRIScreenInit
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is -1, (No such device or
address)
> drmOpenDevice: open result is -1, (No such device or
address)
> drmOpenDevice: Open failed
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is -1, (No such device or
address)
> drmOpenDevice: open result is -1, (No such device or
address)
> drmOpenDevice: Open failed
> [drm] failed to load kernel module "fglrx"
> (II) fglrx(0): [drm] drmOpen failed
> (EE) fglrx(0): DRIScreenInit failed!
> (WW) fglrx(0):
***********************************************
> (WW) fglrx(0): * DRI initialization failed!
*
> (WW) fglrx(0): * (maybe driver kernel module missing or
bad) *
> (WW) fglrx(0): * 2D acceleraton available (MMIO)
*
> (WW) fglrx(0): * no 3D acceleration available
*
> (WW) fglrx(0):
********************************************* *
> (II) fglrx(0): FBADPhys: 0xe0000000 FBMappedSize:
0x0ffe0000
>
> Any other possibilities?
>
> Many thanks,
> Mark
>
--
ubuntu-users mailing list
ubuntu-users lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|
|
| fglrx won't initalise DRI |

|
2006-09-30 15:44:50 |
On 9/30/06, m c <markc.lists googlemail.com> wrote:
> Aha, solved it in two parts, firstly due to being a
complete idiot I
> didnt notice linux-restricted-modules wasn't installed.
This is a bad
> thing. After that there was still a problem that libgl
was looking for
> fglrx_dri.so in compltely the wrong place so I had to
add
> export LIBGL_DRIVERS_PATH=/usr/lib/dri
> to /etc/profile
Did you install FGLRX from the Ubuntu repos or from the ATI
website?
I'm using FGLRX drivers from the Ubuntu repo and didn't have
to make
any modifications to environment variables or files.
> Hope this helps anyone else, although I doubt anyone
else would be
> quite that stupid
Thanks for the update!
--
ubuntu-users mailing list
ubuntu-users lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|
|
| fglrx won't initalise DRI |

|
2006-09-30 23:19:22 |
On 9/30/06, Felipe Alfaro Solana <felipe.alfaro gmail.com> wrote:
> On 9/30/06, m c <markc.lists googlemail.com> wrote:
> > Aha, solved it in two parts, firstly due to being
a complete idiot I
> > didnt notice linux-restricted-modules wasn't
installed. This is a bad
> > thing. After that there was still a problem that
libgl was looking for
> > fglrx_dri.so in compltely the wrong place so I had
to add
> > export LIBGL_DRIVERS_PATH=/usr/lib/dri
> > to /etc/profile
>
> Did you install FGLRX from the Ubuntu repos or from the
ATI website?
> I'm using FGLRX drivers from the Ubuntu repo and didn't
have to make
> any modifications to environment variables or files.
No I used the Ubuntu repository, so I'm really not sure why
I
encountered this. Maybe because I upgraded from Dapper to
Edgy? Or it
might have been a problem similar to the one that caused me
to lose
linux-restricted-modules on upgrade to Edgy because I
commented out
the restricted repo by mistake.
--
ubuntu-users mailing list
ubuntu-users lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|
|
[1-7]
|
|