Page downloads can be found here.
Related posts
| Command | Description |
| System Information | |
| arch uname -m |
display computer architecture |
| uname -r | display kernel version |
| dmidecode -q | show hardware system components - (SMBIOS / DMI) |
| hdparm -i /dev/hda | withdraw the characteristics of hard disk |
| hdparm -tT /dev/sda | to test the performance of reading data from the hard drive |
The rest then
Vaw i found full list of “Linux commans”
Tags: CommandDescription, Information, kernel, Life, linux, linux, performance, show, System, UnixRelated posts
Step 1. Download ati-driver-installer-8-5-x86.x86_64.run
Step 2. sudo apt-get update
Step 4. sudo apt-get install build-essential fakeroot dh-make debhelper debconf libstdc++5 dkms linux-headers-$(uname -r)
Step 5. sudo sh ati-driver-installer-8-5-x86.x86_64.run --buildpkg Ubuntu/8.04
Step 6. sudo vim /etc/default/linux-restricted-modules-common
in string "DISABLED_MODULES" add “fglrx”
resul: DISABLED_MODULES="fglrx".
save files
Step 7. sudo dpkg -i xorg-driver-fglrx_8.493*.deb fglrx-kernel-source_8.493*.deb fglrx-amdcccle_8.493*.deb
Step 8. Restart X server.
Step 9. Check:
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X600 Series
OpenGL version string: 2.1.7537 Release





















