It works "TODAY" 20may2013 with the current up to date kernel. For future, replace the latest and matching kernel/driver version numbers with those found in the repo database (currently based on sabayon-weekly). This doesn't cover hybrid (i.e. intel-ati on many new laptops) as I don't have one to test on
note: removing x11-base/xorg-drivers-1.14 seems to remedy a lot of new/fresh install problems...
Even in "just console mode" (no X running)
- Code: Select all
# lsmod |grep fglrx
should return something like:
- Code: Select all
fglrx 5090729 416
The key is the second number. If you do have an ATI card and the second number is "0" another module has been loaded for the graphics card. Following the directions below should resolve this by removing the conflicting driver such as that included in x11-base/xorg-drivers-1.14 or xf86-video-ati.
open a konsole window (or xterm?) and "su" (become root user) and enter root password when prompted. The following commands may help do the trick for you, cut-n-paste except for the edit of the grub file itself.
NOTE: the r600-HD4xxx are on hold due to other portions of system incompatibility. Recommend looking at SABAYON FROZEN as a temporary solution (allowing slightly older driver/kernel installation)
- Code: Select all
equo update --force
equo remove ati-drivers
echo "blacklist radeon" >> /etc/modprobe.d/blacklist.conf
(edit /etc/default/grub as mentioned in article above using nano, kwrite, vi, or your favorite editor)
- Code: Select all
GRUB_CMDLINE_LINUX="nomodeset"
If you have an HD5000 or newer, then run these "cut-n-paste" style as root:
If one or more of the "remove" commands finds nothing to remove, don't worry, continue onto the next comand.
- Code: Select all
equo remove xf86-video-ati
equo remove --configfiles xf86-video-ati
equo remove ati-drivers
equo remove =x11-base/xorg-drivers-1.14
equo install =sys-kernel/linux-sabayon-3.9.2
equo install =sys-kernel/sabayon-sources-3.9.2
equo install x11-drivers/ati-drivers-13.4#3.9.0-sabayon amdcccle
eselect bzimage set kernel-genkernel-x86_64-3.9.0-sabayon
eselect kernel set linux-3.9.0-sabayon
eselect opencl set amd
eselect opengl set ati
********
for those without a previously working ati/fglrx xorg.conf config, this is a good idea. Note, there are numerous variations depending upon your configuration (dual head, crossover, etc) but for the majority of users, this puts in a good starter xorg.conf file to begin using the ati-drivers. The program does make a backup copy in /etc/X11 of the existing xorg.conf file.
- Code: Select all
/opt/bin/aticonfig --initial
or to update your already decent xorg.conf if you like it, but are switching to the proprietary drivers:
- Code: Select all
/opt/bin/aticonfig --initial --input=/etc/X11/xorg.conf
*********
Then reboot, and again, open a window (e.g. konsole) and su to root.
- Code: Select all
/opt/bin/amdcccle
which brings up a gui to allow you to set the various parameters of the amd/ati driver if you wish.
Hope that helps, feel free to ask any question that might help.
Yes, I'm certain one can do most of this (except edit the file /etc/default/grub) with rigo, the gui package manager.
And yes, I'm a bit old school, grew up with the command line.
Cheers, and good luck,
andy
