You are not logged in.

#1 2016-06-23 20:05:28

koksnuss
Member
Registered: 2016-04-24
Posts: 9

ATI catalyst firegl_init_devices failed

I have installed the ATI catalyst driver according to the Arch Wiki. After a reboot I only have the command line interface giving me the following hints:

dmesg | grep fail
acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
<3>[fglrx:firegl_init_module] * ERROR* firegl_init_devices failed
grep "WW" /var/X11/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) `fonts.dir`not found (or not vaild) in "/usr/share/fonts/100dpi/".
(WW) `fonts.dir`not found (or not vaild) in "/usr/share/fonts/75dpi/".
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) RADEON(0): KMS Pageflipping: disabled because of ShadowPrimary/TearFree
(WW) evdev: 2.4Ghz Mouse: ignoring absoulte axes.

I have created an xorg.conf file with

aticonfig --initial
/etc/X11/xorg.conf
---------------------------------------------------------------------------------------------
Section "ServerLayout"
	Identifier     "Arch"
	Screen      0  "Screen0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

the package acpid is installed and I am really lost in this issue. Please help me to get my X Server running again!

Last edited by koksnuss (2016-06-23 20:05:51)

Offline

#2 2016-06-23 21:33:21

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: ATI catalyst firegl_init_devices failed

It seems Catalyst isn't particularly eager to work on your machine so uninstall it.

If you want to fix it, use something like grep -B20 fail to see what happened before this "firegl_init_devices failed".

Offline

#3 2016-06-23 22:51:09

koksnuss
Member
Registered: 2016-04-24
Posts: 9

Re: ATI catalyst firegl_init_devices failed

mich41 wrote:

It seems Catalyst isn't particularly eager to work on your machine so uninstall it.

thanks for your reply, BTW I am using this grapic card (which should be supported according to the arch wiki):

lspci | grep -i vga
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV710/M92 [Mobility Radeon HD 4530/4570/545v]
mich41 wrote:

If you want to fix it, use something like grep -B20 fail to see what happened before this "firegl_init_devices failed".

dmesg | grep -B20 fail
[    0.223392] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.223394] ACPI: Added _OSI(Processor Aggregator Device)
[    0.228526] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.230234] ACPI: Dynamic OEM Table Load:
[    0.230241] ACPI: SSDT 0xFFFF88013B08F400 000265 (v01 PmRef  Cpu0Ist  00003000 INTL 20050624)
[    0.230669] ACPI: Dynamic OEM Table Load:
[    0.230676] ACPI: SSDT 0xFFFF88013B017800 000575 (v01 PmRef  Cpu0Cst  00003001 INTL 20050624)
[    0.231297] ACPI: Dynamic OEM Table Load:
[    0.231303] ACPI: SSDT 0xFFFF88013A552000 0001CF (v01 PmRef  ApIst    00003000 INTL 20050624)
[    0.231709] ACPI: Dynamic OEM Table Load:
[    0.231714] ACPI: SSDT 0xFFFF88013A456B40 00008D (v01 PmRef  ApCst    00003000 INTL 20050624)
[    0.232172] ACPI : EC: EC started
[    0.232297] ACPI: Interpreter enabled
[    0.232316] ACPI: (supports S0 S3 S4 S5)
[    0.232318] ACPI: Using IOAPIC for interrupt routing
[    0.232346] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.232698] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.232712] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.237251] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.237257] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.237262] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
--
[    1.961922] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    1.961926] ACPI: Power Button [PWRF]
[    1.963660] systemd[1]: Mounted POSIX Message Queue File System.
[    1.965203] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    1.965418] systemd[1]: Mounted Debug File System.
[    1.966313] systemd[1]: Mounted Huge Pages File System.
[    1.967825] EXT4-fs (sdb3): re-mounted. Opts: data=ordered
[    1.969433] systemd[1]: Started Remount Root and Kernel File Systems.
[    1.971998] systemd[1]: Starting udev Coldplug all Devices...
[    1.973191] systemd[1]: Starting Load/Save Random Seed...
[    1.974042] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.987904] systemd[1]: Started Load/Save Random Seed.
[    2.013265] systemd[1]: Started Create Static Device Nodes in /dev.
[    2.030382] systemd[1]: Starting udev Kernel Device Manager...
[    2.030427] systemd[1]: Reached target Local File Systems (Pre).
[    2.037532] systemd[1]: Started udev Coldplug all Devices.
[    2.048077] systemd[1]: Started Setup Virtual Console.
[    2.126029] systemd[1]: Started udev Kernel Device Manager.
[    2.166731] <6>[fglrx] Maximum main memory to use for locked dma buffers: 3761 MBytes.
[    2.167333] <3>[fglrx:firegl_init_device_list] *ERROR* No supported display adapters were found
[    2.167334] <3>[fglrx:firegl_init_module] *ERROR* firegl_init_devices failed
--
[    2.768944] Bluetooth: Core ver 2.21
[    2.768962] NET: Registered protocol family 31
[    2.768964] Bluetooth: HCI device and connection manager initialized
[    2.768970] Bluetooth: HCI socket layer initialized
[    2.768974] Bluetooth: L2CAP socket layer initialized
[    2.768982] Bluetooth: SCO socket layer initialized
[    2.785255] mousedev: PS/2 mouse device common for all mice
[    2.797208] tg3 0000:08:00.0 enp8s0: renamed from eth0
[    2.799322] usbcore: registered new interface driver btusb
[    2.842153] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_2M (0c45:63eb)
[    2.844794] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[    2.847121] uvcvideo 7-6:1.0: Entity type for entity Extension 5 was not initialized!
[    2.847127] uvcvideo 7-6:1.0: Entity type for entity Extension 4 was not initialized!
[    2.847130] uvcvideo 7-6:1.0: Entity type for entity Processing 3 was not initialized!
[    2.847132] uvcvideo 7-6:1.0: Entity type for entity Camera 1 was not initialized!
[    2.847224] input: Laptop_Integrated_Webcam_2M as /devices/pci0000:00/0000:00:1a.7/usb7/7-6/7-6:1.0/input/input17
[    2.847303] usbcore: registered new interface driver uvcvideo
[    2.847305] USB Video Class driver (1.1.1)
[    3.020067] <6>[fglrx] Maximum main memory to use for locked dma buffers: 3761 MBytes.
[    3.020679] <3>[fglrx:firegl_init_device_list] *ERROR* No supported display adapters were found
[    3.020681] <3>[fglrx:firegl_init_module] *ERROR* firegl_init_devices failed
grep "WW" -B20 /var/log/Xorg.0.log
[     6.125] (--) Log file renamed from "/var/log/Xorg.pid-530.log" to "/var/log/Xorg.0.log"
[     6.127] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[     6.127] X Protocol Version 11, Revision 0
[     6.127] Build Operating System: Linux 4.5.1-1-ARCH x86_64 
[     6.127] Current Operating System: Linux Moritz-Laptop 4.6.2-1-ARCH #1 SMP PREEMPT Wed Jun 8 08:40:59 CEST 2016 x86_64
[     6.127] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=13d74326-eabf-4a29-99fc-2b36febe09cc rw quiet splash nmi_watchdog=0
[     6.127] Build Date: 03 June 2016  07:28:24AM
[     6.127]  
[     6.127] Current version of pixman: 0.34.0
[     6.127]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     6.127] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.127] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 22 02:44:15 2016
[     6.132] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     6.132] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.133] (==) No Layout section.  Using the first Screen section.
[     6.133] (==) No screen section available. Using defaults.
[     6.133] (**) |-->Screen "Default Screen Section" (0)
[     6.133] (**) |   |-->Monitor "<default monitor>"
[     6.134] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[     6.134] (**) |   |-->Device "Radeon"
[     6.134] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     6.134] (==) Automatically adding devices
[     6.134] (==) Automatically enabling devices
[     6.134] (==) Automatically adding GPU devices
[     6.134] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.138] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     6.138]    Entry deleted from font path.
[     6.138]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     6.138] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
--
[     6.138]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     6.139] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/Type1/
[     6.139] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.139] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.139] (II) Loader magic: 0x821d20
[     6.139] (II) Module ABI versions:
[     6.139]    X.Org ANSI C Emulation: 0.4
[     6.139]    X.Org Video Driver: 20.0
[     6.139]    X.Org XInput driver : 22.1
[     6.139]    X.Org Server Extension : 9.0
[     6.140] (++) using VT number 1

[     6.140] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     6.141] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.246] (--) PCI:*(0:1:0:0) 1002:9553:1028:02be rev 0, Mem @ 0xd0000000/268435456, 0xfc000000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[     6.246] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
--
[     6.286] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[     6.286] (--) RADEON(0): Chipset: "ATI Mobility Radeon 4500 Series" (ChipID = 0x9553)
[     6.390] (II) Loading sub module "fb"
[     6.390] (II) LoadModule: "fb"
[     6.391] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.393] (II) Module fb: vendor="X.Org Foundation"
[     6.393]    compiled for 1.18.3, module version = 1.0.0
[     6.393]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.393] (II) Loading sub module "dri2"
[     6.393] (II) LoadModule: "dri2"
[     6.393] (II) Module "dri2" already built-in
[     6.393] (II) Loading sub module "exa"
[     6.393] (II) LoadModule: "exa"
[     6.393] (II) Loading /usr/lib/xorg/modules/libexa.so
[     6.394] (II) Module exa: vendor="X.Org Foundation"
[     6.394]    compiled for 1.18.3, module version = 2.6.0
[     6.394]    ABI class: X.Org Video Driver, version 20.0
[     6.394] (II) RADEON(0): KMS Color Tiling: enabled
[     6.394] (II) RADEON(0): KMS Color Tiling 2D: enabled
[     6.394] (**) RADEON(0): TearFree enabled
[     6.394] (WW) RADEON(0): KMS Pageflipping: disabled because of ShadowPrimary/TearFree
--
[     6.710] (**) 2.4GHz Mouse: always reports core events
[     6.710] (**) evdev: 2.4GHz Mouse: Device: "/dev/input/event15"
[     6.710] (--) evdev: 2.4GHz Mouse: Vendor 0x40b Product 0x2012
[     6.710] (--) evdev: 2.4GHz Mouse: Found 12 mouse buttons
[     6.710] (--) evdev: 2.4GHz Mouse: Found scroll wheel(s)
[     6.710] (--) evdev: 2.4GHz Mouse: Found relative axes
[     6.710] (--) evdev: 2.4GHz Mouse: Found x and y relative axes
[     6.710] (--) evdev: 2.4GHz Mouse: Found absolute axes
[     6.710] (II) evdev: 2.4GHz Mouse: Forcing absolute x/y axes to exist.
[     6.710] (--) evdev: 2.4GHz Mouse: Found keys
[     6.710] (II) evdev: 2.4GHz Mouse: Configuring as mouse
[     6.710] (II) evdev: 2.4GHz Mouse: Configuring as keyboard
[     6.710] (II) evdev: 2.4GHz Mouse: Adding scrollwheel support
[     6.710] (**) evdev: 2.4GHz Mouse: YAxisMapping: buttons 4 and 5
[     6.710] (**) evdev: 2.4GHz Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     6.710] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.1/0003:040B:2012.0002/input/input17/event15"
[     6.710] (II) XINPUT: Adding extended input device "2.4GHz Mouse" (type: KEYBOARD, id 12)
[     6.710] (**) Option "xkb_rules" "evdev"
[     6.710] (**) Option "xkb_layout" "de"
[     6.711] (II) evdev: 2.4GHz Mouse: initialized for relative axes.
[     6.711] (WW) evdev: 2.4GHz Mouse: ignoring absolute axes.

Offline

#4 2016-06-24 21:35:13

bootkiller
Member
Registered: 2016-04-13
Posts: 5

Re: ATI catalyst firegl_init_devices failed

koksnuss wrote:

BTW I am using this grapic card (which should be supported according to the arch wiki):

lspci | grep -i vga
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV710/M92 [Mobility Radeon HD 4530/4570/545v]

Catalyst for HD4xxx hasn't been updated by AMD for more than 3 years now, you should stick to open source radeon driver.

Offline

#5 2016-06-24 23:27:37

koksnuss
Member
Registered: 2016-04-24
Posts: 9

Re: ATI catalyst firegl_init_devices failed

bootkiller wrote:
koksnuss wrote:

BTW I am using this grapic card (which should be supported according to the arch wiki):

lspci | grep -i vga
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV710/M92 [Mobility Radeon HD 4530/4570/545v]

Catalyst for HD4xxx hasn't been updated by AMD for more than 3 years now, you should stick to open source radeon driver.

too bad i was hoping to hear something different wink

Offline

Board footer

Powered by FluxBB