ja ik ben al een beetje bezig geweest maar stuit nu op 1 probleempje
ik heb bijna alles geinstalleerd via een howto die ik gevonden heb en zal het even laten zien:
1. Make sure you are running the current kernel for your release. $ uname -r tells you what you have currently, and $ aptitude search linux-image-2.6 will tell you what is available.
2. # aptitude install module-assistant build-essential linux-headers-$(uname -r) fglrx-amdcccle fglrx-control fglrx-driver fglrx-kernel-src
3. RTFM. $ man fglrx ... That output contains a list of all the cards supported by the current driver. Make sure you find yours there. I believe some of ATI's older cards are no longer supported, and some of the newer ones may not be supported in the packages contained by the release you are using.
4. Reboot into Single User Mode. Enter the root password.
5.
Code:
# m-a prepare
# m-a a-i fglrx
# modprobe -v fglrx
6. # vim /etc/X11/xorg.conf ... Find the section that looks something like this:
Code:
Section "Device"
Identifier "ATI Technologies Inc RS480 [Radeon Xpress 200G Series]"
Driver "fglrx"
BusID "PCI:1:5:0"
EndSection
... and make sure the driver is "fglrx"
That's it. I've done it dozens of time, it takes about 10 minutes, and it always works. If you somehow screwed it up, start over ...
Code:
# aptitude remove fglrx-amdccle fglrx-control fglrx-driver fglrx-kernel-src
# aptitude purge fglrx-amdcccle fglrx-control fglrx-driver fglrx-kernel-src
# rm -rf /usr/src/modules/fglrx/
# rm -rf /etc/ati
... then back to step 1.
If it still doesn't work, give up. Go to Step 6 and replace "fglrx" with "ati" The Xorg drivers are not all that bad. You can try again some other time.
nu blijf ik steken bij:
m-a prepare ( dit gaat goed )
m-a a-i fglrx ( dit ook )
modprobe -v fglrx , en hier geeft hij dus een fout en wel deze:
marc# modprobe -v fglrx
insmod /lib/modules/2.6.18-5-686/misc/fglrx.ko
FATAL: Error inserting fglrx (/lib/modules/2.6.18-5-686/misc/fglrx.ko): Operation not permitted