Install the graphics card driver of the ATI chip for the Linux operating system

Source: Internet
Author: User

◆ 1. Download page:

Http://ati.amd.com/support/driver.html

◆ 2. Choose one to download:

"Linux x86 --> All-in-wonder 9600 series" is a new version,

But "Linux x86 --> FireGL T2-128" is an old version.

Many of these options are "same things all the way". They are not necessarily the same as their own graphics cards. Instead, you need to find the recently released version and click "Release Notes ", if you have your own video card model, you can use this driver.

My down: https://a248.e.akamai.net/f/674/... 40.4-x86.x86 _ 64.run

3. To create installation packages if possible:

./Ati-driver-installer-8.40.4-x86.x86_64.run -- listpkg

My OS "Debian/lenny" is in the list, Very good! It will be much easyer to manage packages.

/Ati-driver-installer-8.40.4-x86.x86_64.run -- buildpkg Debian/lenny

Four '. deb' packages and A'. changes' file will be created.

4. Install packages:

Dpkg-I fglrx-amdcccle_8.40.4-1_i386.deb fglrx-driver_8.40.4-1_i386.deb fglrx-driver-dev_8.40.4-1_i386.deb fglrx-kernel-src_8.40.4-1_i386.deb

5. Compile kernel module:

Module source is here: '/usr/src/fglrx.tar.bz2 '.

./Make. sh

Cp fglrx. ko/lib/modules/'uname-R'/misc/fglrx. ko

Depmod-AE

Perhaps you cann't insert the module now, because maybe other modules of display are already in the kernel. It comes normal after reboot.

6. Edit 'xorg. conf', add:

# To avoid AIGLX error in X log
Section "ServerFlags"
Option "AIGLX" "off"
EndSection

Section "InputDevice"

Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "false"
EndSection
Section "Device"

Identifier "ATI Fire GL T2-64S [FGL 9600 RV350 AT]"

# Driver "ati"
Driver "fglrx"
Option "EnableMonitor" "tmds1"
BusID "PCI: 1: 0: 0"
EndSection

Section "Monitor"
Identifier "SyncMaster"
HorizSync 30.0-81.0
VertRefresh 56.0-75.0
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Fire GL T2-64S [FGL 9600 RV350 AT]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 16

Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768_75"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

# To avoid a "Known Issues" in "Release Notes"

Section "Extensions"
Option "Composite" "disable"
EndSection

7. Over clock or slow clock:

# Apt-get install rovclock

This command has the same function as NV's 'nvclock '.

* Later, when debian was updated, it was found that the debian source already had the fglrx driver, which was the four packages above and added a 'control' package, and its version was slightly newer, update now. this also means that debian users can directly search for 'fglrx 'in the source without the first four steps, install apt, and then compile the kernel module.

Related Articles]

  • AMD will push ATI graphics chip open source driver to Linux Users
  • Introduction to USB hardware driver in Linux
  • Installation of USB image acquisition driver in Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.