LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How to install fglrx in etch? (https://www.linuxquestions.org/questions/debian-26/how-to-install-fglrx-in-etch-608896/)

applecrumble 12-24-2007 09:51 AM

How to install fglrx in etch?
 
Hi, i am downloading etch cd as we speak.How do i go about installing fglrx? I managed to get it installed in Ubuntu edgy with no problems but i get the fealing etch will be a bit more work.

radiodee1 12-25-2007 06:30 AM

Go to synaptic and search for packages with the word 'fglrx' in the name. Install all that you see. Go to a terminal. At the prompt type 'su' and your password. Now you're root user. Type 'm-a prepare' and 'm-a a-i fglrx' one after another on seperate lines. Now the fglrx driver should be installed. Now all you have to do is change the /etc/X11/xorg.conf file so that it uses fglrx instead of vesa, and then restart.

Go to the directory /etc/X11 and using your favorite editor change the part of the xorg.conf file that looks like this:
Code:

Section "Device"
        Identifier        "ATI Technologies Inc ATI Default Card"
        Driver                "vesa"
        BusID                "PCI:1:5:0"
EndSection

so that it looks like this:
Code:

Section "Device"
        Identifier        "ATI Technologies Inc ATI Default Card"
        Driver                "fglrx"
        BusID                "PCI:1:5:0"
EndSection

Then restart the computer and all should be well. NOTE: The important part is that you change the line that says 'Driver' so that it also says "fglrx" and not "vesa". The other parts of the 'Device' section may be different on your computer.

EDIT: This all assumes you have module-assistant installed. You want to make sure you have module-assistant and anything it needs to do it's job. This also assumes you have Etch already installed.

buhtl 12-27-2007 05:28 PM

Did you try envy?

http://albertomilone.com/nvidia_scripts1.html


All times are GMT -5. The time now is 08:40 PM.