Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Slow, lagging desktop GUI with AMDGPU-PRO
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
pelelademadera
Veteran
Veteran


Joined: 14 Jul 2008
Posts: 1255
Location: La Plata, Argentina

PostPosted: Wed Mar 22, 2017 4:59 pm    Post subject: Reply with quote

paraw wrote:
Your right BusId is 2:0:0, not 2:0:1.
Keep it 2:0:0, and in the file /etc/X11/xorg.conf.d/10-screen.conf add
Code:
Section "Screen"
                Identifier      "Screen1"
                DefaultDepth    24
                SubSection      "Display"
                                Depth   24
                EndSubSection
EndSection


For the record, 2:0:1 is the integrated audio controller of your second card.


Code:
pelo@pelo-pc ~/vulkantest/Vulkan/bin $ cat /var/log/Xorg.0.log.old
[ 10931.860] (--) Log file renamed from "/var/log/Xorg.pid-14542.log" to "/var/log/Xorg.0.log"
[ 10931.861]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 10931.861] X Protocol Version 11, Revision 0
[ 10931.861] Build Operating System: Linux 4.9.6-gentoo-r1-pelo x86_64 Gentoo
[ 10931.861] Current Operating System: Linux pelo-pc 4.9.6-gentoo-r1-pelo #13 SMP PREEMPT Wed Mar 22 09:50:34 ART 2017 x86_64
[ 10931.861] Kernel command line: BOOT_IMAGE=/kernel-4.9.6-gentoo-r1-pelo root=/dev/sda6 ro rootfstype=ext4
[ 10931.861] Build Date: 17 March 2017  04:45:12PM
[ 10931.861] 
[ 10931.861] Current version of pixman: 0.34.0
[ 10931.861]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 10931.861] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10931.861] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 22 13:57:42 2017
[ 10931.861] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10931.861] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10931.861] (==) No Layout section.  Using the first Screen section.
[ 10931.861] (**) |-->Screen "Screen0" (0)
[ 10931.861] (**) |   |-->Monitor "<default monitor>"
[ 10931.861] (==) No device specified for screen "Screen0".
        Using the first device section listed.
[ 10931.861] (**) |   |-->Device "RX480_1"
[ 10931.861] (**) |   |-->GPUDevice "RX480_2"
[ 10931.861] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[ 10931.861] (==) Automatically adding devices
[ 10931.861] (==) Automatically enabling devices
[ 10931.861] (==) Automatically adding GPU devices
[ 10931.861] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 10931.861] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 10931.861]    Entry deleted from font path.
[ 10931.861] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 10931.861]    Entry deleted from font path.
[ 10931.861]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 10931.861] (==) FontPath set to:                                                                                 
        /usr/share/fonts/misc/,                                                                                     
        /usr/share/fonts/TTF/,                                                                                     
        /usr/share/fonts/Type1/,                                                                                   
        /usr/share/fonts/100dpi/                                                                                   
[ 10931.861] (**) ModulePath set to "/usr/lib64/opengl/amdgpu-pro,/usr/lib64/xorg/modules"                         
[ 10931.861] (II) The server relies on udev to provide the list of input devices.                                   
        If no devices become available, reconfigure udev or disable AutoAddDevices.                                 
[ 10931.861] (II) Loader magic: 0x811c40                                                                           
[ 10931.861] (II) Module ABI versions:                                                                             
[ 10931.861]    X.Org ANSI C Emulation: 0.4                                                                         
[ 10931.861]    X.Org Video Driver: 20.0                                                                           
[ 10931.861]    X.Org XInput driver : 22.1                                                                         
[ 10931.861]    X.Org Server Extension : 9.0                                                                       
[ 10931.861] (II) xfree86: Adding drm device (/dev/dri/card0)                                                       
[ 10931.863] (II) xfree86: Adding drm device (/dev/dri/card1)                                                       
[ 10931.865] (--) PCI:*(0:1:0:0) 1002:67df:174b:e347 rev 199, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdfe00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072                                                         
[ 10931.865] (--) PCI: (0:2:0:0) 1002:67df:174b:e347 rev 199, Mem @ 0xa0000000/268435456, 0xb0000000/2097152, 0xdfd00000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[ 10931.865] (II) LoadModule: "glx"
[ 10931.865] (II) Loading /usr/lib64/opengl/amdgpu-pro/extensions/libglx.so
[ 10931.865] (II) Module glx: vendor="X.Org Foundation"
[ 10931.865]    compiled for 1.18.0, module version = 1.0.0
[ 10931.865]    ABI class: X.Org Server Extension, version 9.0
[ 10931.865] (==) AIGLX enabled
[ 10931.865] (II) LoadModule: "amdgpu"
[ 10931.865] (II) Loading /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so
[ 10931.866] (II) Module amdgpu: vendor="X.Org Foundation"
[ 10931.866]    compiled for 1.18.4, module version = 1.2.99
[ 10931.866]    Module class: X.Org Video Driver
[ 10931.866]    ABI class: X.Org Video Driver, version 20.0
[ 10931.866] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[ 10931.866] (++) using VT number 7

[ 10931.873] (II) [KMS] Kernel modesetting enabled.
[ 10931.873] (II) AMDGPU(0): ShareFD: disabled
[ 10931.874] (DB) AMDGPU(0): open fd=16
[ 10931.874] (II) [KMS] Kernel modesetting enabled.
[ 10931.874] (II) AMDGPU(1): ShareFD: disabled
[ 10931.875] (DB) AMDGPU(1): open fd=20
[ 10931.875] (EE) Screen 1 deleted because of no matching config section.
[ 10931.875] (EE)
[ 10931.875] (EE) Backtrace:
[ 10931.875] (EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x58a706]
[ 10931.875] (EE) 1: /usr/bin/X (0x400000+0x18e9a9) [0x58e9a9]
[ 10931.875] (EE) 2: /lib64/libc.so.6 (0x7f0758d43000+0x330e0) [0x7f0758d760e0]
[ 10931.875] (EE) 3: /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so (0x7f0755902000+0xddc2) [0x7f075590fdc2]
[ 10931.875] (EE) 4: /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so (0x7f0755902000+0x85be) [0x7f075590a5be]
[ 10931.875] (EE) 5: /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so (0x7f0755902000+0xcff3) [0x7f075590eff3]
[ 10931.875] (EE) 6: /usr/bin/X (xf86DeleteScreen+0x5a) [0x47f52a]
[ 10931.875] (EE) 7: /usr/bin/X (xf86BusConfig+0x1dc) [0x46b3dc]
[ 10931.875] (EE) 8: /usr/bin/X (InitOutput+0x996) [0x479936]
[ 10931.875] (EE) 9: /usr/bin/X (0x400000+0x39264) [0x439264]
[ 10931.875] (EE) 10: /lib64/libc.so.6 (__libc_start_main+0xf0) [0x7f0758d631e0]
[ 10931.876] (EE) 11: /usr/bin/X (_start+0x29) [0x423759]
[ 10931.876] (EE)
[ 10931.876] (EE) Segmentation fault at address 0x0
[ 10931.876] (EE)
Fatal server error:
[ 10931.876] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 10931.876] (EE)
[ 10931.876] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[ 10931.876] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 10931.876] (EE)
[ 10931.886] (EE) Server terminated with error (1). Closing log file.


I add a second monitor, and the same problem
_________________
el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Back to top
View user's profile Send private message
pelelademadera
Veteran
Veteran


Joined: 14 Jul 2008
Posts: 1255
Location: La Plata, Argentina

PostPosted: Wed Mar 22, 2017 5:11 pm    Post subject: Reply with quote

paraw wrote:
Your right BusId is 2:0:0, not 2:0:1.
Keep it 2:0:0, and in the file /etc/X11/xorg.conf.d/10-screen.conf add
Code:
Section "Screen"
                Identifier      "Screen1"
                DefaultDepth    24
                SubSection      "Display"
                                Depth   24
                EndSubSection
EndSection


For the record, 2:0:1 is the integrated audio controller of your second card.


Code:
pelo@pelo-pc ~/vulkantest/Vulkan/bin $ cat /var/log/Xorg.0.log.old
[ 10931.860] (--) Log file renamed from "/var/log/Xorg.pid-14542.log" to "/var/log/Xorg.0.log"
[ 10931.861]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 10931.861] X Protocol Version 11, Revision 0
[ 10931.861] Build Operating System: Linux 4.9.6-gentoo-r1-pelo x86_64 Gentoo
[ 10931.861] Current Operating System: Linux pelo-pc 4.9.6-gentoo-r1-pelo #13 SMP PREEMPT Wed Mar 22 09:50:34 ART 2017 x86_64
[ 10931.861] Kernel command line: BOOT_IMAGE=/kernel-4.9.6-gentoo-r1-pelo root=/dev/sda6 ro rootfstype=ext4
[ 10931.861] Build Date: 17 March 2017  04:45:12PM
[ 10931.861] 
[ 10931.861] Current version of pixman: 0.34.0
[ 10931.861]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 10931.861] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10931.861] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 22 13:57:42 2017
[ 10931.861] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10931.861] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10931.861] (==) No Layout section.  Using the first Screen section.
[ 10931.861] (**) |-->Screen "Screen0" (0)
[ 10931.861] (**) |   |-->Monitor "<default monitor>"
[ 10931.861] (==) No device specified for screen "Screen0".
        Using the first device section listed.
[ 10931.861] (**) |   |-->Device "RX480_1"
[ 10931.861] (**) |   |-->GPUDevice "RX480_2"
[ 10931.861] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[ 10931.861] (==) Automatically adding devices
[ 10931.861] (==) Automatically enabling devices
[ 10931.861] (==) Automatically adding GPU devices
[ 10931.861] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 10931.861] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 10931.861]    Entry deleted from font path.
[ 10931.861] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 10931.861]    Entry deleted from font path.
[ 10931.861]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 10931.861] (==) FontPath set to:                                                                                 
        /usr/share/fonts/misc/,                                                                                     
        /usr/share/fonts/TTF/,                                                                                     
        /usr/share/fonts/Type1/,                                                                                   
        /usr/share/fonts/100dpi/                                                                                   
[ 10931.861] (**) ModulePath set to "/usr/lib64/opengl/amdgpu-pro,/usr/lib64/xorg/modules"                         
[ 10931.861] (II) The server relies on udev to provide the list of input devices.                                   
        If no devices become available, reconfigure udev or disable AutoAddDevices.                                 
[ 10931.861] (II) Loader magic: 0x811c40                                                                           
[ 10931.861] (II) Module ABI versions:                                                                             
[ 10931.861]    X.Org ANSI C Emulation: 0.4                                                                         
[ 10931.861]    X.Org Video Driver: 20.0                                                                           
[ 10931.861]    X.Org XInput driver : 22.1                                                                         
[ 10931.861]    X.Org Server Extension : 9.0                                                                       
[ 10931.861] (II) xfree86: Adding drm device (/dev/dri/card0)                                                       
[ 10931.863] (II) xfree86: Adding drm device (/dev/dri/card1)                                                       
[ 10931.865] (--) PCI:*(0:1:0:0) 1002:67df:174b:e347 rev 199, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdfe00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072                                                         
[ 10931.865] (--) PCI: (0:2:0:0) 1002:67df:174b:e347 rev 199, Mem @ 0xa0000000/268435456, 0xb0000000/2097152, 0xdfd00000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[ 10931.865] (II) LoadModule: "glx"
[ 10931.865] (II) Loading /usr/lib64/opengl/amdgpu-pro/extensions/libglx.so
[ 10931.865] (II) Module glx: vendor="X.Org Foundation"
[ 10931.865]    compiled for 1.18.0, module version = 1.0.0
[ 10931.865]    ABI class: X.Org Server Extension, version 9.0
[ 10931.865] (==) AIGLX enabled
[ 10931.865] (II) LoadModule: "amdgpu"
[ 10931.865] (II) Loading /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so
[ 10931.866] (II) Module amdgpu: vendor="X.Org Foundation"
[ 10931.866]    compiled for 1.18.4, module version = 1.2.99
[ 10931.866]    Module class: X.Org Video Driver
[ 10931.866]    ABI class: X.Org Video Driver, version 20.0
[ 10931.866] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[ 10931.866] (++) using VT number 7

[ 10931.873] (II) [KMS] Kernel modesetting enabled.
[ 10931.873] (II) AMDGPU(0): ShareFD: disabled
[ 10931.874] (DB) AMDGPU(0): open fd=16
[ 10931.874] (II) [KMS] Kernel modesetting enabled.
[ 10931.874] (II) AMDGPU(1): ShareFD: disabled
[ 10931.875] (DB) AMDGPU(1): open fd=20
[ 10931.875] (EE) Screen 1 deleted because of no matching config section.
[ 10931.875] (EE)
[ 10931.875] (EE) Backtrace:
[ 10931.875] (EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x58a706]
[ 10931.875] (EE) 1: /usr/bin/X (0x400000+0x18e9a9) [0x58e9a9]
[ 10931.875] (EE) 2: /lib64/libc.so.6 (0x7f0758d43000+0x330e0) [0x7f0758d760e0]
[ 10931.875] (EE) 3: /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so (0x7f0755902000+0xddc2) [0x7f075590fdc2]
[ 10931.875] (EE) 4: /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so (0x7f0755902000+0x85be) [0x7f075590a5be]
[ 10931.875] (EE) 5: /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so (0x7f0755902000+0xcff3) [0x7f075590eff3]
[ 10931.875] (EE) 6: /usr/bin/X (xf86DeleteScreen+0x5a) [0x47f52a]
[ 10931.875] (EE) 7: /usr/bin/X (xf86BusConfig+0x1dc) [0x46b3dc]
[ 10931.875] (EE) 8: /usr/bin/X (InitOutput+0x996) [0x479936]
[ 10931.875] (EE) 9: /usr/bin/X (0x400000+0x39264) [0x439264]
[ 10931.875] (EE) 10: /lib64/libc.so.6 (__libc_start_main+0xf0) [0x7f0758d631e0]
[ 10931.876] (EE) 11: /usr/bin/X (_start+0x29) [0x423759]
[ 10931.876] (EE)
[ 10931.876] (EE) Segmentation fault at address 0x0
[ 10931.876] (EE)
Fatal server error:
[ 10931.876] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 10931.876] (EE)
[ 10931.876] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[ 10931.876] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 10931.876] (EE)
[ 10931.886] (EE) Server terminated with error (1). Closing log file.


I add a second monitor too, but same result
_________________
el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Back to top
View user's profile Send private message
paraw
Apprentice
Apprentice


Joined: 07 Jan 2005
Posts: 158
Location: Coventry (UK)

PostPosted: Wed Mar 22, 2017 5:17 pm    Post subject: Reply with quote

OK, sorry, I'm getting confused here. How many monitors do you have?
Back to top
View user's profile Send private message
pelelademadera
Veteran
Veteran


Joined: 14 Jul 2008
Posts: 1255
Location: La Plata, Argentina

PostPosted: Wed Mar 22, 2017 5:27 pm    Post subject: Reply with quote

paraw wrote:
OK, sorry, I'm getting confused here. How many monitors do you have?


Only one, conected to the 1º gpu, I only add the test it, but nothing changes
_________________
el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Back to top
View user's profile Send private message
paraw
Apprentice
Apprentice


Joined: 07 Jan 2005
Posts: 158
Location: Coventry (UK)

PostPosted: Wed Mar 22, 2017 5:41 pm    Post subject: Reply with quote

OK, so:

If you add a second monitor, it will have to be added to the second GPU, and screen sections added to specify its position, etc., otherwise it wouldn't work properly.
So, I'm assuming you only have one monitor, attached to the first GPU.

In this case, you should only need one "Device" section in /etc/X11/xorg.conf.d/10-device.conf, which is as you originally had. So, please remove the section about the second card. Next, in /etc/X11/xorg.conf.d/10-screen.conf, add the line
Code:
Device         "RX480_1"

under the line Identifier "Screen0" and restart X. This will tell X that your monitor is attached to the first card. If X doesn't start after this change, try connecting the monitor to the other card (that's because we don't know to which one you connected it).

Incidentally, if you don't plan to use multiple monitors, why do you have 2 GPUs?
Back to top
View user's profile Send private message
pelelademadera
Veteran
Veteran


Joined: 14 Jul 2008
Posts: 1255
Location: La Plata, Argentina

PostPosted: Wed Mar 22, 2017 5:56 pm    Post subject: Reply with quote

paraw wrote:
OK, so:

If you add a second monitor, it will have to be added to the second GPU, and screen sections added to specify its position, etc., otherwise it wouldn't work properly.
So, I'm assuming you only have one monitor, attached to the first GPU.

In this case, you should only need one "Device" section in /etc/X11/xorg.conf.d/10-device.conf, which is as you originally had. So, please remove the section about the second card. Next, in /etc/X11/xorg.conf.d/10-screen.conf, add the line
Code:
Device         "RX480_1"

under the line Identifier "Screen0" and restart X. This will tell X that your monitor is attached to the first card. If X doesn't start after this change, try connecting the monitor to the other card (that's because we don't know to which one you connected it).

Incidentally, if you don't plan to use multiple monitors, why do you have 2 GPUs?


well, leaving this:

Code:
pelo@pelo-pc ~/vulkantest/Vulkan/bin $ cat /etc/X11/xorg.conf.d/*
Section "Device"
        Identifier  "RX480_1"
        Driver      "amdgpu"
        BusID       "PCI:1:0:0"
        Option      "DRI"         "3"
        Option      "AccelMethod" "glamor"
        Option "TearFree" "on"
EndSection

#Section "Device"
#        Identifier  "RX480_2"
#        Driver      "amdgpu"
#       BusID       "PCI:02:0:0"
#       Option      "DRI"         "3"
#        Option      "AccelMethod" "glamor"
#        Option "TearFree" "on"
#EndSection
Section "Monitor"
        Identifier   "Dell Ultrasharp"
        VendorName   "Dell, Inc."
        ModelName    "U2311H"
        Option       "DPMS"   "true"
EndSection
Section "Screen"
                Identifier      "Screen0"
                DefaultDepth    24
                Device         "RX480_1"
                SubSection      "Display"
                                Depth   24
                EndSubSection
EndSection

#Section "Screen"
#                Identifier      "Screen1"
#                Device         "RX480_2"
#                DefaultDepth    24
#                SubSection      "Display"
#                                Depth   24                                                                         
#                EndSubSection                                                                                       
#EndSection                                                                                                         
Section "Files"                                                                                                     
        ModulePath "/usr/lib64/opengl/amdgpu-pro"                                                                   
        ModulePath "/usr/lib64/xorg/modules"                                                                       
EndSection
Screen works as its connected, Video comes out from my first gpu.


Adding this:
Code:
pelo@pelo-pc ~/vulkantest/Vulkan/bin $ cat /etc/X11/xorg.conf.d/*
Section "Device"
        Identifier  "RX480_1"
        Driver      "amdgpu"
        BusID       "PCI:1:0:0"
        Option      "DRI"         "3"
        Option      "AccelMethod" "glamor"
        Option "TearFree" "on"
EndSection

Section "Device"
        Identifier  "RX480_2"
        Driver      "amdgpu"
        BusID       "PCI:02:0:0"
        Option      "DRI"         "3"
        Option      "AccelMethod" "glamor"
        Option "TearFree" "on"
EndSection
Section "Monitor"
        Identifier   "Dell Ultrasharp"
        VendorName   "Dell, Inc."
        ModelName    "U2311H"
        Option       "DPMS"   "true"
EndSection
Section "Screen"
                Identifier      "Screen0"
                DefaultDepth    24
                Device         "RX480_1"
                SubSection      "Display"
                                Depth   24
                EndSubSection
EndSection

Section "Screen"
                Identifier      "Screen1"
                Device         "RX480_2"
                DefaultDepth    24
                SubSection      "Display"
                                Depth   24                                                                         
                EndSubSection                                                                                       
EndSection                                                                                                         
Section "Files"                                                                                                     
        ModulePath "/usr/lib64/opengl/amdgpu-pro"                                                                   
        ModulePath "/usr/lib64/xorg/modules"                                                                       
EndSection


dont work...
the log:
Code:
[ 13939.407] (--) Log file renamed from "/var/log/Xorg.pid-18003.log" to "/var/log/Xorg.0.log"                     
[ 13939.408]                                                                                                       
X.Org X Server 1.18.4                                                                                               
Release Date: 2016-07-19                                                                                           
[ 13939.408] X Protocol Version 11, Revision 0                                                                     
[ 13939.408] Build Operating System: Linux 4.9.6-gentoo-r1-pelo x86_64 Gentoo                                       
[ 13939.408] Current Operating System: Linux pelo-pc 4.9.6-gentoo-r1-pelo #13 SMP PREEMPT Wed Mar 22 09:50:34 ART 2017 x86_64                                                                                                           
[ 13939.408] Kernel command line: BOOT_IMAGE=/kernel-4.9.6-gentoo-r1-pelo root=/dev/sda6 ro rootfstype=ext4         
[ 13939.408] Build Date: 17 March 2017  04:45:12PM                                                                 
[ 13939.408]                                                                                                       
[ 13939.408] Current version of pixman: 0.34.0
[ 13939.408]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 13939.408] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13939.408] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 22 14:47:50 2017
[ 13939.408] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 13939.408] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13939.408] (==) No Layout section.  Using the first Screen section.
[ 13939.408] (**) |-->Screen "Screen0" (0)
[ 13939.408] (**) |   |-->Monitor "<default monitor>"
[ 13939.408] (**) |   |-->Device "RX480_1"
[ 13939.408] (**) |   |-->GPUDevice "RX480_2"
[ 13939.408] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[ 13939.408] (==) Automatically adding devices
[ 13939.408] (==) Automatically enabling devices
[ 13939.408] (==) Automatically adding GPU devices
[ 13939.408] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 13939.408] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 13939.408]    Entry deleted from font path.
[ 13939.408] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 13939.408]    Entry deleted from font path.
[ 13939.408]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 13939.408] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/
[ 13939.408] (**) ModulePath set to "/usr/lib64/opengl/amdgpu-pro,/usr/lib64/xorg/modules"
[ 13939.408] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 13939.408] (II) Loader magic: 0x811c40
[ 13939.408] (II) Module ABI versions:
[ 13939.408]    X.Org ANSI C Emulation: 0.4
[ 13939.408]    X.Org Video Driver: 20.0
[ 13939.408]    X.Org XInput driver : 22.1
[ 13939.408]    X.Org Server Extension : 9.0
[ 13939.408] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 13939.409] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 13939.410] (--) PCI:*(0:1:0:0) 1002:67df:174b:e347 rev 199, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdfe00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 13939.410] (--) PCI: (0:2:0:0) 1002:67df:174b:e347 rev 199, Mem @ 0xa0000000/268435456, 0xb0000000/2097152, 0xdfd00000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[ 13939.410] (II) LoadModule: "glx"
[ 13939.410] (II) Loading /usr/lib64/opengl/amdgpu-pro/extensions/libglx.so
[ 13939.411] (II) Module glx: vendor="X.Org Foundation"
[ 13939.411]    compiled for 1.18.0, module version = 1.0.0
[ 13939.411]    ABI class: X.Org Server Extension, version 9.0
[ 13939.411] (==) AIGLX enabled
[ 13939.411] (II) LoadModule: "amdgpu"
[ 13939.411] (II) Loading /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so
[ 13939.411] (II) Module amdgpu: vendor="X.Org Foundation"
[ 13939.411]    compiled for 1.18.4, module version = 1.2.99
[ 13939.411]    Module class: X.Org Video Driver
[ 13939.411]    ABI class: X.Org Video Driver, version 20.0
[ 13939.411] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[ 13939.411] (++) using VT number 7

[ 13939.417] (II) [KMS] Kernel modesetting enabled.
[ 13939.417] (II) AMDGPU(0): ShareFD: disabled
[ 13939.418] (DB) AMDGPU(0): open fd=16
[ 13939.418] (II) [KMS] Kernel modesetting enabled.
[ 13939.418] (II) AMDGPU(1): ShareFD: disabled
[ 13939.419] (DB) AMDGPU(1): open fd=19
[ 13939.419] (EE) Screen 1 deleted because of no matching config section.
[ 13939.419] (EE)
[ 13939.419] (EE) Backtrace:
[ 13939.419] (EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x58a706]
[ 13939.419] (EE) 1: /usr/bin/X (0x400000+0x18e9a9) [0x58e9a9]
[ 13939.419] (EE) 2: /lib64/libc.so.6 (0x7f34b9c31000+0x330e0) [0x7f34b9c640e0]
[ 13939.419] (EE) 3: /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so (0x7f34b67f0000+0xddc2) [0x7f34b67fddc2]
[ 13939.419] (EE) 4: /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so (0x7f34b67f0000+0x85be) [0x7f34b67f85be]
[ 13939.419] (EE) 5: /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so (0x7f34b67f0000+0xcff3) [0x7f34b67fcff3]
[ 13939.419] (EE) 6: /usr/bin/X (xf86DeleteScreen+0x5a) [0x47f52a]
[ 13939.419] (EE) 7: /usr/bin/X (xf86BusConfig+0x1dc) [0x46b3dc]
[ 13939.419] (EE) 8: /usr/bin/X (InitOutput+0x996) [0x479936]
[ 13939.419] (EE) 9: /usr/bin/X (0x400000+0x39264) [0x439264]
[ 13939.419] (EE) 10: /lib64/libc.so.6 (__libc_start_main+0xf0) [0x7f34b9c511e0]
[ 13939.419] (EE) 11: /usr/bin/X (_start+0x29) [0x423759]
[ 13939.419] (EE)
[ 13939.419] (EE) Segmentation fault at address 0x0
[ 13939.419] (EE)
Fatal server error:
[ 13939.419] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 13939.419] (EE)
[ 13939.419] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[ 13939.419] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 13939.419] (EE)
[ 13939.427] (EE) Server terminated with error (1). Closing log file.

_________________
el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Back to top
View user's profile Send private message
paraw
Apprentice
Apprentice


Joined: 07 Jan 2005
Posts: 158
Location: Coventry (UK)

PostPosted: Wed Mar 22, 2017 6:15 pm    Post subject: Reply with quote

The right one is the first one (which, in fact, works).
But what I really don't understand is why you get the missing extension error, which could have something to do with Vulkan not working (but I'm not sure about it). With the configuration that works, can you post the contents of /var/log/Xorg.0.log, please?

Also, why 2 cards with only 1 monitor?
Back to top
View user's profile Send private message
pelelademadera
Veteran
Veteran


Joined: 14 Jul 2008
Posts: 1255
Location: La Plata, Argentina

PostPosted: Wed Mar 22, 2017 6:49 pm    Post subject: Reply with quote

paraw wrote:
The right one is the first one (which, in fact, works).
But what I really don't understand is why you get the missing extension error, which could have something to do with Vulkan not working (but I'm not sure about it). With the configuration that works, can you post the contents of /var/log/Xorg.0.log, please?

Also, why 2 cards with only 1 monitor?

Its a crossfire setup, I only use crossfire in windows, but I dont want to disassembly my pc every time I swich of S.O.
I mostly use linux, but for some games, There is only one option...

I dont care If I have to disable it

Im triyng taking out one gpu, and see what happends.


Code:
pelo@pelo-pc ~/vulkantest/Vulkan/bin $ cat /var/log/Xorg.0.log
[ 17682.361] (--) Log file renamed from "/var/log/Xorg.pid-22765.log" to "/var/log/Xorg.0.log"
[ 17682.362]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 17682.362] X Protocol Version 11, Revision 0
[ 17682.362] Build Operating System: Linux 4.9.6-gentoo-r1-pelo x86_64 Gentoo
[ 17682.362] Current Operating System: Linux pelo-pc 4.9.6-gentoo-r1-pelo #13 SMP PREEMPT Wed Mar 22 09:50:34 ART 2017 x86_64
[ 17682.362] Kernel command line: BOOT_IMAGE=/kernel-4.9.6-gentoo-r1-pelo root=/dev/sda6 ro rootfstype=ext4
[ 17682.362] Build Date: 17 March 2017  04:45:12PM
[ 17682.362] 
[ 17682.362] Current version of pixman: 0.34.0
[ 17682.362]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 17682.362] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 17682.362] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 22 15:50:13 2017
[ 17682.362] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 17682.362] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 17682.362] (==) No Layout section.  Using the first Screen section.
[ 17682.362] (**) |-->Screen "Screen0" (0)
[ 17682.362] (**) |   |-->Monitor "<default monitor>"
[ 17682.362] (**) |   |-->Device "RX480_1"
[ 17682.362] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[ 17682.362] (==) Automatically adding devices
[ 17682.362] (==) Automatically enabling devices
[ 17682.362] (==) Automatically adding GPU devices
[ 17682.362] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 17682.362] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 17682.362]    Entry deleted from font path.
[ 17682.362] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 17682.362]    Entry deleted from font path.
[ 17682.362]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 17682.362] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,                                                                                   
        /usr/share/fonts/100dpi/                                                                                   
[ 17682.362] (**) ModulePath set to "/usr/lib64/opengl/amdgpu-pro,/usr/lib64/xorg/modules"                         
[ 17682.362] (II) The server relies on udev to provide the list of input devices.                                   
        If no devices become available, reconfigure udev or disable AutoAddDevices.                                 
[ 17682.362] (II) Loader magic: 0x811c40                                                                           
[ 17682.362] (II) Module ABI versions:                                                                             
[ 17682.362]    X.Org ANSI C Emulation: 0.4                                                                         
[ 17682.362]    X.Org Video Driver: 20.0                                                                           
[ 17682.362]    X.Org XInput driver : 22.1                                                                         
[ 17682.362]    X.Org Server Extension : 9.0                                                                       
[ 17682.362] (II) xfree86: Adding drm device (/dev/dri/card0)                                                       
[ 17682.363] (II) xfree86: Adding drm device (/dev/dri/card1)                                                       
[ 17682.364] (--) PCI:*(0:1:0:0) 1002:67df:174b:e347 rev 199, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdfe00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072                                                         
[ 17682.364] (--) PCI: (0:2:0:0) 1002:67df:174b:e347 rev 199, Mem @ 0xa0000000/268435456, 0xb0000000/2097152, 0xdfd00000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072                                                         
[ 17682.364] (II) LoadModule: "glx"                                                                                 
[ 17682.364] (II) Loading /usr/lib64/opengl/amdgpu-pro/extensions/libglx.so                                         
[ 17682.364] (II) Module glx: vendor="X.Org Foundation"
[ 17682.364]    compiled for 1.18.0, module version = 1.0.0
[ 17682.364]    ABI class: X.Org Server Extension, version 9.0
[ 17682.364] (==) AIGLX enabled
[ 17682.364] (II) LoadModule: "amdgpu"
[ 17682.364] (II) Loading /usr/lib64/opengl/amdgpu-pro/modules/drivers/amdgpu_drv.so
[ 17682.365] (II) Module amdgpu: vendor="X.Org Foundation"
[ 17682.365]    compiled for 1.18.4, module version = 1.2.99
[ 17682.365]    Module class: X.Org Video Driver
[ 17682.365]    ABI class: X.Org Video Driver, version 20.0
[ 17682.365] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[ 17682.365] (++) using VT number 7

[ 17682.371] (II) [KMS] Kernel modesetting enabled.
[ 17682.371] (II) AMDGPU(0): ShareFD: disabled
[ 17682.372] (DB) AMDGPU(0): open fd=16
[ 17682.372] (II) [KMS] Kernel modesetting enabled.
[ 17682.372] (II) AMDGPU(G0): ShareFD: disabled
[ 17682.372] (DB) AMDGPU(G0): open fd=20
[ 17682.372] (II) AMDGPU(0): AMDGPU DDX hybrid version: 16.60.3
[ 17682.372] (II) AMDGPU(0): AMDGPU kernel module hybrid version: 16.60.3
[ 17682.372] (**) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 17682.372] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 17682.372] (==) AMDGPU(0): Default visual is TrueColor
[ 17682.372] (**) AMDGPU(0): Option "AccelMethod" "glamor"
[ 17682.372] (**) AMDGPU(0): Option "DRI" "3"
[ 17682.372] (**) AMDGPU(0): Option "TearFree" "on"
[ 17682.372] (==) AMDGPU(0): RGB weight 888
[ 17682.372] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 17682.372] (--) AMDGPU(0): Chipset: "AMD Radeon (TM) RX 480 Graphics" (ChipID = 0x67df)
[ 17682.372] (II) Loading sub module "fb"
[ 17682.372] (II) LoadModule: "fb"
[ 17682.372] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 17682.372] (II) Module fb: vendor="X.Org Foundation"
[ 17682.372]    compiled for 1.18.4, module version = 1.0.0
[ 17682.372]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 17682.372] (II) Loading sub module "dri2"
[ 17682.372] (II) LoadModule: "dri2"
[ 17682.372] (II) Module "dri2" already built-in
[ 17682.374] (II) Loading sub module "glamoregl"
[ 17682.374] (II) LoadModule: "glamoregl"
[ 17682.374] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 17682.376] (II) Module glamoregl: vendor="X.Org Foundation"
[ 17682.376]    compiled for 1.18.4, module version = 1.0.0
[ 17682.376]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 17682.376] (II) glamor: OpenGL accelerated X.org driver based.
[ 17682.390] (II) glamor: EGL version 1.4:
[ 17682.393] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 17682.393] (**) AMDGPU(0): TearFree enabled
[ 17682.393] (WW) AMDGPU(0): KMS Pageflipping: disabled because of ShadowPrimary/TearFree
[ 17682.393] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[ 17682.393] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[ 17682.394] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 17682.394] (II) AMDGPU(0): Output HDMI-A-1 has no monitor section
[ 17682.396] (II) AMDGPU(0): Output DVI-D-0 has no monitor section
[ 17682.396] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 17682.396] (II) AMDGPU(0): EDID for output DisplayPort-1
[ 17682.396] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 17682.396] (II) AMDGPU(0): EDID for output HDMI-A-1
[ 17682.398] (II) AMDGPU(0): EDID for output DVI-D-0
[ 17682.398] (II) AMDGPU(0): Manufacturer: SAM  Model: 5fb  Serial#: 1162359347
[ 17682.398] (II) AMDGPU(0): Year: 2009  Week: 27
[ 17682.398] (II) AMDGPU(0): EDID Version: 1.3
[ 17682.398] (II) AMDGPU(0): Digital Display Input
[ 17682.398] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[ 17682.398] (II) AMDGPU(0): Gamma: 2.20
[ 17682.398] (II) AMDGPU(0): DPMS capabilities: Off
[ 17682.398] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 17682.398] (II) AMDGPU(0): First detailed timing is preferred mode
[ 17682.398] (II) AMDGPU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[ 17682.398] (II) AMDGPU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[ 17682.398] (II) AMDGPU(0): Supported established timings:
[ 17682.398] (II) AMDGPU(0): 640x480@60Hz
[ 17682.398] (II) AMDGPU(0): 800x600@56Hz
[ 17682.398] (II) AMDGPU(0): 800x600@60Hz
[ 17682.398] (II) AMDGPU(0): 1024x768@60Hz
[ 17682.398] (II) AMDGPU(0): Manufacturer's mask: 0
[ 17682.398] (II) AMDGPU(0): Supported standard timings:
[ 17682.398] (II) AMDGPU(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[ 17682.398] (II) AMDGPU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[ 17682.398] (II) AMDGPU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 17682.398] (II) AMDGPU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[ 17682.398] (II) AMDGPU(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[ 17682.398] (II) AMDGPU(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[ 17682.398] (II) AMDGPU(0): Supported detailed timing:
[ 17682.398] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[ 17682.398] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 17682.398] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 17682.398] (II) AMDGPU(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[ 17682.398] (II) AMDGPU(0): Monitor name: SyncMaster
[ 17682.398] (II) AMDGPU(0): Serial No: H1AK500000
[ 17682.398] (II) AMDGPU(0): EDID (in hex):
[ 17682.398] (II) AMDGPU(0):    00ffffffffffff004c2dfb0533324845
[ 17682.398] (II) AMDGPU(0):    1b13010380331d782aee91a3544c9926
[ 17682.398] (II) AMDGPU(0):    0f50542308008100814081809500a940
[ 17682.398] (II) AMDGPU(0):    b30001010101023a801871382d40582c
[ 17682.398] (II) AMDGPU(0):    4500fe1f1100001e000000fd00383c1e
[ 17682.398] (II) AMDGPU(0):    5111000a202020202020000000fc0053
[ 17682.398] (II) AMDGPU(0):    796e634d61737465720a2020000000ff
[ 17682.398] (II) AMDGPU(0):    004831414b3530303030300a202000a4
[ 17682.398] (II) AMDGPU(0): Printing probed modes for output DVI-D-0
[ 17682.398] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 17682.398] (II) AMDGPU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 17682.398] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 17682.398] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 17682.398] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 17682.398] (II) AMDGPU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 17682.398] (II) AMDGPU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 17682.398] (II) AMDGPU(0): Modeline "1280x720"x60.0  148.50  1280 2008 2052 2200  720 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 17682.398] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 17682.398] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 17682.398] (II) AMDGPU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 17682.398] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 17682.398] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[ 17682.398] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[ 17682.398] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 17682.398] (II) AMDGPU(0): Output HDMI-A-1 disconnected
[ 17682.398] (II) AMDGPU(0): Output DVI-D-0 connected
[ 17682.398] (II) AMDGPU(0): Using exact sizes for initial modes
[ 17682.398] (II) AMDGPU(0): Output DVI-D-0 using initial mode 1920x1080 +0+0
[ 17682.398] (II) AMDGPU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 17682.398] (II) AMDGPU(0): mem size init: gart size :ffe3e000 vram size: s:feca8000 visible:bf17e000
[ 17682.398] (II) AMDGPU(0): Video RAM: 4174496 kByte
[ 17682.398] (==) AMDGPU(0): DPI set to (96, 96)
[ 17682.398] (II) Loading sub module "ramdac"
[ 17682.398] (II) LoadModule: "ramdac"
[ 17682.398] (II) Module "ramdac" already built-in
[ 17682.398] (II) AMDGPU(G0): AMDGPU DDX hybrid version: 16.60.3
[ 17682.398] (II) AMDGPU(G0): AMDGPU kernel module hybrid version: 16.60.3
[ 17682.398] (**) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[ 17682.398] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 17682.398] (==) AMDGPU(G0): Default visual is TrueColor
[ 17682.398] (**) AMDGPU(G0): Option "AccelMethod" "glamor"
[ 17682.398] (**) AMDGPU(G0): Option "DRI" "3"
[ 17682.398] (**) AMDGPU(G0): Option "TearFree" "on"
[ 17682.398] (==) AMDGPU(G0): RGB weight 888
[ 17682.398] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[ 17682.398] (--) AMDGPU(G0): Chipset: "AMD Radeon (TM) RX 480 Graphics" (ChipID = 0x67df)
[ 17682.398] (II) Loading sub module "fb"
[ 17682.398] (II) LoadModule: "fb"
[ 17682.398] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 17682.398] (II) Module fb: vendor="X.Org Foundation"
[ 17682.398]    compiled for 1.18.4, module version = 1.0.0
[ 17682.398]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 17682.398] (II) Loading sub module "dri2"
[ 17682.398] (II) LoadModule: "dri2"
[ 17682.398] (II) Module "dri2" already built-in
[ 17682.398] (II) Loading sub module "glamoregl"
[ 17682.398] (II) LoadModule: "glamoregl"
[ 17682.398] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 17682.398] (II) Module glamoregl: vendor="X.Org Foundation"
[ 17682.398]    compiled for 1.18.4, module version = 1.0.0
[ 17682.398]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 17682.398] (II) glamor: OpenGL accelerated X.org driver based.
[ 17682.407] (II) glamor: EGL version 1.4:
[ 17682.411] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[ 17682.411] (**) AMDGPU(G0): TearFree enabled
[ 17682.411] (WW) AMDGPU(G0): KMS Pageflipping: disabled because of ShadowPrimary/TearFree
[ 17682.411] (II) AMDGPU(G0): Output DisplayPort-1-2 has no monitor section
[ 17682.411] (II) AMDGPU(G0): Output DisplayPort-1-3 has no monitor section
[ 17682.411] (II) AMDGPU(G0): Output HDMI-A-1-2 has no monitor section
[ 17682.411] (II) AMDGPU(G0): Output HDMI-A-1-3 has no monitor section
[ 17682.411] (II) AMDGPU(G0): Output DVI-D-1-1 has no monitor section
[ 17682.411] (II) AMDGPU(G0): EDID for output DisplayPort-1-2
[ 17682.411] (II) AMDGPU(G0): EDID for output DisplayPort-1-3
[ 17682.411] (II) AMDGPU(G0): EDID for output HDMI-A-1-2
[ 17682.411] (II) AMDGPU(G0): EDID for output HDMI-A-1-3
[ 17682.411] (II) AMDGPU(G0): EDID for output DVI-D-1-1
[ 17682.411] (II) AMDGPU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 17682.411] (II) AMDGPU(G0): mem size init: gart size :ffe3e000 vram size: s:ff191000 visible:bf52cc00
[ 17682.411] (II) AMDGPU(G0): Video RAM: 4179524 kByte
[ 17682.411] (==) AMDGPU(G0): DPI set to (96, 96)
[ 17682.411] (II) Loading sub module "ramdac"
[ 17682.411] (II) LoadModule: "ramdac"
[ 17682.411] (II) Module "ramdac" already built-in
[ 17682.411] (--) Depth 24 pixmap format is 32 bpp
[ 17682.411] (II) AMDGPU(G0): [DRI2] Setup complete
[ 17682.411] (II) AMDGPU(G0): [DRI2]   DRI driver: amdgpu
[ 17682.411] (II) AMDGPU(G0): [DRI2]   VDPAU driver: amdgpu
[ 17682.411] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[ 17682.411] (II) AMDGPU(G0): SYNC extension fences enabled
[ 17682.411] (II) AMDGPU(G0): Present extension enabled
[ 17682.411] (**) AMDGPU(G0): DRI3 enabled
[ 17682.411] (==) AMDGPU(G0): Backing store enabled
[ 17682.411] (II) AMDGPU(G0): Direct rendering enabled
[ 17682.415] (II) AMDGPU(G0): Use GLAMOR acceleration.
[ 17682.415] (II) AMDGPU(G0): Acceleration enabled
[ 17682.415] (==) AMDGPU(G0): DPMS enabled
[ 17682.415] (==) AMDGPU(G0): Silken mouse enabled
[ 17682.415] (II) AMDGPU(G0): Set up textured video (glamor)
[ 17682.415] (II) AMDGPU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 17682.415] (II) AMDGPU(0): [DRI2] Setup complete
[ 17682.415] (II) AMDGPU(0): [DRI2]   DRI driver: amdgpu
[ 17682.415] (II) AMDGPU(0): [DRI2]   VDPAU driver: amdgpu
[ 17682.415] (II) AMDGPU(0): Front buffer pitch: 8192 bytes
[ 17682.415] (II) AMDGPU(0): SYNC extension fences enabled
[ 17682.415] (II) AMDGPU(0): Present extension enabled
[ 17682.415] (**) AMDGPU(0): DRI3 enabled
[ 17682.415] (==) AMDGPU(0): Backing store enabled
[ 17682.415] (II) AMDGPU(0): Direct rendering enabled
[ 17682.419] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 17682.419] (II) AMDGPU(0): Acceleration enabled
[ 17682.419] (==) AMDGPU(0): DPMS enabled
[ 17682.419] (==) AMDGPU(0): Silken mouse enabled
[ 17682.419] (II) AMDGPU(0): Set up textured video (glamor)
[ 17682.419] (II) AMDGPU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 17682.421] (--) RandR disabled
[ 17682.425] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 17682.425] (II) AIGLX: enabled GLX_ARB_create_context
[ 17682.425] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 17682.425] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 17682.425] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 17682.425] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 17682.425] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 17682.425] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 17682.425] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 17682.426] (II) AIGLX: Loaded and initialized amdgpu
[ 17682.426] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 17682.426] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 17682.439] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 17682.439] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 17682.439] (II) LoadModule: "evdev"
[ 17682.440] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 17682.440] (II) Module evdev: vendor="X.Org Foundation"
[ 17682.440]    compiled for 1.18.4, module version = 2.10.5
[ 17682.440]    Module class: X.Org XInput Driver
[ 17682.440]    ABI class: X.Org XInput driver, version 22.1
[ 17682.440] (II) Using input driver 'evdev' for 'Power Button'
[ 17682.440] (**) Power Button: always reports core events
[ 17682.440] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 17682.440] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 17682.440] (--) evdev: Power Button: Found keys
[ 17682.440] (II) evdev: Power Button: Configuring as keyboard
[ 17682.440] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 17682.440] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 17682.440] (**) Option "xkb_rules" "evdev"
[ 17682.440] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 17682.440] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 17682.440] (II) Using input driver 'evdev' for 'Power Button'
[ 17682.440] (**) Power Button: always reports core events
[ 17682.440] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 17682.440] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 17682.440] (--) evdev: Power Button: Found keys
[ 17682.440] (II) evdev: Power Button: Configuring as keyboard
[ 17682.440] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 17682.440] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 17682.440] (**) Option "xkb_rules" "evdev"
[ 17682.440] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 17682.440] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 17682.440] (II) Using input driver 'evdev' for 'Sleep Button'
[ 17682.440] (**) Sleep Button: always reports core events
[ 17682.440] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[ 17682.440] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 17682.440] (--) evdev: Sleep Button: Found keys
[ 17682.440] (II) evdev: Sleep Button: Configuring as keyboard
[ 17682.440] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 17682.440] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 17682.440] (**) Option "xkb_rules" "evdev"
[ 17682.440] (II) config/udev: Adding input device HDA ATI HDMI HDMI (/dev/input/event3)
[ 17682.440] (II) No input driver specified, ignoring this device.
[ 17682.440] (II) This device may have been added with another device file.
[ 17682.440] (II) config/udev: Adding input device HDA ATI HDMI HDMI (/dev/input/event4)
[ 17682.440] (II) No input driver specified, ignoring this device.
[ 17682.440] (II) This device may have been added with another device file.
[ 17682.441] (II) config/udev: Adding input device HDA ATI HDMI HDMI (/dev/input/event14)
[ 17682.441] (II) No input driver specified, ignoring this device.
[ 17682.441] (II) This device may have been added with another device file.
[ 17682.441] (II) config/udev: Adding input device HDA ATI HDMI HDMI (/dev/input/event15)
[ 17682.441] (II) No input driver specified, ignoring this device.
[ 17682.441] (II) This device may have been added with another device file.
[ 17682.441] (II) config/udev: Adding input device www.irfmedia.com  W-01RN USB_V3.1 (/dev/input/event16)
[ 17682.441] (**) www.irfmedia.com  W-01RN USB_V3.1: Applying InputClass "evdev keyboard catchall"
[ 17682.441] (II) Using input driver 'evdev' for 'www.irfmedia.com  W-01RN USB_V3.1'
[ 17682.441] (**) www.irfmedia.com  W-01RN USB_V3.1: always reports core events
[ 17682.441] (**) evdev: www.irfmedia.com  W-01RN USB_V3.1: Device: "/dev/input/event16"
[ 17682.441] (--) evdev: www.irfmedia.com  W-01RN USB_V3.1: Vendor 0x755 Product 0x2626
[ 17682.441] (--) evdev: www.irfmedia.com  W-01RN USB_V3.1: Found keys
[ 17682.441] (II) evdev: www.irfmedia.com  W-01RN USB_V3.1: Configuring as keyboard
[ 17682.441] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:0755:2626.0001/input/input19/event16"
[ 17682.441] (II) XINPUT: Adding extended input device "www.irfmedia.com  W-01RN USB_V3.1" (type: KEYBOARD, id 9)
[ 17682.441] (**) Option "xkb_rules" "evdev"
[ 17682.441] (II) config/udev: Adding input device www.irfmedia.com  W-01RN USB_V3.1 (/dev/input/event18)
[ 17682.441] (**) www.irfmedia.com  W-01RN USB_V3.1: Applying InputClass "evdev pointer catchall"
[ 17682.441] (**) www.irfmedia.com  W-01RN USB_V3.1: Applying InputClass "evdev keyboard catchall"
[ 17682.441] (II) Using input driver 'evdev' for 'www.irfmedia.com  W-01RN USB_V3.1'
[ 17682.441] (**) www.irfmedia.com  W-01RN USB_V3.1: always reports core events
[ 17682.441] (**) evdev: www.irfmedia.com  W-01RN USB_V3.1: Device: "/dev/input/event18"
[ 17682.441] (--) evdev: www.irfmedia.com  W-01RN USB_V3.1: Vendor 0x755 Product 0x2626
[ 17682.441] (--) evdev: www.irfmedia.com  W-01RN USB_V3.1: Found 9 mouse buttons
[ 17682.441] (--) evdev: www.irfmedia.com  W-01RN USB_V3.1: Found scroll wheel(s)
[ 17682.441] (--) evdev: www.irfmedia.com  W-01RN USB_V3.1: Found relative axes
[ 17682.441] (--) evdev: www.irfmedia.com  W-01RN USB_V3.1: Found x and y relative axes
[ 17682.441] (--) evdev: www.irfmedia.com  W-01RN USB_V3.1: Found absolute axes
[ 17682.441] (II) evdev: www.irfmedia.com  W-01RN USB_V3.1: Forcing absolute x/y axes to exist.
[ 17682.441] (--) evdev: www.irfmedia.com  W-01RN USB_V3.1: Found keys
[ 17682.441] (II) evdev: www.irfmedia.com  W-01RN USB_V3.1: Configuring as mouse
[ 17682.441] (II) evdev: www.irfmedia.com  W-01RN USB_V3.1: Configuring as keyboard
[ 17682.441] (II) evdev: www.irfmedia.com  W-01RN USB_V3.1: Adding scrollwheel support
[ 17682.441] (**) evdev: www.irfmedia.com  W-01RN USB_V3.1: YAxisMapping: buttons 4 and 5
[ 17682.441] (**) evdev: www.irfmedia.com  W-01RN USB_V3.1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 17682.441] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:0755:2626.0002/input/input21/event18"
[ 17682.441] (II) XINPUT: Adding extended input device "www.irfmedia.com  W-01RN USB_V3.1" (type: KEYBOARD, id 10)
[ 17682.441] (**) Option "xkb_rules" "evdev"
[ 17682.441] (II) evdev: www.irfmedia.com  W-01RN USB_V3.1: initialized for relative axes.
[ 17682.441] (WW) evdev: www.irfmedia.com  W-01RN USB_V3.1: ignoring absolute axes.
[ 17682.441] (**) www.irfmedia.com  W-01RN USB_V3.1: (accel) keeping acceleration scheme 1
[ 17682.441] (**) www.irfmedia.com  W-01RN USB_V3.1: (accel) acceleration profile 0
[ 17682.441] (**) www.irfmedia.com  W-01RN USB_V3.1: (accel) acceleration factor: 2.000
[ 17682.441] (**) www.irfmedia.com  W-01RN USB_V3.1: (accel) acceleration threshold: 4
[ 17682.441] (II) config/udev: Adding input device www.irfmedia.com  W-01RN USB_V3.1 (/dev/input/mouse1)
[ 17682.441] (II) No input driver specified, ignoring this device.
[ 17682.441] (II) This device may have been added with another device file.
[ 17682.441] (II) config/udev: Adding input device Genius Multimedia Keyboard (/dev/input/event5)
[ 17682.441] (**) Genius Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
[ 17682.441] (II) Using input driver 'evdev' for 'Genius Multimedia Keyboard'
[ 17682.441] (**) Genius Multimedia Keyboard: always reports core events
[ 17682.441] (**) evdev: Genius Multimedia Keyboard: Device: "/dev/input/event5"
[ 17682.441] (--) evdev: Genius Multimedia Keyboard: Vendor 0x458 Product 0x708
[ 17682.441] (--) evdev: Genius Multimedia Keyboard: Found keys
[ 17682.441] (II) evdev: Genius Multimedia Keyboard: Configuring as keyboard
[ 17682.441] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:0458:0708.0003/input/input8/event5"
[ 17682.441] (II) XINPUT: Adding extended input device "Genius Multimedia Keyboard" (type: KEYBOARD, id 11)
[ 17682.441] (**) Option "xkb_rules" "evdev"
[ 17682.442] (II) config/udev: Adding input device Genius Multimedia Keyboard (/dev/input/event6)
[ 17682.442] (**) Genius Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
[ 17682.442] (II) Using input driver 'evdev' for 'Genius Multimedia Keyboard'
[ 17682.442] (**) Genius Multimedia Keyboard: always reports core events
[ 17682.442] (**) evdev: Genius Multimedia Keyboard: Device: "/dev/input/event6"
[ 17682.442] (--) evdev: Genius Multimedia Keyboard: Vendor 0x458 Product 0x708
[ 17682.442] (--) evdev: Genius Multimedia Keyboard: Found keys
[ 17682.442] (II) evdev: Genius Multimedia Keyboard: Configuring as keyboard
[ 17682.442] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.1/0003:0458:0708.0004/input/input9/event6"
[ 17682.442] (II) XINPUT: Adding extended input device "Genius Multimedia Keyboard" (type: KEYBOARD, id 12)
[ 17682.442] (**) Option "xkb_rules" "evdev"
[ 17682.442] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event17)
[ 17682.442] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev pointer catchall"
[ 17682.442] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[ 17682.442] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[ 17682.442] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[ 17682.442] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event17"
[ 17682.442] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[ 17682.442] (--) evdev: ROCCAT ROCCAT Kova[+]: Found 9 mouse buttons
[ 17682.442] (--) evdev: ROCCAT ROCCAT Kova[+]: Found scroll wheel(s)
[ 17682.442] (--) evdev: ROCCAT ROCCAT Kova[+]: Found relative axes
[ 17682.442] (--) evdev: ROCCAT ROCCAT Kova[+]: Found x and y relative axes
[ 17682.442] (--) evdev: ROCCAT ROCCAT Kova[+]: Found absolute axes
[ 17682.442] (II) evdev: ROCCAT ROCCAT Kova[+]: Forcing absolute x/y axes to exist.
[ 17682.442] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[ 17682.442] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as mouse
[ 17682.442] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[ 17682.442] (II) evdev: ROCCAT ROCCAT Kova[+]: Adding scrollwheel support
[ 17682.442] (**) evdev: ROCCAT ROCCAT Kova[+]: YAxisMapping: buttons 4 and 5
[ 17682.442] (**) evdev: ROCCAT ROCCAT Kova[+]: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 17682.442] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:1E7D:2D50.0005/input/input20/event17"
[ 17682.442] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 13)
[ 17682.442] (**) Option "xkb_rules" "evdev"
[ 17682.442] (II) evdev: ROCCAT ROCCAT Kova[+]: initialized for relative axes.
[ 17682.442] (WW) evdev: ROCCAT ROCCAT Kova[+]: ignoring absolute axes.
[ 17682.442] (**) ROCCAT ROCCAT Kova[+]: (accel) keeping acceleration scheme 1
[ 17682.442] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration profile 0
[ 17682.442] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration factor: 2.000
[ 17682.442] (**) ROCCAT ROCCAT Kova[+]: (accel) acceleration threshold: 4
[ 17682.442] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/mouse0)
[ 17682.442] (II) No input driver specified, ignoring this device.
[ 17682.442] (II) This device may have been added with another device file.
[ 17682.442] (II) config/udev: Adding input device ROCCAT ROCCAT Kova[+] (/dev/input/event19)
[ 17682.442] (**) ROCCAT ROCCAT Kova[+]: Applying InputClass "evdev keyboard catchall"
[ 17682.442] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kova[+]'
[ 17682.442] (**) ROCCAT ROCCAT Kova[+]: always reports core events
[ 17682.442] (**) evdev: ROCCAT ROCCAT Kova[+]: Device: "/dev/input/event19"
[ 17682.442] (--) evdev: ROCCAT ROCCAT Kova[+]: Vendor 0x1e7d Product 0x2d50
[ 17682.442] (--) evdev: ROCCAT ROCCAT Kova[+]: Found keys
[ 17682.442] (II) evdev: ROCCAT ROCCAT Kova[+]: Configuring as keyboard
[ 17682.442] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:1E7D:2D50.0006/input/input22/event19"
[ 17682.442] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kova[+]" (type: KEYBOARD, id 14)
[ 17682.442] (**) Option "xkb_rules" "evdev"
[ 17682.442] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[ 17682.442] (II) No input driver specified, ignoring this device.
[ 17682.442] (II) This device may have been added with another device file.
[ 17682.442] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[ 17682.442] (II) No input driver specified, ignoring this device.
[ 17682.442] (II) This device may have been added with another device file.
[ 17682.442] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
[ 17682.442] (II) No input driver specified, ignoring this device.
[ 17682.442] (II) This device may have been added with another device file.
[ 17682.442] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
[ 17682.442] (II) No input driver specified, ignoring this device.
[ 17682.442] (II) This device may have been added with another device file.
[ 17682.443] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event11)
[ 17682.443] (II) No input driver specified, ignoring this device.
[ 17682.443] (II) This device may have been added with another device file.
[ 17682.443] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event12)
[ 17682.443] (II) No input driver specified, ignoring this device.
[ 17682.443] (II) This device may have been added with another device file.
[ 17682.443] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[ 17682.443] (II) No input driver specified, ignoring this device.
[ 17682.443] (II) This device may have been added with another device file.
[ 17682.984] (II) AMDGPU(0): EDID vendor "SAM", prod id 1531
[ 17682.984] (II) AMDGPU(0): Using EDID range info for horizontal sync
[ 17682.984] (II) AMDGPU(0): Using EDID range info for vertical refresh
[ 17682.984] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 17682.984] (II) AMDGPU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 17682.984] (II) AMDGPU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 17682.984] (II) AMDGPU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 17682.984] (II) AMDGPU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 17682.984] (II) AMDGPU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 17682.984] (II) AMDGPU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 17682.984] (II) AMDGPU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 17682.984] (II) AMDGPU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 17682.984] (II) AMDGPU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 17682.984] (II) AMDGPU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 17682.984] (II) AMDGPU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)

_________________
el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Back to top
View user's profile Send private message
pelelademadera
Veteran
Veteran


Joined: 14 Jul 2008
Posts: 1255
Location: La Plata, Argentina

PostPosted: Wed Mar 22, 2017 7:03 pm    Post subject: Reply with quote

its a multigpu problem

With only one gpu works great everything....

amd and his drivers.... allways the same
_________________
el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Back to top
View user's profile Send private message
paraw
Apprentice
Apprentice


Joined: 07 Jan 2005
Posts: 158
Location: Coventry (UK)

PostPosted: Wed Mar 22, 2017 7:26 pm    Post subject: Reply with quote

It's actually a problem of Vulkan, not of the driver. That's what I was referring to before, when I mentioned about the swap chain creating problems. I knew it used to create problems on multigpu systems, but I thought they fixed that... Well, I was clearly wrong. Sorry we couldn't fix it. :(
Back to top
View user's profile Send private message
pelelademadera
Veteran
Veteran


Joined: 14 Jul 2008
Posts: 1255
Location: La Plata, Argentina

PostPosted: Wed Mar 22, 2017 7:52 pm    Post subject: Reply with quote

paraw wrote:
It's actually a problem of Vulkan, not of the driver. That's what I was referring to before, when I mentioned about the swap chain creating problems. I knew it used to create problems on multigpu systems, but I thought they fixed that... Well, I was clearly wrong. Sorry we couldn't fix it. :(


You fix it!
Thanks so much!
_________________
el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Back to top
View user's profile Send private message
paraw
Apprentice
Apprentice


Joined: 07 Jan 2005
Posts: 158
Location: Coventry (UK)

PostPosted: Sat Mar 25, 2017 2:30 pm    Post subject: Reply with quote

Tested with newly stable kernel 4.9.16. It works perfectly here. Updated the long "install guide" message on page 1.
Back to top
View user's profile Send private message
pelelademadera
Veteran
Veteran


Joined: 14 Jul 2008
Posts: 1255
Location: La Plata, Argentina

PostPosted: Sun Mar 26, 2017 6:20 pm    Post subject: Reply with quote

paraw wrote:
Tested with newly stable kernel 4.9.16. It works perfectly here. Updated the long "install guide" message on page 1.


I share my overlay. git wins to me....

https://mega.nz/#!zlp1TK6Y
_________________
el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Back to top
View user's profile Send private message
paraw
Apprentice
Apprentice


Joined: 07 Jan 2005
Posts: 158
Location: Coventry (UK)

PostPosted: Mon Apr 03, 2017 2:09 pm    Post subject: Reply with quote

Updated the "install guide" on page 1 to use linux-firmware rather than amdgpu-ucode.
Back to top
View user's profile Send private message
Accipiter
Tux's lil' helper
Tux's lil' helper


Joined: 24 Feb 2003
Posts: 87
Location: Buffalo, NY

PostPosted: Sat Apr 21, 2018 6:52 pm    Post subject: Reply with quote

Does one need a newer kernel than 4.9 to properly support a card like the RX Vega 64? I need to use a 4.16 kernel for graphics acceleration with this card, but the kernel module doesn't build with DKMS against 4.16.3. I'd like to get OpenCL working.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Sat Apr 21, 2018 8:18 pm    Post subject: Reply with quote

Don't use anything less than latest kernel with Vega (and any latest-generation GPU in general).
Back to top
View user's profile Send private message
Accipiter
Tux's lil' helper
Tux's lil' helper


Joined: 24 Feb 2003
Posts: 87
Location: Buffalo, NY

PostPosted: Sun Apr 22, 2018 1:39 am    Post subject: Reply with quote

Right -- that makes sense.

The trouble is that while I can install and use the amdgpu-pro package without much trouble, the DKMS build goes sideways rather quickly with a bunch of type errors. Here's the make.log output.

It's unclear what problems the absence of the DKMS module causes, but I don't have a working implementation of OpenCL with 'amdgpu-pro' selected as my interface, and clinfo just core dumps:

Code:
# > clinfo
terminate called after throwing an instance of 'cl::Error'
  what():  clGetPlatformIDs
[1]    30880 abort (core dumped)  clinfo


Graphics acceleration seems to work, but with very noticeable flickering, which seems like this kernel bug.

Should I be using amdgpu-pro or the OSS drivers? I have not been successful yet in getting direct rendering to work with the open source stack.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum