View previous topic :: View next topic |
Author |
Message |
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Thu Aug 12, 2010 11:55 pm Post subject: ati-r128 video card on laptop not working?[solved] |
|
|
Dell Inspiron 8000: p3 : Linux 2.6.34-r1
ati-r128 rage mobility video card
I emerged world, revdep-rebuild , resolved problems.
** Then my video would not work. I use "startx"
I got some errors that indicated I needed to re-compile my kernel.
* I compiled the kernel so I could install the "ati-drivers"
Now here art my errors:
#startx
. . .
Fatal server error:
no screen found
. . .
xinit: No such file or directory(error 2): unable to connect to X server
xinit: No such process (errono 3 Server error.
#aticonfig
aticonfig: No supported adapters detected
# solution:
running vesa -- works ok _________________ Without diversity there can be no evolution:)
Last edited by cwc on Fri Aug 13, 2010 8:18 pm; edited 4 times in total |
|
Back to top |
|
|
BradN Advocate
Joined: 19 Apr 2002 Posts: 2391 Location: Wisconsin (USA)
|
Posted: Fri Aug 13, 2010 12:38 am Post subject: |
|
|
Try reinstalling the ATI drivers and make sure its opengl is enabled with eselect opengl.
Also your vesa driver wasn't loaded because it needs to be rebuilt as well, you should probably do this for all of the X drivers just in case. |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Fri Aug 13, 2010 1:46 am Post subject: |
|
|
BradN wrote: | Try reinstalling the ATI drivers and make sure its opengl is enabled with eselect opengl.
Also your vesa driver wasn't loaded because it needs to be rebuilt as well, you should probably do this for all of the X drivers just in case. |
to enable opengl do i : #eselect opengl set ati ?
Will this make a difference if I reinstall the ati-drivers
I did a emerge --search vesa and I saw the vesa 2.3.0 drivers are installed.
Thanks for the line! _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Fri Aug 13, 2010 1:54 am Post subject: |
|
|
BradN wrote: | Try reinstalling the ATI drivers and make sure its opengl is enabled with eselect opengl.
Also your vesa driver wasn't loaded because it needs to be rebuilt as well, you should probably do this for all of the X drivers just in case. |
What about ?
Failed to load module "dri" (module does not exist,)
? _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
BradN Advocate
Joined: 19 Apr 2002 Posts: 2391 Location: Wisconsin (USA)
|
Posted: Fri Aug 13, 2010 3:29 am Post subject: |
|
|
(EE) module ABI major version (5) doesn't match the server's version (6)
^^ this means that the X server has changed its protocol for interfacing with drivers, so if you ever intend to use the vesa driver you'll have to recompile it to make it use the new interface.
#aticonfig
aticonfig: No supported adapters detected
This part is worrying, and unfortunately I haven't used any modern ATI cards so I don't know for sure what would cause that message. I suspect your card is too old for ATI's drivers.
But, if you recompile the xorg ati driver I bet it might work. |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Fri Aug 13, 2010 4:15 pm Post subject: |
|
|
BradN wrote: | (EE) module ABI major version (5) doesn't match the server's version (6)
^^ this means that the X server has changed its protocol for interfacing with drivers, so if you ever intend to use the vesa driver you'll have to recompile it to make it use the new interface.
#aticonfig
aticonfig: No supported adapters detected
This part is worrying, and unfortunately I haven't used any modern ATI cards so I don't know for sure what would cause that message. I suspect your card is too old for ATI's drivers.
But, if you recompile the xorg ati driver I bet it might work. |
I tried this: http://www.gentoo.org/proj/en/desktop/x/x11/ati-migration-guide.xml
and used r128 instead of radeon.
I removed the ati drivers I noticed they are for the newer chipsets.
I also recompiled my kernel and made the r128 a Module.
None of this worked. _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
BradN Advocate
Joined: 19 Apr 2002 Posts: 2391 Location: Wisconsin (USA)
|
Posted: Fri Aug 13, 2010 5:50 pm Post subject: |
|
|
* x11-drivers/xf86-video-ati
Latest version available: 6.13.0
Latest version installed: [ Not Installed ]
Size of files: 991 kB
Homepage: http://xorg.freedesktop.org/
Description: ATI video driver
License: MIT
I think this is the one you want, even if it's already installed, emerge it again. This driver works with a Mobility M1 so I'm guessing it may work with mobility M4. |
|
Back to top |
|
|
|