You are not logged in.

#1 2014-01-14 23:30:27

rennis250
Member
Registered: 2009-07-26
Posts: 18

[SOLVED] Nouveau drivers - GLX broken? Was working...

Hello,

Two days ago, I updated two of my Arch x86_64 machines and have found that the nouveau driver<->GLX layer no longer works on either machine.

For instance,

$ glxgears
Error: couldn't get an RGB, Double-buffered visual

$ glxinfo
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig
Error: couldn't find RGB GLX visual or fbconfig

When trying to start up a basic GLFW instance, I receive:

GLX not supported

Blender returns the following:

$ blender
/build/blender/src/blender-2.69.a0dbee6e/intern/ghost/intern/GHOST_WindowX11.cpp:199: X11 glXQueryVersion() failed, verify working openGL system!
initial window could not find the GLX extension, exit!

I'm running the CK kernel, but I have tried a few other kernel versions (LTS, stock), and the problem occurs there, too.

Dmesg (from my laptop; will send desktop dmesg later) seems to indicate that everything is okay:

[   11.755082] nouveau  [     PFB][0000:02:00.0] RAM type: stolen system memory
[   11.755086] nouveau  [     PFB][0000:02:00.0] RAM size: 256 MiB
[   11.755088] nouveau  [     PFB][0000:02:00.0]    ZCOMP: 0 tags
[   11.788972] nouveau  [  PTHERM][0000:02:00.0] FAN control: none / external
[   11.788985] nouveau  [  PTHERM][0000:02:00.0] fan management: disabled
[   11.788989] nouveau  [  PTHERM][0000:02:00.0] internal sensor: yes
[   11.789291] [TTM] Zone  kernel: Available graphics memory: 894008 kiB
[   11.789294] [TTM] Initializing pool allocator
[   11.789298] [TTM] Initializing DMA pool allocator
[   11.789310] nouveau  [     DRM] VRAM: 256 MiB
[   11.789311] nouveau  [     DRM] GART: 1048576 MiB
[   11.789317] nouveau  [     DRM] TMDS table version 2.0
[   11.789319] nouveau  [     DRM] DCB version 4.0
[   11.789321] nouveau  [     DRM] DCB outp 00: 01000123 00010014
[   11.789324] nouveau  [     DRM] DCB outp 01: 02021232 00000010
[   11.789326] nouveau  [     DRM] DCB outp 02: 02021286 0f220010
[   11.789328] nouveau  [     DRM] DCB conn 00: 00000040
[   11.789331] nouveau  [     DRM] DCB conn 01: 0000a146
[   11.798136] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   11.798138] [drm] No driver support for vblank timestamp query.
[   11.810268] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00020002 FAULT at 0x100220
[   11.822455] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x100224
[   11.834455] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x100228
[   11.834804] Adding 4194300k swap on /dev/sda3.  Priority:-1 extents:1 across:4194300k FS
[   11.848634] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x10022c
[   11.860636] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x100230
[   11.873633] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x100238
[   11.896629] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x10023c
[   11.908636] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x100240
[   11.920707] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x100228
[   11.932967] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x1002c0
[   11.945961] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x1002e0
[   11.968958] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x1002e4
[   11.970097] nouveau  [     DRM] 4 available performance level(s)
[   11.970103] nouveau  [     DRM] 0: core 100MHz shader 200MHz voltage 900mV fanspeed 100%
[   11.970106] nouveau  [     DRM] 1: core 150MHz shader 300MHz voltage 900mV fanspeed 100%
[   11.970109] nouveau  [     DRM] 2: core 350MHz shader 800MHz voltage 900mV fanspeed 100%
[   11.970112] nouveau  [     DRM] 3: core 450MHz shader 1100MHz voltage 1010mV fanspeed 100%
[   11.970115] nouveau  [     DRM] c:
[   11.981571] nouveau  [     DRM] MM: using M2MF for buffer copies
[   12.043269] nouveau  [     DRM] allocated 1280x800 fb: 0x50000, bo ffff88006e0b3000
[   12.043482] fbcon: nouveaufb (fb0) is primary device
[   12.048229] usbcore: registered new interface driver usbhid
[   12.048230] usbhid: USB HID core driver
[   12.100120] Console: switching to colour frame buffer device 160x50
[   12.103017] nouveau 0000:02:00.0: fb0: nouveaufb frame buffer device
[   12.103021] nouveau 0000:02:00.0: registered panic notifier
[   12.103028] [drm] Initialized nouveau 1.1.1 20120801 for 0000:02:00.0 on minor 0

Perhaps, the MMIO errors are trouble, but I have been receiving those for months without problems.

Any ideas? Odd that this occured on two separate machines... Anyone else seen this, lately?

Best,
Rob

Last edited by rennis250 (2014-02-01 17:38:52)

Offline

#2 2014-01-15 11:27:55

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

Re: [SOLVED] Nouveau drivers - GLX broken? Was working...

the glxinfo output suggests something is wrong with X setup, please post Xorg0.log files.


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)

Online

#3 2014-01-30 16:39:16

rennis250
Member
Registered: 2009-07-26
Posts: 18

Re: [SOLVED] Nouveau drivers - GLX broken? Was working...

Looks like everything is working fine.

[  1894.385] 
X.Org X Server 1.15.0
Release Date: 2013-12-27
[  1894.386] X Protocol Version 11, Revision 0
[  1894.386] Build Operating System: Linux 3.12.5-1-ARCH x86_64 
[  1894.387] Current Operating System: Linux RobGiessen 3.12.7-2-ck #1 SMP PREEMPT Sun Jan 12 12:20:59 EST 2014 x86_64
[  1894.387] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-ck root=/dev/sda4 ro quiet
[  1894.387] Build Date: 09 January 2014  08:47:24AM
[  1894.387]  
[  1894.388] Current version of pixman: 0.32.4
[  1894.388] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1894.388] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1894.389] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 30 14:49:43 2014
[  1894.453] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1894.453] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1894.495] (==) No Layout section.  Using the first Screen section.
[  1894.495] (==) No screen section available. Using defaults.
[  1894.495] (**) |-->Screen "Default Screen Section" (0)
[  1894.495] (**) |   |-->Monitor "<default monitor>"
[  1894.495] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1894.495] (==) Automatically adding devices
[  1894.495] (==) Automatically enabling devices
[  1894.495] (==) Automatically adding GPU devices
[  1894.571] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[  1894.571] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1894.571] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1894.571] (II) Loader magic: 0x804c80
[  1894.571] (II) Module ABI versions:
[  1894.571] 	X.Org ANSI C Emulation: 0.4
[  1894.571] 	X.Org Video Driver: 15.0
[  1894.571] 	X.Org XInput driver : 20.0
[  1894.571] 	X.Org Server Extension : 8.0
[  1894.571] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1894.574] (--) PCI:*(0:2:0:0) 10de:05e3:1682:2491 rev 161, Mem @ 0xf8000000/16777216, 0xd0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000bf00/128, BIOS @ 0x????????/524288
[  1894.574] (II) Open ACPI successful (/var/run/acpid.socket)
[  1894.574] Initializing built-in extension Generic Event Extension
[  1894.574] Initializing built-in extension SHAPE
[  1894.574] Initializing built-in extension MIT-SHM
[  1894.575] Initializing built-in extension XInputExtension
[  1894.575] Initializing built-in extension XTEST
[  1894.575] Initializing built-in extension BIG-REQUESTS
[  1894.576] Initializing built-in extension SYNC
[  1894.576] Initializing built-in extension XKEYBOARD
[  1894.576] Initializing built-in extension XC-MISC
[  1894.576] Initializing built-in extension SECURITY
[  1894.577] Initializing built-in extension XINERAMA
[  1894.577] Initializing built-in extension XFIXES
[  1894.577] Initializing built-in extension RENDER
[  1894.577] Initializing built-in extension RANDR
[  1894.578] Initializing built-in extension COMPOSITE
[  1894.578] Initializing built-in extension DAMAGE
[  1894.578] Initializing built-in extension MIT-SCREEN-SAVER
[  1894.578] Initializing built-in extension DOUBLE-BUFFER
[  1894.579] Initializing built-in extension RECORD
[  1894.579] Initializing built-in extension DPMS
[  1894.580] Initializing built-in extension Present
[  1894.580] Initializing built-in extension DRI3
[  1894.581] Initializing built-in extension X-Resource
[  1894.581] Initializing built-in extension XVideo
[  1894.581] Initializing built-in extension XVideo-MotionCompensation
[  1894.582] Initializing built-in extension XFree86-VidModeExtension
[  1894.582] Initializing built-in extension XFree86-DGA
[  1894.582] Initializing built-in extension XFree86-DRI
[  1894.583] Initializing built-in extension DRI2
[  1894.583] (II) "glx" will be loaded by default.
[  1894.583] (II) LoadModule: "dri2"
[  1894.583] (II) Module "dri2" already built-in
[  1894.583] (II) LoadModule: "glamoregl"
[  1894.583] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1894.693] (II) Module glamoregl: vendor="X.Org Foundation"
[  1894.693] 	compiled for 1.15.0, module version = 0.5.1
[  1894.693] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1894.693] (II) LoadModule: "glx"
[  1894.693] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1894.693] (II) Module glx: vendor="X.Org Foundation"
[  1894.693] 	compiled for 1.15.0, module version = 1.0.0
[  1894.693] 	ABI class: X.Org Server Extension, version 8.0
[  1894.693] (==) AIGLX enabled
[  1894.693] Loading extension GLX
[  1894.693] (==) Matched nouveau as autoconfigured driver 0
[  1894.693] (==) Matched nvidia as autoconfigured driver 1
[  1894.693] (==) Matched nv as autoconfigured driver 2
[  1894.693] (==) Matched nouveau as autoconfigured driver 3
[  1894.693] (==) Matched nvidia as autoconfigured driver 4
[  1894.693] (==) Matched nv as autoconfigured driver 5
[  1894.693] (==) Matched modesetting as autoconfigured driver 6
[  1894.693] (==) Matched fbdev as autoconfigured driver 7
[  1894.694] (==) Matched vesa as autoconfigured driver 8
[  1894.694] (==) Assigned the driver to the xf86ConfigLayout
[  1894.694] (II) LoadModule: "nouveau"
[  1894.694] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[  1894.694] (II) Module nouveau: vendor="X.Org Foundation"
[  1894.694] 	compiled for 1.15.0, module version = 1.0.10
[  1894.694] 	Module class: X.Org Video Driver
[  1894.694] 	ABI class: X.Org Video Driver, version 15.0
[  1894.694] (II) LoadModule: "nvidia"
[  1894.710] (WW) Warning, couldn't open module nvidia
[  1894.710] (II) UnloadModule: "nvidia"
[  1894.710] (II) Unloading nvidia
[  1894.710] (EE) Failed to load module "nvidia" (module does not exist, 0)
[  1894.710] (II) LoadModule: "nv"
[  1894.710] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
[  1894.719] (II) Module nv: vendor="X.Org Foundation"
[  1894.719] 	compiled for 1.15.0, module version = 2.1.20
[  1894.719] 	Module class: X.Org Video Driver
[  1894.719] 	ABI class: X.Org Video Driver, version 15.0
[  1894.719] (II) LoadModule: "modesetting"
[  1894.719] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1894.730] (II) Module modesetting: vendor="X.Org Foundation"
[  1894.730] 	compiled for 1.15.0, module version = 0.8.1
[  1894.730] 	Module class: X.Org Video Driver
[  1894.730] 	ABI class: X.Org Video Driver, version 15.0
[  1894.730] (II) LoadModule: "fbdev"
[  1894.731] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1894.736] (II) Module fbdev: vendor="X.Org Foundation"
[  1894.736] 	compiled for 1.15.0, module version = 0.4.4
[  1894.736] 	Module class: X.Org Video Driver
[  1894.736] 	ABI class: X.Org Video Driver, version 15.0
[  1894.736] (II) LoadModule: "vesa"
[  1894.736] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1894.736] (II) Module vesa: vendor="X.Org Foundation"
[  1894.736] 	compiled for 1.15.0, module version = 2.3.2
[  1894.736] 	Module class: X.Org Video Driver
[  1894.736] 	ABI class: X.Org Video Driver, version 15.0
[  1894.736] (II) NOUVEAU driver 
[  1894.736] (II) NOUVEAU driver for NVIDIA chipset families :
[  1894.736] 	RIVA TNT        (NV04)
[  1894.736] 	RIVA TNT2       (NV05)
[  1894.736] 	GeForce 256     (NV10)
[  1894.736] 	GeForce 2       (NV11, NV15)
[  1894.736] 	GeForce 4MX     (NV17, NV18)
[  1894.736] 	GeForce 3       (NV20)
[  1894.736] 	GeForce 4Ti     (NV25, NV28)
[  1894.737] 	GeForce FX      (NV3x)
[  1894.737] 	GeForce 6       (NV4x)
[  1894.737] 	GeForce 7       (G7x)
[  1894.737] 	GeForce 8       (G8x)
[  1894.737] 	GeForce GTX 200 (NVA0)
[  1894.737] 	GeForce GTX 400 (NVC0)
[  1894.737] (II) NOUVEAU driver 
[  1894.737] (II) NOUVEAU driver for NVIDIA chipset families :
[  1894.737] 	RIVA TNT        (NV04)
[  1894.737] 	RIVA TNT2       (NV05)
[  1894.737] 	GeForce 256     (NV10)
[  1894.737] 	GeForce 2       (NV11, NV15)
[  1894.737] 	GeForce 4MX     (NV17, NV18)
[  1894.737] 	GeForce 3       (NV20)
[  1894.737] 	GeForce 4Ti     (NV25, NV28)
[  1894.737] 	GeForce FX      (NV3x)
[  1894.737] 	GeForce 6       (NV4x)
[  1894.737] 	GeForce 7       (G7x)
[  1894.737] 	GeForce 8       (G8x)
[  1894.737] 	GeForce GTX 200 (NVA0)
[  1894.737] 	GeForce GTX 400 (NVC0)
[  1894.737] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1894.737] (II) FBDEV: driver for framebuffer: fbdev
[  1894.737] (II) VESA: driver for VESA chipsets: vesa
[  1894.737] (++) using VT number 1

[  1894.737] (II) [drm] nouveau interface version: 1.1.1
[  1894.737] (WW) Falling back to old probe method for modesetting
[  1894.737] (WW) Falling back to old probe method for fbdev
[  1894.737] (II) Loading sub module "fbdevhw"
[  1894.737] (II) LoadModule: "fbdevhw"
[  1894.738] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1894.738] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1894.738] 	compiled for 1.15.0, module version = 0.0.2
[  1894.738] 	ABI class: X.Org Video Driver, version 15.0
[  1894.738] (WW) Falling back to old probe method for vesa
[  1894.738] (II) Loading sub module "dri2"
[  1894.738] (II) LoadModule: "dri2"
[  1894.738] (II) Module "dri2" already built-in
[  1894.738] (--) NOUVEAU(0): Chipset: "NVIDIA NVA0"
[  1894.738] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1894.738] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[  1894.738] (==) NOUVEAU(0): RGB weight 888
[  1894.738] (==) NOUVEAU(0): Default visual is TrueColor
[  1894.738] (==) NOUVEAU(0): Using HW cursor
[  1894.738] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[  1894.738] (==) NOUVEAU(0): Page flipping enabled
[  1894.738] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
[  1894.800] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[  1894.829] (II) NOUVEAU(0): Output DVI-I-2 has no monitor section
[  1894.853] (II) NOUVEAU(0): EDID for output DVI-I-1
[  1894.882] (II) NOUVEAU(0): EDID for output DVI-I-2
[  1894.882] (II) NOUVEAU(0): Manufacturer: SAM  Model: 612  Serial#: 1463956023
[  1894.882] (II) NOUVEAU(0): Year: 2010  Week: 45
[  1894.882] (II) NOUVEAU(0): EDID Version: 1.3
[  1894.882] (II) NOUVEAU(0): Digital Display Input
[  1894.882] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[  1894.882] (II) NOUVEAU(0): Gamma: 2.20
[  1894.882] (II) NOUVEAU(0): DPMS capabilities: Off
[  1894.882] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1894.882] (II) NOUVEAU(0): First detailed timing is preferred mode
[  1894.882] (II) NOUVEAU(0): redX: 0.647 redY: 0.334   greenX: 0.284 greenY: 0.607
[  1894.882] (II) NOUVEAU(0): blueX: 0.151 blueY: 0.071   whiteX: 0.312 whiteY: 0.329
[  1894.882] (II) NOUVEAU(0): Supported established timings:
[  1894.882] (II) NOUVEAU(0): 640x480@60Hz
[  1894.882] (II) NOUVEAU(0): 800x600@56Hz
[  1894.882] (II) NOUVEAU(0): 800x600@60Hz
[  1894.882] (II) NOUVEAU(0): 1024x768@60Hz
[  1894.882] (II) NOUVEAU(0): Manufacturer's mask: 0
[  1894.882] (II) NOUVEAU(0): Supported standard timings:
[  1894.882] (II) NOUVEAU(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[  1894.882] (II) NOUVEAU(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  1894.882] (II) NOUVEAU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1894.882] (II) NOUVEAU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  1894.882] (II) NOUVEAU(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[  1894.882] (II) NOUVEAU(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  1894.882] (II) NOUVEAU(0): Supported detailed timing:
[  1894.882] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  604 x 342 mm
[  1894.882] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1894.882] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1894.882] (II) NOUVEAU(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[  1894.882] (II) NOUVEAU(0): Monitor name: SyncMaster
[  1894.882] (II) NOUVEAU(0): Serial No: H9MZB02229
[  1894.882] (II) NOUVEAU(0): EDID (in hex):
[  1894.882] (II) NOUVEAU(0): 	00ffffffffffff004c2d120637324257
[  1894.882] (II) NOUVEAU(0): 	2d140103803c22782aeed1a555489b26
[  1894.882] (II) NOUVEAU(0): 	1250542308008100814081809500a940
[  1894.882] (II) NOUVEAU(0): 	b30001010101023a801871382d40582c
[  1894.882] (II) NOUVEAU(0): 	45005c562100001e000000fd00383c1e
[  1894.882] (II) NOUVEAU(0): 	5111000a202020202020000000fc0053
[  1894.882] (II) NOUVEAU(0): 	796e634d61737465720a2020000000ff
[  1894.882] (II) NOUVEAU(0): 	0048394d5a4230323232390a20200033
[  1894.882] (II) NOUVEAU(0): Printing probed modes for output DVI-I-2
[  1894.882] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  1894.882] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  1894.882] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  1894.882] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1894.882] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  1894.882] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1894.882] (II) NOUVEAU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  1894.882] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1894.882] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1894.882] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1894.882] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1894.882] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[  1894.882] (II) NOUVEAU(0): Output DVI-I-2 connected
[  1894.882] (II) NOUVEAU(0): Using exact sizes for initial modes
[  1894.882] (II) NOUVEAU(0): Output DVI-I-2 using initial mode 1920x1080
[  1894.882] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1894.882] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
[  1894.882] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[  1894.882] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  1894.882] (**) NOUVEAU(0):  Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
[  1894.882] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  1894.882] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[  1894.882] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  1894.882] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[  1894.882] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1894.883] (**) NOUVEAU(0):  Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
[  1894.883] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  1894.883] (**) NOUVEAU(0):  Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[  1894.883] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1894.883] (**) NOUVEAU(0):  Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
[  1894.883] (II) NOUVEAU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  1894.883] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[  1894.883] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1894.883] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[  1894.883] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1894.883] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[  1894.883] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1894.883] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[  1894.883] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1894.883] (==) NOUVEAU(0): DPI set to (96, 96)
[  1894.883] (II) Loading sub module "fb"
[  1894.883] (II) LoadModule: "fb"
[  1894.883] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1894.883] (II) Module fb: vendor="X.Org Foundation"
[  1894.883] 	compiled for 1.15.0, module version = 1.0.0
[  1894.883] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1894.883] (II) Loading sub module "exa"
[  1894.883] (II) LoadModule: "exa"
[  1894.883] (II) Loading /usr/lib/xorg/modules/libexa.so
[  1894.883] (II) Module exa: vendor="X.Org Foundation"
[  1894.883] 	compiled for 1.15.0, module version = 2.6.0
[  1894.883] 	ABI class: X.Org Video Driver, version 15.0
[  1894.883] (II) Loading sub module "shadowfb"
[  1894.883] (II) LoadModule: "shadowfb"
[  1894.883] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[  1894.883] (II) Module shadowfb: vendor="X.Org Foundation"
[  1894.883] 	compiled for 1.15.0, module version = 1.0.0
[  1894.883] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1894.883] (II) UnloadModule: "nv"
[  1894.883] (II) Unloading nv
[  1894.883] (II) UnloadModule: "modesetting"
[  1894.883] (II) Unloading modesetting
[  1894.883] (II) UnloadModule: "fbdev"
[  1894.883] (II) Unloading fbdev
[  1894.883] (II) UnloadSubModule: "fbdevhw"
[  1894.883] (II) Unloading fbdevhw
[  1894.883] (II) UnloadModule: "vesa"
[  1894.883] (II) Unloading vesa
[  1894.883] (--) Depth 24 pixmap format is 32 bpp
[  1894.886] (II) NOUVEAU(0): Opened GPU channel 0
[  1894.901] (II) NOUVEAU(0): [DRI2] Setup complete
[  1894.901] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[  1894.901] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[  1894.903] (II) EXA(0): Driver allocated offscreen pixmaps
[  1894.903] (II) EXA(0): Driver registered support for the following operations:
[  1894.903] (II)         Solid
[  1894.903] (II)         Copy
[  1894.903] (II)         Composite (RENDER acceleration)
[  1894.903] (II)         UploadToScreen
[  1894.903] (II)         DownloadFromScreen
[  1894.903] (==) NOUVEAU(0): Backing store enabled
[  1894.903] (==) NOUVEAU(0): Silken mouse enabled
[  1894.903] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[  1894.903] (II) NOUVEAU(0): [XvMC] Extension initialized.
[  1894.903] (==) NOUVEAU(0): DPMS enabled
[  1894.903] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1894.904] (--) RandR disabled
[  1894.908] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/nouveau_dri.so failed (libLLVM-3.4.so: cannot open shared object file: No such file or directory)
[  1894.908] (EE) AIGLX: reverting to software rendering
[  1894.932] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/swrast_dri.so failed (libLLVM-3.4.so: cannot open shared object file: No such file or directory)
[  1894.932] (EE) GLX: could not load software renderer
[  1894.932] (II) GLX: no usable GL providers found for screen 0
[  1894.935] (II) NOUVEAU(0): NVEnterVT is called.
[  1894.960] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
[  1894.960] resize called 1920 1080
[  1895.256] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  1895.256] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1895.256] (II) LoadModule: "evdev"
[  1895.256] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1895.256] (II) Module evdev: vendor="X.Org Foundation"
[  1895.256] 	compiled for 1.15.0, module version = 2.8.2
[  1895.256] 	Module class: X.Org XInput Driver
[  1895.256] 	ABI class: X.Org XInput driver, version 20.0
[  1895.256] (II) Using input driver 'evdev' for 'Power Button'
[  1895.256] (**) Power Button: always reports core events
[  1895.256] (**) evdev: Power Button: Device: "/dev/input/event4"
[  1895.256] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1895.256] (--) evdev: Power Button: Found keys
[  1895.256] (II) evdev: Power Button: Configuring as keyboard
[  1895.256] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[  1895.256] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1895.256] (**) Option "xkb_rules" "evdev"
[  1895.256] (**) Option "xkb_model" "pc104"
[  1895.256] (**) Option "xkb_layout" "us"
[  1895.281] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1895.281] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1895.281] (II) Using input driver 'evdev' for 'Power Button'
[  1895.281] (**) Power Button: always reports core events
[  1895.281] (**) evdev: Power Button: Device: "/dev/input/event3"
[  1895.281] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1895.281] (--) evdev: Power Button: Found keys
[  1895.281] (II) evdev: Power Button: Configuring as keyboard
[  1895.281] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5/event3"
[  1895.281] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1895.281] (**) Option "xkb_rules" "evdev"
[  1895.281] (**) Option "xkb_model" "pc104"
[  1895.281] (**) Option "xkb_layout" "us"
[  1895.281] (II) config/udev: Adding drm device (/dev/dri/card0)
[  1895.282] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event0)
[  1895.282] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[  1895.282] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[  1895.282] (**) USB Optical Mouse: always reports core events
[  1895.282] (**) evdev: USB Optical Mouse: Device: "/dev/input/event0"
[  1895.282] (--) evdev: USB Optical Mouse: Vendor 0x461 Product 0x4d81
[  1895.282] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
[  1895.282] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[  1895.282] (--) evdev: USB Optical Mouse: Found relative axes
[  1895.282] (--) evdev: USB Optical Mouse: Found x and y relative axes
[  1895.282] (II) evdev: USB Optical Mouse: Configuring as mouse
[  1895.282] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[  1895.282] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[  1895.282] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1895.282] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input2/event0"
[  1895.282] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 8)
[  1895.282] (II) evdev: USB Optical Mouse: initialized for relative axes.
[  1895.282] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[  1895.282] (**) USB Optical Mouse: (accel) acceleration profile 0
[  1895.282] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[  1895.282] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[  1895.282] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[  1895.282] (II) No input driver specified, ignoring this device.
[  1895.282] (II) This device may have been added with another device file.
[  1895.282] (II) config/udev: Adding input device HID 046a:0021 (/dev/input/event1)
[  1895.282] (**) HID 046a:0021: Applying InputClass "evdev keyboard catchall"
[  1895.282] (II) Using input driver 'evdev' for 'HID 046a:0021'
[  1895.283] (**) HID 046a:0021: always reports core events
[  1895.283] (**) evdev: HID 046a:0021: Device: "/dev/input/event1"
[  1895.283] (--) evdev: HID 046a:0021: Vendor 0x46a Product 0x21
[  1895.283] (--) evdev: HID 046a:0021: Found keys
[  1895.283] (II) evdev: HID 046a:0021: Configuring as keyboard
[  1895.283] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/input/input3/event1"
[  1895.283] (II) XINPUT: Adding extended input device "HID 046a:0021" (type: KEYBOARD, id 9)
[  1895.283] (**) Option "xkb_rules" "evdev"
[  1895.283] (**) Option "xkb_model" "pc104"
[  1895.283] (**) Option "xkb_layout" "us"
[  1895.283] (II) config/udev: Adding input device HID 046a:0021 (/dev/input/event2)
[  1895.283] (**) HID 046a:0021: Applying InputClass "evdev keyboard catchall"
[  1895.283] (II) Using input driver 'evdev' for 'HID 046a:0021'
[  1895.283] (**) HID 046a:0021: always reports core events
[  1895.283] (**) evdev: HID 046a:0021: Device: "/dev/input/event2"
[  1895.283] (--) evdev: HID 046a:0021: Vendor 0x46a Product 0x21
[  1895.283] (--) evdev: HID 046a:0021: Found 1 mouse buttons
[  1895.283] (--) evdev: HID 046a:0021: Found scroll wheel(s)
[  1895.283] (--) evdev: HID 046a:0021: Found relative axes
[  1895.283] (II) evdev: HID 046a:0021: Forcing relative x/y axes to exist.
[  1895.283] (--) evdev: HID 046a:0021: Found absolute axes
[  1895.283] (II) evdev: HID 046a:0021: Forcing absolute x/y axes to exist.
[  1895.283] (--) evdev: HID 046a:0021: Found keys
[  1895.283] (II) evdev: HID 046a:0021: Configuring as mouse
[  1895.283] (II) evdev: HID 046a:0021: Configuring as keyboard
[  1895.284] (II) evdev: HID 046a:0021: Adding scrollwheel support
[  1895.284] (**) evdev: HID 046a:0021: YAxisMapping: buttons 4 and 5
[  1895.284] (**) evdev: HID 046a:0021: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1895.284] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.1/input/input4/event2"
[  1895.284] (II) XINPUT: Adding extended input device "HID 046a:0021" (type: KEYBOARD, id 10)
[  1895.284] (**) Option "xkb_rules" "evdev"
[  1895.284] (**) Option "xkb_model" "pc104"
[  1895.284] (**) Option "xkb_layout" "us"
[  1895.284] (II) evdev: HID 046a:0021: initialized for relative axes.
[  1895.284] (WW) evdev: HID 046a:0021: ignoring absolute axes.
[  1895.284] (**) HID 046a:0021: (accel) keeping acceleration scheme 1
[  1895.284] (**) HID 046a:0021: (accel) acceleration profile 0
[  1895.284] (**) HID 046a:0021: (accel) acceleration factor: 2.000
[  1895.284] (**) HID 046a:0021: (accel) acceleration threshold: 4
[  1895.284] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[  1895.284] (II) No input driver specified, ignoring this device.
[  1895.284] (II) This device may have been added with another device file.
[  1895.285] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event14)
[  1895.285] (II) No input driver specified, ignoring this device.
[  1895.285] (II) This device may have been added with another device file.
[  1895.285] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event13)
[  1895.285] (II) No input driver specified, ignoring this device.
[  1895.285] (II) This device may have been added with another device file.
[  1895.285] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event12)
[  1895.285] (II) No input driver specified, ignoring this device.
[  1895.285] (II) This device may have been added with another device file.
[  1895.285] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event11)
[  1895.286] (II) No input driver specified, ignoring this device.
[  1895.286] (II) This device may have been added with another device file.
[  1895.286] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event10)
[  1895.286] (II) No input driver specified, ignoring this device.
[  1895.286] (II) This device may have been added with another device file.
[  1895.286] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event9)
[  1895.286] (II) No input driver specified, ignoring this device.
[  1895.286] (II) This device may have been added with another device file.
[  1895.286] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event8)
[  1895.286] (II) No input driver specified, ignoring this device.
[  1895.286] (II) This device may have been added with another device file.
[  1895.287] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event7)
[  1895.287] (II) No input driver specified, ignoring this device.
[  1895.287] (II) This device may have been added with another device file.
[  1895.287] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  1895.287] (II) No input driver specified, ignoring this device.
[  1895.287] (II) This device may have been added with another device file.
[  1898.535] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1554
[  1898.535] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[  1898.535] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[  1898.535] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  1898.535] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  1898.535] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1898.535] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1898.535] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1898.535] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1898.535] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  1898.535] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1898.535] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1898.535] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  1898.535] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  1898.535] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  1898.587] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1554
[  1898.587] (II) NOUVEAU(0): Using hsync ranges from config file
[  1898.587] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  1898.587] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  1898.587] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  1898.587] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1898.587] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1898.587] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1898.587] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1898.587] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  1898.587] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1898.588] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1898.588] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  1898.588] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  1898.588] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)

Thanks,
Rob

Offline

#4 2014-01-30 19:56:18

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

Re: [SOLVED] Nouveau drivers - GLX broken? Was working...

[  1894.908] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/nouveau_dri.so failed (libLLVM-3.4.so: cannot open shared object file: No such file or directory)
[  1894.908] (EE) AIGLX: reverting to software rendering
[  1894.932] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/swrast_dri.so failed (libLLVM-3.4.so: cannot open shared object file: No such file or directory)
[  1894.932] (EE) GLX: could not load software renderer
[  1894.932] (II) GLX: no usable GL providers found for screen 0

libLLVM-3.4.so belongs to package llvm-libs and should be in /usr/lib/ folder.

llvm-libs is  a dependency of mesa, so should be installed but it's better to verify it.

Edit : if llvm-libs is ok, you should check if nouveau-dri.so (belongs to nouveau-dri package) is present in /usr/lib/xorg/modules/dri .

Last edited by Lone_Wolf (2014-01-30 20:16:48)


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)

Online

#5 2014-01-31 17:44:46

rennis250
Member
Registered: 2009-07-26
Posts: 18

Re: [SOLVED] Nouveau drivers - GLX broken? Was working...

Ah, okay! I missed the error; thanks for catching that! Yes, I had downgraded LLVM to continue building a piece of software that I needed. Turns out that the software can now handle LLVM 3.4. Thought I had upgraded back to 3.4 to test out the problem, but apparently not. Upgrading put everything back in order!

Thanks for the help and sorry for the noise!

Best,
Rob

Offline

Board footer

Powered by FluxBB