View previous topic :: View next topic |
Author |
Message |
SithMaddox Tux's lil' helper


Joined: 02 Jul 2004 Posts: 149
|
Posted: Fri Mar 31, 2006 5:31 am Post subject: downgrading to xorg 6.9.0 |
|
|
Xorg7 does not work well for me. It freezes every 30 seconds and then resumes working after 10 seconds. I want to downgrade down to 6.9.0. (I was using 6.8.2 before)
When I try to start x I get a bunch of "module not found" errors for things like fglrx, glx, etc. I tried reemerging those packages but it didn't work. |
|
Back to top |
|
 |
k-root Guru


Joined: 08 Jan 2005 Posts: 428
|
Posted: Fri Mar 31, 2006 1:32 pm Post subject: |
|
|
Quote: |
* The x11-base/xorg-x11 package now filters all ModulePath and RgbPath lines from your /etc/X11/xorg.conf, as both of these paths have changed since previous versions. Make sure you run etc-update to finalize these changes. If for some reason they weren't filtered, remove them yourself. |
you have to set ModulePath to the previous location, in your xorg.conf
Code: |
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules" |
_________________
boozo wrote: | Gentoo, ça mange des ours et baffe des buffles par 37°C avec un bob et des tongs |
|
|
Back to top |
|
 |
SithMaddox Tux's lil' helper


Joined: 02 Jul 2004 Posts: 149
|
Posted: Sat Apr 01, 2006 9:14 am Post subject: |
|
|
I had to do that and symlink /usr/lib/modules/extensions/libglx.so to the correct location. For some reason it was linking to libglx.a. |
|
Back to top |
|
 |
|