Re: Anyone else who can help!?!?
From: Adam K Kirchhoff (adamk_at_voicenet.com)
Date: 04/29/04
- Previous message: Helmut Jarausch: "xfree 4.4.0 kills Linux"
- In reply to: netbrain: "Re: Anyone else who can help!?!?"
- Next in thread: netbrain: "Re: Anyone else who can help!?!?"
- Reply: netbrain: "Re: Anyone else who can help!?!?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Apr 2004 07:09:09 -0400
netbrain <webmaster@nospam.netbrain.no> writes:
> On Tue, 27 Apr 2004 19:43:54 +0200, netbrain
> >> drmOpenDevice: minor is 0
> >> drmOpenDevice: node name is /dev/dri/card0
> >> drmOpenDevice: open result is -1, (No such device)
> >> drmOpenDevice: open result is -1, (No such device)
> >> drmOpenDevice: Open failed
>
> all my efforts resulted in nothing. is there anybody out there who can
> help me?!. i can't seem to change the open gl driver from mesa to
> fglrx.
Undo any changes you've made since you posted your XF86Config-4 file.
It's not that you can't change the OpenGL driver... The problem is
that it can't enable direct rendering in the server, so it's defaulting
to Mesa instead of ATI's drivers. This is not unusual.
Check to see if you have a /dev/dri/card0 entry on your filesystem.
If not, create it with the following commands:
$ mkdir -p /dev/dri
$ cd /dev/dri
$ mknod dri0 c 226 0
(That all has to be done as root).
Kill X and restart it.
Good luck :-)
Adam
- Previous message: Helmut Jarausch: "xfree 4.4.0 kills Linux"
- In reply to: netbrain: "Re: Anyone else who can help!?!?"
- Next in thread: netbrain: "Re: Anyone else who can help!?!?"
- Reply: netbrain: "Re: Anyone else who can help!?!?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|