You are not logged in.

#1 2018-03-22 07:42:20

lunaticstraydog
Member
Registered: 2018-03-22
Posts: 7

Dual Graphic card setup, Xorg refusing to use both [SOLVED]

Not sure if it belongs to here-feel free to (re)move it
Been trying to setup Xorg to properly work with both my graphics cards-have followed https://wiki.archlinux.org/index.php/Xo … phics_card
I have tried everything I could think of-I can set it up to use one graphic card without any problem, to use the other one too, but it hasn't been working with both at the same time.
So, I have one AMD Radeon card, used for one monitor [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] and one nvidia card for the other (NVIDIA Corporation G98 [GeForce 8400 GS Rev. 2]).
I can get the radeon-connected screen to work with the followind xorg.conf:


Section "OutputClass"
       Identifier "AMDgpu"
       MatchDriver "amdgpu"
       Driver "amdgpu"
EndSection
(Basically the AMD section of the base Xorg directory)
Next I've tried to do as specified in the wiki:
Section "Device"
        Identifier      "Screen1"
        Driver          "nouveau"
        BusID           "PCI:5:0:0"
EndSection
Section "Device"
        Identifier      "AMD"
        Driver          "amdgpu"
        BusID           "PCI:4:0:0"
EndSection

And while the nvidia/nouveau powered card would work fine,the amd one would just stay on the ttty (I've checked the PCI references a few times, they're right)
So here is the log of that run (well, the interesting part)

 [   890.306] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[   890.306] (II) [drm] nouveau interface version: 1.3.1
[   890.306] (II) [KMS] Kernel modesetting enabled.
[   890.306] (EE) AMDGPU(G0): amdgpu_device_initialize failed
[   890.306] (II) [KMS] Kernel modesetting enabled.
[   890.307] (EE) AMDGPU(1): [drm] failed to set drm interface version.
[   890.307] (II) [KMS] Kernel modesetting enabled.
[   890.307] (EE) AMDGPU(G1): amdgpu_device_initialize failed
[   890.307] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   890.307] (EE) Screen 1 deleted because of no matching config section.
[   890.307] (II) UnloadModule: "amdgpu"
[   890.307] (II) Loading sub module "dri2"

(I'm not putting up the nvidia part since it worked)
I've also tried using the ATI/radeon module instead of amdgpu and while the Xorg run doesnt complain, nothing displays on the screen.
I've tried a few more things (setting up the AMD card according to the upper configuration without nvidia, wich fails the same way, and exchanging the cards places in the computer, wich doesn't change more than the PCI references)
I got to say I'm a little bit lost, and going back to a single card setup for now.
Looking forward to some help,
lunaticstraydog.

Last edited by lunaticstraydog (2018-03-23 14:53:31)

Offline

#2 2018-03-22 10:48:43

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,928

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

please post lspci -k and brand + model of motherboard

Last edited by Lone_Wolf (2018-03-22 10:48:56)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2018-03-22 17:40:48

lunaticstraydog
Member
Registered: 2018-03-22
Posts: 7

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

Motherboard brand: Asus
Model: asus P6T WS PRO
output of lspci -k

00:00.0 Host bridge: Intel Corporation 5520/5500/X58 I/O Hub to ESI Port (rev 13)
	Subsystem: ASUSTeK Computer Inc. 5520/5500/X58 I/O Hub to ESI Port
00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 13)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 13)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 13)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:14.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers (rev 13)
	Kernel driver in use: i7core_edac
	Kernel modules: i7core_edac
00:14.1 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 13)
00:14.2 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 13)
00:14.3 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Throttle Registers (rev 13)
	Kernel modules: i5500_temp
00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
	Subsystem: ASUSTeK Computer Inc. 82801JI (ICH10 Family) HD Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 3
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel driver in use: ahci
	Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard
	Kernel modules: i2c_i801
01:00.0 PCI bridge: NEC Corporation uPD720400 PCI Express - PCI/PCI-X Bridge (rev 06)
	Kernel modules: shpchp
01:00.1 PCI bridge: NEC Corporation uPD720400 PCI Express - PCI/PCI-X Bridge (rev 06)
	Kernel modules: shpchp
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
	Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 6450
	Kernel driver in use: radeon
	Kernel modules: radeon
04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM]
	Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 6450 1GB DDR3
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
05:00.0 VGA compatible controller: NVIDIA Corporation G98 [GeForce 8400 GS Rev. 2] (rev a1)
	Subsystem: ASUSTeK Computer Inc. G98 [GeForce 8400 GS Rev. 2]
	Kernel driver in use: nouveau
	Kernel modules: nouveau
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
	Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
	Kernel driver in use: r8169
	Kernel modules: r8169
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
	Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
	Kernel driver in use: r8169
	Kernel modules: r8169
09:04.0 FireWire (IEEE 1394): LSI Corporation FW322/323 [TrueFire] 1394a Controller (rev 70)
	Subsystem: ASUSTeK Computer Inc. FW322/323 [TrueFire] 1394a Controller
	Kernel driver in use: firewire_ohci
	Kernel modules: firewire_ohci
ff:00.0 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers
ff:00.1 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder
ff:02.0 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 0 (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series QPI Link 0
ff:02.1 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 0 (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series QPI Physical 0
ff:02.2 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 0 (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Mirror Port Link 0
ff:02.3 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 1 (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Mirror Port Link 1
ff:03.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers
ff:03.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder
ff:03.4 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers
ff:04.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control
ff:04.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address
ff:04.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank
ff:04.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control
ff:05.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control
ff:05.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address
ff:05.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank
ff:05.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control
ff:06.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control
ff:06.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address
ff:06.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank
ff:06.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control (rev 02)
	Subsystem: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control

Sorry for the late reply, just came back to home.

Offline

#4 2018-03-22 22:34:34

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

Please post (in code tags) your complete xorg.conf and complete xorg log.

Offline

#5 2018-03-23 07:42:50

lunaticstraydog
Member
Registered: 2018-03-22
Posts: 7

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

Xorg.conf:

Section "Device"
        Identifier      "Screen1"
        Driver          "nouveau"
        BusID           "PCI:5:0:0"
EndSection
Section "Device"
        Identifier      "AMD"
        Driver          "amdgpu"
        BusID           "PCI:4:0:0"
EndSection

result of cat .local/share/xorg/Xorg.0.log

[   256.596] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[   256.599] X Protocol Version 11, Revision 0
[   256.601] Build Operating System: Linux 4.14.12-1-ARCH x86_64 
[   256.602] Current Operating System: Linux lunaticstraydog 4.15.10-1-ck #1 SMP PREEMPT Fri Mar 16 16:23:34 CET 2018 x86_64
[   256.602] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=ee7f54f7-0150-4d3a-8c87-4ef515375e54 rw cryptdevice=/dev/mapper/lsd1-cryptroot:root root=/dev/mapper/root quiet acpi_backlight=vendor i915.i915_enable_rc6=0
[   256.606] Build Date: 26 January 2018  10:25:18AM
[   256.607]  
[   256.609] Current version of pixman: 0.34.0
[   256.612]         Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   256.612] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   256.618] (==) Log file: "/home/lunaticstraydog/.local/share/xorg/Xorg.0.log", Time: Fri Mar 23 08:38:52 2018
[   256.619] (==) Using config file: "/etc/X11/xorg.conf"
[   256.621] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   256.622] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   256.623] (==) No Layout section.  Using the first Screen section.
[   256.623] (==) No screen section available. Using defaults.
[   256.623] (**) |-->Screen "Default Screen Section" (0)
[   256.623] (**) |   |-->Monitor "<default monitor>"
[   256.623] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[   256.623] (**) |   |-->Device "Screen1"
[   256.623] (**) |   |-->GPUDevice "AMD"
[   256.623] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   256.623] (==) Automatically adding devices
[   256.623] (==) Automatically enabling devices
[   256.623] (==) Automatically adding GPU devices
[   256.623] (==) Automatically binding GPU devices
[   256.623] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   256.623] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   256.623]         Entry deleted from font path.
[   256.623] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   256.623]         Entry deleted from font path.
[   256.623]         (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   256.623] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   256.623]         Entry deleted from font path.
[   256.623]         (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   256.623] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/
[   256.623] (==) ModulePath set to "/usr/lib/xorg/modules"
[   256.623] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   256.623] (II) Loader magic: 0x55ae7d4dfd60
[   256.623] (II) Module ABI versions:
[   256.623]         X.Org ANSI C Emulation: 0.4
[   256.623]         X.Org Video Driver: 23.0
[   256.623]         X.Org XInput driver : 24.1
[   256.623]         X.Org Server Extension : 10.0
[   256.624] (++) using VT number 1

[   256.626] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   256.626] (II) xfree86: Adding drm device (/dev/dri/card0)
[   256.627] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   256.627] (II) xfree86: Adding drm device (/dev/dri/card1)
[   256.627] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[   256.632] (--) PCI:*(0:4:0:0) 1002:6779:174b:e180 rev 0, Mem @ 0xc0000000/268435456, 0xf7fc0000/131072, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
[   256.632] (--) PCI: (0:5:0:0) 10de:06e4:1043:8322 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
[   256.632] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   256.632] (II) LoadModule: "glx"
[   256.632] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   256.633] (II) Module glx: vendor="X.Org Foundation"
[   256.633]         compiled for 1.19.6, module version = 1.0.0
[   256.633]         ABI class: X.Org Server Extension, version 10.0
[   256.633] (II) LoadModule: "nouveau"
[   256.633] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   256.633] (II) Module nouveau: vendor="X.Org Foundation"
[   256.633]         compiled for 1.19.3, module version = 1.0.15
[   256.633]         Module class: X.Org Video Driver
[   256.633]         ABI class: X.Org Video Driver, version 23.0
[   256.633] (II) LoadModule: "amdgpu"
[   256.634] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   256.638] (II) Module amdgpu: vendor="X.Org Foundation"
[   256.638]         compiled for 1.19.6, module version = 18.0.1
[   256.638]         Module class: X.Org Video Driver
[   256.638]         ABI class: X.Org Video Driver, version 23.0
[   256.638] (II) NOUVEAU driver 
[   256.638] (II) NOUVEAU driver for NVIDIA chipset families :
[   256.638]         RIVA TNT        (NV04)
[   256.638]         RIVA TNT2       (NV05)
[   256.638]         GeForce 256     (NV10)
[   256.638]         GeForce 2       (NV11, NV15)
[   256.638]         GeForce 4MX     (NV17, NV18)
[   256.638]         GeForce 3       (NV20)
[   256.638]         GeForce 4Ti     (NV25, NV28)
[   256.638]         GeForce FX      (NV3x)
[   256.638]         GeForce 6       (NV4x)
[   256.638]         GeForce 7       (G7x)
[   256.638]         GeForce 8       (G8x)
[   256.638]         GeForce GTX 200 (NVA0)
[   256.638]         GeForce GTX 400 (NVC0)
[   256.638] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[   256.638] (II) [drm] nouveau interface version: 1.3.1
[   256.638] (II) [KMS] Kernel modesetting enabled.
[   256.639] (EE) AMDGPU(G0): amdgpu_device_initialize failed
[   256.639] (II) [KMS] Kernel modesetting enabled.
[   256.639] (EE) AMDGPU(1): [drm] failed to set drm interface version.
[   256.639] (II) [KMS] Kernel modesetting enabled.
[   256.639] (EE) AMDGPU(G1): amdgpu_device_initialize failed
[   256.639] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   256.639] (EE) Screen 1 deleted because of no matching config section.
[   256.639] (II) UnloadModule: "amdgpu"
[   256.639] (II) Loading sub module "dri2"
[   256.639] (II) LoadModule: "dri2"
[   256.639] (II) Module "dri2" already built-in
[   256.639] (--) NOUVEAU(0): Chipset: "NVIDIA NV98"
[   256.639] (II) NOUVEAU(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   256.639] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[   256.639] (==) NOUVEAU(0): RGB weight 888
[   256.639] (==) NOUVEAU(0): Default visual is TrueColor
[   256.639] (==) NOUVEAU(0): Using HW cursor
[   256.639] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[   256.639] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[   256.639] (==) NOUVEAU(0): Page flipping enabled
[   256.639] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[   256.639] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[   256.639] (II) NOUVEAU(0): Initializing outputs ...
[   256.651] (II) NOUVEAU(0): Output DVI-I-2 has no monitor section
[   256.681] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[   256.681] (II) NOUVEAU(0): 2 crtcs needed for screen.
[   256.681] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[   256.681] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[   256.693] (II) NOUVEAU(0): EDID for output DVI-I-2
[   256.723] (II) NOUVEAU(0): EDID for output VGA-1
[   256.723] (II) NOUVEAU(0): Manufacturer: FUS  Model: 78e  Serial#: 16843009
[   256.723] (II) NOUVEAU(0): Year: 2008  Week: 15
[   256.723] (II) NOUVEAU(0): EDID Version: 1.3
[   256.723] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[   256.723] (II) NOUVEAU(0): Sync:  Separate
[   256.723] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[   256.723] (II) NOUVEAU(0): Gamma: 2.20
[   256.723] (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
[   256.723] (II) NOUVEAU(0): First detailed timing is preferred mode
[   256.723] (II) NOUVEAU(0): redX: 0.640 redY: 0.340   greenX: 0.295 greenY: 0.610
[   256.723] (II) NOUVEAU(0): blueX: 0.145 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[   256.723] (II) NOUVEAU(0): Supported established timings:
[   256.723] (II) NOUVEAU(0): 720x400@70Hz
[   256.723] (II) NOUVEAU(0): 640x480@60Hz
[   256.723] (II) NOUVEAU(0): 640x480@75Hz
[   256.723] (II) NOUVEAU(0): 800x600@60Hz
[   256.723] (II) NOUVEAU(0): 800x600@75Hz
[   256.723] (II) NOUVEAU(0): 1024x768@60Hz
[   256.723] (II) NOUVEAU(0): 1024x768@75Hz
[   256.723] (II) NOUVEAU(0): 1280x1024@75Hz
[   256.723] (II) NOUVEAU(0): Manufacturer's mask: 0
[   256.723] (II) NOUVEAU(0): Supported standard timings:
[   256.723] (II) NOUVEAU(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   256.723] (II) NOUVEAU(0): #1: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   256.723] (II) NOUVEAU(0): #2: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[   256.723] (II) NOUVEAU(0): #3: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[   256.723] (II) NOUVEAU(0): #4: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   256.723] (II) NOUVEAU(0): Supported detailed timing:
[   256.723] (II) NOUVEAU(0): clock: 106.5 MHz   Image Size:  410 x 256 mm
[   256.723] (II) NOUVEAU(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[   256.723] (II) NOUVEAU(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[   256.723] (II) NOUVEAU(0): Serial No: YE7C002928
[   256.723] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 83 kHz, PixClock max 145 MHz
[   256.723] (II) NOUVEAU(0): Monitor name: E19W-1
[   256.723] (II) NOUVEAU(0): EDID (in hex):
[   256.723] (II) NOUVEAU(0):         00ffffffffffff001ab38e0701010101
[   256.723] (II) NOUVEAU(0):         0f12010368291a782ac905a3574b9c25
[   256.723] (II) NOUVEAU(0):         125054a54b0081809500950f90408100
[   256.723] (II) NOUVEAU(0):         0101010101019a29a0d0518422305098
[   256.723] (II) NOUVEAU(0):         36009a001100001c000000ff00594537
[   256.723] (II) NOUVEAU(0):         433030323932380a2020000000fd0038
[   256.723] (II) NOUVEAU(0):         4b1f530e000a202020202020000000fc
[   256.723] (II) NOUVEAU(0):         00453139572d310a202020202020005a
[   256.723] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[   256.723] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[   256.723] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   256.723] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   256.723] (II) NOUVEAU(0): Output DVI-I-2 disconnected
[   256.723] (II) NOUVEAU(0): Output VGA-1 connected
[   256.723] (II) NOUVEAU(0): Using exact sizes for initial modes
[   256.723] (II) NOUVEAU(0): Output VGA-1 using initial mode 1440x900 +0+0
[   256.723] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[   256.723] (--) NOUVEAU(0): Virtual size is 1440x900 (pitch 0)
[   256.723] (**) NOUVEAU(0):  Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[   256.723] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[   256.723] (**) NOUVEAU(0):  Driver mode "1400x1050": 121.8 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[   256.723] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[   256.723] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[   256.723] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   256.723] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[   256.723] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   256.723] (**) NOUVEAU(0):  Driver mode "1440x900": 136.8 MHz (scaled from 0.0 MHz), 70.6 kHz, 75.0 Hz
[   256.723] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[   256.723] (**) NOUVEAU(0):  Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz
[   256.723] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[   256.723] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[   256.723] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   256.723] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[   256.723] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   256.723] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[   256.723] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   256.723] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[   256.723] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   256.723] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[   256.723] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   256.723] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[   256.723] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   256.724] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[   256.724] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   256.724] (==) NOUVEAU(0): DPI set to (96, 96)
[   256.724] (II) Loading sub module "fb"
[   256.724] (II) LoadModule: "fb"
[   256.724] (II) Loading /usr/lib/xorg/modules/libfb.so
[   256.724] (II) Module fb: vendor="X.Org Foundation"
[   256.724]         compiled for 1.19.6, module version = 1.0.0
[   256.724]         ABI class: X.Org ANSI C Emulation, version 0.4
[   256.724] (II) Loading sub module "shadowfb"
[   256.724] (II) LoadModule: "shadowfb"
[   256.724] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   256.724] (II) Module shadowfb: vendor="X.Org Foundation"
[   256.724]         compiled for 1.19.6, module version = 1.0.0
[   256.724]         ABI class: X.Org ANSI C Emulation, version 0.4
[   256.724] (II) UnloadModule: "amdgpu"
[   256.724] (II) UnloadModule: "amdgpu"
[   256.724] (--) Depth 24 pixmap format is 32 bpp
[   256.725] (II) NOUVEAU(0): Channel setup complete.
[   256.725] (II) NOUVEAU(0): Hardware support for Present enabled
[   256.725] (II) NOUVEAU(0): [DRI2] Setup complete
[   256.725] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[   256.725] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[   256.725] (II) Loading sub module "exa"
[   256.725] (II) LoadModule: "exa"
[   256.725] (II) Loading /usr/lib/xorg/modules/libexa.so
[   256.725] (II) Module exa: vendor="X.Org Foundation"
[   256.726]         compiled for 1.19.6, module version = 2.6.0
[   256.726]         ABI class: X.Org Video Driver, version 23.0
[   256.726] (II) EXA(0): Driver allocated offscreen pixmaps
[   256.726] (II) EXA(0): Driver registered support for the following operations:
[   256.726] (II)         Solid
[   256.726] (II)         Copy
[   256.726] (II)         Composite (RENDER acceleration)
[   256.726] (II)         UploadToScreen
[   256.726] (II)         DownloadFromScreen
[   256.726] (==) NOUVEAU(0): Backing store enabled
[   256.726] (==) NOUVEAU(0): Silken mouse enabled
[   256.726] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[   256.726] (II) NOUVEAU(0): [XvMC] Extension initialized.
[   256.726] (==) NOUVEAU(0): DPMS enabled
[   256.726] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   256.727] (--) RandR disabled
[   256.805] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   256.805] (II) AIGLX: enabled GLX_ARB_create_context
[   256.805] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   256.805] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[   256.805] (II) AIGLX: enabled GLX_INTEL_swap_event
[   256.805] (II) AIGLX: enabled GLX_SGI_swap_control
[   256.805] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   256.805] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   256.805] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[   256.805] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   256.806] (II) AIGLX: Loaded and initialized nouveau
[   256.806] (II) GLX: Initialized DRI2 GL provider for screen 0
[   256.808] (II) NOUVEAU(0): NVEnterVT is called.
[   256.827] (II) NOUVEAU(0): Setting screen physical size to 381 x 238
[   256.827] resize called 1440 900
[   256.859] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   256.859] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   256.859] (**) Power Button: Applying InputClass "system-keyboard"
[   256.859] (II) LoadModule: "libinput"
[   256.859] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   256.860] (II) Module libinput: vendor="X.Org Foundation"
[   256.860]         compiled for 1.19.6, module version = 0.27.0
[   256.860]         Module class: X.Org XInput Driver
[   256.860]         ABI class: X.Org XInput driver, version 24.1
[   256.860] (II) Using input driver 'libinput' for 'Power Button'
[   256.861] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 22 paused 0
[   256.861] (**) Power Button: always reports core events
[   256.861] (**) Option "Device" "/dev/input/event1"
[   256.861] (**) Option "_source" "server/udev"
[   256.861] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   256.861] (II) event1  - Power Button: device is a keyboard
[   256.862] (II) event1  - Power Button: device removed
[   256.862] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   256.862] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   256.862] (**) Option "xkb_model" "pc104"
[   256.862] (**) Option "xkb_layout" "fr,fr"
[   256.862] (**) Option "xkb_options" "grp:alt_shift_toggle"
[   256.880] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   256.880] (II) event1  - Power Button: device is a keyboard
[   256.880] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   256.880] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   256.880] (**) Power Button: Applying InputClass "system-keyboard"
[   256.880] (II) Using input driver 'libinput' for 'Power Button'
[   256.881] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 25 paused 0
[   256.881] (**) Power Button: always reports core events
[   256.881] (**) Option "Device" "/dev/input/event0"
[   256.881] (**) Option "_source" "server/udev"
[   256.881] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   256.881] (II) event0  - Power Button: device is a keyboard
[   256.881] (II) event0  - Power Button: device removed
[   256.881] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   256.881] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   256.881] (**) Option "xkb_model" "pc104"
[   256.881] (**) Option "xkb_layout" "fr,fr"
[   256.881] (**) Option "xkb_options" "grp:alt_shift_toggle"
[   256.882] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   256.882] (II) event0  - Power Button: device is a keyboard
[   256.882] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event6)
[   256.882] (II) No input driver specified, ignoring this device.
[   256.882] (II) This device may have been added with another device file.
[   256.883] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event10)
[   256.883] (II) No input driver specified, ignoring this device.
[   256.883] (II) This device may have been added with another device file.
[   256.883] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event11)
[   256.883] (II) No input driver specified, ignoring this device.
[   256.883] (II) This device may have been added with another device file.
[   256.883] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event12)
[   256.883] (II) No input driver specified, ignoring this device.
[   256.883] (II) This device may have been added with another device file.
[   256.884] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event13)
[   256.884] (II) No input driver specified, ignoring this device.
[   256.884] (II) This device may have been added with another device file.
[   256.884] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event14)
[   256.884] (II) No input driver specified, ignoring this device.
[   256.884] (II) This device may have been added with another device file.
[   256.884] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event15)
[   256.884] (II) No input driver specified, ignoring this device.
[   256.884] (II) This device may have been added with another device file.
[   256.884] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[   256.884] (II) No input driver specified, ignoring this device.
[   256.884] (II) This device may have been added with another device file.
[   256.885] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event8)
[   256.885] (II) No input driver specified, ignoring this device.
[   256.885] (II) This device may have been added with another device file.
[   256.885] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event9)
[   256.885] (II) No input driver specified, ignoring this device.
[   256.885] (II) This device may have been added with another device file.
[   256.885] (II) config/udev: Adding input device Gaming KB  Gaming KB  (/dev/input/event2)
[   256.885] (**) Gaming KB  Gaming KB : Applying InputClass "libinput keyboard catchall"
[   256.886] (**) Gaming KB  Gaming KB : Applying InputClass "system-keyboard"
[   256.886] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB '
[   256.886] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[   256.886] (**) Gaming KB  Gaming KB : always reports core events
[   256.886] (**) Option "Device" "/dev/input/event2"
[   256.886] (**) Option "_source" "server/udev"
[   256.886] (II) event2  - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[   256.887] (II) event2  - Gaming KB  Gaming KB : device is a keyboard
[   256.887] (II) event2  - Gaming KB  Gaming KB : device removed
[   256.887] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/0003:258A:1006.0001/input/input2/event2"
[   256.887] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB " (type: KEYBOARD, id 8)
[   256.887] (**) Option "xkb_model" "pc104"
[   256.887] (**) Option "xkb_layout" "fr,fr"
[   256.887] (**) Option "xkb_options" "grp:alt_shift_toggle"
[   256.887] (II) event2  - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[   256.887] (II) event2  - Gaming KB  Gaming KB : device is a keyboard
[   256.888] (II) config/udev: Adding input device Gaming KB  Gaming KB  (/dev/input/event3)
[   256.888] (**) Gaming KB  Gaming KB : Applying InputClass "libinput keyboard catchall"
[   256.888] (**) Gaming KB  Gaming KB : Applying InputClass "system-keyboard"
[   256.888] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB '
[   256.888] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[   256.888] (**) Gaming KB  Gaming KB : always reports core events
[   256.888] (**) Option "Device" "/dev/input/event3"
[   256.888] (**) Option "_source" "server/udev"
[   256.889] (II) event3  - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[   256.889] (II) event3  - Gaming KB  Gaming KB : device is a keyboard
[   256.889] (II) event3  - Gaming KB  Gaming KB : device removed
[   256.889] (II) libinput: Gaming KB  Gaming KB : needs a virtual subdevice
[   256.889] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/0003:258A:1006.0002/input/input3/event3"
[   256.889] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB " (type: MOUSE, id 9)
[   256.889] (**) Option "AccelerationScheme" "none"
[   256.889] (**) Gaming KB  Gaming KB : (accel) selected scheme none/0
[   256.889] (**) Gaming KB  Gaming KB : (accel) acceleration factor: 2.000
[   256.889] (**) Gaming KB  Gaming KB : (accel) acceleration threshold: 4
[   256.889] (II) event3  - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[   256.889] (II) event3  - Gaming KB  Gaming KB : device is a keyboard
[   256.890] (II) config/udev: Adding input device SIGMACHIP Usb Mouse (/dev/input/event4)
[   256.890] (**) SIGMACHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[   256.890] (**) SIGMACHIP Usb Mouse: Applying InputClass "My Mouse"
[   256.890] (II) Using input driver 'libinput' for 'SIGMACHIP Usb Mouse'
[   256.960] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 28 paused 0
[   256.960] (**) SIGMACHIP Usb Mouse: always reports core events
[   256.960] (**) Option "Device" "/dev/input/event4"
[   256.960] (**) Option "_source" "server/udev"
[   256.960] (II) event4  - SIGMACHIP Usb Mouse: is tagged by udev as: Mouse
[   256.960] (II) event4  - SIGMACHIP Usb Mouse: device is a pointer
[   256.960] (II) event4  - SIGMACHIP Usb Mouse: device removed
[   256.960] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/0003:1C4F:0034.0004/input/input16/event4"
[   256.960] (II) XINPUT: Adding extended input device "SIGMACHIP Usb Mouse" (type: MOUSE, id 10)
[   256.960] (**) Option "AccelerationScheme" "none"
[   256.960] (**) SIGMACHIP Usb Mouse: (accel) selected scheme none/0
[   256.960] (**) Option "AccelerationNumerator" "1"
[   256.960] (**) Option "AccelerationDenominator" "10"
[   256.961] (**) Option "AccelerationThreshold" "1"
[   256.961] (**) SIGMACHIP Usb Mouse: (accel) acceleration factor: 0.100
[   256.961] (**) SIGMACHIP Usb Mouse: (accel) acceleration threshold: 1
[   256.961] (II) event4  - SIGMACHIP Usb Mouse: is tagged by udev as: Mouse
[   256.961] (II) event4  - SIGMACHIP Usb Mouse: device is a pointer
[   256.961] (II) config/udev: Adding input device SIGMACHIP Usb Mouse (/dev/input/mouse0)
[   256.961] (**) SIGMACHIP Usb Mouse: Applying InputClass "My Mouse"
[   256.961] (II) No input driver specified, ignoring this device.
[   256.961] (II) This device may have been added with another device file.
[   256.962] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   256.962] (II) No input driver specified, ignoring this device.
[   256.962] (II) This device may have been added with another device file.
[   256.965] (**) Gaming KB  Gaming KB : Applying InputClass "libinput keyboard catchall"
[   256.965] (**) Gaming KB  Gaming KB : Applying InputClass "system-keyboard"
[   256.965] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB '
[   256.965] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[   256.965] (**) Gaming KB  Gaming KB : always reports core events
[   256.965] (**) Option "Device" "/dev/input/event3"
[   256.965] (**) Option "_source" "_driver/libinput"
[   256.965] (II) libinput: Gaming KB  Gaming KB : is a virtual subdevice
[   256.965] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/0003:258A:1006.0002/input/input3/event3"
[   256.965] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB " (type: KEYBOARD, id 11)
[   256.965] (**) Option "xkb_model" "pc104"
[   256.965] (**) Option "xkb_layout" "fr,fr"
[   256.965] (**) Option "xkb_options" "grp:alt_shift_toggle"

Forgot the BBcode the first time, sorry

Offline

#6 2018-03-23 07:51:56

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

The problem seems only the amdgpu device and the cause is

04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
	Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 6450
	Kernel driver in use: radeon
	Kernel modules: radeon

Accordign to https://en.wikipedia.org/wiki/Turks_and_Caicos_Islands Caicos is in the Northern West Indies - https://wiki.archlinux.org/index.php/AMDGPU

Offline

#7 2018-03-23 08:03:54

lunaticstraydog
Member
Registered: 2018-03-22
Posts: 7

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

As you (probably) suggested, I tried to set the following Xorg.conf:

Section "Device"
        Identifier         "Screen1"
        Driver                 "nouveau"
        BusID                 "PCI:5:0:0"
EndSection
Section "Device"
        Identifier         "amd"
        Driver                 "radeon"
        BusID                 "PCI:4:0:0"
EndSection

And while it didn't explicitly fail, It did only start up the nvidia connected screen, with the following Xorg log

[    33.963] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[    33.963] X Protocol Version 11, Revision 0
[    33.963] Build Operating System: Linux 4.14.12-1-ARCH x86_64 
[    33.963] Current Operating System: Linux lunaticstraydog 4.15.10-1-ck #1 SMP PREEMPT Fri Mar 16 16:23:34 CET 2018 x86_64
[    33.963] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=ee7f54f7-0150-4d3a-8c87-4ef515375e54 rw cryptdevice=/dev/mapper/lsd1-cryptroot:root root=/dev/mapper/root quiet acpi_backlight=vendor i915.i915_enable_rc6=0
[    33.963] Build Date: 26 January 2018  10:25:18AM
[    33.963]  
[    33.963] Current version of pixman: 0.34.0
[    33.963]         Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    33.963] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    33.963] (==) Log file: "/home/lunaticstraydog/.local/share/xorg/Xorg.0.log", Time: Fri Mar 23 08:58:53 2018
[    33.965] (==) Using config file: "/etc/X11/xorg.conf"
[    33.965] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    33.965] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    33.965] (==) No Layout section.  Using the first Screen section.
[    33.965] (==) No screen section available. Using defaults.
[    33.965] (**) |-->Screen "Default Screen Section" (0)
[    33.965] (**) |   |-->Monitor "<default monitor>"
[    33.966] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[    33.966] (**) |   |-->Device "Screen1"
[    33.966] (**) |   |-->GPUDevice "amd"
[    33.966] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    33.966] (==) Automatically adding devices
[    33.966] (==) Automatically enabling devices
[    33.966] (==) Automatically adding GPU devices
[    33.966] (==) Automatically binding GPU devices
[    33.966] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    33.969] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    33.969]         Entry deleted from font path.
[    33.969] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    33.969]         Entry deleted from font path.
[    33.969]         (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    33.969] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    33.969]         Entry deleted from font path.
[    33.969]         (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    33.969] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/
[    33.969] (==) ModulePath set to "/usr/lib/xorg/modules"
[    33.969] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    33.969] (II) Loader magic: 0x55fc438bed60
[    33.969] (II) Module ABI versions:
[    33.969]         X.Org ANSI C Emulation: 0.4
[    33.969]         X.Org Video Driver: 23.0
[    33.969]         X.Org XInput driver : 24.1
[    33.969]         X.Org Server Extension : 10.0
[    33.970] (++) using VT number 1

[    33.972] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    33.973] (II) xfree86: Adding drm device (/dev/dri/card0)
[    33.973] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    33.973] (II) xfree86: Adding drm device (/dev/dri/card1)
[    33.974] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[    33.979] (--) PCI:*(0:4:0:0) 1002:6779:174b:e180 rev 0, Mem @ 0xc0000000/268435456, 0xf7fc0000/131072, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
[    33.979] (--) PCI: (0:5:0:0) 10de:06e4:1043:8322 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
[    33.979] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    33.979] (II) LoadModule: "glx"
[    33.979] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    33.991] (II) Module glx: vendor="X.Org Foundation"
[    33.991]         compiled for 1.19.6, module version = 1.0.0
[    33.991]         ABI class: X.Org Server Extension, version 10.0
[    33.991] (II) LoadModule: "nouveau"
[    33.991] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    33.994] (II) Module nouveau: vendor="X.Org Foundation"
[    33.994]         compiled for 1.19.3, module version = 1.0.15
[    33.994]         Module class: X.Org Video Driver
[    33.994]         ABI class: X.Org Video Driver, version 23.0
[    33.994] (II) LoadModule: "radeon"
[    33.994] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    33.999] (II) Module radeon: vendor="X.Org Foundation"
[    33.999]         compiled for 1.19.6, module version = 18.0.1
[    33.999]         Module class: X.Org Video Driver
[    33.999]         ABI class: X.Org Video Driver, version 23.0
[    33.999] (II) NOUVEAU driver 
[    33.999] (II) NOUVEAU driver for NVIDIA chipset families :
[    33.999]         RIVA TNT        (NV04)
[    33.999]         RIVA TNT2       (NV05)
[    33.999]         GeForce 256     (NV10)
[    33.999]         GeForce 2       (NV11, NV15)
[    33.999]         GeForce 4MX     (NV17, NV18)
[    33.999]         GeForce 3       (NV20)
[    33.999]         GeForce 4Ti     (NV25, NV28)
[    33.999]         GeForce FX      (NV3x)
[    33.999]         GeForce 6       (NV4x)
[    33.999]         GeForce 7       (G7x)
[    33.999]         GeForce 8       (G8x)
[    33.999]         GeForce GTX 200 (NVA0)
[    33.999]         GeForce GTX 400 (NVC0)
[    33.999] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
        ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
        ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
        ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
        ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
        ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
        ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
        ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
        ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
        ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
        ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
        ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
        ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
        ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
        ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
        ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
        ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
        ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
        ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
        ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
        ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
        ATI Radeon 9800PRO, ATI Radeon 9800XT,
        ATI Radeon Mobility 9600/9700 (M10/M11),
        ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
        ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
        ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
        ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
        ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
        ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
        ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
        ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
        ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
        ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
        ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
        ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
        ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
        ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
        ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
        ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
        ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
        ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
        ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
        ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
        ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
        ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
        ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
        ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
        ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
        ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
        ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
        ATI FireGL V3350, ATI Mobility Radeon X1450,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
        ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
        ATI FireGL V3400, ATI Mobility FireGL V5250,
        ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
        ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
        ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
        ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
        ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
        ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
        ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
        ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
        ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
        AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
        ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
        ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
        ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
        ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
        ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
        ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
        ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
        ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
        ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
        ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
        ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
        ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
        ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
        ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
        ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
        AMD Radeon HD 6300 Series Graphics,
        AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
        AMD Firestream 9350, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
        REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
        ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
        AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
        ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
        MULLINS, KAVERI, HAWAII
[    34.003] (II) [drm] nouveau interface version: 1.3.1
[    34.003] (II) [KMS] Kernel modesetting enabled.
[    34.003] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    34.003] (II) Loading sub module "dri2"
[    34.003] (II) LoadModule: "dri2"
[    34.003] (II) Module "dri2" already built-in
[    34.003] (--) NOUVEAU(0): Chipset: "NVIDIA NV98"
[    34.003] (II) NOUVEAU(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    34.003] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    34.003] (==) NOUVEAU(0): RGB weight 888
[    34.003] (==) NOUVEAU(0): Default visual is TrueColor
[    34.003] (==) NOUVEAU(0): Using HW cursor
[    34.003] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[    34.003] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[    34.003] (==) NOUVEAU(0): Page flipping enabled
[    34.003] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[    34.003] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[    34.003] (II) NOUVEAU(0): Initializing outputs ...
[    34.015] (II) NOUVEAU(0): Output DVI-I-2 has no monitor section
[    34.045] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[    34.045] (II) NOUVEAU(0): 2 crtcs needed for screen.
[    34.045] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[    34.045] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[    34.057] (II) NOUVEAU(0): EDID for output DVI-I-2
[    34.087] (II) NOUVEAU(0): EDID for output VGA-1
[    34.087] (II) NOUVEAU(0): Manufacturer: FUS  Model: 78e  Serial#: 16843009
[    34.087] (II) NOUVEAU(0): Year: 2008  Week: 15
[    34.087] (II) NOUVEAU(0): EDID Version: 1.3
[    34.087] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    34.087] (II) NOUVEAU(0): Sync:  Separate
[    34.087] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[    34.087] (II) NOUVEAU(0): Gamma: 2.20
[    34.087] (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
[    34.087] (II) NOUVEAU(0): First detailed timing is preferred mode
[    34.087] (II) NOUVEAU(0): redX: 0.640 redY: 0.340   greenX: 0.295 greenY: 0.610
[    34.087] (II) NOUVEAU(0): blueX: 0.145 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[    34.087] (II) NOUVEAU(0): Supported established timings:
[    34.087] (II) NOUVEAU(0): 720x400@70Hz
[    34.087] (II) NOUVEAU(0): 640x480@60Hz
[    34.087] (II) NOUVEAU(0): 640x480@75Hz
[    34.087] (II) NOUVEAU(0): 800x600@60Hz
[    34.087] (II) NOUVEAU(0): 800x600@75Hz
[    34.087] (II) NOUVEAU(0): 1024x768@60Hz
[    34.087] (II) NOUVEAU(0): 1024x768@75Hz
[    34.087] (II) NOUVEAU(0): 1280x1024@75Hz
[    34.087] (II) NOUVEAU(0): Manufacturer's mask: 0
[    34.087] (II) NOUVEAU(0): Supported standard timings:
[    34.087] (II) NOUVEAU(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    34.087] (II) NOUVEAU(0): #1: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    34.087] (II) NOUVEAU(0): #2: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[    34.087] (II) NOUVEAU(0): #3: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[    34.087] (II) NOUVEAU(0): #4: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    34.087] (II) NOUVEAU(0): Supported detailed timing:
[    34.087] (II) NOUVEAU(0): clock: 106.5 MHz   Image Size:  410 x 256 mm
[    34.087] (II) NOUVEAU(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[    34.087] (II) NOUVEAU(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[    34.087] (II) NOUVEAU(0): Serial No: YE7C002928
[    34.087] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 83 kHz, PixClock max 145 MHz
[    34.087] (II) NOUVEAU(0): Monitor name: E19W-1
[    34.087] (II) NOUVEAU(0): EDID (in hex):
[    34.087] (II) NOUVEAU(0):         00ffffffffffff001ab38e0701010101
[    34.087] (II) NOUVEAU(0):         0f12010368291a782ac905a3574b9c25
[    34.087] (II) NOUVEAU(0):         125054a54b0081809500950f90408100
[    34.087] (II) NOUVEAU(0):         0101010101019a29a0d0518422305098
[    34.087] (II) NOUVEAU(0):         36009a001100001c000000ff00594537
[    34.087] (II) NOUVEAU(0):         433030323932380a2020000000fd0038
[    34.087] (II) NOUVEAU(0):         4b1f530e000a202020202020000000fc
[    34.087] (II) NOUVEAU(0):         00453139572d310a202020202020005a
[    34.087] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[    34.087] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    34.087] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    34.087] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    34.087] (II) NOUVEAU(0): Output DVI-I-2 disconnected
[    34.087] (II) NOUVEAU(0): Output VGA-1 connected
[    34.087] (II) NOUVEAU(0): Using exact sizes for initial modes
[    34.087] (II) NOUVEAU(0): Output VGA-1 using initial mode 1440x900 +0+0
[    34.087] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[    34.087] (--) NOUVEAU(0): Virtual size is 1440x900 (pitch 0)
[    34.087] (**) NOUVEAU(0):  Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[    34.087] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    34.087] (**) NOUVEAU(0):  Driver mode "1400x1050": 121.8 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[    34.087] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    34.087] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[    34.087] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    34.087] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[    34.087] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    34.087] (**) NOUVEAU(0):  Driver mode "1440x900": 136.8 MHz (scaled from 0.0 MHz), 70.6 kHz, 75.0 Hz
[    34.087] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    34.087] (**) NOUVEAU(0):  Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz
[    34.087] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    34.087] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[    34.087] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    34.087] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    34.088] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    34.088] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[    34.088] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    34.088] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    34.088] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    34.088] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[    34.088] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    34.088] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    34.088] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    34.088] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    34.088] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    34.088] (==) NOUVEAU(0): DPI set to (96, 96)
[    34.088] (II) Loading sub module "fb"
[    34.088] (II) LoadModule: "fb"
[    34.088] (II) Loading /usr/lib/xorg/modules/libfb.so
[    34.091] (II) Module fb: vendor="X.Org Foundation"
[    34.091]         compiled for 1.19.6, module version = 1.0.0
[    34.091]         ABI class: X.Org ANSI C Emulation, version 0.4
[    34.091] (II) Loading sub module "shadowfb"
[    34.091] (II) LoadModule: "shadowfb"
[    34.091] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    34.092] (II) Module shadowfb: vendor="X.Org Foundation"
[    34.092]         compiled for 1.19.6, module version = 1.0.0
[    34.092]         ABI class: X.Org ANSI C Emulation, version 0.4
[    34.092] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[    34.092] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    34.092] (==) RADEON(G0): Default visual is TrueColor
[    34.092] (==) RADEON(G0): RGB weight 888
[    34.092] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[    34.092] (--) RADEON(G0): Chipset: "CAICOS" (ChipID = 0x6779)
[    34.092] (II) Loading sub module "fb"
[    34.092] (II) LoadModule: "fb"
[    34.092] (II) Loading /usr/lib/xorg/modules/libfb.so
[    34.092] (II) Module fb: vendor="X.Org Foundation"
[    34.092]         compiled for 1.19.6, module version = 1.0.0
[    34.092]         ABI class: X.Org ANSI C Emulation, version 0.4
[    34.092] (II) Loading sub module "dri2"
[    34.092] (II) LoadModule: "dri2"
[    34.092] (II) Module "dri2" already built-in
[    34.092] (II) Loading sub module "glamoregl"
[    34.092] (II) LoadModule: "glamoregl"
[    34.092] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    34.103] (II) Module glamoregl: vendor="X.Org Foundation"
[    34.103]         compiled for 1.19.6, module version = 1.0.0
[    34.103]         ABI class: X.Org ANSI C Emulation, version 0.4
[    34.103] (II) glamor: OpenGL accelerated X.org driver based.
[    34.537] (II) glamor: EGL version 1.5 (DRI2):
[    34.545] (II) RADEON(G0): glamor detected, initialising EGL layer.
[    34.545] (II) RADEON(G0): KMS Color Tiling: enabled
[    34.545] (II) RADEON(G0): KMS Color Tiling 2D: enabled
[    34.545] (==) RADEON(G0): TearFree property default: auto
[    34.546] (II) RADEON(G0): Output HDMI-1-0 has no monitor section
[    34.578] (II) RADEON(G0): Output DVI-1-0 has no monitor section
[    34.579] (II) RADEON(G0): EDID for output HDMI-1-0
[    34.612] (II) RADEON(G0): EDID for output DVI-1-0
[    34.612] (II) RADEON(G0): Manufacturer: ACI  Model: 22a0  Serial#: 16843009
[    34.612] (II) RADEON(G0): Year: 2010  Week: 11
[    34.612] (II) RADEON(G0): EDID Version: 1.3
[    34.612] (II) RADEON(G0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    34.612] (II) RADEON(G0): Signal levels configurable
[    34.612] (II) RADEON(G0): Sync:  Separate  Composite  SyncOnGreen
[    34.612] (II) RADEON(G0): Max Image Size [cm]: horiz.: 47  vert.: 30
[    34.612] (II) RADEON(G0): Gamma: 2.20
[    34.612] (II) RADEON(G0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    34.612] (II) RADEON(G0): Default color space is primary color space
[    34.612] (II) RADEON(G0): First detailed timing is preferred mode
[    34.612] (II) RADEON(G0): redX: 0.650 redY: 0.333   greenX: 0.281 greenY: 0.604
[    34.612] (II) RADEON(G0): blueX: 0.150 blueY: 0.072   whiteX: 0.312 whiteY: 0.328
[    34.612] (II) RADEON(G0): Supported established timings:
[    34.612] (II) RADEON(G0): 720x400@70Hz
[    34.612] (II) RADEON(G0): 640x480@60Hz
[    34.612] (II) RADEON(G0): 640x480@67Hz
[    34.612] (II) RADEON(G0): 640x480@72Hz
[    34.612] (II) RADEON(G0): 640x480@75Hz
[    34.612] (II) RADEON(G0): 800x600@56Hz
[    34.612] (II) RADEON(G0): 800x600@60Hz
[    34.612] (II) RADEON(G0): 800x600@72Hz
[    34.612] (II) RADEON(G0): 800x600@75Hz
[    34.612] (II) RADEON(G0): 832x624@75Hz
[    34.612] (II) RADEON(G0): 1024x768@60Hz
[    34.612] (II) RADEON(G0): 1024x768@70Hz
[    34.612] (II) RADEON(G0): 1024x768@75Hz
[    34.612] (II) RADEON(G0): 1280x1024@75Hz
[    34.612] (II) RADEON(G0): Manufacturer's mask: 0
[    34.612] (II) RADEON(G0): Supported standard timings:
[    34.612] (II) RADEON(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    34.612] (II) RADEON(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    34.612] (II) RADEON(G0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    34.612] (II) RADEON(G0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    34.612] (II) RADEON(G0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    34.612] (II) RADEON(G0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    34.612] (II) RADEON(G0): Supported detailed timing:
[    34.612] (II) RADEON(G0): clock: 146.2 MHz   Image Size:  473 x 296 mm
[    34.612] (II) RADEON(G0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[    34.612] (II) RADEON(G0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[    34.612] (II) RADEON(G0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    34.612] (II) RADEON(G0): Monitor name: VW225
[    34.612] (II) RADEON(G0): Serial No: A3LMQS024736
[    34.612] (II) RADEON(G0): EDID (in hex):
[    34.612] (II) RADEON(G0):         00ffffffffffff000469a02201010101
[    34.612] (II) RADEON(G0):         0b1401031e2f1e78ee92a0a655489a26
[    34.612] (II) RADEON(G0):         125054bfef00714f818081409500a940
[    34.612] (II) RADEON(G0):         b3000101010121399030621a274068b0
[    34.612] (II) RADEON(G0):         3600d9281100001c000000fd00384c1e
[    34.612] (II) RADEON(G0):         5311000a202020202020000000fc0056
[    34.612] (II) RADEON(G0):         573232350a20202020202020000000ff
[    34.612] (II) RADEON(G0):         0041334c4d51533032343733360a002d
[    34.612] (II) RADEON(G0): Printing probed modes for output DVI-1-0
[    34.612] (II) RADEON(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[    34.612] (II) RADEON(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    34.612] (II) RADEON(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    34.612] (II) RADEON(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    34.612] (II) RADEON(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    34.612] (II) RADEON(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    34.612] (II) RADEON(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    34.612] (II) RADEON(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    34.612] (II) RADEON(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    34.612] (II) RADEON(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    34.612] (II) RADEON(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    34.612] (II) RADEON(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    34.612] (II) RADEON(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    34.612] (II) RADEON(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    34.612] (II) RADEON(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    34.612] (II) RADEON(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    34.612] (II) RADEON(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    34.612] (II) RADEON(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    34.612] (II) RADEON(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    34.613] (II) RADEON(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    34.613] (II) RADEON(G0): mem size init: gart size :3fdde000 vram size: s:40000000 visible:f5a7000
[    34.613] (==) RADEON(G0): DPI set to (96, 96)
[    34.613] (==) RADEON(G0): Using gamma correction (1.0, 1.0, 1.0)
[    34.613] (II) Loading sub module "ramdac"
[    34.613] (II) LoadModule: "ramdac"
[    34.613] (II) Module "ramdac" already built-in
[    34.613] (--) Depth 24 pixmap format is 32 bpp
[    34.613] (II) RADEON(G0): [DRI2] Setup complete
[    34.613] (II) RADEON(G0): [DRI2]   DRI driver: r600
[    34.613] (II) RADEON(G0): [DRI2]   VDPAU driver: r600
[    34.613] (II) RADEON(G0): Front buffer size: 3072K
[    34.613] (II) RADEON(G0): VRAM usage limit set to 223570K
[    34.613] (==) RADEON(G0): Backing store enabled
[    34.613] (II) RADEON(G0): Direct rendering enabled
[    34.884] (II) RADEON(G0): Use GLAMOR acceleration.
[    34.884] (II) RADEON(G0): Acceleration enabled
[    34.884] (==) RADEON(G0): DPMS enabled
[    34.884] (==) RADEON(G0): Silken mouse enabled
[    34.884] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    34.886] (II) NOUVEAU(0): Channel setup complete.
[    34.886] (II) NOUVEAU(0): Hardware support for Present enabled
[    34.886] (II) NOUVEAU(0): [DRI2] Setup complete
[    34.886] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    34.886] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    34.886] (II) Loading sub module "exa"
[    34.886] (II) LoadModule: "exa"
[    34.886] (II) Loading /usr/lib/xorg/modules/libexa.so
[    34.889] (II) Module exa: vendor="X.Org Foundation"
[    34.889]         compiled for 1.19.6, module version = 2.6.0
[    34.889]         ABI class: X.Org Video Driver, version 23.0
[    34.889] (II) EXA(0): Driver allocated offscreen pixmaps
[    34.889] (II) EXA(0): Driver registered support for the following operations:
[    34.889] (II)         Solid
[    34.889] (II)         Copy
[    34.889] (II)         Composite (RENDER acceleration)
[    34.889] (II)         UploadToScreen
[    34.889] (II)         DownloadFromScreen
[    34.889] (==) NOUVEAU(0): Backing store enabled
[    34.889] (==) NOUVEAU(0): Silken mouse enabled
[    34.889] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    34.889] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    34.889] (==) NOUVEAU(0): DPMS enabled
[    34.889] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    34.890] (--) RandR disabled
[    34.897] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    34.897] (II) AIGLX: enabled GLX_ARB_create_context
[    34.897] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    34.897] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    34.897] (II) AIGLX: enabled GLX_INTEL_swap_event
[    34.897] (II) AIGLX: enabled GLX_SGI_swap_control
[    34.897] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    34.897] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    34.897] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    34.897] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    34.898] (II) AIGLX: Loaded and initialized nouveau
[    34.898] (II) GLX: Initialized DRI2 GL provider for screen 0
[    34.910] (II) NOUVEAU(0): NVEnterVT is called.
[    34.921] (II) NOUVEAU(0): Setting screen physical size to 381 x 238
[    34.921] resize called 1440 900
[    34.973] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    34.973] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    34.973] (**) Power Button: Applying InputClass "system-keyboard"
[    34.973] (II) LoadModule: "libinput"
[    34.973] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    34.981] (II) Module libinput: vendor="X.Org Foundation"
[    34.981]         compiled for 1.19.6, module version = 0.27.0
[    34.981]         Module class: X.Org XInput Driver
[    34.981]         ABI class: X.Org XInput driver, version 24.1
[    34.981] (II) Using input driver 'libinput' for 'Power Button'
[    34.982] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 26 paused 0
[    34.982] (**) Power Button: always reports core events
[    34.982] (**) Option "Device" "/dev/input/event1"
[    34.982] (**) Option "_source" "server/udev"
[    34.982] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    34.982] (II) event1  - Power Button: device is a keyboard
[    34.982] (II) event1  - Power Button: device removed
[    34.982] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    34.982] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    34.982] (**) Option "xkb_model" "pc104"
[    34.982] (**) Option "xkb_layout" "fr,fr"
[    34.982] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    35.004] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    35.004] (II) event1  - Power Button: device is a keyboard
[    35.004] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    35.004] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    35.004] (**) Power Button: Applying InputClass "system-keyboard"
[    35.004] (II) Using input driver 'libinput' for 'Power Button'
[    35.005] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[    35.005] (**) Power Button: always reports core events
[    35.005] (**) Option "Device" "/dev/input/event0"
[    35.005] (**) Option "_source" "server/udev"
[    35.005] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    35.005] (II) event0  - Power Button: device is a keyboard
[    35.005] (II) event0  - Power Button: device removed
[    35.005] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    35.005] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    35.005] (**) Option "xkb_model" "pc104"
[    35.005] (**) Option "xkb_layout" "fr,fr"
[    35.005] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    35.005] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    35.005] (II) event0  - Power Button: device is a keyboard
[    35.006] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event6)
[    35.006] (II) No input driver specified, ignoring this device.
[    35.006] (II) This device may have been added with another device file.
[    35.006] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event10)
[    35.006] (II) No input driver specified, ignoring this device.
[    35.006] (II) This device may have been added with another device file.
[    35.007] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event11)
[    35.007] (II) No input driver specified, ignoring this device.
[    35.007] (II) This device may have been added with another device file.
[    35.007] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event12)
[    35.007] (II) No input driver specified, ignoring this device.
[    35.007] (II) This device may have been added with another device file.
[    35.007] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event13)
[    35.007] (II) No input driver specified, ignoring this device.
[    35.007] (II) This device may have been added with another device file.
[    35.007] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event14)
[    35.008] (II) No input driver specified, ignoring this device.
[    35.008] (II) This device may have been added with another device file.
[    35.008] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event15)
[    35.008] (II) No input driver specified, ignoring this device.
[    35.008] (II) This device may have been added with another device file.
[    35.008] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[    35.008] (II) No input driver specified, ignoring this device.
[    35.008] (II) This device may have been added with another device file.
[    35.008] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event8)
[    35.008] (II) No input driver specified, ignoring this device.
[    35.008] (II) This device may have been added with another device file.
[    35.009] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event9)
[    35.009] (II) No input driver specified, ignoring this device.
[    35.009] (II) This device may have been added with another device file.
[    35.009] (II) config/udev: Adding input device Gaming KB  Gaming KB  (/dev/input/event2)
[    35.009] (**) Gaming KB  Gaming KB : Applying InputClass "libinput keyboard catchall"
[    35.009] (**) Gaming KB  Gaming KB : Applying InputClass "system-keyboard"
[    35.009] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB '
[    35.010] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 30 paused 0
[    35.010] (**) Gaming KB  Gaming KB : always reports core events
[    35.010] (**) Option "Device" "/dev/input/event2"
[    35.010] (**) Option "_source" "server/udev"
[    35.010] (II) event2  - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[    35.010] (II) event2  - Gaming KB  Gaming KB : device is a keyboard
[    35.010] (II) event2  - Gaming KB  Gaming KB : device removed
[    35.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/0003:258A:1006.0001/input/input2/event2"
[    35.010] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB " (type: KEYBOARD, id 8)
[    35.010] (**) Option "xkb_model" "pc104"
[    35.010] (**) Option "xkb_layout" "fr,fr"
[    35.010] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    35.011] (II) event2  - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[    35.011] (II) event2  - Gaming KB  Gaming KB : device is a keyboard
[    35.011] (II) config/udev: Adding input device Gaming KB  Gaming KB  (/dev/input/event3)
[    35.011] (**) Gaming KB  Gaming KB : Applying InputClass "libinput keyboard catchall"
[    35.011] (**) Gaming KB  Gaming KB : Applying InputClass "system-keyboard"
[    35.011] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB '
[    35.012] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 31 paused 0
[    35.012] (**) Gaming KB  Gaming KB : always reports core events
[    35.012] (**) Option "Device" "/dev/input/event3"
[    35.012] (**) Option "_source" "server/udev"
[    35.012] (II) event3  - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[    35.012] (II) event3  - Gaming KB  Gaming KB : device is a keyboard
[    35.012] (II) event3  - Gaming KB  Gaming KB : device removed
[    35.013] (II) libinput: Gaming KB  Gaming KB : needs a virtual subdevice
[    35.013] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/0003:258A:1006.0002/input/input3/event3"
[    35.013] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB " (type: MOUSE, id 9)
[    35.013] (**) Option "AccelerationScheme" "none"
[    35.013] (**) Gaming KB  Gaming KB : (accel) selected scheme none/0
[    35.013] (**) Gaming KB  Gaming KB : (accel) acceleration factor: 2.000
[    35.013] (**) Gaming KB  Gaming KB : (accel) acceleration threshold: 4
[    35.013] (II) event3  - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[    35.013] (II) event3  - Gaming KB  Gaming KB : device is a keyboard
[    35.014] (II) config/udev: Adding input device SIGMACHIP Usb Mouse (/dev/input/event4)
[    35.014] (**) SIGMACHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[    35.014] (**) SIGMACHIP Usb Mouse: Applying InputClass "My Mouse"
[    35.014] (II) Using input driver 'libinput' for 'SIGMACHIP Usb Mouse'
[    35.080] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 32 paused 0
[    35.080] (**) SIGMACHIP Usb Mouse: always reports core events
[    35.080] (**) Option "Device" "/dev/input/event4"
[    35.080] (**) Option "_source" "server/udev"
[    35.080] (II) event4  - SIGMACHIP Usb Mouse: is tagged by udev as: Mouse
[    35.080] (II) event4  - SIGMACHIP Usb Mouse: device is a pointer
[    35.080] (II) event4  - SIGMACHIP Usb Mouse: device removed
[    35.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/0003:1C4F:0034.0003/input/input4/event4"
[    35.080] (II) XINPUT: Adding extended input device "SIGMACHIP Usb Mouse" (type: MOUSE, id 10)
[    35.081] (**) Option "AccelerationScheme" "none"
[    35.081] (**) SIGMACHIP Usb Mouse: (accel) selected scheme none/0
[    35.081] (**) Option "AccelerationNumerator" "1"
[    35.081] (**) Option "AccelerationDenominator" "10"
[    35.081] (**) Option "AccelerationThreshold" "1"
[    35.081] (**) SIGMACHIP Usb Mouse: (accel) acceleration factor: 0.100
[    35.081] (**) SIGMACHIP Usb Mouse: (accel) acceleration threshold: 1
[    35.081] (II) event4  - SIGMACHIP Usb Mouse: is tagged by udev as: Mouse
[    35.081] (II) event4  - SIGMACHIP Usb Mouse: device is a pointer
[    35.081] (II) config/udev: Adding input device SIGMACHIP Usb Mouse (/dev/input/mouse0)
[    35.081] (**) SIGMACHIP Usb Mouse: Applying InputClass "My Mouse"
[    35.081] (II) No input driver specified, ignoring this device.
[    35.081] (II) This device may have been added with another device file.
[    35.082] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    35.082] (II) No input driver specified, ignoring this device.
[    35.082] (II) This device may have been added with another device file.
[    35.085] (**) Gaming KB  Gaming KB : Applying InputClass "libinput keyboard catchall"
[    35.085] (**) Gaming KB  Gaming KB : Applying InputClass "system-keyboard"
[    35.085] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB '
[    35.085] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[    35.085] (**) Gaming KB  Gaming KB : always reports core events
[    35.085] (**) Option "Device" "/dev/input/event3"
[    35.085] (**) Option "_source" "_driver/libinput"
[    35.085] (II) libinput: Gaming KB  Gaming KB : is a virtual subdevice
[    35.085] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/0003:258A:1006.0002/input/input3/event3"
[    35.085] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB " (type: KEYBOARD, id 11)
[    35.085] (**) Option "xkb_model" "pc104"
[    35.085] (**) Option "xkb_layout" "fr,fr"
[    35.085] (**) Option "xkb_options" "grp:alt_shift_toggle"

Offline

#8 2018-03-23 08:11:42

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

Because there's no explicit server layout, look across eg. https://www.linuxquestions.org/question … rs-751939/
(Do NOT blindly copy and paste that stuff, you're interested in ServerLayout, Screens and Device assignments)

Offline

#9 2018-03-23 08:13:05

lunaticstraydog
Member
Registered: 2018-03-22
Posts: 7

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

I'll try and report, thank you

Offline

#10 2018-03-23 09:03:35

lunaticstraydog
Member
Registered: 2018-03-22
Posts: 7

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

Well I gave it a try, here is what I ended up with:

Section "ServerLayout"
        Identifier     "default"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
#        InputDevice    "Keyboard0" "CoreKeyboard"
#        InputDevice    "Mouse0" "CorePointer"
EndSection


Section "Device"
        #nvidia card
        Identifier         "VGA out"
        Driver                 "nouveau"
        BusID                 "PCI:5:0:0"
EndSection
Section "Device"
        #radeon card
        Identifier         "DVI out"
        Driver                 "radeon"
        BusID                 "PCI:4:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "DVI out"
    Monitor        "Asus"
    DefaultDepth    24
    Option         "RenderAccel" "On"
    Option         "HWcursor" "On"
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-0: 1680x1050 +0+0"
    Option         "DamageEvents" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "VGA out"
    Monitor        "white"
    DefaultDepth    24
    Option         "RenderAccel" "On"
    Option         "HWcursor" "On"
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-0: 1440x900 +0+0"
    Option         "DamageEvents" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

While I get an output on one of the screens (the "screen0" one), the other one is not detected by xrandr and while I can put my mouse on it, it gives me the default X mouse pointer and is not used by I3.
Did I miss something? I feel like its close thought.

Offline

#11 2018-03-23 12:10:36

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

Xinerama.
Nothice that this will disable the randr extension (thus runtime screen management)
The alternative is to keep the screens disjunct (you can still move the cursor across and operate them w/ the same keyboard, but your can't move windows and need eeg. two instances of i3 - on :0.0 and on :0.1)

Offline

#12 2018-03-23 14:51:51

lunaticstraydog
Member
Registered: 2018-03-22
Posts: 7

Re: Dual Graphic card setup, Xorg refusing to use both [SOLVED]

Well, that's all I needed to know-I cant thank you enough for your help, and anything I could ask would be beyond the point of this topic.
[SOLVED]

Offline

Board footer

Powered by FluxBB