3 echo "----------------------------------------------------------------"
5 echo "For these drivers to work, you must install kernel modules."
6 echo "Depending on your kernel, these module packages are named"
7 echo "catalyst-\$kernel and stock kernel module is catalyst"
9 echo "OR simply use packages that provides auto re-compilation:"
10 echo "catalyst-hook or catalyst-daemon"
12 echo "OR use catalyst-generator package to generate catalyst-{kernver}"
14 echo "----------------------------------------------------------------"
15 echo "You can use the tool 'aticonfig' to generate an xorg.conf file."
16 echo "--------------------- ^^^^^^^^^ --------------------------------"
17 echo "Add nomodeset to your kernel line in /boot/grub/menu.lst , ie.:"
18 echo "kernel /boot/vmlinuz-linux root=/dev/sda1 ro nomodeset"
19 echo "----------------------------------------------------------------"
20 echo "For more info and troubleshooting visit:"
21 echo "http://wiki.archlinux.org/index.php/ATI_Catalyst"
22 echo "----------------------------------------------------------------"
26 if [ ! -e usr/lib/xorg/modules/extensions/libdri.so ]; then
27 ln -sf usr/lib/xorg/modules/extensions/libdri.xorg usr/lib/xorg/modules/extensions/libdri.so
43 # If the symlink is dead, remove it
45 echo "NOTE: Don't forget to recover your original xorg.conf file."