Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Paste Description for Untitled

Guide to installing fglrx from the commandline for Ubuntu 7.04

Untitled
Monday, April 30th, 2007 at 11:46:52pm UTC 

  1. Step 1. Fix your sources.list
  2.  
  3.     At the command prompt, execute 'sudo nano /etc/apt/sources.list' -- you'll need the multiverse and universe repositories enabled
  4.     in order to get the fglrx driver and the required modules and stuff.
  5.  
  6.     What you want to do is look for a line that mentions multiverse and universe.
  7.     It may look something like this: deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
  8.     It may not have main in the line, but it should have universe and multiverse. They may be on separate lines, enable any that you see by removing the # in front.
  9.     Once you're done enabling repositories, type Ctrl-X and answer "yes" when Nano asks you to write the file out.
  10.  
  11. Step 2. Disable the composite extension
  12.  
  13.     Back at the command prompt, execute 'sudo nano /etc/X11/xorg.conf' -- you'll need to disable the composite extension that's enabled by default.
  14.     You'll have to add the following section to the bottom of your xorg.conf file:
  15.  
  16.     Section "Extensions"
  17.         Option  "Composite" "0"
  18.     EndSection
  19.  
  20.     Once you're done with that, hit Ctrl-X again and write out the file to disk and get back to the commandline.
  21.  
  22. Step 3. Install the driver
  23.  
  24.     Once back at the commandline, you'll need to execute the following commands:
  25.  
  26.     sudo apt-get update
  27.     sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed
  28.     sudo apt-get install xorg-driver-fglrx
  29.     sudo depmod -a
  30.  
  31.     Your system may complain about dependencies, just install them using sudo apt-get install <package name here>
  32.  
  33. Step 4. Modify xorg.conf to use the new driver
  34.  
  35.     Once everything's finished in the above steps, you'll want to configure the driver.
  36.     Generally, this is done simply by issuing the following command: sudo aticonfig --initial.
  37.     If this fails, open xorg.conf (sudo nano /etc/X11/xorg.conf) and replace any occurence of ati with fglrx to enable the new driver.
  38.     Then, type 'sudo aticonfig --overlay-type=Xv' to set the overlay type.
  39.  
  40. Step 5. At this point, you should be able to start GDM and X by typing sudo gdm--this should get you into the desktop environment! Good luck!

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right