Ati Radeon Mobility X300 Drivers For Mac
Code: X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 136 (GLX) Minor opcode of failed request: 19 (XGLXQueryServerString) Serial number of failed request: 12 Current serial number in output stream: 12When I output the Xorg log, I find that it is still using Radeon, the open source driver for my card. Running aticonfig returns an error saying that it could not find a compatible card and exits. Also, when I tried to look up what driver Ubuntu was using in the System Info application, the graphics option says that the driver is unknown. What do I need to do to get 3d acceleration working with the x300? Code: sudo dpkg-reconfigure xorg-xserverI'm obviously no expert, but I guess the problems were these: 1) fglrx uses its own version of the OpenGl libraries, which are incompatible with other drivers. 2) Xorg either used generic drivers or fell back on radeon while fglrx was installed, causing the system info applet to report an unknown driver (This is the part I am least sure about, because I think it should report the driver in use anyway, also unity fell back on unity2D) 3) When I first uninstalled fglrx, I did not reconfigure the X server, leading to the aforementioned problem in my second post.