linux,faqs,howtos,man,forum,squid,mount,ntfs,bandwidth,gnu,opensource,directory
 
Home | Forum | MAN Pages | Tutorials | Directory | HOWTOs | About Me | Contact
You are Browsing Linux HOWTOS
 
FAQS
- Advanced Routing & Traffic Control
- General FAQ
- Squid Proxy Server
- Sendmail
- Fetchmail
- Postfix
- Connecting Mobile Phone
- Paging from Linux
- Standard Commands
- Some common terms
Linux HOWTOs
- Single List of HOWTOs
- 3-Button-Mouse
- Cable-Modem
- DHCP
- DOSEMU HOWTO
- Infrared HOWTO
- Hard Disk Upgrade
- - Java-CGI-HOWTO
- Linux-Gamers-HOWTO
- Linux+NT-Loader
- Multi-Disk-HOWTO
- NLM-HOWTO
- Quake-HOWTO
- RPM-HOWTO
- Serial-Laplink-HOWTO
- Tango-HOWTO
- Unicode-HOWTO
- VoIP-HOWTO
- Winmodems-and-Linux-HOWTO
- Xterminals

- ADSL Bandwidth Management
- Compile Apache
- Make a Bootdisk
- Linux-Windows9x-Grub
- Linux-Windows
- Linux Crash Recovery
- Optimise Squid
- Block websites in Squid
- Broadcast webcam in linux
- Compile RedHat Linux kernel
- Implement Firewall Security
- Increase Harddrive Performance
- Mount NTFS filesystem
- Patch / rebuild SRPM
- Secure Linux
- Set up a DHCP Server
- Set up an FTP server
- Set up Linux as a Router
- Use Cron
- Samba
Miscellaneous
- All Ports
- Spammers fetch email addresses
- Mounting NTFS in linux
- Linux Gazette
- Linux Directory
- Linux Man

linux,man,pages,linux man pages,squid,ntfs,mount
 

4.2. Alternative 2: Using ATI's own R200 Driver

ATI's R200 driver comes in three distributions - one for XFree4.1, one for XFree4.2 and one for XFree4.3. You can download ATIs driver from here. Sadly, for those of us who do not use a RedHat-based or other RPM-supporting distribution, the package is only available in RPM format. For those of us who do not have RPM support, alien is the program to use. Alien converts between various package formats. To convert the ATI driver package to a .deb package, use alien --to-deb packagename.rpm. To convert it to a .tgz package, use alien --to-tgz packagename.rpm.

You are now ready to install the driver. To install it, use:

  • rpm -i --force /path/to/packagename.rpm, if you are installing the rpm package

  • dpkg -i --force-overwrite /path/to/packagename.deb, if you made a .deb package

  • cd / && tar zxvf /path/to/packagename.tgz, if you made a .tgz package.

You are now ready to configure the driver. To install it, issue the following commands as root:


cd /lib/modules/fglr200/build_mod/
./make.sh
cd /lib/modules/fglr200/
./make_install.sh

The driver is now ready for use.

Important

The driver will not load unless you tell your Linux system to load it every time at startup. To do this, you must find out where to tell your Linux which modules to load at startup. In Debian, you must add the followng line to /etc/modules:


fglr200

Add the line to the end of the file. You are now ready to configure XFree86.

XFree86 can be configured in two ways: either by running fglrxconfig (supplied by the ATI driver), or by editing the XF86Config file manually.

If you choose to run fglrxconfig, the process is similar to a regular xf86config run, except for the choice of which screen card driver to use (which will automatically be set to the ATI Radeon driver).

If you want to edit the configuration file manually, locate it (usually /etc/X11/XF86Config), and open it in your favorite editor. Find the place saying Section "Device". In this section, there should be a line saying Driver "somedrivername". Edit this line so it says Driver "fglr200" and add the following lines right below that line:


Option "no_accel" "no"
Option "no_dri" "no"
Option "overlay" "off"

Comment out all other lines in the Device section (add a # in front of them). Your device section should now look like this:


Section "Driver"
Identifier "some_identifier" (the identifier is your choice, but if you edit it, 
make sure you update every reference to it in the config file).
Driver "fglr200"
Option "no_accel" "no"
Option "no_dri" "no"
Option "overlay" "no"

# ... 
# ...

You are now ready to run!

 
Random Linux Commands
RAID
Redundant Array of Inexpensive Disks, where a number of small disk drives are used together, increasing performance and being able to tolerate problems better.

Common Linux terms
Linux-FAQs Search
linux,faqs,howto,howtos,man,manpages,directory,forum


Linux-FAQs Forum Categories
- About Forum
- Hardware Troubleshooting in Linux
- Linux Entertainment
- Resources
- Software toubleshooting and configuration
Linux-FAQs Man Pages
- About Forum
- Hardware Troubleshooting in Linux
- Linux Entertainment
- Resources
- Software toubleshooting and configuration
All Linux-FAQs Forums
- Crash Recovery
- FAQs
- Forum Talk
- Games
- General
- Linux Audio Support
- Linux Hardware / Driver
- Linux Installation Support
- Linux misc.
- Linux Networking
- Linux Newbies
- Linux Printing Support
- Linux Security
- Linux Video Support
- Mail Server
- Multimedia
- Tutorials
- Web Proxy Server
- Web Server

linux,man,man pages,faqs,howtos,forum
 
Powered by HTML
Linux-faqs.com Copyright, All rights reserved www.linux-faqs.com. Peeyush Maurya.