You are not logged in.

#5751 2013-09-25 13:30:58

stevenandree
Member
Registered: 2013-09-16
Posts: 6

Re: The AMD/ATI Bar & Grill

Downgraded to another version of x, seemed to fix the problem big_smile

Offline

#5752 2013-09-25 15:44:57

easysid
Member
From: India
Registered: 2013-01-01
Posts: 256

Re: The AMD/ATI Bar & Grill

Moved to opensource radeon drivers. Work like a charm. (Radeon HD 5470M).

Thanks to Vi0L0 for all his work. smile

Offline

#5753 2013-09-25 18:32:19

ivdok
Member
From: Abu Dhabi
Registered: 2013-07-17
Posts: 60

Re: The AMD/ATI Bar & Grill

@steveandree Glad it worked, at least partially. //You switched to 1.12?

Offline

#5754 2013-09-26 05:17:40

lano1106
Member
From: Canada, Montreal
Registered: 2012-11-22
Posts: 95
Website

Re: The AMD/ATI Bar & Grill

Hi,

I have proposed an improvement to Jacob's patch. I would like it to be code reviewed by people interested by the subject. It doesn't change the semantic but makes it, IMHO, slightly less error prone for the futur.

http://ati.cchtml.com/show_bug.cgi?id=866

Offline

#5755 2013-09-28 06:59:09

revenant
Member
From: Lithuania
Registered: 2009-09-18
Posts: 19

Re: The AMD/ATI Bar & Grill

Hi. I can't get the X server started with catalyst-test-pxp 13.8-4. I am using an up to date Arch system. Here is the output of my lspci | grep VGA:

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames XT [Radeon HD 7670M]

Here is my xorg.conf

Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/local"
EndSection

Section "Module"
EndSection

Section "ServerFlags"
        Option      "StandbyTime" "0"
        Option      "SuspendTime" "0"
        Option      "BlankTime" "0"
        Option      "OffTime" "0"
EndSection

Section "InputClass"
        Identifier      "Keyboard0"
        MatchIsKeyboard "yes"
        Option      "XkbLayout" "us,lt"
        Option      "XkbOptions" "grp:caps_toggle,grp_led:caps"
EndSection

Section "InputClass"
        Identifier      "Mouse0"
        Option      "ConstantDeceleration" "3"
        Option      "AccelerationNumerator" "2"
        Option      "AccelerationDenominator" "1"
        Option      "AccelerationThreshold" "0"
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  "Card0"
        Driver      "intel"
        Option      "AccelerationMethod" "uxa"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:1:0: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

and my Xorg.0.log:

[    62.353] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[    62.354] X Protocol Version 11, Revision 0
[    62.354] Build Operating System: Linux 3.11.0-1-ARCH x86_64 
[    62.354] Current Operating System: Linux charon 3.11.2-1-ARCH #1 SMP PREEMPT Fri Sep 27 07:35:36 CEST 2013 x86_64
[    62.354] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda1 rw initrd=/boot/initramfs-linux.img
[    62.354] Build Date: 13 September 2013  01:28:59PM
[    62.354]  
[    62.354] Current version of pixman: 0.30.2
[    62.354]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    62.354] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    62.355] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 28 09:28:46 2013
[    62.376] (==) Using config file: "/etc/X11/xorg.conf"
[    62.376] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    62.423] (==) ServerLayout "aticonfig Layout"
[    62.423] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    62.423] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    62.423] (**) |   |-->Device "aticonfig-Device[0]-0"
[    62.423] (**) Option "BlankTime" "0"
[    62.424] (**) Option "StandbyTime" "0"
[    62.424] (**) Option "SuspendTime" "0"
[    62.424] (**) Option "OffTime" "0"
[    62.424] (==) Automatically adding devices
[    62.424] (==) Automatically enabling devices
[    62.424] (==) Automatically adding GPU devices
[    62.487] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    62.487]    Entry deleted from font path.
[    62.553] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    62.553]    Entry deleted from font path.
[    62.553]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    62.554] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    62.554]    Entry deleted from font path.
[    62.554]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    62.554] (**) FontPath set to:
        /usr/share/fonts/local,
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/
[    62.554] (==) ModulePath set to "/usr/lib/xorg/modules"
[    62.554] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    62.554] (II) Loader magic: 0x7fdc20
[    62.554] (II) Module ABI versions:
[    62.554]    X.Org ANSI C Emulation: 0.4
[    62.554]    X.Org Video Driver: 14.1
[    62.554]    X.Org XInput driver : 19.1
[    62.554]    X.Org Server Extension : 7.0
[    62.554] (II) xfree86: Adding drm device (/dev/dri/card0)
[    62.557] (--) PCI:*(0:0:2:0) 8086:0166:1028:0598 rev 9, Mem @ 0xc1000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
[    62.557] (--) PCI: (0:1:0:0) 1002:6840:1028:0598 rev 0, Mem @ 0xa0000000/268435456, 0xc0000000/131072, I/O @ 0x00003000/256, BIOS @
 0x????????/131072
[    62.557] Initializing built-in extension Generic Event Extension
[    62.557] Initializing built-in extension SHAPE
[    62.557] Initializing built-in extension MIT-SHM
[    62.557] Initializing built-in extension XInputExtension
[    62.557] Initializing built-in extension XTEST
[    62.557] Initializing built-in extension BIG-REQUESTS
[    62.557] Initializing built-in extension SYNC
[    62.557] Initializing built-in extension XKEYBOARD
[    62.557] Initializing built-in extension XC-MISC
[    62.557] Initializing built-in extension SECURITY
[    62.558] Initializing built-in extension XINERAMA
[    62.558] Initializing built-in extension XFIXES
[    62.558] Initializing built-in extension RENDER
[    62.558] Initializing built-in extension RANDR
[    62.558] Initializing built-in extension COMPOSITE
[    62.558] Initializing built-in extension DAMAGE
[    62.558] Initializing built-in extension MIT-SCREEN-SAVER
[    62.558] Initializing built-in extension DOUBLE-BUFFER
[    62.558] Initializing built-in extension RECORD
[    62.558] Initializing built-in extension DPMS
[    62.558] Initializing built-in extension X-Resource
[    62.560] Initializing built-in extension XVideo
[    62.561] Initializing built-in extension XVideo-MotionCompensation
[    62.563] Initializing built-in extension XFree86-VidModeExtension
[    62.564] Initializing built-in extension XFree86-DGA
[    62.565] Initializing built-in extension XFree86-DRI
[    62.567] Initializing built-in extension DRI2
[    62.567] (II) "glx" will be loaded by default.
[    62.567] (II) LoadModule: "glx"
[    62.568] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    62.585] (II) Module glx: vendor="X.Org Foundation"
[    62.585]    compiled for 1.14.3, module version = 1.0.0
[    62.585]    ABI class: X.Org Server Extension, version 7.0
[    62.585] (==) AIGLX enabled
[    62.587] Loading extension GLX
[    62.587] (II) LoadModule: "fglrx"
[    62.587] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    62.777] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[    62.777]    compiled for 1.4.99.906, module version = 13.20.5
[    62.777]    Module class: X.Org Video Driver
[    62.779] (II) Loading sub module "fglrxdrm"
[    62.779] (II) LoadModule: "fglrxdrm"
[    62.779] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    62.794] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    62.794]    compiled for 1.4.99.906, module version = 13.20.5
[    62.795] (II) AMD Proprietary Linux Driver Version Identifier:13.20.5
[    62.795] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.20.11                 
[    62.795] (II) AMD Proprietary Linux Driver Build Date: Aug 15 2013 07:30:53
[    62.795] (++) using VT number 2

[    62.795] (WW) Falling back to old probe method for fglrx
[    62.824] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[    62.834] ukiDynamicMajor: found major device number 250
[    62.834] ukiDynamicMajor: found major device number 250
[    62.834] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    62.834] ukiOpenDevice: node name is /dev/ati/card0
[    62.834] ukiOpenDevice: open result is 9, (OK)
[    66.691] ukiOpenByBusid: ukiOpenMinor returns 9
[    66.691] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    66.780] (--) Chipset Supported AMD Graphics Processor (0x6840) found
[    66.781] (II) fglrx: intel VGA device detected, load intel driver.
[    66.781] (II) LoadModule: "intel"
[    66.782] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    66.840] (II) Module intel: vendor="X.Org Foundation"
[    66.840]    compiled for 1.14.2, module version = 2.21.15
[    66.840]    Module class: X.Org Video Driver
[    66.840]    ABI class: X.Org Video Driver, version 14.1
[    66.841] (II) fglrx(0): pEnt->device->identifier=0x18a99d0
[    66.844] (II) intel(1): pEnt->device->identifier=(nil)
[    66.844] (EE) Screen 1 deleted because of no matching config section.
[    66.844] (EE) 
[    66.844] (EE) Backtrace:
[    66.844] (EE) 0: /usr/bin/X (xorg_backtrace+0x3d) [0x57f67d]
[    66.844] (EE) 1: /usr/bin/X (0x400000+0x1833e9) [0x5833e9]
[    66.844] (EE) 2: /usr/lib/libpthread.so.0 (0x7f40deabb000+0xf870) [0x7f40deaca870]
[    66.844] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f40db58c000+0x5c540) [0x7f40db5e8540]
[    66.844] (EE) 4: /usr/bin/X (xf86DeleteScreen+0x84) [0x47ea44]
[    66.845] (EE) 5: /usr/bin/X (xf86BusConfig+0x1d6) [0x46a546]
[    66.845] (EE) 6: /usr/bin/X (InitOutput+0x8ae) [0x477fae]
[    66.845] (EE) 7: /usr/bin/X (0x400000+0x2674b) [0x42674b]
[    66.845] (EE) 8: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f40ddb3ebc5]
[    66.845] (EE) 9: /usr/bin/X (0x400000+0x26c81) [0x426c81]
[    66.845] (EE) 
[    66.845] (EE) Segmentation fault at address 0x870c8
[    66.845] (EE) 
Fatal server error:
[    66.845] (EE) Caught signal 11 (Segmentation fault). Server aborting
[    66.845] (EE) 
[    66.845] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
[    66.845] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    66.845] (EE) 
[    66.851] (EE) Server terminated with error (1). Closing log file.

The fglrx module is up and running, it was built during the installation of catalyst-test-pxp for the current Arch kernel. I have tried various combinations of older catalyst and xorg-server versions from Vi0L0's repos as well but to no success.

EDIT: I do have the radeon module blacklisted in /etc/modprobe.d/ and lsmod does not list it.

Last edited by revenant (2013-09-28 07:09:49)

Offline

#5756 2013-09-28 19:10:32

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,251

Re: The AMD/ATI Bar & Grill

The latest mesa-libgl conflicts with catalyst-test. Is there a fix?


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#5757 2013-09-28 21:45:03

ivdok
Member
From: Abu Dhabi
Registered: 2013-07-17
Posts: 60

Re: The AMD/ATI Bar & Grill

revenant wrote:

[    66.844] (EE) Screen 1 deleted because of no matching config section.

What have you done with your xorg.conf? Try to regenerate it and try to login as is, without changes into it. Chances are what you have broken something while editing.

Offline

#5758 2013-09-28 21:46:11

ivdok
Member
From: Abu Dhabi
Registered: 2013-07-17
Posts: 60

Re: The AMD/ATI Bar & Grill

ivdok wrote:
revenant wrote:

[    66.844] (EE) Screen 1 deleted because of no matching config section.

What have you done with your xorg.conf? Try to regenerate it and try to login as is, without changes into it. Chances are what you have broken something while editing.

Roken wrote:

The latest mesa-libgl conflicts with catalyst-test. Is there a fix?

libGL ALWAYS conflicted with catalyst, as far as I remember. ArchWiki had even said what it's safe to remove mesa one.

Offline

#5759 2013-09-29 07:05:36

revenant
Member
From: Lithuania
Registered: 2009-09-18
Posts: 19

Re: The AMD/ATI Bar & Grill

ivdok wrote:
revenant wrote:

[    66.844] (EE) Screen 1 deleted because of no matching config section.

What have you done with your xorg.conf? Try to regenerate it and try to login as is, without changes into it. Chances are what you have broken something while editing.

Lol, how silly of me not to try to start the X server with vanilla configuration. After I started the X server with a xorg.conf file generated by aticonfig --initial, the discrete graphics card started up and worked just fine. The problem seems to be my custom xorg.conf file, over which I initially ran the ATI configuration utility to modify it for usage with the discrete GPU. My original xorg.conf file is as follows:

Section "Files"
        FontPath  "/usr/share/fonts/local"
EndSection

Section "InputClass"
        Identifier       "Keyboard0"
        MatchIsKeyboard  "yes"
        Option           "XkbLayout" "us,lt"
        Option           "XkbOptions" "grp:caps_toggle,grp_led:caps"
EndSection

Section "ServerFlags"
        Option  "StandbyTime" "0"
        Option  "SuspendTime" "0"
        Option  "BlankTime" "0"
        Option  "OffTime" "0"
EndSection

Section "InputClass"
        Identifier  "Mouse0"
        Option      "ConstantDeceleration" "3"
        Option      "AccelerationNumerator" "2"
        Option      "AccelerationDenominator" "1"
        Option      "AccelerationThreshold" "0"
EndSection

The problem seems to be that as soon as I add any of these sections to the xorg.conf file generated by aticonfig --initial, the X server freezes upon startup and I have to shut down the computer through ACPI then. Which is really a shame, as I would like to use these settings while running the X server on a discrete GPU.

EDIT: Ok, so after a little fiddling with the xorg.conf file I found out that the discrete GPU works fine with such barebones xorg.conf file:

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

Now, if I add any of the sections from my original xorg.conf file which have nothing to do with the GPU, such as changing the font path or keyboard layout, the X server freezes the computer while loading! This surely doesn't seem like normal behaviour, especially since Xorg.0.log does not show any errors and just stops at one point:

[   566.948] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[   566.951] X Protocol Version 11, Revision 0
[   566.952] Build Operating System: Linux 3.11.0-1-ARCH x86_64 
[   566.953] Current Operating System: Linux charon 3.11.2-1-ARCH #1 SMP PREEMPT Fri Sep
 27 07:35:36 CEST 2013 x86_64
[   566.953] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda1 rw initr
d=/boot/initramfs-linux.img
[   566.955] Build Date: 13 September 2013  01:28:59PM
[   566.956]  
[   566.957] Current version of pixman: 0.30.2
[   566.959]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   566.959] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   566.963] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 29 10:22:20 2013
[   566.964] (==) Using config file: "/etc/X11/xorg.conf"
[   566.965] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   566.965] (==) No Layout section.  Using the first Screen section.
[   566.965] (==) No screen section available. Using defaults.
[   566.965] (**) |-->Screen "Default Screen Section" (0)
[   566.965] (**) |   |-->Monitor "<default monitor>"
[   566.965] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[   566.965] (**) |   |-->Device "aticonfig-Device[0]-0"
[   566.965] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   566.965] (**) Option "BlankTime" "0"
[   566.965] (**) Option "StandbyTime" "0"
[   566.965] (**) Option "SuspendTime" "0"
[   566.965] (**) Option "OffTime" "0"
[   566.965] (==) Automatically adding devices
[   566.965] (==) Automatically enabling devices
[   566.965] (==) Automatically adding GPU devices
[   566.965] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   566.965]    Entry deleted from font path.
[   566.965] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   566.965]    Entry deleted from font path.
[   566.965]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   566.965] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   566.965]    Entry deleted from font path.
[   566.965]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   566.965] (**) FontPath set to:
        /usr/share/fonts/local,
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/
[   566.965] (==) ModulePath set to "/usr/lib/xorg/modules"
[   566.965] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   566.965] (II) Loader magic: 0x7fdc20
[   566.965] (II) Module ABI versions:
[   566.965]    X.Org ANSI C Emulation: 0.4
[   566.965]    X.Org Video Driver: 14.1
[   566.965]    X.Org XInput driver : 19.1
[   566.965]    X.Org Server Extension : 7.0
[   566.966] (II) xfree86: Adding drm device (/dev/dri/card0)
[   566.967] (--) PCI:*(0:0:2:0) 8086:0166:1028:0598 rev 9, Mem @ 0xc1000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
[   566.967] (--) PCI: (0:1:0:0) 1002:6840:1028:0598 rev 0, Mem @ 0xa0000000/268435456, 0xc0000000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   566.968] Initializing built-in extension Generic Event Extension
[   566.969] Initializing built-in extension SHAPE
[   566.970] Initializing built-in extension MIT-SHM
[   566.971] Initializing built-in extension XInputExtension
[   566.972] Initializing built-in extension XTEST
[   566.973] Initializing built-in extension BIG-REQUESTS
[   566.974] Initializing built-in extension SYNC
[   566.975] Initializing built-in extension XKEYBOARD
[   566.976] Initializing built-in extension XC-MISC
[   566.977] Initializing built-in extension SECURITY
[   566.978] Initializing built-in extension XINERAMA
[   566.978] Initializing built-in extension XFIXES
[   566.979] Initializing built-in extension RENDER
[   566.980] Initializing built-in extension RANDR
[   566.981] Initializing built-in extension COMPOSITE
[   566.982] Initializing built-in extension DAMAGE
[   566.983] Initializing built-in extension MIT-SCREEN-SAVER
[   566.984] Initializing built-in extension DOUBLE-BUFFER
[   566.985] Initializing built-in extension RECORD
[   566.986] Initializing built-in extension DPMS
[   566.987] Initializing built-in extension X-Resource
[   566.988] Initializing built-in extension XVideo
[   566.989] Initializing built-in extension XVideo-MotionCompensation
[   566.990] Initializing built-in extension XFree86-VidModeExtension
[   566.991] Initializing built-in extension XFree86-DGA
[   566.991] Initializing built-in extension XFree86-DRI
[   566.992] Initializing built-in extension DRI2
[   566.992] (II) LoadModule: "glx"
[   566.992] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   566.992] (II) Module glx: vendor="X.Org Foundation"
[   566.993]    compiled for 1.14.3, module version = 1.0.0
[   566.993]    ABI class: X.Org Server Extension, version 7.0
[   566.993] (==) AIGLX enabled
[   566.993] Loading extension GLX
[   566.993] (II) LoadModule: "fglrx"
[   566.993] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   567.008] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[   567.008]    compiled for 1.4.99.906, module version = 13.20.5
[   567.008]    Module class: X.Org Video Driver
[   567.008] (II) Loading sub module "fglrxdrm"
[   567.008] (II) LoadModule: "fglrxdrm"
[   567.008] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   567.008] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[   567.008]    compiled for 1.4.99.906, module version = 13.20.5
[   567.008] (II) AMD Proprietary Linux Driver Version Identifier:13.20.5
[   567.008] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.20.11                 
[   567.008] (II) AMD Proprietary Linux Driver Build Date: Aug 15 2013 07:30:53
[   567.008] (++) using VT number 1

[   567.008] (WW) Falling back to old probe method for fglrx
[   567.015] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[   567.017] ukiDynamicMajor: found major device number 250
[   567.017] ukiDynamicMajor: found major device number 250
[   567.017] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   567.017] ukiOpenDevice: node name is /dev/ati/card0
[   567.017] ukiOpenDevice: open result is 9, (OK)
[   567.017] ukiOpenByBusid: ukiOpenMinor returns 9
[   567.017] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   567.078] (--) Chipset Supported AMD Graphics Processor (0x6840) found
[   567.079] (II) fglrx: intel VGA device detected, load intel driver.
[   567.079] (II) LoadModule: "intel"
[   567.079] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   567.079] (II) Module intel: vendor="X.Org Foundation"
[   567.079]    compiled for 1.14.2, module version = 2.21.15
[   567.079]    Module class: X.Org Video Driver
[   567.079]    ABI class: X.Org Video Driver, version 14.1
[   567.080] (II) fglrx(0): pEnt->device->identifier=0x1abd360
[   567.080] (II) intel(1): pEnt->device->identifier=(nil)
[   567.080] (EE) Screen 1 deleted because of no matching config section.
[   567.080] (II) UnloadModule: "intel"
[   567.080] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
[   567.080] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[   567.167] (II) fglrx(0): PowerXpress: Diagnostic output from /usr/lib64/fglrx/switchlibGL:
Switch to AMD

[   567.177] (II) fglrx(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   567.177] (==) fglrx(0): Depth 24, (--) framebuffer bpp 32
[   567.177] (==) fglrx(0): RGB weight 888
[   567.177] (==) fglrx(0): Default visual is TrueColor
[   567.177] (**) fglrx(0): Option "Tiling" "off"
[   567.177] (**) fglrx(0): Option "LinearFramebuffer" "on"
[   567.177] (**) fglrx(0): ChipID override: 0x0166
[   567.177] (**) fglrx(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[   567.177] (**) fglrx(0): Relaxed fencing enabled
[   567.177] (**) fglrx(0): Wait on SwapBuffers? enabled
[   567.177] (**) fglrx(0): Triple buffering? enabled
[   567.177] (**) fglrx(0): Framebuffer linear
[   567.177] (**) fglrx(0): Pixmaps linear
[   567.177] (**) fglrx(0): 3D buffers tiled
[   567.177] (**) fglrx(0): SwapBuffers wait enabled
[   567.177] (==) fglrx(0): video overlay key set to 0x101fe
[   567.177] (II) fglrx(0): Output LVDS1 has no monitor section
[   567.177] (--) fglrx(0): found backlight control interface /sys/class/backlight/acpi_video0
[   567.203] (II) fglrx(0): Output VGA1 has no monitor section
[   567.203] (II) fglrx(0): Output HDMI1 has no monitor section
[   567.203] (II) fglrx(0): Output DP1 has no monitor section
[   567.203] (II) fglrx(0): EDID for output LVDS1
[   567.203] (II) fglrx(0): Manufacturer: LGD  Model: 3ab  Serial#: 0
[   567.203] (II) fglrx(0): Year: 2012  Week: 0
[   567.203] (II) fglrx(0): EDID Version: 1.4
[   567.204] (II) fglrx(0): Digital Display Input
[   567.204] (II) fglrx(0): 6 bits per channel
[   567.204] (II) fglrx(0): Digital interface is undefined
[   567.204] (II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   567.204] (II) fglrx(0): Gamma: 2.20
[   567.204] (II) fglrx(0): No DPMS capabilities specified
[   567.204] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   567.204] (II) fglrx(0): First detailed timing is preferred mode
[   567.204] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
[   567.204] (II) fglrx(0): redX: 0.578 redY: 0.344   greenX: 0.337 greenY: 0.571
[   567.204] (II) fglrx(0): blueX: 0.159 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[   567.204] (II) fglrx(0): Manufacturer's mask: 0
[   567.204] (II) fglrx(0): Supported detailed timing:
[   567.204] (II) fglrx(0): clock: 76.8 MHz   Image Size:  344 x 194 mm
[   567.204] (II) fglrx(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1618 h_border: 0
[   567.204] (II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
[   567.204] (II) fglrx(0): Supported detailed timing:
[   567.204] (II) fglrx(0): clock: 51.2 MHz   Image Size:  344 x 194 mm
[   567.204] (II) fglrx(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1618 h_border: 0
[   567.204] (II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
[   567.204] (II) fglrx(0):  N3KMP<80>156WH3
[   567.204] (II) fglrx(0): Unknown vendor-specific block 0
[   567.204] (II) fglrx(0): EDID (in hex):
[   567.204] (II) fglrx(0):     00ffffffffffff0030e4ab0300000000
[   567.204] (II) fglrx(0):     00160104902213780a05f59458569228
[   567.204] (II) fglrx(0):     1e505400000001010101010101010101
[   567.204] (II) fglrx(0):     010101010101fb1d56fc500016303020
[   567.204] (II) fglrx(0):     350058c21000001afc1356fc50001630
[   567.204] (II) fglrx(0):     3020350058c21000001a000000fe004e
[   567.204] (II) fglrx(0):     334b4d50803135365748330a00000000
[   567.204] (II) fglrx(0):     00004131940010000001010a202000d0
[   567.204] (II) fglrx(0): Not using default mode "320x240" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "512x384" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "640x480" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "640x512" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "800x600" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "896x672" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "928x696" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "960x720" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "700x525" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Not using default mode "1024x768" (doublescan mode not supported)
[   567.204] (II) fglrx(0): Printing probed modes for output LVDS1
[   567.204] (II) fglrx(0): Modeline "1366x768"x60.0   76.75  1366 1414 1446 1618  768 771 776 790 +hsync -vsync (47.4 kHz eP)
[   567.204] (II) fglrx(0): Modeline "1366x768"x40.0   51.16  1366 1414 1446 1618  768 771 776 790 +hsync -vsync (31.6 kHz e)
[   567.204] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   567.204] (II) fglrx(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   567.204] (II) fglrx(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   567.204] (II) fglrx(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   567.229] (II) fglrx(0): EDID for output VGA1
[   567.230] (II) fglrx(0): EDID for output HDMI1
[   567.230] (II) fglrx(0): EDID for output DP1
[   567.230] (II) fglrx(0): Output LVDS1 connected
[   567.230] (II) fglrx(0): Output VGA1 disconnected
[   567.230] (II) fglrx(0): Output HDMI1 disconnected
[   567.230] (II) fglrx(0): Output DP1 disconnected
[   567.230] (II) fglrx(0): Using exact sizes for initial modes
[   567.230] (II) fglrx(0): Output LVDS1 using initial mode 1366x768
[   567.230] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   567.230] (II) fglrx(0): Kernel page flipping support detected, enabling
[   567.230] (==) fglrx(0): DPI set to (96, 96)
[   567.230] (II) Loading sub module "fb"
[   567.230] (II) LoadModule: "fb"
[   567.230] (II) Loading /usr/lib/xorg/modules/libfb.so
[   567.231] (II) Module fb: vendor="X.Org Foundation"
[   567.231]    compiled for 1.14.3, module version = 1.0.0
[   567.231]    ABI class: X.Org ANSI C Emulation, version 0.4
[   567.231] (II) Loading sub module "dri2"
[   567.231] (II) LoadModule: "dri2"
[   567.231] (II) Module "dri2" already built-in
[   567.231] (==) fglrx(0): Depth 24, (==) framebuffer bpp 32
[   567.231] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   567.231] (==) fglrx(0): Default visual is TrueColor
[   567.231] (==) fglrx(0): RGB weight 888
[   567.231] (II) fglrx(0): Using 8 bits per RGB 
[   567.231] (==) fglrx(0): Buffer Tiling is ON
[   567.231] (II) Loading sub module "fglrxdrm"
[   567.231] (II) LoadModule: "fglrxdrm"
[   567.231] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   567.231] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[   567.231]    compiled for 1.4.99.906, module version = 13.20.5
[   567.232] ukiDynamicMajor: found major device number 250
[   567.232] ukiDynamicMajor: found major device number 250
[   567.232] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   567.232] ukiOpenDevice: node name is /dev/ati/card0
[   567.232] ukiOpenDevice: open result is 12, (OK)
[   567.232] ukiOpenByBusid: ukiOpenMinor returns 12
[   567.233] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   567.233] (**) fglrx(0): NoAccel = NO
[   567.233] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[   567.233] (--) fglrx(0): Chipset: "AMD Radeon HD 7600M Series" (Chipset = 0x6840)
[   567.233] (--) fglrx(0): (PciSubVendor = 0x1028, PciSubDevice = 0x0598)
[   567.233] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[   567.233] (--) fglrx(0): Linear framebuffer (phys) at 0xa0000000
[   567.233] (--) fglrx(0): MMIO registers at 0xc0000000
[   567.233] (--) fglrx(0): I/O port at 0x00003000
[   567.233] (==) fglrx(0): ROM-BIOS at 0x000c0000
[   567.293] (II) fglrx(0): AC Adapter is used
[   567.293] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[   567.293] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[   567.293] (II) fglrx(0): PCIE card detected
[   567.293] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[   567.293] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[   567.312] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[   567.312] (II) fglrx(0): RandR 1.2 support is enabled!
[   567.312] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[   567.312] (==) fglrx(0): Center Mode is disabled 
[   567.312] (II) Loading sub module "fb"
[   567.312] (II) LoadModule: "fb"
[   567.313] (II) Loading /usr/lib/xorg/modules/libfb.so
[   567.313] (II) Module fb: vendor="X.Org Foundation"
[   567.313]    compiled for 1.14.3, module version = 1.0.0
[   567.313]    ABI class: X.Org ANSI C Emulation, version 0.4
[   567.313] (II) Loading sub module "ddc"
[   567.313] (II) LoadModule: "ddc"
[   567.313] (II) Module "ddc" already built-in
[   567.322] (II) fglrx(0): Eyefinity capable adapter detected.
[   567.322] (II) fglrx(0): Adapter AMD Radeon HD 7600M Series has 6 configurable heads and 0 displays connected.
[   567.322] (==) fglrx(0):  PseudoColor visuals disabled
[   567.322] (II) Loading sub module "ramdac"
[   567.322] (II) LoadModule: "ramdac"
[   567.322] (II) Module "ramdac" already built-in
[   567.322] (==) fglrx(0): NoDRI = NO
[   567.322] (==) fglrx(0): Capabilities: 0x00000000
[   567.322] (==) fglrx(0): CapabilitiesEx: 0x00000000
[   567.322] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[   567.322] (==) fglrx(0): UseFastTLS=0
[   567.322] (II) fglrx(0): TearFreeDesktop is not supported on PowerXpress systems currently.
[   567.322] (--) Depth 24 pixmap format is 32 bpp
[   567.322] (II) LoadModule: "glesx"
[   567.322] (II) Loading /usr/lib/xorg/modules/glesx.so
[   567.323] (II) Module glesx: vendor="X.Org Foundation"
[   567.323]    compiled for 1.4.99.906, module version = 1.0.0
[   567.323] Loading extension GLESX
[   567.323] (II) fglrx(0): [DRI2] Setup complete
[   567.323] (II) fglrx(0): [DRI2]   DRI driver: i965
[   567.323] (II) fglrx(0): Allocated new frame buffer 1408x768 stride 5632, untiled
[   567.324] (II) UXA(0): Driver registered support for the following operations:
[   567.324] (II)         solid
[   567.324] (II)         copy
[   567.324] (II)         composite (RENDER acceleration)
[   567.324] (II)         put_image
[   567.324] (II)         get_image
[   567.324] (==) fglrx(0): Backing store disabled
[   567.324] (==) fglrx(0): Silken mouse enabled
[   567.324] (II) fglrx(0): Initializing HW Cursor
[   567.324] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   567.325] (==) fglrx(0): DPMS enabled
[   567.325] (==) fglrx(0): Intel XvMC decoder enabled
[   567.325] (II) fglrx(0): Set up textured video
[   567.325] (II) fglrx(0): [XvMC] xvmc_vld driver initialized.
[   567.325] (II) fglrx(0): direct rendering: DRI2 Enabled
[   567.325] (WW) fglrx(0): Option "Shadow" is not used
[   567.325] (WW) fglrx(0): Option "Tiling" is not used
[   567.325] (WW) fglrx(0): Option "LinearFramebuffer" is not used
[   567.325] (==) fglrx(0): hotplug detection: "enabled"
[   567.337] Loading extension ATIFGLRXDRI
[   567.337] (II) fglrx(0): doing swlDriScreenInit
[   567.337] (II) fglrx(0): swlDriScreenInit for fglrx driver
[   567.337] ukiDynamicMajor: found major device number 250
[   567.337] ukiDynamicMajor: found major device number 250
[   567.337] ukiDynamicMajor: found major device number 250
[   567.337] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   567.337] ukiOpenDevice: node name is /dev/ati/card0
[   567.337] ukiOpenDevice: open result is 14, (OK)
[   567.337] ukiOpenByBusid: ukiOpenMinor returns 14
[   567.337] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   567.337] (II) fglrx(0): [uki] DRM interface version 1.0
[   567.337] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[   567.337] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x32b08000
[   567.337] (II) fglrx(0): [uki] mapped SAREA 0x32b08000 to 0x7f6a59ded000
[   567.337] (II) fglrx(0): [uki] framebuffer handle = 0x32b09000
[   567.337] (II) fglrx(0): [uki] added 1 reserved context for kernel
[   567.337] (II) fglrx(0): swlDriScreenInit done
[   567.337] (II) fglrx(0): Kernel Module Version Information:
[   567.337] (II) fglrx(0):     Name: fglrx
[   567.337] (II) fglrx(0):     Version: 13.20.5
[   567.337] (II) fglrx(0):     Date: Aug 15 2013
[   567.337] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[   567.337] (II) fglrx(0): Kernel Module version matches driver.
[   567.337] (II) fglrx(0): Kernel Module Build Time Information:
[   567.337] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.11.2-1-ARCH
[   567.337] (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
[   567.337] (II) fglrx(0):     Build-Kernel __SMP__:            yes
[   567.337] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[   567.338] (II) fglrx(0): [uki] register handle = 0x32b0a000
[   567.338] (II) fglrx(0): DRI initialization successfull
[   567.338] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01080000
[   567.339] (II) fglrx(0): Intel display surface mc addr for AMD: 9fce0000

Last edited by revenant (2013-09-29 08:08:28)

Offline

#5760 2013-09-29 10:53:29

Zamajalo
Member
From: Belgrade, Serbia
Registered: 2013-08-26
Posts: 17

Re: The AMD/ATI Bar & Grill

Roken wrote:

The latest mesa-libgl conflicts with catalyst-test. Is there a fix?

It seems like mesa-libgl was a dependency of some other package. I think that problem is solved now, upgraded with no problems just 5 minutes ago.


Using Arch Linux x86-64 (linux-ck-bobcat kernel) on AMD based laptop with HD 7400 series GPU.

dd if=/dev/null of=/dev/everything

Offline

#5761 2013-09-29 11:18:35

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,251

Re: The AMD/ATI Bar & Grill

Zamajalo wrote:

It seems like mesa-libgl was a dependency of some other package. I think that problem is solved now, upgraded with no problems just 5 minutes ago.

Yep - seems to be fixed today.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#5762 2013-10-01 12:12:43

TheNumb
Member
Registered: 2013-10-01
Posts: 4

Re: The AMD/ATI Bar & Grill

Catalyst 13.10 Beta has been released

http://support.amd.com/us/kbarticles/Pa … river.aspx

Offline

#5763 2013-10-01 15:59:28

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

TheNumb wrote:

Catalyst 13.10 Beta has been released

http://support.amd.com/us/kbarticles/Pa … river.aspx

Thanks,
I already updated catalyst-test and catalyst-test-pxp, tomorrow I should be able to update [catalyst] repo
I made some quick testing but didn't notice other-then-usual bugs

lano1106 wrote:

Hi,

I have proposed an improvement to Jacob's patch. I would like it to be code reviewed by people interested by the subject. It doesn't change the semantic but makes it, IMHO, slightly less error prone for the futur.

http://ati.cchtml.com/show_bug.cgi?id=866

Thanks cool it's also applicable to the newest 13.10 beta as amd clearly used jacob's patch on it

Offline

#5764 2013-10-02 06:43:41

revenant
Member
From: Lithuania
Registered: 2009-09-18
Posts: 19

Re: The AMD/ATI Bar & Grill

I have the same problem with catalyst-test-pxp 13.10-1. The X server starts and runs fine using the discrete GPU if xorg.conf contains

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

but freezes during loading if the contents of xorg.conf is

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

Section "Files"
        FontPath  "/usr/share/fonts/local"
EndSection

The Xorg.0.log file then is

[   343.263] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[   343.265] X Protocol Version 11, Revision 0
[   343.266] Build Operating System: Linux 3.11.0-1-ARCH x86_64 
[   343.267] Current Operating System: Linux charon 3.11.2-1-ARCH #1 SMP PREEMPT Fri Sep 27 07:35:36 CEST 2013 x86_64
[   343.267] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda1 rw initrd=/boot/initramfs-linux.img
[   343.269] Build Date: 13 September 2013  01:28:59PM
[   343.270]  
[   343.271] Current version of pixman: 0.30.2
[   343.273]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   343.273] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   343.277] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct  2 09:29:09 2013
[   343.278] (==) Using config file: "/etc/X11/xorg.conf"
[   343.279] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   343.279] (==) No Layout section.  Using the first Screen section.
[   343.279] (==) No screen section available. Using defaults.
[   343.279] (**) |-->Screen "Default Screen Section" (0)
[   343.279] (**) |   |-->Monitor "<default monitor>"
[   343.279] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[   343.279] (**) |   |-->Device "Card0"
[   343.279] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   343.279] (==) Automatically adding devices
[   343.279] (==) Automatically enabling devices
[   343.279] (==) Automatically adding GPU devices
[   343.380] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   343.380]    Entry deleted from font path.
[   343.380] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   343.380]    Entry deleted from font path.
[   343.380]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   343.380] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   343.380]    Entry deleted from font path.
[   343.380]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   343.380] (**) FontPath set to:
        /usr/share/fonts/local,
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/
[   343.380] (==) ModulePath set to "/usr/lib/xorg/modules"
[   343.380] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   343.380] (II) Loader magic: 0x7fdc20
[   343.380] (II) Module ABI versions:
[   343.380]    X.Org ANSI C Emulation: 0.4
[   343.380]    X.Org Video Driver: 14.1
[   343.380]    X.Org XInput driver : 19.1
[   343.380]    X.Org Server Extension : 7.0
[   343.381] (II) xfree86: Adding drm device (/dev/dri/card0)
[   343.383] (--) PCI:*(0:0:2:0) 8086:0166:1028:0598 rev 9, Mem @ 0xc1000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
[   343.384] (--) PCI: (0:1:0:0) 1002:6840:1028:0598 rev 0, Mem @ 0xa0000000/268435456, 0xc0000000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   343.385] Initializing built-in extension Generic Event Extension
[   343.387] Initializing built-in extension SHAPE
[   343.388] Initializing built-in extension MIT-SHM
[   343.390] Initializing built-in extension XInputExtension
[   343.391] Initializing built-in extension XTEST
[   343.393] Initializing built-in extension BIG-REQUESTS
[   343.394] Initializing built-in extension SYNC
[   343.396] Initializing built-in extension XKEYBOARD
[   343.397] Initializing built-in extension XC-MISC
[   343.399] Initializing built-in extension SECURITY
[   343.400] Initializing built-in extension XINERAMA
[   343.401] Initializing built-in extension XFIXES
[   343.403] Initializing built-in extension RENDER
[   343.404] Initializing built-in extension RANDR
[   343.405] Initializing built-in extension COMPOSITE
[   343.407] Initializing built-in extension DAMAGE
[   343.408] Initializing built-in extension MIT-SCREEN-SAVER
[   343.409] Initializing built-in extension DOUBLE-BUFFER
[   343.411] Initializing built-in extension RECORD
[   343.412] Initializing built-in extension DPMS
[   343.413] Initializing built-in extension X-Resource
[   343.415] Initializing built-in extension XVideo
[   343.416] Initializing built-in extension XVideo-MotionCompensation
[   343.417] Initializing built-in extension XFree86-VidModeExtension
[   343.418] Initializing built-in extension XFree86-DGA
[   343.419] Initializing built-in extension XFree86-DRI
[   343.420] Initializing built-in extension DRI2
[   343.420] (II) LoadModule: "glx"
[   343.420] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   343.449] (II) Module glx: vendor="X.Org Foundation"
[   343.449]    compiled for 1.14.3, module version = 1.0.0
[   343.449]    ABI class: X.Org Server Extension, version 7.0
[   343.449] (==) AIGLX enabled
[   343.450] Loading extension GLX
[   343.450] (II) LoadModule: "fglrx"
[   343.450] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   343.468] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[   343.468]    compiled for 1.4.99.906, module version = 13.20.5
[   343.468]    Module class: X.Org Video Driver
[   343.468] (II) Loading sub module "fglrxdrm"
[   343.468] (II) LoadModule: "fglrxdrm"
[   343.468] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   343.469] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[   343.469]    compiled for 1.4.99.906, module version = 13.20.5
[   343.469] (II) AMD Proprietary Linux Driver Version Identifier:13.20.5
[   343.469] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.20.11                 
[   343.469] (II) AMD Proprietary Linux Driver Build Date: Sep 21 2013 02:26:09
[   343.469] (++) using VT number 1

[   343.469] (WW) Falling back to old probe method for fglrx
[   343.477] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[   343.479] ukiDynamicMajor: found major device number 250
[   343.479] ukiDynamicMajor: found major device number 250
[   343.479] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   343.479] ukiOpenDevice: node name is /dev/ati/card0
[   343.479] ukiOpenDevice: open result is 9, (OK)
[   343.479] ukiOpenByBusid: ukiOpenMinor returns 9
[   343.479] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   343.539] (--) Chipset Supported AMD Graphics Processor (0x6840) found
[   343.539] (II) fglrx: intel VGA device detected, load intel driver.
[   343.539] (II) LoadModule: "intel"
[   343.539] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   343.540] (II) Module intel: vendor="X.Org Foundation"
[   343.540]    compiled for 1.14.2, module version = 2.21.15
[   343.540]    Module class: X.Org Video Driver
[   343.540]    ABI class: X.Org Video Driver, version 14.1
[   343.540] (II) fglrx(0): pEnt->device->identifier=0x15d6ad0
[   343.541] (II) intel(1): pEnt->device->identifier=(nil)
[   343.541] (EE) Screen 1 deleted because of no matching config section.
[   343.541] (II) UnloadModule: "intel"
[   343.541] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
[   343.541] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[   343.624] (II) fglrx(0): PowerXpress: Diagnostic output from /usr/lib64/fglrx/switchlibGL:
Switch to AMD

[   343.632] (II) fglrx(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   343.632] (==) fglrx(0): Depth 24, (--) framebuffer bpp 32
[   343.632] (==) fglrx(0): RGB weight 888
[   343.632] (==) fglrx(0): Default visual is TrueColor
[   343.632] (**) fglrx(0): Option "Tiling" "off"
[   343.632] (**) fglrx(0): Option "LinearFramebuffer" "on"
[   343.632] (**) fglrx(0): ChipID override: 0x0166
[   343.632] (**) fglrx(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[   343.632] (**) fglrx(0): Relaxed fencing enabled
[   343.632] (**) fglrx(0): Wait on SwapBuffers? enabled
[   343.632] (**) fglrx(0): Triple buffering? enabled
[   343.632] (**) fglrx(0): Framebuffer linear
[   343.632] (**) fglrx(0): Pixmaps linear
[   343.632] (**) fglrx(0): 3D buffers tiled
[   343.632] (**) fglrx(0): SwapBuffers wait enabled
[   343.632] (==) fglrx(0): video overlay key set to 0x101fe
[   343.632] (II) fglrx(0): Output LVDS1 has no monitor section
[   343.632] (--) fglrx(0): found backlight control interface /sys/class/backlight/acpi_video0
[   343.656] (II) fglrx(0): Output VGA1 has no monitor section
[   343.657] (II) fglrx(0): Output HDMI1 has no monitor section
[   343.657] (II) fglrx(0): Output DP1 has no monitor section
[   343.657] (II) fglrx(0): EDID for output LVDS1
[   343.657] (II) fglrx(0): Manufacturer: LGD  Model: 3ab  Serial#: 0
[   343.657] (II) fglrx(0): Year: 2012  Week: 0
[   343.657] (II) fglrx(0): EDID Version: 1.4
[   343.657] (II) fglrx(0): Digital Display Input
[   343.657] (II) fglrx(0): 6 bits per channel
[   343.657] (II) fglrx(0): Digital interface is undefined
[   343.657] (II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   343.657] (II) fglrx(0): Gamma: 2.20
[   343.657] (II) fglrx(0): No DPMS capabilities specified
[   343.657] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   343.657] (II) fglrx(0): First detailed timing is preferred mode
[   343.657] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
[   343.657] (II) fglrx(0): redX: 0.578 redY: 0.344   greenX: 0.337 greenY: 0.571
[   343.657] (II) fglrx(0): blueX: 0.159 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[   343.657] (II) fglrx(0): Manufacturer's mask: 0
[   343.657] (II) fglrx(0): Supported detailed timing:
[   343.657] (II) fglrx(0): clock: 76.8 MHz   Image Size:  344 x 194 mm
[   343.657] (II) fglrx(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1618 h_border: 0
[   343.657] (II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
[   343.657] (II) fglrx(0): Supported detailed timing:
[   343.657] (II) fglrx(0): clock: 51.2 MHz   Image Size:  344 x 194 mm
[   343.657] (II) fglrx(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1618 h_border: 0
[   343.657] (II) fglrx(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
[   343.657] (II) fglrx(0):  N3KMP<80>156WH3
[   343.657] (II) fglrx(0): Unknown vendor-specific block 0
[   343.657] (II) fglrx(0): EDID (in hex):
[   343.657] (II) fglrx(0):     00ffffffffffff0030e4ab0300000000
[   343.657] (II) fglrx(0):     00160104902213780a05f59458569228
[   343.657] (II) fglrx(0):     1e505400000001010101010101010101
[   343.657] (II) fglrx(0):     010101010101fb1d56fc500016303020
[   343.657] (II) fglrx(0):     350058c21000001afc1356fc50001630
[   343.657] (II) fglrx(0):     3020350058c21000001a000000fe004e
[   343.657] (II) fglrx(0):     334b4d50803135365748330a00000000
[   343.657] (II) fglrx(0):     00004131940010000001010a202000d0
[   343.657] (II) fglrx(0): Not using default mode "320x240" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "512x384" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "640x480" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "640x512" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "800x600" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "896x672" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "928x696" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "960x720" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "700x525" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Not using default mode "1024x768" (doublescan mode not supported)
[   343.657] (II) fglrx(0): Printing probed modes for output LVDS1
[   343.657] (II) fglrx(0): Modeline "1366x768"x60.0   76.75  1366 1414 1446 1618  768 771 776 790 +hsync -vsync (47.4 kHz eP)
[   343.657] (II) fglrx(0): Modeline "1366x768"x40.0   51.16  1366 1414 1446 1618  768 771 776 790 +hsync -vsync (31.6 kHz e)
[   343.657] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   343.657] (II) fglrx(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   343.657] (II) fglrx(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   343.657] (II) fglrx(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   343.683] (II) fglrx(0): EDID for output VGA1
[   343.683] (II) fglrx(0): EDID for output HDMI1
[   343.683] (II) fglrx(0): EDID for output DP1
[   343.683] (II) fglrx(0): Output LVDS1 connected
[   343.683] (II) fglrx(0): Output VGA1 disconnected
[   343.683] (II) fglrx(0): Output HDMI1 disconnected
[   343.683] (II) fglrx(0): Output DP1 disconnected
[   343.683] (II) fglrx(0): Using exact sizes for initial modes
[   343.683] (II) fglrx(0): Output LVDS1 using initial mode 1366x768
[   343.683] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   343.683] (II) fglrx(0): Kernel page flipping support detected, enabling
[   343.683] (==) fglrx(0): DPI set to (96, 96)
[   343.683] (II) Loading sub module "fb"
[   343.683] (II) LoadModule: "fb"
[   343.684] (II) Loading /usr/lib/xorg/modules/libfb.so
[   343.684] (II) Module fb: vendor="X.Org Foundation"
[   343.684]    compiled for 1.14.3, module version = 1.0.0
[   343.684]    ABI class: X.Org ANSI C Emulation, version 0.4
[   343.684] (II) Loading sub module "dri2"
[   343.684] (II) LoadModule: "dri2"
[   343.684] (II) Module "dri2" already built-in
[   343.684] (==) fglrx(0): Depth 24, (==) framebuffer bpp 32
[   343.684] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   343.684] (==) fglrx(0): Default visual is TrueColor
[   343.684] (==) fglrx(0): RGB weight 888
[   343.684] (II) fglrx(0): Using 8 bits per RGB 
[   343.684] (==) fglrx(0): Buffer Tiling is ON
[   343.684] (II) Loading sub module "fglrxdrm"
[   343.684] (II) LoadModule: "fglrxdrm"
[   343.684] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   343.684] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[   343.684]    compiled for 1.4.99.906, module version = 13.20.5
[   343.686] ukiDynamicMajor: found major device number 250
[   343.686] ukiDynamicMajor: found major device number 250
[   343.686] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   343.686] ukiOpenDevice: node name is /dev/ati/card0
[   343.686] ukiOpenDevice: open result is 12, (OK)
[   343.686] ukiOpenByBusid: ukiOpenMinor returns 12
[   343.686] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   343.686] (**) fglrx(0): NoAccel = NO
[   343.686] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[   343.686] (--) fglrx(0): Chipset: "AMD Radeon HD 7600M Series" (Chipset = 0x6840)
[   343.686] (--) fglrx(0): (PciSubVendor = 0x1028, PciSubDevice = 0x0598)
[   343.686] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[   343.686] (--) fglrx(0): Linear framebuffer (phys) at 0xa0000000
[   343.686] (--) fglrx(0): MMIO registers at 0xc0000000
[   343.686] (--) fglrx(0): I/O port at 0x00003000
[   343.686] (==) fglrx(0): ROM-BIOS at 0x000c0000
[   343.686] (II) fglrx(0): AC Adapter is used
[   343.686] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[   343.686] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[   343.686] (II) fglrx(0): PCIE card detected
[   343.686] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[   343.686] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[   343.700] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[   343.700] (II) fglrx(0): RandR 1.2 support is enabled!
[   343.700] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[   343.701] (==) fglrx(0): Center Mode is disabled 
[   343.701] (II) Loading sub module "fb"
[   343.701] (II) LoadModule: "fb"
[   343.701] (II) Loading /usr/lib/xorg/modules/libfb.so
[   343.701] (II) Module fb: vendor="X.Org Foundation"
[   343.701]    compiled for 1.14.3, module version = 1.0.0
[   343.701]    ABI class: X.Org ANSI C Emulation, version 0.4
[   343.701] (II) Loading sub module "ddc"
[   343.701] (II) LoadModule: "ddc"
[   343.701] (II) Module "ddc" already built-in
[   343.708] (II) fglrx(0): Eyefinity capable adapter detected.
[   343.708] (II) fglrx(0): Adapter AMD Radeon HD 7600M Series has 6 configurable heads and 0 displays connected.
[   343.708] (==) fglrx(0):  PseudoColor visuals disabled
[   343.708] (II) Loading sub module "ramdac"
[   343.708] (II) LoadModule: "ramdac"
[   343.708] (II) Module "ramdac" already built-in
[   343.708] (==) fglrx(0): NoDRI = NO
[   343.708] (==) fglrx(0): Capabilities: 0x00000000
[   343.708] (==) fglrx(0): CapabilitiesEx: 0x00000000
[   343.708] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[   343.708] (==) fglrx(0): UseFastTLS=0
[   343.708] (II) fglrx(0): TearFreeDesktop is not supported on PowerXpress systems currently.
[   343.708] (--) Depth 24 pixmap format is 32 bpp
[   343.708] (II) LoadModule: "glesx"
[   343.708] (II) Loading /usr/lib/xorg/modules/glesx.so
[   343.709] (II) Module glesx: vendor="X.Org Foundation"
[   343.709]    compiled for 1.4.99.906, module version = 1.0.0
[   343.709] Loading extension GLESX
[   343.709] (II) fglrx(0): [DRI2] Setup complete
[   343.709] (II) fglrx(0): [DRI2]   DRI driver: i965
[   343.709] (II) fglrx(0): Allocated new frame buffer 1408x768 stride 5632, untiled
[   343.710] (II) UXA(0): Driver registered support for the following operations:
[   343.710] (II)         solid
[   343.710] (II)         copy
[   343.710] (II)         composite (RENDER acceleration)
[   343.710] (II)         put_image
[   343.710] (II)         get_image
[   343.710] (==) fglrx(0): Backing store disabled
[   343.710] (==) fglrx(0): Silken mouse enabled
[   343.710] (II) fglrx(0): Initializing HW Cursor
[   343.710] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   343.710] (==) fglrx(0): DPMS enabled
[   343.710] (==) fglrx(0): Intel XvMC decoder enabled
[   343.710] (II) fglrx(0): Set up textured video
[   343.710] (II) fglrx(0): [XvMC] xvmc_vld driver initialized.
[   343.710] (II) fglrx(0): direct rendering: DRI2 Enabled
[   343.710] (WW) fglrx(0): Option "Shadow" is not used
[   343.710] (WW) fglrx(0): Option "Tiling" is not used
[   343.710] (WW) fglrx(0): Option "LinearFramebuffer" is not used
[   343.710] (==) fglrx(0): hotplug detection: "enabled"
[   343.726] Loading extension ATIFGLRXDRI
[   343.727] (II) fglrx(0): doing swlDriScreenInit
[   343.727] (II) fglrx(0): swlDriScreenInit for fglrx driver
[   343.727] ukiDynamicMajor: found major device number 250
[   343.727] ukiDynamicMajor: found major device number 250
[   343.727] ukiDynamicMajor: found major device number 250
[   343.727] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   343.727] ukiOpenDevice: node name is /dev/ati/card0
[   343.727] ukiOpenDevice: open result is 14, (OK)
[   343.727] ukiOpenByBusid: ukiOpenMinor returns 14
[   343.727] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   343.727] (II) fglrx(0): [uki] DRM interface version 1.0
[   343.727] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[   343.727] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x331000
[   343.727] (II) fglrx(0): [uki] mapped SAREA 0x331000 to 0x7f7877af6000
[   343.727] (II) fglrx(0): [uki] framebuffer handle = 0x332000
[   343.727] (II) fglrx(0): [uki] added 1 reserved context for kernel
[   343.727] (II) fglrx(0): swlDriScreenInit done
[   343.727] (II) fglrx(0): Kernel Module Version Information:
[   343.727] (II) fglrx(0):     Name: fglrx
[   343.727] (II) fglrx(0):     Version: 13.20.5
[   343.727] (II) fglrx(0):     Date: Sep 21 2013
[   343.727] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[   343.727] (II) fglrx(0): Kernel Module version matches driver.
[   343.727] (II) fglrx(0): Kernel Module Build Time Information:
[   343.727] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.11.2-1-ARCH
[   343.727] (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
[   343.727] (II) fglrx(0):     Build-Kernel __SMP__:            yes
[   343.727] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[   343.727] (II) fglrx(0): [uki] register handle = 0x00333000
[   343.728] (II) fglrx(0): DRI initialization successfull
[   343.728] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01080000
[   343.729] (II) fglrx(0): Intel display surface mc addr for AMD: 9fce0000

Offline

#5765 2013-10-02 06:51:32

snack
Member
From: Italy
Registered: 2009-01-13
Posts: 861

Re: The AMD/ATI Bar & Grill

After today upgrade to KDE 4.11.2, KDE desktop effects are back with catalyst legacy 13.1-14. Seems strange, since this post from Martin Graesslin made me think that the issue would not be fixed. It seems that some developer put some love on this issue and now desktop effects work again. Just a heads up for people like me who tried to switch to open driver because of this problem.

Offline

#5766 2013-10-03 15:48:42

Jannis
Member
Registered: 2013-06-03
Posts: 48

Re: The AMD/ATI Bar & Grill

@Vi0L0
So, I've seen you're asking for donations on catalyst.wirephire.com. That is legit, isn't it?

I wonder why that hasn't been brought up here in the thread. If everyone donated just  a few bucks, you should get it together quite easily.

Whatever, thanks for your work!

Offline

#5767 2013-10-03 19:56:08

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

Sorry for a little delay, aur was on time and now also [catalyst] repo is all fresh with catalyst 13.10 beta 2.
Archive 13.8 repo is available as [catalyst-13.8-beta2]

Jannis wrote:

@Vi0L0
So, I've seen you're asking for donations on catalyst.wirephire.com. That is legit, isn't it?

I wonder why that hasn't been brought up here in the thread. If everyone donated just  a few bucks, you should get it together quite easily.

Whatever, thanks for your work!

Umm... actually I wasn't noticed about donations and such a need. Apocalypsus/Wirephire is a maintainer of our main space, looks like he decided that leaving a note would be enough.

Offline

#5768 2013-10-07 19:04:23

emorkay
Member
From: India
Registered: 2012-06-06
Posts: 43

Re: The AMD/ATI Bar & Grill

Hi,

gnome-shell 3.10 is not working with catalyst drivers from hd234k repo. GDM fails to start with the error: "Failed to give slave programs access to the display. Trying to proceed." and I get a black screen.

Anyone else facing this issue? How can I fix this?

Thanks,

Last edited by emorkay (2013-10-08 13:47:55)

Offline

#5769 2013-10-08 16:45:44

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

I'm away from home, I should be able to update to catalyst 13.11 beta on saturday. The new catalyst release allows new amd's gpu to use up to 6 monitors

Offline

#5770 2013-10-08 19:34:09

alexis_evo
Member
Registered: 2013-07-04
Posts: 33

Re: The AMD/ATI Bar & Grill

The latest stable update caused huge tearing on the desktop. When trying to switch to a vtty to safely reboot, my displays stopped receiving anything and I had to hard reboot. After rebooting I tried downgrading the kernel and catalyst, which resulted in X not being able to start at all, throwing errors about unable to load fglrx module. After a bit of poking, it looked like many, if not all, of the files from catalyst/catalyst-util/lib32-catalyst-util had been emptied.

I'm guessing that one of the hard reboots pissed off btrfs which resulted in corruption of files/emptied files. It would not be the first time a hard reboot and btrfs have screwed me over on this install. Ended up reinstalling Arch entirely (this time on ext4 -- sticking with what's safe!), but still got the tearing. Looks like you absolutely need to disable KMS (by adding nomodeset into kernel boot params in your bootloader (grub/syslinux)). I know the wiki has said that for a while, but prior to this version, KMS has worked okay for me.

Edit: Actually, it's still failing to load fglrx... I found this in journalctl -xb:

Oct 08 13:45:19 snuggles kernel: fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
Oct 08 13:45:19 snuggles kernel: Disabling lock debugging due to kernel taint
Oct 08 13:45:19 snuggles kernel: fglrx: disagrees about version of symbol __get_page_tail
Oct 08 13:45:19 snuggles kernel: fglrx: Unknown symbol __get_page_tail (err -22)
Oct 08 13:45:19 snuggles kernel: fglrx: disagrees about version of symbol put_page
Oct 08 13:45:19 snuggles kernel: fglrx: Unknown symbol put_page (err -22)
Oct 08 13:45:19 snuggles systemd-modules-load[131]: Failed to insert 'fglrx': Invalid argument
Oct 08 13:45:19 snuggles systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
Oct 08 13:45:19 snuggles systemd[1]: Failed to start Load Kernel Modules.

Any ideas? hmm

Edit #2: Figured it out, it isn't compatible with linux 3.11.4-1 yet. After downgrading to 3.11.2-1, catalyst is working fine, even with kms. In case anyone accidentally upgrades before catalyst is updated, here's the last working version of the kernel: http://seblu.net/a/arm/month/core/os/x8 … pkg.tar.xz (cannot vouch for the trustworthiness of the host). It seems the Arch Rollback Machine has been shutdown... shame sad.

Last edited by alexis_evo (2013-10-08 20:17:11)

Offline

#5771 2013-10-08 21:06:52

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: The AMD/ATI Bar & Grill

alexis_evo wrote:

Edit #2: Figured it out, it isn't compatible with linux 3.11.4-1 yet. After downgrading to 3.11.2-1, catalyst is working fine, even with kms. In case anyone accidentally upgrades before catalyst is updated, here's the last working version of the kernel: http://seblu.net/a/arm/month/core/os/x8 … pkg.tar.xz (cannot vouch for the trustworthiness of the host). It seems the Arch Rollback Machine has been shutdown... shame sad.

@alexix_evo: I don't seem to be having any problems with the 3.11.4-ck kernel, but then again, I am running the catalyst-hook package which means I can build the kernel modules for the kernels manually.

In other news, setting the brightness with the brightness keys (without the need for any hacks) finally works with Catalyst 13.10 and my AMD Radeon 6480G. big_smile

Last edited by clfarron4 (2013-10-08 21:07:06)


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#5772 2013-10-08 21:13:11

Kuci
Member
Registered: 2013-03-29
Posts: 38
Website

Re: The AMD/ATI Bar & Grill

clfarron4 wrote:

In other news, setting the brightness with the brightness keys (without the need for any hacks) finally works with Catalyst 13.10 and my AMD Radeon 6480G. big_smile

Well, it actually stopped working for me after upgrade from 13.8 Beta1 to 13.10 Beta on my ASUS U38DT (7600G/8550 OEM) sad


Notebook: ASUS U38DT + Samsung SSD 840 EVO 250GB + Intel Dual Band Wireless AC 7260

GitHub

Offline

#5773 2013-10-08 21:25:48

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: The AMD/ATI Bar & Grill

Kuci wrote:
clfarron4 wrote:

In other news, setting the brightness with the brightness keys (without the need for any hacks) finally works with Catalyst 13.10 and my AMD Radeon 6480G. big_smile

Well, it actually stopped working for me after upgrade from 13.8 Beta1 to 13.10 Beta on my ASUS U38DT (7600G/8550 OEM) sad

Hmm... That's not reassuring for you I see. I remember that I lost that functionality a 13.4/5 I think, so I'm kind of glad to have it back.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#5774 2013-10-08 21:51:52

multiphrenic
Member
From: Toronto, Canada
Registered: 2011-04-26
Posts: 73
Website

Re: The AMD/ATI Bar & Grill

Hey, I'm noticing slow performance in Firefox and Chrome with Youtube videos either windowed or fullscreen with the open-source drivers. VLC doesn't have problems playing videos. I have a Radeon HD 6950.

I've checked the Wiki but haven't come across anything that might help. Any ideas?

Offline

#5775 2013-10-09 15:15:03

savalaserg1
Member
Registered: 2013-06-27
Posts: 21

Re: The AMD/ATI Bar & Grill

Something happened and I cant even seem to find what caused it. I upgraded to gnome 3.10 today since it hit the repos. Now I am unable to boot into gnome. I receive the error message "oh no something has gone wrong a problem has occurred and the system cant recover. All extensions have been disabled" I have removed all the extensions in the gnome-shell directory ? I do not know what might have caused this ? I did notice while upgrading that a new version of xorg server was updated as well ? Maybe this is the problem

Offline

Board footer

Powered by FluxBB