Jump to content

Recommended Posts

Guest Goethe
Posted

OS: RHEL 6.5

Kernel: 2.6

GPU: Radeon HD 8400

 

I installed the proprietary driver from AMD's website and the installation went smoothly. I'm sshing int a server with X11 forwarding enabled and trying to get a GUI application output forwarded to me. When I login and run fglrxinfo it shows that I'm using the mesa drivers and if I run xclock, the application comes through fine. When I set DISPLAY=:0 fglrxinfo shows that I'm using AMD's driver but I get no GUI applications forwarded to me when I run xclock, xterm, or any other GUI applicaiton.

 

I've also tried doing a remote desktop and the same thing happens. Once I set DISPLAY=:0 I have no GUI output.

 

I need the system to be using AMD's driver rather than the Mesa drivers on the system.

 

Also I'm attaching my xorg.conf.

Code:

Section "ServerLayout"

Identifier "aticonfig Layout"

Screen 0 "aticonfig-Screen[0]-0" 0 0

EndSection

 

Section "Module"

EndSection

 

Section "Monitor"

Identifier "aticonfig-Monitor[0]-0"

Option "VendorName" "ATI Proprietary Driver"

Option "ModelName" "Generic Autodetecting Monitor"

Option "DPMS" "true"

EndSection

 

Section "Device"

Identifier "aticonfig-Device[0]-0"

Driver "fglrx"

BusID "PCI:0:1:0"

EndSection

 

Section "Screen"

Identifier "aticonfig-Screen[0]-0"

Device "aticonfig-Device[0]-0"

Monitor "aticonfig-Monitor[0]-0"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 24

EndSubSection

EndSection

 

Section "Extensions"

Option "Composite" "Disable"

EndSection

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...