Ubuntu7.10 has been installed for a while, and 3Deffect has been installed in the morning. my video card is atiradeonxpress1100. it took me three hours. first, determine whether your driver is correctly installed: fglrxinfodisplay: 0.0 screen: 0 OpenGLvendorstring: ATITechnologiesInc. openGLrendererstring: ATIRade
Ubuntu7.10 has been installed for some time. In the morning, I finally took the time to install 3D effect. My video card is ati radeon xpress 1100.
It took me three hours.
First, make sure that your driver is correctly installed:
Fglrxinfo
Display: 0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon Xpress Series
OpenGL version string: 2.0.6473 (8.37.6)
The above information indicates that the driver of ati has been installed.
Then confirm that the 3D effect is enabled.
Glxinfo | grep direct
Direct rendering: Yes
First try to open the special effect
First prompt: "The Composite extension is not available"
Therefore, set it in etc/X11/xorg. conf.
Section "Extensions"
Option "Composite" "Enable"
EndSection
The prompt message is:
"Desktop effects cocould not be enabled"
Other problems
Find the LINUX community and find an answer: Install xserver-xgl. After installation, the special effects can be enabled. In view of the first error message, the changes to the/etc/X11/xorg. conf file are still saved.