You are not logged in.

#1 2012-04-29 10:14:01

Troopa
Member
From: Switzerland
Registered: 2011-12-12
Posts: 29
Website

[SOLVED] I can't launch X-Server, because fglrx has problems

Hey Everybody

I have a big problem with my graphic settings. I can not run my Desktop Environment, every time it crashs because my fglrx does not match any device

I've installed the proprietary driver Catalyst 12.2 and my graphiccard is an ATI Radeon HD5670.  Of course i read Catalyst section in the ArchLinux Wiki and I installed the older xorg-server (1.11.x) but it doesn't work.

the error output from Xorg.0.log.old:

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   581.889] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   581.889] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   581.890] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   581.890] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   582.111] (WW) Falling back to old probe method for fglrx
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:0) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
[   582.149] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[   582.360] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[   582.554] (WW) fglrx(0): Unable to register ADL handler for 0x00110000
[   582.554] (WW) fglrx(0): Unable to register ADL handler for 0x00120000
[   582.554] (WW) fglrx(0): Unable to register ADL handler for 0x00130000
[   582.554] (WW) fglrx(0): Unable to register ADL handler for 0x00150000
[   582.574] (WW) fglrx(0): ***********************************************************
[   582.574] (WW) fglrx(0): * DRI initialization failed                               *
[   582.574] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
[   582.574] (WW) fglrx(0): * 2D and 3D acceleration disabled                         *
[   582.574] (WW) fglrx(0): ***********************************************************
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   582.574] (EE) fglrx(0): Not enough video memory to allocate primary surface (frame buffer).

and my xorg.conf was generated automatically by

$ aticonfig --initial

Section "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
    Screen         "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[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 "Monitor"
    Identifier   "aticonfig-Monitor[0]-1"
    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:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-1"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
    Screen      1
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 "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device     "aticonfig-Device[0]-1"
    Monitor    "aticonfig-Monitor[0]-1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

I hope you can help me with this information. when you need further infos simply let me know
Troopa

Last edited by Troopa (2012-04-30 06:16:44)


gnomengineer; a blend (a portmanteau) of the words gnome from the high fantasy and engineer as in software engineer.

Offline

#2 2012-04-29 11:49:23

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,097

Re: [SOLVED] I can't launch X-Server, because fglrx has problems

Post the whole log. Also remove the BusID lines.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2012-04-29 14:04:01

Troopa
Member
From: Switzerland
Registered: 2011-12-12
Posts: 29
Website

Re: [SOLVED] I can't launch X-Server, because fglrx has problems

[  8012.093]
X.Org X Server 1.12.1
Release Date: 2012-04-13
[  8012.095] X Protocol Version 11, Revision 0
[  8012.096] Build Operating System: Linux 3.3.1-1-ARCH x86_64
[  8012.097] Current Operating System: Linux ifoehn 3.3.3-1-ARCH #1 SMP PREEMPT Mon Apr 23 09:41:07 CEST 2012 x86_64
[  8012.098] Kernel command line: root=/dev/sda5 ro
[  8012.098] Build Date: 14 April 2012  07:09:45AM
[  8012.099] 
[  8012.100] Current version of pixman: 0.24.4
[  8012.101]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  8012.103] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  8012.105] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 29 14:30:23 2012
[  8012.106] (==) Using config file: "/etc/X11/xorg.conf"
[  8012.107] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  8012.108] (==) ServerLayout "Main_Layout"
[  8012.108] (**) |-->Screen "Screen_Samsung" (0)
[  8012.108] (**) |   |-->Monitor "Monitor_Samsung"
[  8012.108] (**) |   |-->Device "Device_Samsung"
[  8012.108] (**) |-->Screen "Screen_Eizo" (1)
[  8012.108] (**) |   |-->Monitor "Monitor_Eizo"
[  8012.108] (**) |   |-->Device "Device_Samsung"
[  8012.108] (**) Option "Xinerama" "on"
[  8012.108] (==) Automatically adding devices
[  8012.108] (==) Automatically enabling devices
[  8012.108] (**) Xinerama: enabled
[  8012.108] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  8012.108]     Entry deleted from font path.
[  8012.108] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  8012.108]     Entry deleted from font path.
[  8012.108]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  8012.108] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  8012.108]     Entry deleted from font path.
[  8012.108]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  8012.108] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
[  8012.108] (==) ModulePath set to "/usr/lib/xorg/modules"
[  8012.108] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[  8012.108] (II) Loader magic: 0x7c7ae0
[  8012.108] (II) Module ABI versions:
[  8012.108]     X.Org ANSI C Emulation: 0.4
[  8012.108]     X.Org Video Driver: 12.0
[  8012.108]     X.Org XInput driver : 16.0
[  8012.108]     X.Org Server Extension : 6.0
[  8012.109] (--) PCI:*(0:1:0:0) 1002:68d8:1043:0356 rev 0, Mem @ 0xd0000000/268435456, 0xfe7e0000/131072, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
[  8012.109] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  8012.109] (II) LoadModule: "extmod"
[  8012.109] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  8012.109] (II) Module extmod: vendor="X.Org Foundation"
[  8012.109]     compiled for 1.12.1, module version = 1.0.0
[  8012.109]     Module class: X.Org Server Extension
[  8012.109]     ABI class: X.Org Server Extension, version 6.0
[  8012.109] (II) Loading extension MIT-SCREEN-SAVER
[  8012.109] (II) Loading extension XFree86-VidModeExtension
[  8012.109] (II) Loading extension XFree86-DGA
[  8012.109] (II) Loading extension DPMS
[  8012.109] (II) Loading extension XVideo
[  8012.109] (II) Loading extension XVideo-MotionCompensation
[  8012.109] (II) Loading extension X-Resource
[  8012.109] (II) LoadModule: "dbe"
[  8012.109] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  8012.109] (II) Module dbe: vendor="X.Org Foundation"
[  8012.109]     compiled for 1.12.1, module version = 1.0.0
[  8012.109]     Module class: X.Org Server Extension
[  8012.109]     ABI class: X.Org Server Extension, version 6.0
[  8012.109] (II) Loading extension DOUBLE-BUFFER
[  8012.109] (II) LoadModule: "glx"
[  8012.109] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  8012.109] (II) Module glx: vendor="X.Org Foundation"
[  8012.109]     compiled for 1.12.1, module version = 1.0.0
[  8012.109]     ABI class: X.Org Server Extension, version 6.0
[  8012.109] (==) AIGLX enabled
[  8012.109] (II) Loading extension GLX
[  8012.109] (II) LoadModule: "record"
[  8012.109] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  8012.109] (II) Module record: vendor="X.Org Foundation"
[  8012.109]     compiled for 1.12.1, module version = 1.13.0
[  8012.109]     Module class: X.Org Server Extension
[  8012.109]     ABI class: X.Org Server Extension, version 6.0
[  8012.109] (II) Loading extension RECORD
[  8012.109] (II) LoadModule: "dri"
[  8012.109] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  8012.109] (II) Module dri: vendor="X.Org Foundation"
[  8012.109]     compiled for 1.12.1, module version = 1.0.0
[  8012.109]     ABI class: X.Org Server Extension, version 6.0
[  8012.109] (II) Loading extension XFree86-DRI
[  8012.109] (II) LoadModule: "dri2"
[  8012.109] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  8012.109] (II) Module dri2: vendor="X.Org Foundation"
[  8012.109]     compiled for 1.12.1, module version = 1.2.0
[  8012.109]     ABI class: X.Org Server Extension, version 6.0
[  8012.109] (II) Loading extension DRI2
[  8012.109] (II) LoadModule: "fglrx"
[  8012.110] (WW) Warning, couldn't open module fglrx
[  8012.110] (II) UnloadModule: "fglrx"
[  8012.110] (II) Unloading fglrx
[  8012.110] (EE) Failed to load module "fglrx" (module does not exist, 0)
[  8012.110] (EE) No drivers available.
[  8012.110]
Fatal server error:
[  8012.111] no screens found
[  8012.112]
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[  8012.116] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  8012.116]

what do you exactly mean with "remove the BusID"? in the xorg.conf ?


gnomengineer; a blend (a portmanteau) of the words gnome from the high fantasy and engineer as in software engineer.

Offline

#4 2012-04-29 15:11:48

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,097

Re: [SOLVED] I can't launch X-Server, because fglrx has problems

Looks like you might not be disabeling kms at boot. Try booting with nomodeset, Also you are still running xorg 1.12 acording to the log.

pacman -Q xorg-server

Last edited by Mr.Elendig (2012-04-29 15:12:53)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#5 2012-04-30 06:16:19

Troopa
Member
From: Switzerland
Registered: 2011-12-12
Posts: 29
Website

Re: [SOLVED] I can't launch X-Server, because fglrx has problems

Thanks it works now


The only thing I had to do was booting with nomodeset. description here
and of course downgrade my xorg-server down to 1.11.x so it can work together with catalyst 12.2


P.S: Mr.Elendig what did you see in my log file that help you to find out where my problem is?

sincerely
Troopa


gnomengineer; a blend (a portmanteau) of the words gnome from the high fantasy and engineer as in software engineer.

Offline

Board footer

Powered by FluxBB