You are not logged in.

#1 2016-08-23 16:12:58

NumeroSMG
Member
Registered: 2016-08-23
Posts: 25

[SOLVED] Won't boot after Nvidia update

So I had a Arch Linux installed last year (using the Wiki's beginner's guide) on my laptop and I didn't use it up until yesterday. Yesterday I was just messing around when I stumbled upon some Nvidia settings thing installed, decided to check it out, clicked it and it said something like update you nvidia. So I ran pacman -S nvidia, which I assume went well and said that I'll be able to use nvidia after reboot. So I rebooted and there it hung up on me, it "got stuck" on Starting LXDE display manager, started LXDE display manager, stopped LXDE display manager. This would repeat a few times, then it would say that few other things started up until Network, and there it would just get stuck. Also when I go to ctrl+alt+F2 it goes back to ctrl+alt+F1 automatically after a few seconds which I guess it means it's still trying to load something up without success. I assumed that my video drivers got screwed, so I did pacman - R nvidia; same for nvidia-utils.
After a reboot the booting process would be the same except for some weird noaveau spam.
Something like [123123] noaveau [P SOMETHING 123123].
So what I did after that is reinstall LXDE and LXDM, didn't help. I reinstalled the nvidia again, didn't help. Then I decided to reinstall xorg and xorg-server, didn't help. My laptop has 2 video cards, one nvidia and one intel. So I downloaded intel drivers using commands from the Wiki, still didn't do the trick. Basically I spent whole night doing a combination of pacman -R and pacman -S for nvidia; xorg; intel, and lxde/lxdm. When I disable lxdm and reboot, it just asks me for my credentials and I can do my thing, just without the GUI. When I enable it, depending if I have currently nvidia installed, it would either do nothing (just the _ blinking) or it would spam the noveau thing.

I know that I'm describing this kind of vague, and "thingie" or "thing" isn't a sufficient explanation, it's just that I really don't exactly remember each line or whatever.

So what we have:

Had fairly fresh install of Arch Linux using a begginer's guide from last year.
Ran LXDE with it, everything was wonderful.
Decided to update the nvidia, rebooted, everything went to hell.
I spent whole last night and half of today trying to google and Wiki my problem, it's just that I can't really find a solution on my own, hence I'm asking on a forum. Any help would be appreciated. If there's any more info needed, I will gladly provide it.



E: Solved by removing /etc/X11/xorg.conf

Last edited by NumeroSMG (2016-08-23 20:40:14)

Offline

#2 2016-08-23 16:29:54

bullet
Member
Registered: 2016-08-04
Posts: 18

Re: [SOLVED] Won't boot after Nvidia update

Did I get this right, your Arch wasn't updated for a year? I mean I could see how a fresh nvidia required a bunch of other updates and something broke maybe.

Another thing that is odd: If you install the nvidia package, you have the proprietory driver, but nouveau is the Open Source NVIDIA driver. I'd wager that you have an old X11 org config that forces nouveau usage instead of the real nvidia module.

See if you can find some log files, should be somewhere in etc (not on my Linux box so I have to guess), /etc/X11/ or /etc/xorg, I can never remember.

Last edited by bullet (2016-08-23 16:30:32)

Offline

#3 2016-08-23 16:44:07

NumeroSMG
Member
Registered: 2016-08-23
Posts: 25

Re: [SOLVED] Won't boot after Nvidia update

All I have in /etc/X11/ are:
xinit    xorg.conf    xorg.conf.d    xorg.conf.nvidia-xconfig-original

And ye I installed it last year, didn't really touch it over the whole year and decided to use it yesterday.
Also took me a lot of time to figure out the pacman -Syu command, all after tons of "404 errors" when trying to fix my problem when using pacman -S "anything".

Offline

#4 2016-08-23 17:26:02

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: [SOLVED] Won't boot after Nvidia update

required-update-to-pacman-501-before-2016-04-23
Not updating for a year means that deadline was missed and when the system was upgraded the assumed hooks support was absent so all the commands contains within the relevant hooks ( for the packages the system had installed ) were not run.
Not sure how recoverable a situation that is perhaps it is enough to reinstall every package that was upgraded now that hooks support is present.
Would suggest if you can not regularly update the system ( recent consensus on these forums seems to be at least once every month ) another distribution might be more suitable.

NumeroSMG wrote:

I know that I'm describing this kind of vague, and "thingie" or "thing" isn't a sufficient explanation, it's just that I really don't exactly remember each line or whatever.

See https://bbs.archlinux.org/viewtopic.php?id=57855 and also Journal
For the XServer issues see Xorg#General for the location of your Xorg.n.log please post that plus the contents of /etc/X11/xorg.cong and the contents of any file with the .conf extension in /etc/X11/xorg.conf.d
Assmung by LXDE display manager you mean ldxdm, what is the output of

$ systemctl status lxdm.service

and

$ journalctl --unit lxdm.service

Edit:
Formatting

Last edited by loqs (2016-08-23 17:27:21)

Offline

#5 2016-08-23 18:31:30

NumeroSMG
Member
Registered: 2016-08-23
Posts: 25

Re: [SOLVED] Won't boot after Nvidia update

Ok, found all the logs... now probablly the dumb question: how would I copy>paste it from my laptop in here?

Offline

#6 2016-08-23 18:42:27

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: [SOLVED] Won't boot after Nvidia update

If the system has internet access would suggest Pastebin_clients then link the url.
Without internet access copy the logs to removable media and post from a system with internet access.

Offline

#7 2016-08-23 19:21:45

NumeroSMG
Member
Registered: 2016-08-23
Posts: 25

Re: [SOLVED] Won't boot after Nvidia update

Alright, here it goes:
1)

$ systemctl status lxdm.service

output:

* lxdm.service - LXDE Display Manager
   Loaded: loaded (/usr/lib/systemd/system/lxdm.service; enabled; vendor preset: disabled)
   Active: active (running) since Tue 2016-08-23 21:06:13 CEST; 1s ago
 Main PID: 2189 (lxdm-binary)
    Tasks: 2 (limit: 4915)
   CGroup: /system.slice/lxdm.service
           `-2189 /usr/sbin/lxdm-binary

Aug 23 21:06:13 anton systemd[1]: Started LXDE Display Manager.

2)

$ journalctl --unit lxdm.service

output (too big):
https://ptpb.pw/IXL9

3)

/var/log/Xorg.0.log
[   130.999] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   130.999] X Protocol Version 11, Revision 0
[   130.999] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[   130.999] Current Operating System: Linux anton 4.7.1-1-ARCH #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016 x86_64
[   130.999] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda3 rw
[   130.999] Build Date: 19 July 2016  05:54:24PM
[   130.999]  
[   130.999] Current version of pixman: 0.34.0
[   130.999] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   130.999] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   130.999] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 23 21:23:05 2016
[   130.999] (==) Using config file: "/etc/X11/xorg.conf"
[   130.999] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   130.999] (==) ServerLayout "Layout0"
[   130.999] (**) |-->Screen "Screen0" (0)
[   130.999] (**) |   |-->Monitor "Monitor0"
[   131.000] (**) |   |-->Device "Device0"
[   131.000] (**) |-->Input Device "Keyboard0"
[   131.000] (**) |-->Input Device "Mouse0"
[   131.000] (==) Automatically adding devices
[   131.000] (==) Automatically enabling devices
[   131.000] (==) Automatically adding GPU devices
[   131.000] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   131.000] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   131.000] 	Entry deleted from font path.
[   131.000] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   131.000] (==) ModulePath set to "/usr/lib/xorg/modules"
[   131.000] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   131.000] (WW) Disabling Keyboard0
[   131.000] (WW) Disabling Mouse0
[   131.000] (II) Loader magic: 0x821d40
[   131.000] (II) Module ABI versions:
[   131.000] 	X.Org ANSI C Emulation: 0.4
[   131.000] 	X.Org Video Driver: 20.0
[   131.000] 	X.Org XInput driver : 22.1
[   131.000] 	X.Org Server Extension : 9.0
[   131.000] (++) using VT number 1

[   131.000] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   131.001] (II) xfree86: Adding drm device (/dev/dri/card0)
[   131.001] (II) xfree86: Adding drm device (/dev/dri/card1)
[   131.002] (--) PCI:*(0:0:2:0) 8086:0a16:1043:130d rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   131.002] (--) PCI: (0:4:0:0) 10de:1292:1043:130d rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[   131.002] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   131.002] (II) LoadModule: "glx"
[   131.002] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   131.005] (II) Module glx: vendor="NVIDIA Corporation"
[   131.005] 	compiled for 4.0.2, module version = 1.0.0
[   131.005] 	Module class: X.Org Server Extension
[   131.005] (II) NVIDIA GLX Module  370.23  Mon Aug  8 17:25:10 PDT 2016
[   131.005] (II) LoadModule: "nvidia"
[   131.005] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   131.005] (II) Module nvidia: vendor="NVIDIA Corporation"
[   131.005] 	compiled for 4.0.2, module version = 1.0.0
[   131.005] 	Module class: X.Org Video Driver
[   131.005] (II) NVIDIA dlloader X Driver  370.23  Mon Aug  8 17:02:18 PDT 2016
[   131.005] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   131.005] (EE) No devices detected.
[   131.005] (EE) 
Fatal server error:
[   131.005] (EE) no screens found(EE) 
[   131.005] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   131.005] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   131.005] (EE) 

4)

/var/log/Xorg.1.log
[   141.919] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[   141.919] X Protocol Version 11, Revision 0
[   141.919] Build Operating System: Linux 4.0.4-2-ARCH x86_64 
[   141.919] Current Operating System: Linux anton 4.0.5-1-ARCH #1 SMP PREEMPT Sat Jun 6 18:37:49 CEST 2015 x86_64
[   141.919] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda3 rw
[   141.919] Build Date: 16 June 2015  05:24:27PM
[   141.919]  
[   141.919] Current version of pixman: 0.32.6
[   141.919] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   141.919] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   141.919] (==) Log file: "/var/log/Xorg.1.log", Time: Tue Aug 23 00:01:55 2016
[   141.919] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   141.919] (==) No Layout section.  Using the first Screen section.
[   141.919] (==) No screen section available. Using defaults.
[   141.919] (**) |-->Screen "Default Screen Section" (0)
[   141.919] (**) |   |-->Monitor "<default monitor>"
[   141.920] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   141.920] (==) Automatically adding devices
[   141.920] (==) Automatically enabling devices
[   141.920] (==) Automatically adding GPU devices
[   141.920] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   141.920] 	Entry deleted from font path.
[   141.920] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   141.920] 	Entry deleted from font path.
[   141.920] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   141.920] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   141.920] 	Entry deleted from font path.
[   141.920] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   141.920] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[   141.920] (==) ModulePath set to "/usr/lib/xorg/modules"
[   141.920] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   141.920] (II) Loader magic: 0x816d60
[   141.920] (II) Module ABI versions:
[   141.920] 	X.Org ANSI C Emulation: 0.4
[   141.920] 	X.Org Video Driver: 19.0
[   141.920] 	X.Org XInput driver : 21.1
[   141.920] 	X.Org Server Extension : 9.0
[   141.921] (EE) systemd-logind: failed to get session: PID 501 does not belong to any known session
[   141.922] (II) xfree86: Adding drm device (/dev/dri/card0)
[   141.922] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[   141.922] (II) xfree86: Adding drm device (/dev/dri/card1)
[   141.923] (--) PCI:*(0:0:2:0) 8086:0a16:1043:130d rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   141.923] (--) PCI: (0:4:0:0) 10de:1292:1043:130d rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[   141.923] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   141.924] (II) LoadModule: "glx"
[   141.924] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   141.925] (II) Module glx: vendor="X.Org Foundation"
[   141.925] 	compiled for 1.17.2, module version = 1.0.0
[   141.925] 	ABI class: X.Org Server Extension, version 9.0
[   141.925] (==) AIGLX enabled
[   141.925] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[   141.925] 	loading driver: nvidia
[   141.925] (==) Matched nvidia as autoconfigured driver 0
[   141.925] (==) Matched nouveau as autoconfigured driver 1
[   141.925] (==) Matched nv as autoconfigured driver 2
[   141.925] (==) Matched intel as autoconfigured driver 3
[   141.925] (==) Matched modesetting as autoconfigured driver 4
[   141.926] (==) Matched fbdev as autoconfigured driver 5
[   141.926] (==) Matched vesa as autoconfigured driver 6
[   141.926] (==) Assigned the driver to the xf86ConfigLayout
[   141.926] (II) LoadModule: "nvidia"
[   141.926] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   141.926] (II) Module nvidia: vendor="NVIDIA Corporation"
[   141.926] 	compiled for 4.0.2, module version = 1.0.0
[   141.926] 	Module class: X.Org Video Driver
[   141.926] (II) LoadModule: "nouveau"
[   141.926] (WW) Warning, couldn't open module nouveau
[   141.926] (II) UnloadModule: "nouveau"
[   141.926] (II) Unloading nouveau
[   141.926] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   141.927] (II) LoadModule: "nv"
[   141.927] (WW) Warning, couldn't open module nv
[   141.927] (II) UnloadModule: "nv"
[   141.927] (II) Unloading nv
[   141.927] (EE) Failed to load module "nv" (module does not exist, 0)
[   141.927] (II) LoadModule: "intel"
[   141.927] (WW) Warning, couldn't open module intel
[   141.927] (II) UnloadModule: "intel"
[   141.927] (II) Unloading intel
[   141.927] (EE) Failed to load module "intel" (module does not exist, 0)
[   141.927] (II) LoadModule: "modesetting"
[   141.927] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   141.927] (II) Module modesetting: vendor="X.Org Foundation"
[   141.927] 	compiled for 1.17.2, module version = 1.17.2
[   141.927] 	Module class: X.Org Video Driver
[   141.927] 	ABI class: X.Org Video Driver, version 19.0
[   141.927] (II) LoadModule: "fbdev"
[   141.927] (WW) Warning, couldn't open module fbdev
[   141.927] (II) UnloadModule: "fbdev"
[   141.927] (II) Unloading fbdev
[   141.927] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   141.927] (II) LoadModule: "vesa"
[   141.928] (WW) Warning, couldn't open module vesa
[   141.928] (II) UnloadModule: "vesa"
[   141.928] (II) Unloading vesa
[   141.928] (EE) Failed to load module "vesa" (module does not exist, 0)
[   141.928] (II) NVIDIA dlloader X Driver  352.21  Tue Jun  9 20:58:55 PDT 2015
[   141.928] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   141.928] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   141.928] (++) using VT number 7

[   142.330] (**) modeset(0): claimed PCI slot 0@0:2:0
[   142.330] (II) modeset(0): using default device
[   142.330] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   142.330] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   142.330] (==) modeset(0): RGB weight 888
[   142.330] (==) modeset(0): Default visual is TrueColor
[   142.330] (II) Loading sub module "glamoregl"
[   142.330] (II) LoadModule: "glamoregl"
[   142.330] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   142.334] (II) Module glamoregl: vendor="X.Org Foundation"
[   142.334] 	compiled for 1.17.2, module version = 1.0.0
[   142.334] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   142.334] (II) glamor: OpenGL accelerated X.org driver based.
[   142.359] (II) glamor: EGL version 1.4 (DRI2):
[   142.361] (II) modeset(0): glamor initialized
[   142.361] (II) Loading sub module "dri2"
[   142.361] (II) LoadModule: "dri2"
[   142.361] (II) Module "dri2" already built-in
[   142.362] (II) modeset(0): Output eDP-0 has no monitor section
[   142.362] (II) modeset(0): Output HDMI-0 has no monitor section
[   142.362] (II) modeset(0): EDID for output eDP-0
[   142.362] (II) modeset(0): Manufacturer: AUO  Model: 48ec  Serial#: 0
[   142.362] (II) modeset(0): Year: 2013  Week: 0
[   142.362] (II) modeset(0): EDID Version: 1.4
[   142.362] (II) modeset(0): Digital Display Input
[   142.362] (II) modeset(0): 6 bits per channel
[   142.362] (II) modeset(0): Digital interface is DisplayPort
[   142.362] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   142.362] (II) modeset(0): Gamma: 2.20
[   142.362] (II) modeset(0): No DPMS capabilities specified
[   142.362] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   142.362] (II) modeset(0): First detailed timing is preferred mode
[   142.362] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   142.362] (II) modeset(0): redX: 0.590 redY: 0.340   greenX: 0.330 greenY: 0.550
[   142.362] (II) modeset(0): blueX: 0.150 blueY: 0.140   whiteX: 0.313 whiteY: 0.329
[   142.362] (II) modeset(0): Manufacturer's mask: 0
[   142.362] (II) modeset(0): Supported detailed timing:
[   142.362] (II) modeset(0): clock: 76.3 MHz   Image Size:  344 x 193 mm
[   142.362] (II) modeset(0): h_active: 1366  h_sync: 1404  h_sync_end 1426 h_blank_end 1592 h_border: 0
[   142.362] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 798 v_border: 0
[   142.363] (II) modeset(0): Unknown vendor-specific block f
[   142.363] (II) modeset(0):  AUO
[   142.363] (II) modeset(0):  B156XW004.8
[   142.363] (II) modeset(0): EDID (in hex):
[   142.363] (II) modeset(0): 	00ffffffffffff0006afec4800000000
[   142.363] (II) modeset(0): 	0017010495221378020bb59757548c26
[   142.363] (II) modeset(0): 	23505400000001010101010101010101
[   142.363] (II) modeset(0): 	010101010101ce1d56e250001e302616
[   142.363] (II) modeset(0): 	360058c1100000180000000f00000000
[   142.363] (II) modeset(0): 	00000000000000000020000000fe0041
[   142.363] (II) modeset(0): 	554f0a202020202020202020000000fe
[   142.363] (II) modeset(0): 	004231353658573030342e38200a00d3
[   142.363] (II) modeset(0): Printing probed modes for output eDP-0
[   142.363] (II) modeset(0): Modeline "1366x768"x60.1   76.30  1366 1404 1426 1592  768 771 777 798 -hsync -vsync (47.9 kHz eP)
[   142.363] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   142.363] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   142.363] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   142.363] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   142.363] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   142.363] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   142.363] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   142.363] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   142.363] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   142.363] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   142.363] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   142.363] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   142.363] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   142.363] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   142.363] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   142.363] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   142.363] (II) modeset(0): EDID for output HDMI-0
[   142.363] (II) modeset(0): Output eDP-0 connected
[   142.363] (II) modeset(0): Output HDMI-0 disconnected
[   142.363] (II) modeset(0): Using exact sizes for initial modes
[   142.363] (II) modeset(0): Output eDP-0 using initial mode 1366x768
[   142.363] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   142.363] (==) modeset(0): DPI set to (96, 96)
[   142.363] (II) Loading sub module "fb"
[   142.363] (II) LoadModule: "fb"
[   142.363] (II) Loading /usr/lib/xorg/modules/libfb.so
[   142.363] (II) Module fb: vendor="X.Org Foundation"
[   142.363] 	compiled for 1.17.2, module version = 1.0.0
[   142.363] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   142.363] (II) UnloadModule: "nvidia"
[   142.363] (II) Unloading nvidia
[   142.363] (==) Depth 24 pixmap format is 32 bpp
[   142.422] (==) modeset(0): Backing store enabled
[   142.422] (==) modeset(0): Silken mouse enabled
[   142.422] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   142.422] (==) modeset(0): DPMS enabled
[   142.422] (II) modeset(0): [DRI2] Setup complete
[   142.422] (II) modeset(0): [DRI2]   DRI driver: i965
[   142.422] (II) modeset(0): [DRI2]   VDPAU driver: i965
[   142.442] (--) RandR disabled
[   142.466] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   142.466] (II) AIGLX: enabled GLX_ARB_create_context
[   142.466] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   142.466] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[   142.466] (II) AIGLX: enabled GLX_INTEL_swap_event
[   142.466] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   142.466] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   142.467] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   142.467] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   142.467] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[   142.467] (II) AIGLX: Loaded and initialized i965
[   142.467] (II) GLX: Initialized DRI2 GL provider for screen 0
[   142.469] (II) modeset(0): Setting screen physical size to 361 x 203
[   142.489] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   142.489] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   142.489] (II) LoadModule: "evdev"
[   142.489] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   142.489] (II) Module evdev: vendor="X.Org Foundation"
[   142.489] 	compiled for 1.17.1, module version = 2.9.2
[   142.489] 	Module class: X.Org XInput Driver
[   142.489] 	ABI class: X.Org XInput driver, version 21.0
[   142.489] (II) Using input driver 'evdev' for 'Power Button'
[   142.489] (**) Power Button: always reports core events
[   142.489] (**) evdev: Power Button: Device: "/dev/input/event3"
[   142.489] (--) evdev: Power Button: Vendor 0 Product 0x1
[   142.489] (--) evdev: Power Button: Found keys
[   142.489] (II) evdev: Power Button: Configuring as keyboard
[   142.489] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
[   142.489] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   142.489] (**) Option "xkb_rules" "evdev"
[   142.489] (**) Option "xkb_model" "pc104"
[   142.489] (**) Option "xkb_layout" "us"
[   142.501] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[   142.502] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   142.502] (II) Using input driver 'evdev' for 'Video Bus'
[   142.502] (**) Video Bus: always reports core events
[   142.502] (**) evdev: Video Bus: Device: "/dev/input/event5"
[   142.502] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   142.502] (--) evdev: Video Bus: Found keys
[   142.502] (II) evdev: Video Bus: Configuring as keyboard
[   142.502] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event5"
[   142.502] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   142.502] (**) Option "xkb_rules" "evdev"
[   142.502] (**) Option "xkb_model" "pc104"
[   142.502] (**) Option "xkb_layout" "us"
[   142.502] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   142.502] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   142.502] (II) Using input driver 'evdev' for 'Video Bus'
[   142.502] (**) Video Bus: always reports core events
[   142.502] (**) evdev: Video Bus: Device: "/dev/input/event4"
[   142.502] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   142.502] (--) evdev: Video Bus: Found keys
[   142.502] (II) evdev: Video Bus: Configuring as keyboard
[   142.502] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input8/event4"
[   142.502] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   142.502] (**) Option "xkb_rules" "evdev"
[   142.502] (**) Option "xkb_model" "pc104"
[   142.502] (**) Option "xkb_layout" "us"
[   142.503] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   142.503] (II) No input driver specified, ignoring this device.
[   142.503] (II) This device may have been added with another device file.
[   142.503] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   142.503] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   142.503] (II) Using input driver 'evdev' for 'Sleep Button'
[   142.503] (**) Sleep Button: always reports core events
[   142.503] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[   142.503] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   142.503] (--) evdev: Sleep Button: Found keys
[   142.503] (II) evdev: Sleep Button: Configuring as keyboard
[   142.503] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2"
[   142.503] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   142.503] (**) Option "xkb_rules" "evdev"
[   142.503] (**) Option "xkb_model" "pc104"
[   142.503] (**) Option "xkb_layout" "us"
[   142.503] (II) config/udev: Adding drm device (/dev/dri/card0)
[   142.503] (II) xfree86: Adding drm device (/dev/dri/card0)
[   142.503] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[   142.503] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event7)
[   142.503] (II) No input driver specified, ignoring this device.
[   142.503] (II) This device may have been added with another device file.
[   142.504] (II) config/udev: Adding input device G-SPY USB Gaming Mouse (/dev/input/event12)
[   142.504] (**) G-SPY USB Gaming Mouse: Applying InputClass "evdev keyboard catchall"
[   142.504] (II) Using input driver 'evdev' for 'G-SPY USB Gaming Mouse'
[   142.504] (**) G-SPY USB Gaming Mouse: always reports core events
[   142.504] (**) evdev: G-SPY USB Gaming Mouse: Device: "/dev/input/event12"
[   142.504] (--) evdev: G-SPY USB Gaming Mouse: Vendor 0x4d9 Product 0xa070
[   142.504] (--) evdev: G-SPY USB Gaming Mouse: Found keys
[   142.504] (II) evdev: G-SPY USB Gaming Mouse: Configuring as keyboard
[   142.504] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:04D9:A070.0001/input/input19/event12"
[   142.504] (II) XINPUT: Adding extended input device "G-SPY USB Gaming Mouse" (type: KEYBOARD, id 10)
[   142.504] (**) Option "xkb_rules" "evdev"
[   142.504] (**) Option "xkb_model" "pc104"
[   142.504] (**) Option "xkb_layout" "us"
[   142.504] (II) config/udev: Adding input device G-SPY USB Gaming Mouse (/dev/input/event14)
[   142.504] (**) G-SPY USB Gaming Mouse: Applying InputClass "evdev pointer catchall"
[   142.504] (**) G-SPY USB Gaming Mouse: Applying InputClass "evdev keyboard catchall"
[   142.504] (II) Using input driver 'evdev' for 'G-SPY USB Gaming Mouse'
[   142.504] (**) G-SPY USB Gaming Mouse: always reports core events
[   142.504] (**) evdev: G-SPY USB Gaming Mouse: Device: "/dev/input/event14"
[   142.504] (--) evdev: G-SPY USB Gaming Mouse: Vendor 0x4d9 Product 0xa070
[   142.504] (--) evdev: G-SPY USB Gaming Mouse: Found 9 mouse buttons
[   142.504] (--) evdev: G-SPY USB Gaming Mouse: Found scroll wheel(s)
[   142.504] (--) evdev: G-SPY USB Gaming Mouse: Found relative axes
[   142.504] (--) evdev: G-SPY USB Gaming Mouse: Found x and y relative axes
[   142.504] (--) evdev: G-SPY USB Gaming Mouse: Found absolute axes
[   142.504] (II) evdev: G-SPY USB Gaming Mouse: Forcing absolute x/y axes to exist.
[   142.504] (--) evdev: G-SPY USB Gaming Mouse: Found keys
[   142.504] (II) evdev: G-SPY USB Gaming Mouse: Configuring as mouse
[   142.504] (II) evdev: G-SPY USB Gaming Mouse: Configuring as keyboard
[   142.504] (II) evdev: G-SPY USB Gaming Mouse: Adding scrollwheel support
[   142.504] (**) evdev: G-SPY USB Gaming Mouse: YAxisMapping: buttons 4 and 5
[   142.504] (**) evdev: G-SPY USB Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   142.504] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:04D9:A070.0002/input/input21/event14"
[   142.504] (II) XINPUT: Adding extended input device "G-SPY USB Gaming Mouse" (type: KEYBOARD, id 11)
[   142.504] (**) Option "xkb_rules" "evdev"
[   142.504] (**) Option "xkb_model" "pc104"
[   142.504] (**) Option "xkb_layout" "us"
[   142.505] (II) evdev: G-SPY USB Gaming Mouse: initialized for relative axes.
[   142.505] (WW) evdev: G-SPY USB Gaming Mouse: ignoring absolute axes.
[   142.505] (**) G-SPY USB Gaming Mouse: (accel) keeping acceleration scheme 1
[   142.505] (**) G-SPY USB Gaming Mouse: (accel) acceleration profile 0
[   142.505] (**) G-SPY USB Gaming Mouse: (accel) acceleration factor: 2.000
[   142.505] (**) G-SPY USB Gaming Mouse: (accel) acceleration threshold: 4
[   142.505] (II) config/udev: Adding input device G-SPY USB Gaming Mouse (/dev/input/mouse1)
[   142.505] (II) No input driver specified, ignoring this device.
[   142.505] (II) This device may have been added with another device file.
[   142.505] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event11)
[   142.505] (**) USB2.0 HD UVC WebCam: Applying InputClass "evdev keyboard catchall"
[   142.505] (II) Using input driver 'evdev' for 'USB2.0 HD UVC WebCam'
[   142.505] (**) USB2.0 HD UVC WebCam: always reports core events
[   142.505] (**) evdev: USB2.0 HD UVC WebCam: Device: "/dev/input/event11"
[   142.505] (--) evdev: USB2.0 HD UVC WebCam: Vendor 0x4f2 Product 0xb3d8
[   142.505] (--) evdev: USB2.0 HD UVC WebCam: Found keys
[   142.505] (II) evdev: USB2.0 HD UVC WebCam: Configuring as keyboard
[   142.505] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/input/input18/event11"
[   142.505] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 12)
[   142.505] (**) Option "xkb_rules" "evdev"
[   142.505] (**) Option "xkb_model" "pc104"
[   142.505] (**) Option "xkb_layout" "us"
[   142.506] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[   142.506] (II) No input driver specified, ignoring this device.
[   142.506] (II) This device may have been added with another device file.
[   142.506] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[   142.506] (II) No input driver specified, ignoring this device.
[   142.506] (II) This device may have been added with another device file.
[   142.506] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event13)
[   142.506] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   142.506] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[   142.506] (**) Asus WMI hotkeys: always reports core events
[   142.506] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event13"
[   142.506] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[   142.506] (--) evdev: Asus WMI hotkeys: Found keys
[   142.506] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[   142.506] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input20/event13"
[   142.506] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[   142.506] (**) Option "xkb_rules" "evdev"
[   142.506] (**) Option "xkb_model" "pc104"
[   142.506] (**) Option "xkb_layout" "us"
[   142.507] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   142.507] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   142.507] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   142.507] (**) AT Translated Set 2 keyboard: always reports core events
[   142.507] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   142.507] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   142.507] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   142.507] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   142.507] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   142.507] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[   142.507] (**) Option "xkb_rules" "evdev"
[   142.507] (**) Option "xkb_model" "pc104"
[   142.507] (**) Option "xkb_layout" "us"
[   142.507] (II) config/udev: Adding input device FocalTechPS/2 FocalTech FocalTech Touchpad (/dev/input/event10)
[   142.507] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: Applying InputClass "evdev touchpad catchall"
[   142.507] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: Applying InputClass "touchpad catchall"
[   142.507] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: Applying InputClass "Default clickpad buttons"
[   142.507] (II) LoadModule: "synaptics"
[   142.507] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   142.507] (II) Module synaptics: vendor="X.Org Foundation"
[   142.507] 	compiled for 1.17.1, module version = 1.8.2
[   142.507] 	Module class: X.Org XInput Driver
[   142.507] 	ABI class: X.Org XInput driver, version 21.0
[   142.507] (II) Using input driver 'synaptics' for 'FocalTechPS/2 FocalTech FocalTech Touchpad'
[   142.507] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: always reports core events
[   142.507] (**) Option "Device" "/dev/input/event10"
[   142.610] (II) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: found clickpad property
[   142.610] (--) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: x-axis range 0 - 2432 (res 0)
[   142.610] (--) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: y-axis range 0 - 1664 (res 0)
[   142.610] (II) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: device does not report pressure, will use touch data.
[   142.610] (II) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: device does not report finger width.
[   142.610] (--) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: buttons: left double triple
[   142.610] (--) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: Vendor 0x2 Product 0x12
[   142.610] (--) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: invalid pressure range.  defaulting to 0 - 255
[   142.610] (--) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: invalid finger width range.  defaulting to 0 - 15
[   142.610] (**) Option "TapButton1" "1"
[   142.610] (**) Option "TapButton2" "2"
[   142.610] (**) Option "TapButton3" "3"
[   142.610] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   142.610] (--) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: touchpad found
[   142.610] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: always reports core events
[   142.651] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input17/event10"
[   142.651] (II) XINPUT: Adding extended input device "FocalTechPS/2 FocalTech FocalTech Touchpad" (type: TOUCHPAD, id 15)
[   142.651] (**) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   142.651] (**) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) MaxSpeed is now 1.75
[   142.651] (**) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) AccelFactor is now 0.068
[   142.651] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) keeping acceleration scheme 1
[   142.651] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) acceleration profile 1
[   142.651] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) acceleration factor: 2.000
[   142.651] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) acceleration threshold: 4
[   142.652] (--) synaptics: FocalTechPS/2 FocalTech FocalTech Touchpad: touchpad found
[   142.652] (II) config/udev: Adding input device FocalTechPS/2 FocalTech FocalTech Touchpad (/dev/input/mouse0)
[   142.652] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   142.652] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   142.652] (II) No input driver specified, ignoring this device.
[   142.652] (II) This device may have been added with another device file.
[   150.170] (II) UnloadModule: "synaptics"
[   150.170] (II) evdev: AT Translated Set 2 keyboard: Close
[   150.170] (II) UnloadModule: "evdev"
[   150.170] (II) evdev: Asus WMI hotkeys: Close
[   150.170] (II) UnloadModule: "evdev"
[   150.170] (II) evdev: USB2.0 HD UVC WebCam: Close
[   150.170] (II) UnloadModule: "evdev"
[   150.170] (II) evdev: G-SPY USB Gaming Mouse: Close
[   150.170] (II) UnloadModule: "evdev"
[   150.170] (II) evdev: G-SPY USB Gaming Mouse: Close
[   150.170] (II) UnloadModule: "evdev"
[   150.170] (II) evdev: Sleep Button: Close
[   150.170] (II) UnloadModule: "evdev"
[   150.170] (II) evdev: Video Bus: Close
[   150.170] (II) UnloadModule: "evdev"
[   150.170] (II) evdev: Video Bus: Close
[   150.171] (II) UnloadModule: "evdev"
[   150.171] (II) evdev: Power Button: Close
[   150.171] (II) UnloadModule: "evdev"
[   151.464] (II) Server terminated successfully (0). Closing log file.

5)

/etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 352.21  (buildmeister@swio-display-x64-rhel04-13)  Tue Jun  9 22:44:03 PDT 2015

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

6)

/etc/X11/xorg.conf.d/

is empty

Last edited by NumeroSMG (2016-08-23 19:28:10)

Offline

#8 2016-08-23 20:11:04

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: [SOLVED] Won't boot after Nvidia update

From xorg.0.log

[   130.999] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 23 21:23:05 2016
[   130.999] (==) Using config file: "/etc/X11/xorg.conf"
[   130.999] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   131.002] (II) LoadModule: "glx"
[   131.002] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   131.005] (II) Module glx: vendor="NVIDIA Corporation"
[   131.005] 	compiled for 4.0.2, module version = 1.0.0
[   131.005] 	Module class: X.Org Server Extension
[   131.005] (II) NVIDIA GLX Module  370.23  Mon Aug  8 17:25:10 PDT 2016
[   131.005] (II) LoadModule: "nvidia"
[   131.005] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   131.005] (II) Module nvidia: vendor="NVIDIA Corporation"
[   131.005] 	compiled for 4.0.2, module version = 1.0.0
[   131.005] 	Module class: X.Org Video Driver
[   131.005] (II) NVIDIA dlloader X Driver  370.23  Mon Aug  8 17:02:18 PDT 2016
[   131.005] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   131.005] (EE) No devices detected.
[   131.005] (EE) 

It is using the /etc/X11/xorg.conf this overrides autodetectrion
glx is provided by nvidia which would match using the nvidia driver but no supported nvidia cards are detected
The integrated card GPU is not used as dictated by the xorg.conf this configuration will not work with a Hybrid_graphics system

From xorg.1.log

[   141.919] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   141.919] (==) No Layout section.  Using the first Screen section.
[   141.919] (==) No screen section available. Using defaults.
[   141.924] (II) LoadModule: "glx"
[   141.924] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   141.925] (II) Module glx: vendor="X.Org Foundation"
[   141.927] (II) LoadModule: "modesetting"
[   141.927] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   141.927] (II) Module modesetting: vendor="X.Org Foundation"
[   142.363] (II) Loading sub module "fb"
[   142.363] (II) LoadModule: "fb"
[   142.363] (II) Loading /usr/lib/xorg/modules/libfb.so
[   142.363] (II) Module fb: vendor="X.Org Foundation"
[   142.363] 	compiled for 1.17.2, module version = 1.0.0
[   142.363] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   142.363] (II) UnloadModule: "nvidia"
[   142.363] (II) Unloading nvidia
[   151.464] (II) Server terminated successfully (0). Closing log file.

This would be the old configuration.
No xorg.conf is used.
glx is not provided by nvidia which is compatible with using the modesetting driver.
the nvidia driver is not used, the modesetting driver ( using only the integrated GPU? )

In all cases the nvidia card is not detected sucessfully, so what is the output of

$ lspci | grep -e VGA -e 3D

I would suggest the quickest step to restore the old functionality would be remove /etc/X11/xorg.conf and install mesa-libgl which will conflict/replace nvidia-libgl.
Then determine which nvidia driver supports the card you have and pick a solution that supports hybrid graphics.

Offline

#9 2016-08-23 20:30:23

NumeroSMG
Member
Registered: 2016-08-23
Posts: 25

Re: [SOLVED] Won't boot after Nvidia update

$ lspci | grep -e VGA -e 3D

gives:

00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
04:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 740M] (rev a1)

also

$ lspci -k | grep -A 2 -E "(VGA|3D)"

gives:

00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
	Subsystem: ASUSTeK Computer Inc. Device 130d
	Kernel driver in use: i915
--
04:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 740M] (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device 130d
	Kernel driver in use: nvidia

So I figured I used the correct driver. Also, from the Wiki:

For GeForce 400 series cards and newer [NVCx and newer], install the nvidia or nvidia-lts package along with nvidia-libgl. If these packages do not work, nvidia-betaAUR may have a newer driver version that offers support.

Altho, if I go to Nvidia website and choose my card it offers me to download     367.44 version, while just pacman -S nvidia downloads 370.23-1. I'll do what you suggested in a sec and get back to you once I've done it.


E: Ok, so I just removed the /etc/X11/xorg.conf aaaand the LXDE started! And it seems like it's working! Wow. I guess that solves the problem, thank you very much.

Last edited by NumeroSMG (2016-08-23 20:35:56)

Offline

Board footer

Powered by FluxBB