Re: Xorg/driver assignment

2013-10-18 Thread Curt
On 2013-09-23, Matthias Meyer  wrote:
> Hello,
>
> I have an AMD E450 and I've downloaded and install the
> amd-driver-installer-catalyst-13-4-x86.x86_64
>
> Now I'm not sure whether the driver is properly installed.
> Probably there is a configuration problem
>
> root@vdr:~# fglrxinfo
> display: localhost:10.0  screen: 0
> OpenGL vendor string: Tungsten Graphics, Inc
> OpenGL renderer string: Mesa DRI Intel(R) Q35 
> OpenGL version string: 1.4 Mesa 8.0.5

Perhaps this might help to work things out (look notably at 5.1. MESA
"error")

https://help.ubuntu.com/community/BinaryDriverHowto/ATI


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnl62vft.3sr.cu...@einstein.electron.org



Xorg/driver assignment

2013-09-22 Thread Matthias Meyer
Hello,

I have an AMD E450 and I've downloaded and install the
amd-driver-installer-catalyst-13-4-x86.x86_64

Now I'm not sure whether the driver is properly installed.
Probably there is a configuration problem

root@vdr:~# fglrxinfo
display: localhost:10.0  screen: 0
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) Q35 
OpenGL version string: 1.4 Mesa 8.0.5

root@vdr:~# aticonfig --query-monitor
Default Adapter - AMD Radeon HD 6320 Graphics
  Connected monitors: none
  Enabled monitors: none



root@vdr:~# lsmod | grep fglrx
fglrx5170830  65 
button 12937  1 fglrx

root@vdr:~# aticonfig --px-list-active-gpu
PowerXpress: Discrete GPU is active (High-Performance mode).

root@vdr:~# aticonfig --list-adapters
* 0. 00:01.0 AMD Radeon HD 6320 Graphics
* - Default adapter

root@vdr:~# lspci | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
Wrestler [Radeon HD 6320]

root@vdr:~# cat /etc/X11/xorg.conf
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

Anybody have a hint how to assign driver and monitor to my GPU?
-- 
Don't Panic


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/l1o70u$10r$1...@ger.gmane.org