You are not logged in.

#1 2018-05-22 22:49:33

cerebov
Member
Registered: 2018-05-22
Posts: 3

[Solved] Nouveau nvidia error

Hi,
I've been getting a rather strange error since I updated yesterday. My second monitor is showing a black screen and cursor but no other windows will display on it. When using cinnamon moving the cursor over where any open windows would normally be on the screen does allow my to interact with them, but just not see them. Using i3 instead the secondary monitor shows the primary but duplicated 9 times and badly torn, and when logging in using gdm rather than a tty session the second monitor shows the standard grey background and can render a terminal but not other windows (for instance my browser).

I supect it has something to do with my nvidia graphics card; swapping the outputs from my integrated and the nvidia card swaps the screen that this problem is occuring on.

Anyway, some outputs: xrandr shows that both monitors are connected

HDMI2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
HDMI-1-3 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 521mm x 293mm

lspci -v Showing both cards and their drivers

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. HD Graphics 530
	Flags: bus master, fast devsel, latency 0, IRQ 133
	Memory at dd000000 (64-bit, non-prefetchable) [size=16M]
	Memory at b0000000 (64-bit, prefetchable) [size=256M]
	I/O ports at f000 [size=64]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: i915
	Kernel modules: i915


01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: Gigabyte Technology Co., Ltd GP104 [GeForce GTX 1070]
	Flags: bus master, fast devsel, latency 0, IRQ 132
	Memory at de000000 (32-bit, non-prefetchable) [size=16M]
	Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Memory at d0000000 (64-bit, prefetchable) [size=32M]
	I/O ports at e000 [size=128]
	Expansion ROM at df000000 [disabled] [size=512K]
	Capabilities: <access denied>
	Kernel driver in use: nouveau
	Kernel modules: nouveau

I've regenerated my Xorg config and monitors.xml to no avail. Any suggestions would be greately appreciated.

Last edited by cerebov (2018-05-23 12:51:56)

Offline

#2 2018-05-23 06:20:01

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,217

Re: [Solved] Nouveau nvidia error

I've regenerated my Xorg config

What does it (and the xorg log) look like?

Offline

#3 2018-05-23 10:05:32

cerebov
Member
Registered: 2018-05-22
Posts: 3

Re: [Solved] Nouveau nvidia error

Hi Seth

Xorg config:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/75dpi"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "Backlight"          	# <str>
        #Option     "CustomEDID"         	# <str>
        #Option     "DRI"                	# <str>
        #Option     "Present"            	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "HWRotation"         	# [<bool>]
        #Option     "VSync"              	# [<bool>]
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "ReprobeOutputs"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "VirtualHeads"       	# <i>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapLimit"          	# <i>
        #Option     "AsyncUTSDFS"        	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI"                	# <i>
	Identifier  "Card1"
	Driver      "nouveau"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Xorg log:

[    94.731] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    94.736] 
X.Org X Server 1.20.0
X Protocol Version 11, Revision 0
[    94.740] Build Operating System: Linux Arch Linux
[    94.741] Current Operating System: Linux draoithe 4.16.9-1-ARCH #1 SMP PREEMPT Thu May 17 02:10:09 UT
C 2018 x86_64
[    94.741] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg--draoithe-root rw cryptdevice=/dev/sda2:luks:allow-discards quiet intel_iommu=on
[    94.743] Build Date: 16 May 2018  05:24:07PM
[    94.745]  
[    94.746] Current version of pixman: 0.34.0
[    94.748]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    94.748] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    94.751] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 22 21:58:12 2018
[    94.752] (++) Using config file: "/root/xorg.conf.new"
[    94.753] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    94.753] (==) ServerLayout "X.org Configured"
[    94.753] (**) |-->Screen "Screen0" (0)
[    94.753] (**) |   |-->Monitor "Monitor0"
[    94.753] (**) |   |-->Device "Card0"
[    94.753] (**) |-->Screen "Screen1" (1)
[    94.753] (**) |   |-->Monitor "Monitor1"
[    94.753] (**) |   |-->Device "Card1"
[    94.753] (**) |-->Input Device "Mouse0"
[    94.753] (**) |-->Input Device "Keyboard0"
[    94.753] (==) Automatically adding devices
[    94.753] (==) Automatically enabling devices
[    94.753] (==) Automatically adding GPU devices
[    94.753] (==) Automatically binding GPU devices
[    94.753] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    94.753] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    94.753]    Entry deleted from font path.
[    94.753] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    94.753]    Entry deleted from font path.
[    94.753]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    94.753] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    94.753]    Entry deleted from font path.
[    94.753]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    94.753] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    94.753]    Entry deleted from font path.
[    94.753] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    94.753]    Entry deleted from font path.
[    94.753]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    94.753] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    94.753]    Entry deleted from font path.
[    94.753]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    94.753] (**) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
[    94.753] (**) ModulePath set to "/usr/lib/xorg/modules"
[    94.753] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    94.753] (WW) Disabling Mouse0
[    94.753] (WW) Disabling Keyboard0
[    94.753] (II) Module ABI versions:
[    94.753]    X.Org ANSI C Emulation: 0.4
[    94.753]    X.Org Video Driver: 24.0
[    94.753]    X.Org XInput driver : 24.1
[    94.753]    X.Org Server Extension : 10.0
[    94.754] (--) using VT number 2

[    94.754] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    94.754] (II) xfree86: Adding drm device (/dev/dri/card0)
[    94.755] (II) xfree86: Adding drm device (/dev/dri/card1)
[    94.762] (--) PCI:*(0@0:2:0) 8086:1912:1043:8694 rev 6, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    94.762] (--) PCI: (1@0:0:0) 10de:1b81:1458:3703 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    94.762] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    94.762] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    94.762] (II) LoadModule: "glx"
[    94.762] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    94.772] (II) Module glx: vendor="X.Org Foundation"
[    94.772]    compiled for 1.20.0, module version = 1.0.0
[    94.772]    ABI class: X.Org Server Extension, version 10.0
[    94.772] (II) LoadModule: "intel"
[    94.772] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    94.772] (II) Module intel: vendor="X.Org Foundation"
[    94.772]    compiled for 1.20.0, module version = 2.99.917
[    94.772]    Module class: X.Org Video Driver
[    94.772]    ABI class: X.Org Video Driver, version 24.0
[    94.773] (II) LoadModule: "nouveau"
[    94.773] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    94.773] (II) Module nouveau: vendor="X.Org Foundation"
[    94.773]    compiled for 1.20.0, module version = 1.0.15
[    94.773]    Module class: X.Org Video Driver
[    94.773]    ABI class: X.Org Video Driver, version 24.0
[    94.773] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    94.773] (II) intel: Driver for Intel(R) HD Graphics
[    94.773] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    94.773] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    94.773] (II) NOUVEAU driver 
[    94.773] (II) NOUVEAU driver for NVIDIA chipset families :
[    94.773]    RIVA TNT        (NV04)
[    94.773]    RIVA TNT2       (NV05)
[    94.773]    GeForce 256     (NV10)
[    94.773]    GeForce 2       (NV11, NV15)
[    94.773]    GeForce 4MX     (NV17, NV18)
[    94.773]    GeForce 3       (NV20)
[    94.773]    GeForce 4Ti     (NV25, NV28)
[    94.773]    GeForce FX      (NV3x)
[    94.773]    GeForce 6       (NV4x)
[    94.773]    GeForce 7       (G7x)
[    94.773]    GeForce 8       (G8x)
[    94.773]    GeForce GTX 200 (NVA0)
[    94.773]    GeForce GTX 400 (NVC0)
[    94.780] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20171222
[    94.780] (II) intel(0): SNA compiled from 2.99.917-831-ge7bfc906
[    94.797] (II) [drm] nouveau interface version: 1.3.1
[    94.798] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 530
[    94.798] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    94.798] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    94.798] (==) intel(0): RGB weight 888
[    94.798] (==) intel(0): Default visual is TrueColor
[    94.798] (II) intel(0): Output DP1 using monitor section Monitor0
[    94.798] (II) intel(0): Enabled output DP1
[    94.798] (II) intel(0): Output HDMI1 has no monitor section
[    94.798] (II) intel(0): Enabled output HDMI1
[    94.798] (II) intel(0): Output HDMI2 has no monitor section
[    94.798] (II) intel(0): Enabled output HDMI2
[    94.798] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    94.798] (II) intel(0): Output VIRTUAL1 has no monitor section
[    94.798] (II) intel(0): Enabled output VIRTUAL1
[    94.798] (--) intel(0): Output HDMI2 using initial mode 1920x1080 on pipe 0
[    94.799] (==) intel(0): TearFree enabled
[    94.799] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    94.799] (==) intel(0): DPI set to (96, 96)
[    94.799] (II) Loading sub module "dri3"
[    94.799] (II) LoadModule: "dri3"
[    94.799] (II) Module "dri3" already built-in
[    94.799] (II) Loading sub module "dri2"
[    94.799] (II) LoadModule: "dri2"
[    94.799] (II) Module "dri2" already built-in
[    94.799] (II) Loading sub module "present"
[    94.799] (II) LoadModule: "present"
[    94.799] (II) Module "present" already built-in
[    94.799] (II) Loading sub module "dri2"
[    94.799] (II) LoadModule: "dri2"
[    94.799] (II) Module "dri2" already built-in
[    94.799] (--) NOUVEAU(1): Chipset: "NVIDIA NV134"
[    94.799] (==) NOUVEAU(1): Depth 24, (--) framebuffer bpp 32
[    94.799] (==) NOUVEAU(1): RGB weight 888
[    94.799] (==) NOUVEAU(1): Default visual is TrueColor
[    94.799] (==) NOUVEAU(1): Using HW cursor
[    94.799] (==) NOUVEAU(1): Allowed maximum DRI level 2.
[    94.799] (==) NOUVEAU(1): GLX sync to VBlank enabled.
[    94.799] (==) NOUVEAU(1): Page flipping enabled
[    94.799] (==) NOUVEAU(1): Swap limit set to 1 [Max allowed 2]
[    94.799] (==) NOUVEAU(1): Page flipping synced to vblank by kernel.
[    94.799] (II) NOUVEAU(1): Initializing outputs ...
[    94.800] (II) NOUVEAU(1): Output DVI-D-1 using monitor section Monitor1
[    94.853] (II) NOUVEAU(1): Output DP-2 has no monitor section
[    94.906] (II) NOUVEAU(1): Output DP-3 has no monitor section
[    94.974] (II) NOUVEAU(1): Output HDMI-3 has no monitor section
[    95.026] (II) NOUVEAU(1): Output DP-4 has no monitor section
[    95.026] (II) NOUVEAU(1): 5 crtcs needed for screen.
[    95.026] (II) NOUVEAU(1): Allocated crtc nr. 0 to this screen.
[    95.026] (II) NOUVEAU(1): Allocated crtc nr. 1 to this screen.
[    95.026] (II) NOUVEAU(1): Allocated crtc nr. 2 to this screen.
[    95.026] (II) NOUVEAU(1): Allocated crtc nr. 3 to this screen.
[    95.028] (II) NOUVEAU(1): EDID for output DVI-D-1
[    95.080] (II) NOUVEAU(1): EDID for output DP-2
[    95.133] (II) NOUVEAU(1): EDID for output DP-3
[    95.200] (II) NOUVEAU(1): EDID for output HDMI-3
[    95.200] (II) NOUVEAU(1): Manufacturer: BNQ  Model: 7f50  Serial#: 21573
[    95.200] (II) NOUVEAU(1): Year: 2017  Week: 15
[    95.200] (II) NOUVEAU(1): EDID Version: 1.3
[    95.200] (II) NOUVEAU(1): Digital Display Input
[    95.200] (II) NOUVEAU(1): Max Image Size [cm]: horiz.: 60  vert.: 34
[    95.200] (II) NOUVEAU(1): Gamma: 2.20
[    95.200] (II) NOUVEAU(1): DPMS capabilities: Off
[    95.200] (II) NOUVEAU(1): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    95.200] (II) NOUVEAU(1): Default color space is primary color space
[    95.200] (II) NOUVEAU(1): First detailed timing is preferred mode
[    95.200] (II) NOUVEAU(1): redX: 0.647 redY: 0.342   greenX: 0.318 greenY: 0.631
[    95.200] (II) NOUVEAU(1): blueX: 0.150 blueY: 0.050   whiteX: 0.313 whiteY: 0.329
[    95.200] (II) NOUVEAU(1): Supported established timings:
[    95.200] (II) NOUVEAU(1): 720x400@70Hz
[    95.200] (II) NOUVEAU(1): 640x480@60Hz
[    95.200] (II) NOUVEAU(1): 640x480@75Hz
[    95.200] (II) NOUVEAU(1): 800x600@60Hz
[    95.200] (II) NOUVEAU(1): 800x600@75Hz
[    95.200] (II) NOUVEAU(1): 832x624@75Hz
[    95.200] (II) NOUVEAU(1): 1024x768@60Hz
[    95.200] (II) NOUVEAU(1): 1024x768@75Hz
[    95.200] (II) NOUVEAU(1): 1280x1024@75Hz
[    95.200] (II) NOUVEAU(1): 1152x864@75Hz
[    95.200] (II) NOUVEAU(1): Manufacturer's mask: 0
[    95.200] (II) NOUVEAU(1): Supported standard timings:
[    95.200] (II) NOUVEAU(1): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    95.200] (II) NOUVEAU(1): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    95.200] (II) NOUVEAU(1): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    95.200] (II) NOUVEAU(1): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    95.200] (II) NOUVEAU(1): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    95.200] (II) NOUVEAU(1): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    95.200] (II) NOUVEAU(1): Supported detailed timing:
[    95.200] (II) NOUVEAU(1): clock: 148.5 MHz   Image Size:  598 x 336 mm
[    95.200] (II) NOUVEAU(1): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    95.200] (II) NOUVEAU(1): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    95.200] (II) NOUVEAU(1): Serial No: D4H07894SL0
[    95.200] (II) NOUVEAU(1): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    95.200] (II) NOUVEAU(1): Monitor name: ZOWIE RL LCD
[    95.200] (II) NOUVEAU(1): Supported detailed timing:
[    95.200] (II) NOUVEAU(1): clock: 148.5 MHz   Image Size:  598 x 336 mm
[    95.200] (II) NOUVEAU(1): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    95.200] (II) NOUVEAU(1): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    95.200] (II) NOUVEAU(1): Supported detailed timing:
[    95.200] (II) NOUVEAU(1): clock: 74.2 MHz   Image Size:  598 x 336 mm
[    95.200] (II) NOUVEAU(1): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    95.200] (II) NOUVEAU(1): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    95.200] (II) NOUVEAU(1): Supported detailed timing:
[    95.200] (II) NOUVEAU(1): clock: 74.2 MHz   Image Size:  598 x 336 mm
[    95.200] (II) NOUVEAU(1): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    95.201] (II) NOUVEAU(1): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    95.201] (II) NOUVEAU(1): Supported detailed timing:
[    95.201] (II) NOUVEAU(1): clock: 27.0 MHz   Image Size:  598 x 336 mm
[    95.201] (II) NOUVEAU(1): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    95.201] (II) NOUVEAU(1): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    95.201] (II) NOUVEAU(1): Number of EDID sections to follow: 1
[    95.201] (II) NOUVEAU(1): EDID (in hex):
[    95.201] (II) NOUVEAU(1):   00ffffffffffff0009d1507f45540000
[    95.201] (II) NOUVEAU(1):   0f1b0103803c22782eeab5a55751a126
[    95.201] (II) NOUVEAU(1):   0c5054a56b80d1c081c081008180a9c0
[    95.201] (II) NOUVEAU(1):   b30001010101023a801871382d40582c
[    95.201] (II) NOUVEAU(1):   450056502100001e000000ff00443448
[    95.201] (II) NOUVEAU(1):   3037383934534c300a20000000fd0032
[    95.201] (II) NOUVEAU(1):   4c1e5311000a202020202020000000fc
[    95.201] (II) NOUVEAU(1):   005a4f57494520524c204c43440a0142
[    95.201] (II) NOUVEAU(1):   020322f14f9005040302011112131406
[    95.201] (II) NOUVEAU(1):   0715161f2309070765030c0020008301
[    95.201] (II) NOUVEAU(1):   0000023a801871382d40582c45005650
[    95.201] (II) NOUVEAU(1):   2100001f011d8018711c1620582c2500
[    95.201] (II) NOUVEAU(1):   56502100009f011d007251d01e206e28
[    95.201] (II) NOUVEAU(1):   550056502100001e8c0ad08a20e02d10
[    95.201] (II) NOUVEAU(1):   103e9600565021000018000000000000
[    95.201] (II) NOUVEAU(1):   00000000000000000000000000000037
[    95.201] (II) NOUVEAU(1): Printing probed modes for output HDMI-3
[    95.201] (II) NOUVEAU(1): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    95.201] (II) NOUVEAU(1): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    95.201] (II) NOUVEAU(1): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    95.201] (II) NOUVEAU(1): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
...
[    95.253] (II) NOUVEAU(1): EDID for output DP-4
[    95.253] (II) NOUVEAU(1): Output DVI-D-1 disconnected
[    95.253] (II) NOUVEAU(1): Output DP-2 disconnected
[    95.253] (II) NOUVEAU(1): Output DP-3 disconnected
[    95.253] (II) NOUVEAU(1): Output HDMI-3 connected
[    95.253] (II) NOUVEAU(1): Output DP-4 disconnected
[    95.253] (II) NOUVEAU(1): Using exact sizes for initial modes
[    95.253] (II) NOUVEAU(1): Output HDMI-3 using initial mode 1920x1080 +0+0
[    95.253] (==) NOUVEAU(1): Using gamma correction (1.0, 1.0, 1.0)
[    95.253] (II) NOUVEAU(1): Virtual size is 1920x1080 (pitch 0)
[    95.253] (**) NOUVEAU(1):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[    95.253] (II) NOUVEAU(1): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
...
[    95.253] (==) NOUVEAU(1): DPI set to (96, 96)
[    95.253] (II) Loading sub module "fb"
[    95.253] (II) LoadModule: "fb"
[    95.253] (II) Loading /usr/lib/xorg/modules/libfb.so
[    95.256] (II) Module fb: vendor="X.Org Foundation"
[    95.256]    compiled for 1.20.0, module version = 1.0.0
[    95.256]    ABI class: X.Org ANSI C Emulation, version 0.4
[    95.256] (II) Loading sub module "shadowfb"
[    95.256] (II) LoadModule: "shadowfb"
[    95.256] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    95.256] (II) Module shadowfb: vendor="X.Org Foundation"
[    95.256]    compiled for 1.20.0, module version = 1.0.0
[    95.256]    ABI class: X.Org ANSI C Emulation, version 0.4
[    95.258] (II) intel(0): SNA initialized with Skylake (gen9) backend
[    95.258] (==) intel(0): Backing store enabled
[    95.258] (==) intel(0): Silken mouse disabled
[    95.258] (II) intel(0): HW Cursor enabled
[    95.258] (==) intel(0): DPMS enabled
[    95.258] (==) intel(0): Display hotplug detection enabled
[    95.258] (II) intel(0): [DRI2] Setup complete
[    95.258] (II) intel(0): [DRI2]   DRI driver: i965
[    95.258] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    95.258] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    95.258] (II) intel(0): hardware support for Present enabled
[    95.261] (II) NOUVEAU(1): Channel setup complete.
[    95.262] (II) NOUVEAU(1): [COPY] async initialised.
[    95.262] (II) NOUVEAU(1): Hardware support for Present enabled
[    95.262] (II) NOUVEAU(1): [DRI2] Setup complete
[    95.262] (II) NOUVEAU(1): [DRI2]   DRI driver: nouveau
[    95.262] (II) NOUVEAU(1): [DRI2]   VDPAU driver: nouveau
[    95.262] (II) Loading sub module "exa"
[    95.262] (II) LoadModule: "exa"
    95.262] (II) Loading /usr/lib/xorg/modules/libexa.so
[    95.263] (II) Module exa: vendor="X.Org Foundation"
[    95.263]    compiled for 1.20.0, module version = 2.6.0
[    95.263]    ABI class: X.Org Video Driver, version 24.0
[    95.263] (II) EXA(1): Driver allocated offscreen pixmaps
[    95.263] (II) EXA(1): Driver registered support for the following operations:
[    95.263] (II)         Solid
[    95.263] (II)         Copy
[    95.263] (II)         Composite (RENDER acceleration)
[    95.263] (II)         UploadToScreen
[    95.263] (II)         DownloadFromScreen
[    95.263] (==) NOUVEAU(1): Backing store enabled
[    95.263] (==) NOUVEAU(1): Silken mouse disabled
[    95.263] (II) NOUVEAU(1): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    95.263] (II) NOUVEAU(1): [XvMC] Extension initialized.
[    95.263] (==) NOUVEAU(1): DPMS enabled
[    95.263] (II) Initializing extension Generic Event Extension
[    95.263] (II) Initializing extension SHAPE
[    95.263] (II) Initializing extension MIT-SHM
[    95.263] (II) Initializing extension XInputExtension
[    95.263] (II) Initializing extension XTEST
[    95.263] (II) Initializing extension BIG-REQUESTS
[    95.263] (II) Initializing extension SYNC
[    95.263] (II) Initializing extension XKEYBOARD
[    95.263] (II) Initializing extension XC-MISC
[    95.263] (II) Initializing extension SECURITY
[    95.263] (II) Initializing extension XFIXES
[    95.263] (II) Initializing extension RENDER
[    95.263] (II) Initializing extension RANDR
[    95.263] (II) Initializing extension COMPOSITE
[    95.263] (II) Initializing extension DAMAGE
[    95.263] (II) Initializing extension MIT-SCREEN-SAVER
[    95.263] (II) Initializing extension DOUBLE-BUFFER
[    95.263] (II) Initializing extension RECORD
[    95.263] (II) Initializing extension DPMS
[    95.263] (II) Initializing extension Present
[    95.263] (II) Initializing extension DRI3
[    95.263] (II) Initializing extension X-Resource
[    95.263] (II) Initializing extension XVideo
[    95.263] (II) Initializing extension XVideo-MotionCompensation
[    95.263] (II) Initializing extension GLX
[    95.297] (II) AIGLX: Loaded and initialized i965
[    95.297] (II) GLX: Initialized DRI2 GL provider for screen 0
[    95.528] (II) AIGLX: Loaded and initialized nouveau
[    95.528] (II) GLX: Initialized DRI2 GL provider for screen 1
[    95.528] (II) Initializing extension XFree86-VidModeExtension
[    95.528] (II) Initializing extension XFree86-DGA
[    95.528] (II) Initializing extension XFree86-DRI
[    95.528] (II) Initializing extension DRI2
[    95.535] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI2 using pipe 0, position (0, 0), rotation normal, reflection none
[    95.544] (II) intel(0): Setting screen physical size to 508 x 285
[    95.546] (II) NOUVEAU(1): NVEnterVT is called.
[    95.577] (II) NOUVEAU(1): Setting screen physical size to 508 x 285
[    95.577] resize called 1920 1080
[    95.619] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    95.619] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    95.619] (II) LoadModule: "libinput"
[    95.619] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    95.623] (II) Module libinput: vendor="X.Org Foundation"
[    95.623]    compiled for 1.19.6, module version = 0.27.1
[    95.623]    Module class: X.Org XInput Driver
[    95.623]    ABI class: X.Org XInput driver, version 24.1
[    95.623] (II) Using input driver 'libinput' for 'Power Button'
[    95.623] (**) Power Button: always reports core events
[    95.623] (**) Option "Device" "/dev/input/event2"
[    95.623] (**) Option "_source" "server/udev"
[    95.623] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    95.623] (II) event2  - Power Button: device is a keyboard
[    95.623] (II) event2  - Power Button: device removed
[    95.644] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    95.644] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    95.644] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    95.644] (II) event2  - Power Button: device is a keyboard
[    95.645] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    95.645] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    95.645] (II) Using input driver 'libinput' for 'Video Bus'
[    95.645] (**) Video Bus: always reports core events
[    95.645] (**) Option "Device" "/dev/input/event8"
[    95.645] (**) Option "_source" "server/udev"
[    95.645] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    95.645] (II) event8  - Video Bus: device is a keyboard
[    95.645] (II) event8  - Video Bus: device removed
[    95.694] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8"
[    95.694] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    95.695] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    95.695] (II) event8  - Video Bus: device is a keyboard
[    95.696] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    95.696] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    95.696] (II) Using input driver 'libinput' for 'Power Button'
[    95.696] (**) Power Button: always reports core events
[    95.696] (**) Option "Device" "/dev/input/event1"
[    95.696] (**) Option "_source" "server/udev"
[    95.697] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    95.697] (II) event1  - Power Button: device is a keyboard
...
[    95.746] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
[    95.746] (II) No input driver specified, ignoring this device.
[    95.746] (II) This device may have been added with another device file.
[    95.746] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[    95.747] (II) No input driver specified, ignoring this device.
[    95.747] (II) This device may have been added with another device file.
[    95.747] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event24)
[    95.747] (II) No input driver specified, ignoring this device.
[    95.747] (II) This device may have been added with another device file.
[    95.748] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[    95.748] (II) No input driver specified, ignoring this device.
[    95.748] (II) This device may have been added with another device file.
...
[   120.636] (II) AIGLX: Suspending AIGLX clients for VT switch
[   120.644] (II) AIGLX: Suspending AIGLX clients for VT switch
[   120.644] (II) NOUVEAU(1): NVLeaveVT is called.
[   122.075] (II) AIGLX: Resuming AIGLX clients after VT switch
[   122.075] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI2 using pipe 0, position (0, 0), rotatio
n normal, reflection none
[   122.144] (II) AIGLX: Resuming AIGLX clients after VT switch
[   122.144] (II) NOUVEAU(1): NVEnterVT is called.
[   122.350] (II) NOUVEAU(1): EDID vendor "BNQ", prod id 32592
[   122.350] (II) NOUVEAU(1): Using hsync ranges from config file
[   122.350] (II) NOUVEAU(1): Using vrefresh ranges from config file
[   122.350] (II) NOUVEAU(1): Printing DDC gathered Modelines:
[   122.350] (II) NOUVEAU(1): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 
+hsync +vsync (67.5 kHz eP)
...
[   126.370] (II) AIGLX: Suspending AIGLX clients for VT switch
[   126.377] (II) AIGLX: Suspending AIGLX clients for VT switch
[   126.377] (II) NOUVEAU(1): NVLeaveVT is called.
[   140.687] (II) UnloadModule: "libinput"
[   140.687] (II) UnloadModule: "libinput"
[   140.687] (II) UnloadModule: "libinput"
[   140.687] (II) UnloadModule: "libinput"
[   140.687] (II) UnloadModule: "libinput"
[   140.687] (II) UnloadModule: "libinput"
[   140.687] (II) UnloadModule: "libinput"
[   140.688] (II) UnloadModule: "libinput"
[   140.688] (II) UnloadModule: "libinput"
[   140.813] (II) Server terminated successfully (0). Closing log file.

Offline

#4 2018-05-23 11:43:46

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,217

Re: [Solved] Nouveau nvidia error

This looks some autogenerated file, please notice that the Mouse0 and Keyboard0 sections are complete nonsense - nobody uses the linked drivers anymore and you don't have them installed.

Anyway, it's a Zaphod setup, so we don't have to worry about output offloading.
Please try using the modesetting driver instead of xf86-video-nouveau (and possibly instead of xf86-video-intel as well) - there're already numerous reports about incompatibilities w/ the 1.20 server.

Offline

#5 2018-05-23 12:51:36

cerebov
Member
Registered: 2018-05-22
Posts: 3

Re: [Solved] Nouveau nvidia error

Thanks mate,
A bit of tinkering and that appears to have fixed it.

Offline

Board footer

Powered by FluxBB