2nd March 2009
I assume you already have configured and working desktop environment, but want to improve performance.
First of all, sudo aptitude install mesa-utils. Then run in a Terminal/Konsole glxgears, and wait for ~15 seconds; if your FPS is ~400 or less, then you do have sluggish video performance (usually manifesting itself as slow scrolling in Firefox/Iceweasel, slow window switching/minimziing/maximizing etc).
After reading through several forums and bug reports and blog posts, I’ve ended with the following modifications to my /etc/X11/xorg.conf:
Read the rest of this entry »
Posted in *nix, Hardware, how-to | 5 Comments »
1st October 2008
If you get Segmentation fault when trying to run fgl_glxgears in your Debian desktop environment, most often this would mean that 3D acceleration isn’t enabled.
For the case of ATI (and ATI Mobility) Radeon series, the easiest procedure would be (doing all as root, or prepending sudo to all commands):
- aptitude update, to ensure you’ve got the list of latest packages
- aptitude install fglrx-driver fglrx-control fglrx-kernel-src, for the actual driver; I also installed fglrx-atieventsd and fglrx-glx (these are driver-recommended packages)
- aptitude install module-assistant, required for building the kernel module
- module-assistant prepare, to verify that you have everything needed for the module build procedure
- module-assistant update
- module-assistant auto-install fglrx, to build and install the fglrx kernel module
- depmod -a
- modprobe fglrx, to load the fglrx kernel module
- aticonfig ––initial, to configure ATI’s device section in /etc/X11/xorg.conf (for more options, see aticonfig ––help)
- reboot
Read the rest of this entry »
Posted in *nix | 5 Comments »
25th October 2007
Get the driver!
There’s also another one, but provides read-only support.
Posted in Links | 3 Comments »