Debian, fgl_glxgears: Using GLX_SGIX_pbuffer… Segmentation fault
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
Posted in *nix | 5 Comments »
