2

I have just installed the binary driver for AMD hardware on Ubuntu 12.10 using the "Installing upstream drivers directly from AMD's website" method. But now when I run 'fglrxinfo', I get this message:

X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 153 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 12 Current serial number in output stream: 12

How can I get the driver working properly?

Bruno Pereira
  • 73,643

2 Answers2

2

Currently there is no AMD driver available that installs and is able to run Unity successfully. For more information and follow up on the bug please check out this post

Remove the proprietary driver and use the open-source one for now.

Bruno Pereira
  • 73,643
1

The AMD Beta drivers released on 2012-12-03 work for 12.10, as long as you're running single monitor.

I had this issue and was able to get fglrx to report the video card version properly and my system booted into gnome3 proper with cloned monitors. Trying to enable multi-monitor, though, caused the system (on the next reboot) to fall back into gnome classic with multiplying gnome bars across the main monitor. Moving the mouse toward the second monitor caused it to loop around to the opposite side of the first monitor, very pacman-like.

@Harris6310, you might try the current beta drivers to see if that solves your issue.

kayakyakr
  • 117