You are not logged in.

#1 2022-11-09 07:39:00

1adog1
Member
Registered: 2022-11-09
Posts: 8

[SOLVED] Xorg and Driver Issues With a GeForce 210

Hi everyone! I'm a recent convert from Ubuntu and working on getting my first install fully up and running. Arch itself is working well but I'm running into a lot of difficulty in getting a desktop environment to run; specifically I'm attempting to use LightDM (with lightdm-gtk-greeter) as a display manager in conjunction with Budgie. On hardware this is a fairly old machine, a Dell OptiPlex 740 Mini Tower with an AMD Athlon 64 X2 Dual-Core processor, 6GB of RAM, a 500GB HDD, and a GeForce 210 GPU. GRUB is running in BIOS mode and booting without issue. I'm going to try to describe everything I've done so far to this end along with the errors I've encountered, my apologies if it gets a bit too verbose.

While in arch-chroot during the initial install process I installed xorg-server, xorg-xinit, lightdm, lightdm-gtk-greeter, xorg-server-zephyr, budgie-desktop, budgie-desktop-view, network-manager-applet, nvidia, and nvidia-utils. I also uncommented and populated the greeter-session lightdm config variable, and enabled lightdm.service. Also while this wasn't the case to begin with I did eventually manually create a minimal Xorg Configuration file at /etc/X11/xorg.conf.d/20-nvidia.conf:

Section "Device"
	Identifier "NVIDIA Card"
	Driver "nvidia"
	VendorName "NVIDIA Corporation"
	BoardName "GeForce 210"
EndSection

On first boot no GUI loads, and I'm just presented with a confirmation that arch started and a disk check on tty1. Logging into tty2 I can see that LightDM is active:

● lightdm.service - Light Display Manager
     Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; preset: disabled)
     Active: active (running) since Wed 2022-11-09 00:08:39 EST; 7min ago
       Docs: man:lightdm(1)
   Main PID: 348 (lightdm)
      Tasks: 3 (limit: 7100)
     Memory: 3.9M
        CPU: 45ms
     CGroup: /system.slice/lightdm.service
             └─348 /usr/bin/lightdm

Nov 09 00:08:39 arch-star systemd[1]: Starting Light Display Manager...
Nov 09 00:08:39 arch-star systemd[1]: Started Light Display Manager.

Attempting a startx I get a Connection refused error and the following log output:

[   580.999] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[   580.999] Current Operating System: Linux arch-star 6.0.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 03 Nov 2022 18:01:58 +0000 x86_64
[   580.999] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2febe3ec-55ff-4e6c-9506-3950d16bc070 rw loglevel=3 quiet
[   580.999]  
[   580.999] Current version of pixman: 0.42.2
[   580.999] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   580.999] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   580.999] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov  9 00:17:53 2022
[   581.000] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   581.000] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   581.000] (==) No Layout section.  Using the first Screen section.
[   581.000] (==) No screen section available. Using defaults.
[   581.000] (**) |-->Screen "Default Screen Section" (0)
[   581.000] (**) |   |-->Monitor "<default monitor>"
[   581.000] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   581.000] (**) |   |-->Device "NVIDIA Card"
[   581.000] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   581.001] (==) Automatically adding devices
[   581.001] (==) Automatically enabling devices
[   581.001] (==) Automatically adding GPU devices
[   581.001] (==) Automatically binding GPU devices
[   581.001] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   581.001] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   581.001] 	Entry deleted from font path.
[   581.001] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   581.001] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   581.001] 	Entry deleted from font path.
[   581.001] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   581.001] 	Entry deleted from font path.
[   581.001] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   581.001] 	Entry deleted from font path.
[   581.001] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   581.001] 	Entry deleted from font path.
[   581.001] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   581.001] 	Entry deleted from font path.
[   581.001] (==) FontPath set to:
	
[   581.001] (==) ModulePath set to "/usr/lib/xorg/modules"
[   581.001] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   581.001] (II) Module ABI versions:
[   581.001] 	X.Org ANSI C Emulation: 0.4
[   581.001] 	X.Org Video Driver: 25.2
[   581.001] 	X.Org XInput driver : 24.4
[   581.001] 	X.Org Server Extension : 10.0
[   581.002] (++) using VT number 2

[   581.005] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   581.012] (--) PCI:*(3@0:0:0) 10de:0a65:3842:1312 rev 162, Mem @ 0xf9000000/16777216, 0xc0000000/268435456, 0xde000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/131072
[   581.012] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   581.012] (II) LoadModule: "glx"
[   581.013] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   581.016] (II) Module glx: vendor="X.Org Foundation"
[   581.016] 	compiled for 1.21.1.4, module version = 1.0.0
[   581.016] 	ABI class: X.Org Server Extension, version 10.0
[   581.016] (II) LoadModule: "nvidia"
[   581.016] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   581.017] (II) Module nvidia: vendor="NVIDIA Corporation"
[   581.017] 	compiled for 1.6.99.901, module version = 1.0.0
[   581.017] 	Module class: X.Org Video Driver
[   581.017] (II) NVIDIA dlloader X Driver  520.56.06  Thu Oct  6 21:29:26 UTC 2022
[   581.017] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   581.018] (II) Loading sub module "fb"
[   581.018] (II) LoadModule: "fb"
[   581.018] (II) Module "fb" already built-in
[   581.018] (II) Loading sub module "wfb"
[   581.018] (II) LoadModule: "wfb"
[   581.018] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   581.018] (II) Module wfb: vendor="X.Org Foundation"
[   581.018] 	compiled for 1.21.1.4, module version = 1.0.0
[   581.018] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   581.018] (II) Loading sub module "ramdac"
[   581.018] (II) LoadModule: "ramdac"
[   581.018] (II) Module "ramdac" already built-in
[   581.019] (WW) NVIDIA(0): The NVIDIA GeForce 210 GPU installed in this system is
[   581.019] (WW) NVIDIA(0):     supported through the NVIDIA 340.xx Legacy drivers. Please
[   581.019] (WW) NVIDIA(0):     visit http://www.nvidia.com/object/unix.html for more
[   581.019] (WW) NVIDIA(0):     information.  The 520.56.06 NVIDIA driver will ignore this
[   581.019] (WW) NVIDIA(0):     GPU.  Continuing probe... 
[   581.019] (EE) No devices detected.
[   581.019] (EE) 
Fatal server error:
[   581.019] (EE) no screens found(EE) 
[   581.019] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   581.019] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   581.019] (EE) 
[   581.023] (EE) Server terminated with error (1). Closing log file.

On the NVIDIA page I saw that this 340.xx driver had an AUR package (nvidia-340xx-dkms), so I uninstalled nvidia and nvidia-utils and installed its dependencies. While attempting to build the package itself however I encountered an error I wasn't familiar with, followed by an uncountable number of lines of error output. I wasn't able to save this output due to a mix of the root restriction on makepkg and being unable to redirect output to the flashdrive I've been using to save these logs outside of a root terminal, but after deleting the folder, recloning, and attempting another package I was able to get a janky phone picture of the screen during the start of it: https://imgur.com/6vMf3e0.png. One of the dependencies was another AUR Package (nvidia-340xx-utils) which I was able to build and install without issue. I'll also note that earlier on I had attempted to use the open source Nouveau drivers, only to be met with a much larger set of errors from Xorg which led me to pursue the AUR drivers instead.

So that's where I'm at right now, at this point I'm looking to get a sanity check to ensure I'm not going down the wrong rabbit hole and didn't miss anything basic further up in the installation process. If any other information / logs / output is needed just let me know.

Last edited by 1adog1 (2022-11-10 14:38:28)

Offline

#2 2022-11-09 10:25:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,261

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

Is your header package installed correctly? I.e. you need linux-headers. And then you'll need to post the entire log output, as long as you have a working internet connection it should be trivial to post it to a pastebin:  https://wiki.archlinux.org/title/List_o … n_services

Offline

#3 2022-11-09 11:27:27

1adog1
Member
Registered: 2022-11-09
Posts: 8

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

I have linux-headers installed via pacman, I didn't see any additional setup instructions for that package. makepkg does actually eventually complete despite the 14,000 lines of errors, and pacman will even install it, but the NVIDIA Kernal failed when I try to use it with Xorg.

makepkg stdout log
makepkg stderr log

Offline

#4 2022-11-09 11:50:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,261

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

Well what's the kernel error? Post

journalctl -b

... Also there have been some invasive ACPI changes that might not be compatible with certain usecases in the 6.0 release of the kernel, I suggest you test linux-lts{-headers} (which is also a good test to check whether the dkms package installed correctly, as installation of a new kernel should trigger a dkms rebuild of the nvidia module)

Offline

#5 2022-11-09 19:55:20

1adog1
Member
Registered: 2022-11-09
Posts: 8

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

Using linux-lts has yielded some significant progress. The aforementioned legacy driver doesn't seem to be compatible with that kernal (it tried to install normal linux and linux-headers), so I switched back to Nouveau, deleted the xorg config file I was using for the legacy driver, and all of a sudden I'm able to load up LightDM and login through the GUI. However after logging in I'm not getting sent to a desktop, and instead being presented with an "Oh no! Something has gone wrong." error screen with a button to log out.

After a reboot I am now being sent to that login screen without any action required from tty2, however the error screen persists. Here's my full journal from that boot:
Journal Log

I see in there some references to gnome for some reason and a reference to freedesktop which was showing up in some earlier xorg errors, but nothing else stands out.

Offline

#6 2022-11-09 20:25:32

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

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

Using linux-lts has yielded some significant progress. The aforementioned legacy driver doesn't seem to be compatible with that kernal (it tried to install normal linux and linux-headers)

https://archlinux.org/packages/core/x86 … s-headers/

Nov 09 13:21:37 arch-machine gnome-session[437]: X Error of failed request:  BadValue (integer parameter out of range for operation)
Nov 09 13:21:37 arch-machine gnome-session[437]:   Major opcode of failed request:  152 (GLX)
Nov 09 13:21:37 arch-machine gnome-session[437]:   Minor opcode of failed request:  3 (X_GLXCreateContext)
Nov 09 13:21:37 arch-machine gnome-session[437]:   Value in failed request:  0x0
Nov 09 13:21:37 arch-machine gnome-session[437]:   Serial number of failed request:  19
Nov 09 13:21:37 arch-machine gnome-session[437]:   Current serial number in output stream:  20
Nov 09 13:21:37 arch-machine gnome-session[429]: gnome-session-check-accelerated: GL Helper exited with code 256
Nov 09 13:21:38 arch-machine gnome-session[440]: modprobe: FATAL: Module nvidia not found in directory /lib/modules/5.15.77-1-lts
Nov 09 13:21:38 arch-machine gnome-session-c[438]: eglGetDisplay() failed

Smells like a mix-up between the MESA and nvidia GL libraries, post your xorg log, https://wiki.archlinux.org/title/Xorg#General

Fyi: it's "kernEl", not "kernAl"

Offline

#7 2022-11-10 00:17:02

1adog1
Member
Registered: 2022-11-09
Posts: 8

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

seth wrote:

Using linux-lts has yielded some significant progress. The aforementioned legacy driver doesn't seem to be compatible with that kernal (it tried to install normal linux and linux-headers)

https://archlinux.org/packages/core/x86 … s-headers/

linux-lts-headers was already installed, when packaging via makepkg -sr it attempted to install both linux and linux-headers despite this.

On Xorg logs, here they are after a fresh boot and attempted gui login. I see a couple module warnings but not sure if those are normal:

[    58.726] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[    58.726] Current Operating System: Linux arch-machine 5.15.77-1-lts #1 SMP Thu, 03 Nov 2022 17:26:01 +0000 x86_64
[    58.726] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=2febe3ec-55ff-4e6c-9506-3950d16bc070 rw loglevel=3 quiet
[    58.726]  
[    58.726] Current version of pixman: 0.42.2
[    58.726] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    58.726] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    58.727] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov  9 19:03:23 2022
[    58.727] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    58.728] (==) No Layout section.  Using the first Screen section.
[    58.728] (==) No screen section available. Using defaults.
[    58.728] (**) |-->Screen "Default Screen Section" (0)
[    58.728] (**) |   |-->Monitor "<default monitor>"
[    58.729] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    58.729] (==) Automatically adding devices
[    58.729] (==) Automatically enabling devices
[    58.729] (==) Automatically adding GPU devices
[    58.729] (==) Automatically binding GPU devices
[    58.729] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    58.729] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    58.729] 	Entry deleted from font path.
[    58.729] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    58.729] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    58.729] 	Entry deleted from font path.
[    58.729] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    58.729] 	Entry deleted from font path.
[    58.729] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    58.729] 	Entry deleted from font path.
[    58.729] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    58.729] 	Entry deleted from font path.
[    58.729] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    58.729] 	Entry deleted from font path.
[    58.729] (==) FontPath set to:
	
[    58.729] (==) ModulePath set to "/usr/lib/xorg/modules"
[    58.729] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    58.729] (II) Module ABI versions:
[    58.729] 	X.Org ANSI C Emulation: 0.4
[    58.730] 	X.Org Video Driver: 25.2
[    58.730] 	X.Org XInput driver : 24.4
[    58.730] 	X.Org Server Extension : 10.0
[    58.731] (++) using VT number 7

[    58.732] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    58.735] (II) xfree86: Adding drm device (/dev/dri/card0)
[    58.735] (II) Platform probe for /sys/devices/pci0000:00/0000:00:04.0/0000:03:00.0/drm/card0
[    58.746] (--) PCI:*(3@0:0:0) 10de:0a65:3842:1312 rev 162, Mem @ 0xf9000000/16777216, 0xc0000000/268435456, 0xde000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/131072
[    58.746] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    58.746] (II) LoadModule: "glx"
[    58.746] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    58.789] (II) Module glx: vendor="X.Org Foundation"
[    58.789] 	compiled for 1.21.1.4, module version = 1.0.0
[    58.789] 	ABI class: X.Org Server Extension, version 10.0
[    58.789] (==) Matched nouveau as autoconfigured driver 0
[    58.789] (==) Matched nv as autoconfigured driver 1
[    58.789] (==) Matched modesetting as autoconfigured driver 2
[    58.789] (==) Matched fbdev as autoconfigured driver 3
[    58.789] (==) Matched vesa as autoconfigured driver 4
[    58.789] (==) Assigned the driver to the xf86ConfigLayout
[    58.789] (II) LoadModule: "nouveau"
[    58.789] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    58.790] (II) Module nouveau: vendor="X.Org Foundation"
[    58.790] 	compiled for 1.21.1.1, module version = 1.0.17
[    58.790] 	Module class: X.Org Video Driver
[    58.790] 	ABI class: X.Org Video Driver, version 25.2
[    58.790] (II) LoadModule: "nv"
[    58.790] (WW) Warning, couldn't open module nv
[    58.790] (EE) Failed to load module "nv" (module does not exist, 0)
[    58.790] (II) LoadModule: "modesetting"
[    58.790] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    58.791] (II) Module modesetting: vendor="X.Org Foundation"
[    58.791] 	compiled for 1.21.1.4, module version = 1.21.1
[    58.791] 	Module class: X.Org Video Driver
[    58.791] 	ABI class: X.Org Video Driver, version 25.2
[    58.791] (II) LoadModule: "fbdev"
[    58.792] (WW) Warning, couldn't open module fbdev
[    58.792] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    58.792] (II) LoadModule: "vesa"
[    58.792] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    58.792] (II) Module vesa: vendor="X.Org Foundation"
[    58.792] 	compiled for 1.21.1.3, module version = 2.5.0
[    58.792] 	Module class: X.Org Video Driver
[    58.792] 	ABI class: X.Org Video Driver, version 25.2
[    58.792] (II) NOUVEAU driver 
[    58.792] (II) NOUVEAU driver for NVIDIA chipset families :
[    58.792] 	RIVA TNT            (NV04)
[    58.792] 	RIVA TNT2           (NV05)
[    58.792] 	GeForce 256         (NV10)
[    58.792] 	GeForce 2           (NV11, NV15)
[    58.792] 	GeForce 4MX         (NV17, NV18)
[    58.792] 	GeForce 3           (NV20)
[    58.792] 	GeForce 4Ti         (NV25, NV28)
[    58.792] 	GeForce FX          (NV3x)
[    58.793] 	GeForce 6           (NV4x)
[    58.793] 	GeForce 7           (G7x)
[    58.793] 	GeForce 8           (G8x)
[    58.793] 	GeForce 9           (G9x)
[    58.793] 	GeForce GTX 2xx/3xx (GT2xx)
[    58.793] 	GeForce GTX 4xx/5xx (GFxxx)
[    58.793] 	GeForce GTX 6xx/7xx (GKxxx)
[    58.793] 	GeForce GTX 9xx     (GMxxx)
[    58.793] 	GeForce GTX 10xx    (GPxxx)
[    58.793] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    58.793] (II) VESA: driver for VESA chipsets: vesa
[    58.794] (II) [drm] nouveau interface version: 1.3.1
[    58.794] (WW) Falling back to old probe method for modesetting
[    58.795] (II) Loading sub module "dri2"
[    58.795] (II) LoadModule: "dri2"
[    58.795] (II) Module "dri2" already built-in
[    58.795] (--) NOUVEAU(0): Chipset: "NVIDIA NVA8"
[    58.795] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    58.795] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    58.795] (==) NOUVEAU(0): RGB weight 888
[    58.795] (==) NOUVEAU(0): Default visual is TrueColor
[    58.795] (==) NOUVEAU(0): Using HW cursor
[    58.795] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[    58.795] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[    58.795] (==) NOUVEAU(0): Page flipping enabled
[    58.795] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[    58.796] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[    58.796] (II) NOUVEAU(0): Initializing outputs ...
[    58.819] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[    58.821] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[    58.860] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[    58.860] (II) NOUVEAU(0): 3 crtcs needed for screen.
[    58.860] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[    58.860] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[    58.872] (II) NOUVEAU(0): EDID for output DVI-I-1
[    58.873] (II) NOUVEAU(0): EDID for output HDMI-1
[    58.902] (II) NOUVEAU(0): EDID for output VGA-1
[    58.902] (II) NOUVEAU(0): Manufacturer: SAM  Model: 58c  Serial#: 1129132592
[    58.902] (II) NOUVEAU(0): Year: 2009  Week: 44
[    58.902] (II) NOUVEAU(0): EDID Version: 1.3
[    58.902] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    58.902] (II) NOUVEAU(0): Sync:  Separate  Composite  SyncOnGreen
[    58.902] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 44  vert.: 25
[    58.902] (II) NOUVEAU(0): Gamma: 2.20
[    58.902] (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
[    58.902] (II) NOUVEAU(0): First detailed timing is preferred mode
[    58.902] (II) NOUVEAU(0): redX: 0.650 redY: 0.335   greenX: 0.295 greenY: 0.605
[    58.902] (II) NOUVEAU(0): blueX: 0.145 blueY: 0.075   whiteX: 0.312 whiteY: 0.329
[    58.902] (II) NOUVEAU(0): Supported established timings:
[    58.902] (II) NOUVEAU(0): 720x400@70Hz
[    58.902] (II) NOUVEAU(0): 640x480@60Hz
[    58.902] (II) NOUVEAU(0): 640x480@67Hz
[    58.902] (II) NOUVEAU(0): 640x480@72Hz
[    58.902] (II) NOUVEAU(0): 640x480@75Hz
[    58.902] (II) NOUVEAU(0): 800x600@56Hz
[    58.902] (II) NOUVEAU(0): 800x600@60Hz
[    58.902] (II) NOUVEAU(0): 800x600@72Hz
[    58.902] (II) NOUVEAU(0): 800x600@75Hz
[    58.902] (II) NOUVEAU(0): 832x624@75Hz
[    58.902] (II) NOUVEAU(0): 1024x768@60Hz
[    58.902] (II) NOUVEAU(0): 1024x768@70Hz
[    58.902] (II) NOUVEAU(0): 1024x768@75Hz
[    58.902] (II) NOUVEAU(0): 1152x864@75Hz
[    58.902] (II) NOUVEAU(0): Manufacturer's mask: 0
[    58.902] (II) NOUVEAU(0): Supported standard timings:
[    58.902] (II) NOUVEAU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    58.902] (II) NOUVEAU(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    58.902] (II) NOUVEAU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    58.902] (II) NOUVEAU(0): #3: hsize: 1280  vsize 800  refresh: 75  vid: 3969
[    58.902] (II) NOUVEAU(0): #4: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[    58.902] (II) NOUVEAU(0): Supported detailed timing:
[    58.902] (II) NOUVEAU(0): clock: 108.0 MHz   Image Size:  443 x 249 mm
[    58.902] (II) NOUVEAU(0): h_active: 1600  h_sync: 1624  h_sync_end 1704 h_blank_end 1800 h_border: 0
[    58.902] (II) NOUVEAU(0): v_active: 900  v_sync: 901  v_sync_end 904 v_blanking: 1000 v_border: 0
[    58.902] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 155 MHz
[    58.902] (II) NOUVEAU(0): Monitor name: SyncMaster
[    58.902] (II) NOUVEAU(0): Serial No: H9LSA37545
[    58.902] (II) NOUVEAU(0): EDID (in hex):
[    58.902] (II) NOUVEAU(0): 	00ffffffffffff004c2d8c0530324d43
[    58.902] (II) NOUVEAU(0): 	2c1301030e2c19782ab811a6554b9b25
[    58.903] (II) NOUVEAU(0): 	135054bfee80714f81009500810f950f
[    58.903] (II) NOUVEAU(0): 	010101010101302a40c8608464301850
[    58.903] (II) NOUVEAU(0): 	1300bbf91000001e000000fd00384b1e
[    58.903] (II) NOUVEAU(0): 	510f000a202020202020000000fc0053
[    58.903] (II) NOUVEAU(0): 	796e634d61737465720a2020000000ff
[    58.903] (II) NOUVEAU(0): 	0048394c534133373534350a2020000f
[    58.903] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[    58.903] (II) NOUVEAU(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz eP)
[    58.903] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    58.903] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    58.903] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[    58.903] (II) NOUVEAU(0): Output HDMI-1 disconnected
[    58.903] (II) NOUVEAU(0): Output VGA-1 connected
[    58.903] (II) NOUVEAU(0): Using exact sizes for initial modes
[    58.903] (II) NOUVEAU(0): Output VGA-1 using initial mode 1600x900 +0+0
[    58.903] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[    58.903] (II) NOUVEAU(0): Virtual size is 1600x900 (pitch 0)
[    58.903] (**) NOUVEAU(0):  Driver mode "1600x900": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[    58.903] (II) NOUVEAU(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz eP)
[    58.903] (**) NOUVEAU(0):  Driver mode "1440x900": 136.8 MHz (scaled from 0.0 MHz), 70.6 kHz, 75.0 Hz
[    58.903] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    58.903] (**) NOUVEAU(0):  Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[    58.903] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    58.903] (**) NOUVEAU(0):  Driver mode "1280x800": 106.5 MHz (scaled from 0.0 MHz), 62.8 kHz, 74.9 Hz
[    58.903] (II) NOUVEAU(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[    58.903] (**) NOUVEAU(0):  Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz
[    58.903] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    58.903] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[    58.903] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[    58.904] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
[    58.904] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    58.904] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[    58.904] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
[    58.904] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[    58.904] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    58.904] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[    58.904] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[    58.904] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
[    58.904] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
[    58.904] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    58.904] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    58.904] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    58.904] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    58.904] (==) NOUVEAU(0): DPI set to (96, 96)
[    58.904] (II) Loading sub module "fb"
[    58.904] (II) LoadModule: "fb"
[    58.904] (II) Module "fb" already built-in
[    58.904] (II) Loading sub module "shadowfb"
[    58.904] (II) LoadModule: "shadowfb"
[    58.904] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    58.905] (II) Module shadowfb: vendor="X.Org Foundation"
[    58.905] 	compiled for 1.21.1.4, module version = 1.0.0
[    58.905] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    58.905] (II) UnloadModule: "modesetting"
[    58.905] (II) Unloading modesetting
[    58.905] (II) UnloadModule: "vesa"
[    58.905] (II) Unloading vesa
[    58.906] (II) NOUVEAU(0): Channel setup complete.
[    58.908] (II) NOUVEAU(0): [COPY] async initialised.
[    58.908] (II) NOUVEAU(0): Hardware support for Present enabled
[    58.908] (II) NOUVEAU(0): [DRI2] Setup complete
[    58.908] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    58.908] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    58.908] (II) Loading sub module "exa"
[    58.908] (II) LoadModule: "exa"
[    58.908] (II) Loading /usr/lib/xorg/modules/libexa.so
[    58.909] (II) Module exa: vendor="X.Org Foundation"
[    58.909] 	compiled for 1.21.1.4, module version = 2.6.0
[    58.909] 	ABI class: X.Org Video Driver, version 25.2
[    58.909] (II) EXA(0): Driver allocated offscreen pixmaps
[    58.909] (II) EXA(0): Driver registered support for the following operations:
[    58.909] (II)         Solid
[    58.909] (II)         Copy
[    58.909] (II)         Composite (RENDER acceleration)
[    58.909] (II)         UploadToScreen
[    58.909] (II)         DownloadFromScreen
[    58.909] (==) NOUVEAU(0): Backing store enabled
[    58.909] (==) NOUVEAU(0): Silken mouse enabled
[    58.909] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    58.909] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    58.909] (==) NOUVEAU(0): DPMS enabled
[    58.910] (II) Initializing extension Generic Event Extension
[    58.910] (II) Initializing extension SHAPE
[    58.910] (II) Initializing extension MIT-SHM
[    58.910] (II) Initializing extension XInputExtension
[    58.911] (II) Initializing extension XTEST
[    58.911] (II) Initializing extension BIG-REQUESTS
[    58.911] (II) Initializing extension SYNC
[    58.912] (II) Initializing extension XKEYBOARD
[    58.912] (II) Initializing extension XC-MISC
[    58.912] (II) Initializing extension SECURITY
[    58.912] (II) Initializing extension XFIXES
[    58.913] (II) Initializing extension RENDER
[    58.913] (II) Initializing extension RANDR
[    58.914] (II) Initializing extension COMPOSITE
[    58.914] (II) Initializing extension DAMAGE
[    58.914] (II) Initializing extension MIT-SCREEN-SAVER
[    58.914] (II) Initializing extension DOUBLE-BUFFER
[    58.915] (II) Initializing extension RECORD
[    58.915] (II) Initializing extension DPMS
[    58.915] (II) Initializing extension Present
[    58.915] (II) Initializing extension DRI3
[    58.915] (II) Initializing extension X-Resource
[    58.916] (II) Initializing extension XVideo
[    58.916] (II) Initializing extension XVideo-MotionCompensation
[    58.916] (II) Initializing extension GLX
[    58.994] (II) AIGLX: Loaded and initialized nouveau
[    58.994] (II) GLX: Initialized DRI2 GL provider for screen 0
[    58.994] (II) Initializing extension XFree86-VidModeExtension
[    58.994] (II) Initializing extension XFree86-DGA
[    58.995] (II) Initializing extension XFree86-DRI
[    58.995] (II) Initializing extension DRI2
[    58.998] (II) NOUVEAU(0): NVEnterVT is called.
[    59.020] (II) NOUVEAU(0): Setting screen physical size to 423 x 238
[    59.020] resize called 1600 900
[    59.116] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    59.116] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    59.116] (II) LoadModule: "libinput"
[    59.116] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    59.119] (II) Module libinput: vendor="X.Org Foundation"
[    59.119] 	compiled for 1.21.1.3, module version = 1.2.1
[    59.119] 	Module class: X.Org XInput Driver
[    59.120] 	ABI class: X.Org XInput driver, version 24.4
[    59.120] (II) Using input driver 'libinput' for 'Power Button'
[    59.120] (**) Power Button: always reports core events
[    59.120] (**) Option "Device" "/dev/input/event1"
[    59.124] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    59.124] (II) event1  - Power Button: device is a keyboard
[    59.124] (II) event1  - Power Button: device removed
[    59.168] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    59.169] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    59.172] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    59.172] (II) event1  - Power Button: device is a keyboard
[    59.175] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    59.175] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    59.175] (II) Using input driver 'libinput' for 'Power Button'
[    59.175] (**) Power Button: always reports core events
[    59.175] (**) Option "Device" "/dev/input/event0"
[    59.178] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    59.178] (II) event0  - Power Button: device is a keyboard
[    59.179] (II) event0  - Power Button: device removed
[    59.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    59.228] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    59.232] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    59.232] (II) event0  - Power Button: device is a keyboard
[    59.235] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[    59.235] (II) No input driver specified, ignoring this device.
[    59.235] (II) This device may have been added with another device file.
[    59.237] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[    59.237] (II) No input driver specified, ignoring this device.
[    59.237] (II) This device may have been added with another device file.
[    59.238] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[    59.239] (II) No input driver specified, ignoring this device.
[    59.239] (II) This device may have been added with another device file.
[    59.240] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[    59.240] (II) No input driver specified, ignoring this device.
[    59.240] (II) This device may have been added with another device file.
[    59.243] (II) config/udev: Adding input device Logitech M510 (/dev/input/event2)
[    59.243] (**) Logitech M510: Applying InputClass "libinput pointer catchall"
[    59.243] (II) Using input driver 'libinput' for 'Logitech M510'
[    59.243] (**) Logitech M510: always reports core events
[    59.243] (**) Option "Device" "/dev/input/event2"
[    59.249] (II) event2  - Logitech M510: is tagged by udev as: Mouse
[    59.250] (II) event2  - Logitech M510: device set to 1000 DPI
[    59.250] (II) event2  - Logitech M510: device is a pointer
[    59.251] (II) event2  - Logitech M510: device removed
[    59.328] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:0b.0/usb2/2-5/2-5:1.2/0003:046D:C52B.0003/0003:046D:1025.0006/input/input14/event2"
[    59.328] (II) XINPUT: Adding extended input device "Logitech M510" (type: MOUSE, id 8)
[    59.329] (**) Option "AccelerationScheme" "none"
[    59.329] (**) Logitech M510: (accel) selected scheme none/0
[    59.329] (**) Logitech M510: (accel) acceleration factor: 2.000
[    59.329] (**) Logitech M510: (accel) acceleration threshold: 4
[    59.335] (II) event2  - Logitech M510: is tagged by udev as: Mouse
[    59.336] (II) event2  - Logitech M510: device set to 1000 DPI
[    59.336] (II) event2  - Logitech M510: device is a pointer
[    59.340] (II) config/udev: Adding input device Logitech M510 (/dev/input/mouse0)
[    59.340] (II) No input driver specified, ignoring this device.
[    59.340] (II) This device may have been added with another device file.
[    59.343] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event6)
[    59.343] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "libinput keyboard catchall"
[    59.343] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard'
[    59.343] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[    59.343] (**) Option "Device" "/dev/input/event6"
[    59.348] (II) event6  - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[    59.348] (II) event6  - Logitech Logitech Illuminated Keyboard: device is a keyboard
[    59.349] (II) event6  - Logitech Logitech Illuminated Keyboard: device removed
[    59.388] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:0b.0/usb2/2-6/2-6:1.0/0003:046D:C318.0004/input/input7/event6"
[    59.389] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 9)
[    59.395] (II) event6  - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[    59.395] (II) event6  - Logitech Logitech Illuminated Keyboard: device is a keyboard
[    59.399] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard Consumer Control (/dev/input/event7)
[    59.399] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    59.399] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[    59.399] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[    59.399] (**) Option "Device" "/dev/input/event7"
[    59.404] (II) event7  - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[    59.405] (II) event7  - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[    59.406] (II) event7  - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[    59.448] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: needs a virtual subdevice
[    59.449] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:0b.0/usb2/2-6/2-6:1.1/0003:046D:C318.0005/input/input8/event7"
[    59.449] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: MOUSE, id 10)
[    59.449] (**) Option "AccelerationScheme" "none"
[    59.449] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) selected scheme none/0
[    59.449] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    59.449] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration threshold: 4
[    59.455] (II) event7  - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[    59.455] (II) event7  - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[    59.457] (II) config/udev: Adding input device HDA NVidia Mic (/dev/input/event4)
[    59.457] (II) No input driver specified, ignoring this device.
[    59.457] (II) This device may have been added with another device file.
[    59.459] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event5)
[    59.459] (II) No input driver specified, ignoring this device.
[    59.459] (II) This device may have been added with another device file.
[    59.460] (II) config/udev: Adding input device HDA NVidia Line Out (/dev/input/event8)
[    59.460] (II) No input driver specified, ignoring this device.
[    59.460] (II) This device may have been added with another device file.
[    59.462] (II) config/udev: Adding input device HDA NVidia Front Headphone (/dev/input/event9)
[    59.462] (II) No input driver specified, ignoring this device.
[    59.462] (II) This device may have been added with another device file.
[    59.463] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    59.463] (II) No input driver specified, ignoring this device.
[    59.463] (II) This device may have been added with another device file.
[    59.488] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    59.488] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[    59.488] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[    59.488] (**) Option "Device" "/dev/input/event7"
[    59.489] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: is a virtual subdevice
[    59.489] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:0b.0/usb2/2-6/2-6:1.1/0003:046D:C318.0005/input/input8/event7"
[    59.489] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: KEYBOARD, id 11)
[    63.116] (II) event1  - Power Button: device removed
[    63.148] (II) event0  - Power Button: device removed
[    63.189] (II) event2  - Logitech M510: device removed
[    63.279] (II) event6  - Logitech Logitech Illuminated Keyboard: device removed
[    63.319] (II) event7  - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[    63.358] (II) AIGLX: Suspending AIGLX clients for VT switch
[    63.358] (II) NOUVEAU(0): NVLeaveVT is called.

Also here's the LightDM logs if that comes in handy:

[+0.02s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.02s] DEBUG: Starting Light Display Manager 1.32.0, UID=0 PID=339
[+0.02s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.02s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.02s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.02s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.03s] DEBUG: Registered seat module local
[+0.03s] DEBUG: Registered seat module xremote
[+0.03s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.08s] DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
[+0.12s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.12s] DEBUG: Monitoring logind for seats
[+0.12s] DEBUG: New seat added from logind: seat0
[+0.12s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.12s] DEBUG: Seat seat0 has property CanMultiSession=no
[+0.12s] DEBUG: Seat seat0: Starting
[+0.12s] DEBUG: Seat seat0: Creating greeter session
[+0.15s] DEBUG: Seat seat0: Creating display server of type x
[+0.15s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.15s] DEBUG: Using VT 7
[+0.15s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.15s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.15s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.15s] DEBUG: XServer 0: Launching X Server
[+0.15s] DEBUG: Launching process 344: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.15s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.15s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.16s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+1.27s] DEBUG: Loading users from org.freedesktop.Accounts
[+1.27s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+5.72s] DEBUG: Got signal 10 from process 344
[+5.72s] DEBUG: XServer 0: Got signal from X server :0
[+5.72s] DEBUG: XServer 0: Connecting to XServer :0
[+5.72s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+5.72s] DEBUG: Session pid=364: Started with service 'lightdm-greeter', username 'lightdm'
[+5.84s] DEBUG: Session pid=364: Authentication complete with return value 0: Success
[+5.84s] DEBUG: Seat seat0: Session authenticated, running command
[+5.84s] DEBUG: Session pid=364: Running command /usr/bin/lightdm-gtk-greeter
[+5.84s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+5.84s] DEBUG: Session pid=364: Logging to /var/log/lightdm/seat0-greeter.log
[+6.81s] DEBUG: Activating VT 7
[+6.81s] DEBUG: Activating login1 session c1
[+6.81s] DEBUG: Seat seat0 changes active session to c1
[+6.81s] DEBUG: Session c1 is already active
[+8.94s] DEBUG: Greeter connected version=1.32.0 api=1 resettable=false
[+10.35s] DEBUG: Greeter start authentication for archuser
[+10.35s] DEBUG: Session pid=398: Started with service 'lightdm', username 'archuser'
[+10.53s] DEBUG: Session pid=398: Got 1 message(s) from PAM
[+10.53s] DEBUG: Prompt greeter with 1 message(s)
[+19.09s] DEBUG: Continue authentication
[+19.15s] DEBUG: Session pid=398: Authentication complete with return value 0: Success
[+19.15s] DEBUG: Authenticate result for user archuser: Success
[+19.15s] DEBUG: User archuser authorized
[+19.26s] DEBUG: Greeter requests session budgie-desktop
[+19.26s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
[+19.26s] DEBUG: Terminating login1 session c1
[+19.27s] DEBUG: Session pid=364: Sending SIGTERM
[+19.49s] DEBUG: Greeter closed communication channel
[+19.49s] DEBUG: Session pid=364: Exited with return value 0
[+19.49s] DEBUG: Seat seat0: Session stopped
[+19.49s] DEBUG: Seat seat0: Greeter stopped, running session
[+19.49s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
[+19.49s] DEBUG: Session pid=398: Running command /etc/lightdm/Xsession /usr/bin/budgie-desktop
[+19.49s] DEBUG: Creating shared data directory /var/lib/lightdm-data/archuser
[+19.49s] DEBUG: Session pid=398: Logging to .xsession-errors
[+19.95s] DEBUG: Activating VT 7
[+19.95s] DEBUG: Activating login1 session 2
[+19.95s] DEBUG: Seat seat0 changes active session to 
[+19.95s] DEBUG: Seat seat0 changes active session to 2
[+19.95s] DEBUG: Session 2 is already active
[+33.44s] DEBUG: Session pid=398: Exited with return value 1
[+33.44s] DEBUG: Seat seat0: Session stopped
[+33.44s] DEBUG: Seat seat0: Stopping display server, no sessions require it
[+33.44s] DEBUG: Sending signal 15 to process 344
[+33.46s] DEBUG: Seat seat0 changes active session to 
[+34.09s] DEBUG: Process 344 exited with return value 0
[+34.09s] DEBUG: XServer 0: X server stopped
[+34.09s] DEBUG: Releasing VT 7
[+34.09s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
[+34.09s] DEBUG: Seat seat0: Display server stopped
[+34.09s] DEBUG: Seat seat0: Active display server stopped, starting greeter
[+34.09s] DEBUG: Seat seat0: Creating greeter session
[+34.09s] DEBUG: Seat seat0: Creating display server of type x
[+34.09s] DEBUG: Using VT 7
[+34.09s] DEBUG: Seat seat0: Starting local X display on VT 7
[+34.09s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+34.09s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+34.09s] DEBUG: XServer 0: Launching X Server
[+34.09s] DEBUG: Launching process 470: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+34.09s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+34.89s] DEBUG: Got signal 10 from process 470
[+34.89s] DEBUG: XServer 0: Got signal from X server :0
[+34.89s] DEBUG: XServer 0: Connecting to XServer :0
[+34.89s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+34.89s] DEBUG: Session pid=475: Started with service 'lightdm-greeter', username 'lightdm'
[+34.91s] DEBUG: Session pid=475: Authentication complete with return value 0: Success
[+34.91s] DEBUG: Seat seat0: Session authenticated, running command
[+34.91s] DEBUG: Session pid=475: Running command /usr/bin/lightdm-gtk-greeter
[+34.91s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+34.91s] DEBUG: Session pid=475: Logging to /var/log/lightdm/seat0-greeter.log
[+35.27s] DEBUG: Activating VT 7
[+35.27s] DEBUG: Activating login1 session c2
[+35.27s] DEBUG: Seat seat0 changes active session to c2
[+35.27s] DEBUG: Session c2 is already active
[+35.55s] DEBUG: Greeter connected version=1.32.0 api=1 resettable=false
[+35.71s] DEBUG: Greeter start authentication for archuser
[+35.71s] DEBUG: Session pid=509: Started with service 'lightdm', username 'archuser'
[+35.75s] DEBUG: Session pid=509: Got 1 message(s) from PAM
[+35.75s] DEBUG: Prompt greeter with 1 message(s)
[+38.77s] DEBUG: Seat seat0 changes active session to 
[+44.53s] DEBUG: Seat seat0 changes active session to 5

Offline

#8 2022-11-10 05:29:13

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,178

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

Can you start budgie if you cut the DM out of it? Use one of the ways of starting X from a tty?

You probably don't want vesa installed as it is generally better only to have video drivers you need.

X isn't finding any fonts, but I think the packages you installed should have pulled in cantarell-fonts.

budgie-desktop [depends]> gnome-themes-standard [provided-by]> gnome-themes-extra [depends]> cantarell-fonts

But cantarell-fonts doesn't install into any of the directories X searches. I don't know if this matters as long as fontconfig can find them.

Last edited by cfr (2022-11-10 05:30:16)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#9 2022-11-10 07:27:48

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

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

I'd rather try to start openbox from lightdm (as gnome-session clearly isn't too impressed by the OpenGL implementation)
From there and an xterm, run and post the output of "glxinfo -B"

Offline

#10 2022-11-10 13:38:19

1adog1
Member
Registered: 2022-11-09
Posts: 8

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

Uninstalled xf86-video-vesa, installed openbox, xterm, and firefox (was meaning to do this anyway) with ttf-liberation font. I was able to login to openbox first try through the LightDM greeter. Had to install mesa-demos and/or mesa-utils to get the glxinfo command to even run, but the only thing it's displaying is this:

name of display: :0
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  37
  Current serial number in output stream:  38

Rebooted to try again and got the same result. On a side note the wiki describes the openbox 'desktop' as a blank grey screen, but for me it's completely black just like one of the tty screens for example. Same with the blank area around the LightDM login window. Not sure if this is normal or not but it feels slightly off.

Offline

#11 2022-11-10 13:55:25

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

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

ldd /usr/bin/glxinfo

Offline

#12 2022-11-10 14:01:19

1adog1
Member
Registered: 2022-11-09
Posts: 8

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

And here's the results of that command:

	linux-vdso.so.1 (0x00007ffc87ffc000)
	libGL.so.1 => /usr/lib/nvidia/libGL.so.1 (0x00007f7c09800000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f7c09bb7000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007f7c09619000)
	libnvidia-tls.so.340.108 => /usr/lib/nvidia/libnvidia-tls.so.340.108 (0x00007f7c09400000)
	libnvidia-glcore.so.340.108 => /usr/lib/nvidia/libnvidia-glcore.so.340.108 (0x00007f7c06600000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f7c09ba2000)
	libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f7c09b9b000)
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f7c09b70000)
	/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f7c09d1f000)
	libm.so.6 => /usr/lib/libm.so.6 (0x00007f7c09318000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f7c09b6b000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f7c09b63000)

Offline

#13 2022-11-10 14:05:46

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

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

Do you see all the nvidia libraries resolved?
You messed up the GL installation, likely by installing the  nvidia driver from the nvidia webpage and kept the around?
Or you just kept nvidia-utils?

pacman -Qs nvidia

Try to install the nvidia packages again.

Offline

#14 2022-11-10 14:25:36

1adog1
Member
Registered: 2022-11-09
Posts: 8

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

Ah yeah there's still some holdovers from the legacy drivers, opencl-nvidia-340xx and nvidia-340xx-utils, along with libxnvctrl. Uninstalled all 3 and I can now login to Budgie!

glxinfo also works properly now, here's the output of that:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: nouveau (0x10de)
    Device: NVA8 (0xa65)
    Version: 22.2.2
    Accelerated: yes
    Video memory: 1012MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 3.3
    Max compat profile version: 3.3
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.1
OpenGL vendor string: nouveau
OpenGL renderer string: NVA8
OpenGL core profile version string: 3.3 (Core Profile) Mesa 22.2.2
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.3 (Compatibility Profile) Mesa 22.2.2
OpenGL shading language version string: 3.30
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.1 Mesa 22.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10

Offline

#15 2022-11-10 14:30:41

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

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

You have to decide between nvidia and nouveau and cannot use the other.
The GL implementation is now sanitized for nouveau (and as result budgie and glxinfo will work as expected)

Unless you intend to revisit the nvidia driver now, please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#16 2022-11-10 14:40:35

1adog1
Member
Registered: 2022-11-09
Posts: 8

Re: [SOLVED] Xorg and Driver Issues With a GeForce 210

I think I'm happy with the open-source driver, marked as solved. Thanks for your help!

Offline

Board footer

Powered by FluxBB