mint 19 crashing after installing nvidia drivers

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
TehMayoSauce

mint 19 crashing after installing nvidia drivers

Post by TehMayoSauce »

Hi everyone,

This is my first time using Linux and I installed Mint 19 Cinnamon. The installation process was smooth and I continue to set up TimeShift and installing updates (as suggested by "First Steps". However, every time I try to install the proprietary drivers from nvidia and reboot, I always get a black screen. I am able to open up the tty terminal and do stuff from there but unless I restore using TimeShift or purge nvidia (reverting to nouveau drivers), I can't access the desktop. I have restored several times to a clean install restore point and this seems to happen whether I am using kernel 4.15.0-20 or 4.15.0-26 (from update manager).

The most "progress" I seem to have made is adding nomodeset to grub. It loads the login screen and allows me to get into the desktop but I get a message saying Cinnamon has crashed and is running fallback mode. It asks me if I want to restart Cinnamon. If I press yes, it just keeps giving me that message and if I press no, the message disappears but I imagine I'm still in fallback mode (whatever that is).

This machine is a laptop with a 820M chip. The proprietary driver recommended in Driver Manager is version 340.106 but I notice there is also a 340.107 version available (if using the PPA). I have tried both versions and it's the same story in both cases. I have not downloaded any additional software yet (i.e. Primus, etc.) as I imagine that stuff would require a working proprietary driver.

I have been digging around and trying things for many hours now and I'm still stuck in the same place. Any help would be greatly appreciated!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kc1di
Level 18
Level 18
Posts: 8146
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: mint 19 crashing after installing nvidia drivers

Post by kc1di »

Hello TehMayoSauce and Welcome to Linux Mint Forums,

Please go to a terminal and type this command

Code: Select all

inxi -Fxz
and Post the output here in Code tags </> please.
this will be of help to those trying to help you and gives an overview of your system.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
matiasl9815

Re: mint 19 crashing after installing nvidia drivers

Post by matiasl9815 »

kc1di wrote: Thu Jul 26, 2018 7:31 am Hello TehMayoSauce and Welcome to Linux Mint Forums,

Please go to a terminal and type this command

Code: Select all

inxi -Fxz
and Post the output here in Code tags </> please.
this will be of help to those trying to help you and gives an overview of your system.
Hi, I have the same graphic card and the same problem with the driver
I used the comand that was provided and this is the result:

Code: Select all

System:    Host: matias-Lenovo-Z40-70 Kernel: 4.15.0-20-generic x86_64
           bits: 64 gcc: 7.3.0
           Desktop: MATE 1.20.1 (Gtk 3.22.30-1ubuntu1)
           Distro: Linux Mint 19 Tara
Machine:   Device: laptop System: LENOVO product: 20366 v: Lenovo Z40-70 serial: N/A
           Mobo: LENOVO model: Lancer 4A5 v: 31900059WIN serial: N/A
           UEFI [Legacy]: LENOVO v: 9BCN91WW date: 07/21/2015
Battery    BAT0: charge: 32.9 Wh 100.1% condition: 32.9/37.6 Wh (87%)
           model: Lenovo IdeaPad status: Full
CPU:       Dual core Intel Core i3-4005U (-MT-MCP-) 
           arch: Haswell rev.1 cache: 3072 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 6784
           clock speeds: max: 1600 MHz 1: 1341 MHz 2: 1269 MHz 3: 1278 MHz
           4: 1232 MHz
Graphics:  Card-1: Intel Haswell-ULT Integrated Graphics Controller
           bus-ID: 00:02.0
           Card-2: NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
           bus-ID: 03:00.0
           Display Server: x11 (X.Org 1.19.6 )
           drivers: modesetting,nouveau (unloaded: fbdev,vesa)
           Resolution: 1366x768@60.00hz
           OpenGL: renderer: Mesa DRI Intel Haswell Mobile
           version: 4.5 Mesa 18.0.5 Direct Render: Yes
Audio:     Card-1 Intel 8 Series HD Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Card-2 Intel Haswell-ULT HD Audio Controller
           driver: snd_hda_intel bus-ID: 00:03.0
           Sound: Advanced Linux Sound Architecture v: k4.15.0-20-generic
Network:   Card-1: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: 4000 bus-ID: 01:00.0
           IF: enp1s0 state: down mac: <filter>
           Card-2: Broadcom Limited BCM43142 802.11b/g/n
           driver: wl bus-ID: 02:00.0
           IF: wlp2s0 state: up mac: <filter>
Drives:    HDD Total Size: 1016.2GB (19.3% used)
           ID-1: /dev/sda model: ST1000LM024_HN size: 1000.2GB
           ID-2: USB /dev/sdb model: STORE_N_GO size: 16.0GB
Partition: ID-1: / size: 46G used: 7.7G (18%) fs: ext4 dev: /dev/sda6
           ID-2: /home size: 69G used: 3.1G (5%) fs: ext4 dev: /dev/sda7
           ID-3: swap-1 size: 11.31GB used: 0.00GB (0%)
           fs: swap dev: /dev/sda8
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 35.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 223 Uptime: 1:50 Memory: 2377.0/3841.1MB
           Init: systemd runlevel: 5 Gcc sys: 7.3.0
           Client: Shell (bash 4.4.191) inxi: 2.3.56
TehMayoSauce

Re: mint 19 crashing after installing nvidia drivers

Post by TehMayoSauce »

kc1di wrote: Thu Jul 26, 2018 7:31 am Hello TehMayoSauce and Welcome to Linux Mint Forums,

Please go to a terminal and type this command

Code: Select all

inxi -Fxz
and Post the output here in Code tags </> please.
this will be of help to those trying to help you and gives an overview of your system.
Sure thing. I did talk on the IRC Chat Room and someone told me 820M is not supported and that is the reason why I'm having these issues. If anyone could confirm this and/or let me know if there are plans to get these drivers to work with this gpu and linux mint 19, it would be much appreciated. In the meantime, I'm just running with the nouveau drivers.

Code: Select all

System:    Host: mercury Kernel: 4.15.0-29-generic x86_64 bits: 64 gcc: 7.3.0
           Desktop: Cinnamon 3.8.8 (Gtk 3.22.30-1ubuntu1)
           Distro: Linux Mint 19 Tara
Machine:   Device: laptop System: ASUSTeK product: X455LD v: 1.0 serial: N/A
           Mobo: ASUSTeK model: X455LD v: 1.0 serial: N/A
           UEFI: American Megatrends v: X455LD.205 date: 04/10/2015
Battery    BAT0: charge: 25.5 Wh 99.6% condition: 25.6/37.3 Wh (69%)
           model: ASUSTeK X550A26 status: Charging
CPU:       Dual core Intel Core i7-4510U (-MT-MCP-) 
           arch: Haswell rev.1 cache: 4096 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 10375
           clock speeds: max: 3100 MHz 1: 1213 MHz 2: 1461 MHz 3: 1826 MHz
           4: 1879 MHz
Graphics:  Card-1: Intel Haswell-ULT Integrated Graphics Controller
           bus-ID: 00:02.0
           Card-2: NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
           bus-ID: 04:00.0
           Display Server: x11 (X.Org 1.19.6 )
           drivers: modesetting,nouveau (unloaded: fbdev,vesa)
           Resolution: 1366x768@59.97hz
           OpenGL: renderer: Mesa DRI Intel Haswell Mobile
           version: 4.5 Mesa 18.0.5 Direct Render: Yes
Audio:     Card-1 Intel 8 Series HD Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Card-2 Intel Haswell-ULT HD Audio Controller
           driver: snd_hda_intel bus-ID: 00:03.0
           Sound: Advanced Linux Sound Architecture v: k4.15.0-29-generic
Network:   Card-1: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
           IF: enp2s0 state: down mac: <filter>
           Card-2: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter
           driver: ath9k bus-ID: 03:00.0
           IF: wlp3s0 state: up mac: <filter>
Drives:    HDD Total Size: 500.1GB (4.9% used)
           ID-1: /dev/sda model: Samsung_SSD_750 size: 500.1GB
Partition: ID-1: / size: 457G used: 23G (6%) fs: ext4 dev: /dev/sda2
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 47.0C mobo: N/A
           Fan Speeds (in rpm): cpu: 2700
Info:      Processes: 239 Uptime: 10:06 Memory: 3909.5/7860.5MB
           Init: systemd runlevel: 5 Gcc sys: 7.3.0
           Client: Shell (bash 4.4.191) inxi: 2.3.56 
User avatar
kc1di
Level 18
Level 18
Posts: 8146
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: mint 19 crashing after installing nvidia drivers

Post by kc1di »

I'm afraid I do not have all the answers to these dual gpu chipsets. does the Intel graphic card work ok. In the Past I think you needed to install optimus to get them both working or Bumble bee. But I believe that those will not work with Mint 19 , but I may be wrong about that. Hopefully others will know and come and give you some answers. But for the time being I think you may be stuck with just the intel card.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: mint 19 crashing after installing nvidia drivers

Post by roblm »

THIS TOPIC DEALS WITH LAPTOPS WITH NVIDIA'S OPTIMUS TECHNOLOGY.


TehMayoSauce,

Did you install nvidia-prime?

Was the PPA you added the graphics-drivers PPA?
Last edited by roblm on Mon Aug 27, 2018 7:17 am, edited 1 time in total.
TehMayoSauce

Re: mint 19 crashing after installing nvidia drivers

Post by TehMayoSauce »

roblm wrote: Sat Jul 28, 2018 4:48 pm TehMayoSauce,

Did you install nvidia-prime?

Was the PPA you added the graphics-drivers PPA?
No, I have not tried installing nvidia-prime. I figured it would require me to actually get hands on the proprietary drivers to actually work anyway.

Yes, I added the graphics-drivers PPA and tried that too. Same result.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: mint 19 crashing after installing nvidia drivers

Post by roblm »

TehMayoSauce,

The nvidia-340 driver does support your Nvidia GPU but it is does not work well with the graphics hardware from some vendors.

I’m wondering why Driver Manager doesn’t list other newer series drivers, like the nvidia-384 or nvidia-390, even without adding the graphics-drivers PPA. This page from the Nvidia website shows this entire series of GPUs is supported by these drivers : [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]

nvidia-820M.png


matiasl9815,

Does your Driver Manager list any newer series drivers than the nvidia-340?
matiasl9815

Re: mint 19 crashing after installing nvidia drivers

Post by matiasl9815 »

roblm wrote: Sun Jul 29, 2018 10:57 am TehMayoSauce,

The nvidia-340 driver does support your Nvidia GPU but it is does not work well with the graphics hardware from some vendors.

I’m wondering why Driver Manager doesn’t list other newer series drivers, like the nvidia-384 or nvidia-390, even without adding the graphics-drivers PPA. This page from the Nvidia website shows this entire series of GPUs is supported by these drivers : [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]


nvidia-820M.png



matiasl9815,

Does your Driver Manager list any newer series drivers than the nvidia-340?
No it just list the nvidia-340
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: mint 19 crashing after installing nvidia drivers

Post by roblm »

matiasl9815 or TehMayoSauce,

Try testing these kernel parameters after installing the nvidia-340 driver. The effect will only last for one session. At the Grub boot menu, press E to edit. If no menu shows, then hold down the shift key while starting. Use the Down arrow key to go down to the line that starts with: linux /boot/vmlinuz.............ro quiet splash $vt_handoff

Press the End key to go to the end of the line. Add a space and then add this parameter: pci=nomsi

Press F10 to start your system. If that doesn’t help, then reboot by pressing Ctrl+Alt+Delete or if that doesn’t work, press and hold the Alt key and then press the SysRq and B keys. Repeat the steps and try these parameters, one at a time:
noapic
irqpoll
acpi=off
acpi_osi=!


If that doesn’t help, then reboot again. When you get the black screen, try to enter the virtual console tty1 by pressing Ctrl+Alt+F1. After logging in, use this command to remove the Nvidia driver and reboot: sudo apt purge nvidia*; reboot

When you get to the desktop, open the Terminal, use this command and post the output: xed /var/log/Xorg.0.log.old
TehMayoSauce

Re: mint 19 crashing after installing nvidia drivers

Post by TehMayoSauce »

roblm wrote: Sun Jul 29, 2018 10:57 am TehMayoSauce,

The nvidia-340 driver does support your Nvidia GPU but it is does not work well with the graphics hardware from some vendors.

I’m wondering why Driver Manager doesn’t list other newer series drivers, like the nvidia-384 or nvidia-390, even without adding the graphics-drivers PPA. This page from the Nvidia website shows this entire series of GPUs is supported by these drivers : [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]


nvidia-820M.png



matiasl9815,

Does your Driver Manager list any newer series drivers than the nvidia-340?
Yeah I took a look at the nvidia website and saw the same thing. I haven't tried installing any of the other drivers since the recommended version has always been 340, even on the nvidia drivers PPA site.
roblm wrote: Sun Jul 29, 2018 3:07 pm matiasl9815 or TehMayoSauce,

Try testing these kernel parameters after installing the nvidia-340 driver. The effect will only last for one session. At the Grub boot menu, press E to edit. If no menu shows, then hold down the shift key while starting. Use the Down arrow key to go down to the line that starts with: linux /boot/vmlinuz.............ro quiet splash $vt_handoff

Press the End key to go to the end of the line. Add a space and then add this parameter: pci=nomsi

Press F10 to start your system. If that doesn’t help, then reboot by pressing Ctrl+Alt+Delete or if that doesn’t work, press and hold the Alt key and then press the SysRq and B keys. Repeat the steps and try these parameters, one at a time:
noapic
irqpoll
acpi=off
acpi_osi=!


If that doesn’t help, then reboot again. When you get the black screen, try to enter the virtual console tty1 by pressing Ctrl+Alt+F1. After logging in, use this command to remove the Nvidia driver and reboot: sudo apt purge nvidia*; reboot

When you get to the desktop, open the Terminal, use this command and post the output: xed /var/log/Xorg.0.log.old
So all the parameters (including acpi_osi=!) didn't appear to affect anything, with the exception of acpi=off.

With acpi=off, I was able to get the login screen. However, after logging in, everything took a long time to load. The background image would flash in momentarily and then go back to solid black. The desktop icons show up after some time but the taskbar never loads (I waited about 5-10 minutes). Pressing the windows key doesn't bring up the start menu and the cursor would lag on screen.

Here is the output from xed /var/log/Xorg.0.log.old:

Code: Select all

[    37.781] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[    37.782] X Protocol Version 11, Revision 0
[    37.782] Build Operating System: Linux 4.4.0-119-generic x86_64 Ubuntu
[    37.782] Current Operating System: Linux mercury 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 x86_64
[    37.782] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic root=UUID=093110fe-6c21-4f4a-a6b0-5c17d20c0a05 ro quiet splash
[    37.782] Build Date: 13 April 2018  08:07:36PM
[    37.782] xorg-server 2:1.19.6-1ubuntu4 (For technical support please see http://www.ubuntu.com/support) 
[    37.782] Current version of pixman: 0.34.0
[    37.782] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    37.782] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    37.782] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 30 15:14:53 2018
[    37.782] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    37.782] (==) No Layout section.  Using the first Screen section.
[    37.782] (==) No screen section available. Using defaults.
[    37.782] (**) |-->Screen "Default Screen Section" (0)
[    37.782] (**) |   |-->Monitor "<default monitor>"
[    37.782] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    37.782] (==) Automatically adding devices
[    37.782] (==) Automatically enabling devices
[    37.782] (==) Automatically adding GPU devices
[    37.782] (==) Automatically binding GPU devices
[    37.782] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    37.782] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    37.782] 	Entry deleted from font path.
[    37.782] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    37.782] 	Entry deleted from font path.
[    37.782] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    37.782] 	Entry deleted from font path.
[    37.782] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    37.782] 	Entry deleted from font path.
[    37.782] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    37.782] 	Entry deleted from font path.
[    37.782] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    37.782] (==) ModulePath set to "/usr/lib/xorg/modules"
[    37.782] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    37.782] (II) Loader magic: 0x55d4f278c020
[    37.782] (II) Module ABI versions:
[    37.782] 	X.Org ANSI C Emulation: 0.4
[    37.782] 	X.Org Video Driver: 23.0
[    37.782] 	X.Org XInput driver : 24.1
[    37.782] 	X.Org Server Extension : 10.0
[    37.783] (++) using VT number 7

[    37.783] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    37.783] (II) xfree86: Adding drm device (/dev/dri/card0)
[    37.802] (II) xfree86: Adding drm device (/dev/dri/card1)
[    37.803] (**) OutputClass "Nvidia Prime" ModulePath extended to "/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[    37.803] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia-340/xorg,/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[    37.803] (**) OutputClass "Nvidia Prime" setting /dev/dri/card1 as PrimaryGPU
[    37.804] (--) PCI: (0:0:2:0) 8086:0a16:1043:170d rev 11, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    37.804] (--) PCI:*(0:4:0:0) 10de:1140:1043:170d rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[    37.804] (II) LoadModule: "glx"
[    37.804] (II) Loading /usr/lib/nvidia-340/xorg/libglx.so
[    37.869] (II) Module glx: vendor="NVIDIA Corporation"
[    37.870] 	compiled for 4.0.2, module version = 1.0.0
[    37.870] 	Module class: X.Org Server Extension
[    37.870] (II) NVIDIA GLX Module  340.106  Tue Jan  9 14:21:56 PST 2018
[    37.870] (II) Applying OutputClass "Nvidia Prime" to /dev/dri/card1
[    37.870] 	loading driver: nvidia
[    37.870] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    37.870] 	loading driver: nvidia
[    37.870] (==) Matched nvidia as autoconfigured driver 0
[    37.870] (==) Matched nvidia as autoconfigured driver 1
[    37.870] (==) Matched nouveau as autoconfigured driver 2
[    37.870] (==) Matched nouveau as autoconfigured driver 3
[    37.870] (==) Matched modesetting as autoconfigured driver 4
[    37.870] (==) Matched fbdev as autoconfigured driver 5
[    37.870] (==) Matched vesa as autoconfigured driver 6
[    37.870] (==) Assigned the driver to the xf86ConfigLayout
[    37.870] (II) LoadModule: "nvidia"
[    37.870] (II) Loading /usr/lib/nvidia-340/xorg/nvidia_drv.so
[    37.871] (II) Module nvidia: vendor="NVIDIA Corporation"
[    37.871] 	compiled for 4.0.2, module version = 1.0.0
[    37.871] 	Module class: X.Org Video Driver
[    37.871] (II) LoadModule: "nouveau"
[    37.871] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    37.871] (II) Module nouveau: vendor="X.Org Foundation"
[    37.871] 	compiled for 1.19.3, module version = 1.0.15
[    37.871] 	Module class: X.Org Video Driver
[    37.871] 	ABI class: X.Org Video Driver, version 23.0
[    37.871] (II) LoadModule: "modesetting"
[    37.872] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    37.872] (II) Module modesetting: vendor="X.Org Foundation"
[    37.872] 	compiled for 1.19.6, module version = 1.19.6
[    37.872] 	Module class: X.Org Video Driver
[    37.872] 	ABI class: X.Org Video Driver, version 23.0
[    37.872] (II) LoadModule: "fbdev"
[    37.872] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    37.872] (II) Module fbdev: vendor="X.Org Foundation"
[    37.872] 	compiled for 1.19.3, module version = 0.4.4
[    37.872] 	Module class: X.Org Video Driver
[    37.872] 	ABI class: X.Org Video Driver, version 23.0
[    37.872] (II) LoadModule: "vesa"
[    37.872] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    37.872] (II) Module vesa: vendor="X.Org Foundation"
[    37.872] 	compiled for 1.19.3, module version = 2.3.4
[    37.872] 	Module class: X.Org Video Driver
[    37.872] 	ABI class: X.Org Video Driver, version 23.0
[    37.872] (II) NVIDIA dlloader X Driver  340.106  Tue Jan  9 14:01:46 PST 2018
[    37.872] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    37.872] (II) NOUVEAU driver Date:   Fri Apr 21 14:41:17 2017 -0400
[    37.872] (II) NOUVEAU driver for NVIDIA chipset families :
[    37.872] 	RIVA TNT        (NV04)
[    37.872] 	RIVA TNT2       (NV05)
[    37.872] 	GeForce 256     (NV10)
[    37.872] 	GeForce 2       (NV11, NV15)
[    37.872] 	GeForce 4MX     (NV17, NV18)
[    37.872] 	GeForce 3       (NV20)
[    37.872] 	GeForce 4Ti     (NV25, NV28)
[    37.872] 	GeForce FX      (NV3x)
[    37.872] 	GeForce 6       (NV4x)
[    37.872] 	GeForce 7       (G7x)
[    37.872] 	GeForce 8       (G8x)
[    37.872] 	GeForce GTX 200 (NVA0)
[    37.872] 	GeForce GTX 400 (NVC0)
[    37.872] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    37.872] (II) FBDEV: driver for framebuffer: fbdev
[    37.872] (II) VESA: driver for VESA chipsets: vesa
[    37.887] (II) Loading sub module "fb"
[    37.887] (II) LoadModule: "fb"
[    37.887] (II) Loading /usr/lib/xorg/modules/libfb.so
[    37.887] (II) Module fb: vendor="X.Org Foundation"
[    37.887] 	compiled for 1.19.6, module version = 1.0.0
[    37.887] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.887] (WW) Unresolved symbol: fbGetGCPrivateKey
[    37.887] (II) Loading sub module "wfb"
[    37.887] (II) LoadModule: "wfb"
[    37.888] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    37.888] (II) Module wfb: vendor="X.Org Foundation"
[    37.888] 	compiled for 1.19.6, module version = 1.0.0
[    37.888] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.888] (II) Loading sub module "ramdac"
[    37.888] (II) LoadModule: "ramdac"
[    37.888] (II) Module "ramdac" already built-in
[    37.888] (WW) Falling back to old probe method for modesetting
[    37.902] (WW) Falling back to old probe method for fbdev
[    37.902] (II) Loading sub module "fbdevhw"
[    37.902] (II) LoadModule: "fbdevhw"
[    37.902] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    37.902] (II) Module fbdevhw: vendor="X.Org Foundation"
[    37.902] 	compiled for 1.19.6, module version = 0.0.2
[    37.902] 	ABI class: X.Org Video Driver, version 23.0
[    37.902] (WW) Falling back to old probe method for vesa
[    37.918] (II) modeset(G0): using drv /dev/dri/card0
[    37.918] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    37.918] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    37.918] (==) NVIDIA(0): RGB weight 888
[    37.918] (==) NVIDIA(0): Default visual is TrueColor
[    37.918] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    37.919] (II) Applying OutputClass "Nvidia Prime" options to /dev/dri/card1
[    37.919] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    37.919] (**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT"
[    37.919] (**) NVIDIA(0): Enabling 2D acceleration
[    38.052] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[    38.054] (II) NVIDIA(0): NVIDIA GPU GeForce 820M (GF117) at PCI:4:0:0 (GPU-0)
[    38.054] (--) NVIDIA(0): Memory: 2097152 kBytes
[    38.054] (--) NVIDIA(0): VideoBIOS: 75.17.86.00.2c
[    38.054] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[    38.054] (--) NVIDIA(0): Valid display device(s) on GeForce 820M at PCI:4:0:0
[    38.054] (--) NVIDIA(0):     none
[    38.054] (II) NVIDIA(0): Validated MetaModes:
[    38.054] (II) NVIDIA(0):     "NULL"
[    38.054] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    38.054] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    38.054] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    38.054] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    38.054] (==) modeset(G0): RGB weight 888
[    38.054] (==) modeset(G0): Default visual is TrueColor
[    38.054] (II) Loading sub module "glamoregl"
[    38.054] (II) LoadModule: "glamoregl"
[    38.054] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    38.058] (II) Module glamoregl: vendor="X.Org Foundation"
[    38.058] 	compiled for 1.19.6, module version = 1.0.0
[    38.058] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    38.058] (II) glamor: OpenGL accelerated X.org driver based.
[    38.071] (EE) modeset(G0): eglGetDisplay() failed
[    38.071] (EE) modeset(G0): glamor initialization failed
[    38.071] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[    38.071] (II) modeset(G0): Double-buffered shadow updates: off
[    38.072] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    38.072] (II) modeset(G0): Output DP-1-1 has no monitor section
[    38.081] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    38.082] (II) modeset(G0): EDID for output eDP-1-1
[    38.082] (II) modeset(G0): Manufacturer: BOE  Model: 5ec  Serial#: 0
[    38.082] (II) modeset(G0): Year: 2013  Week: 1
[    38.082] (II) modeset(G0): EDID Version: 1.4
[    38.082] (II) modeset(G0): Digital Display Input
[    38.082] (II) modeset(G0): Undefined color depth
[    38.082] (II) modeset(G0): Digital interface is undefined
[    38.082] (II) modeset(G0): Max Image Size [cm]: horiz.: 31  vert.: 17
[    38.082] (II) modeset(G0): Gamma: 2.20
[    38.082] (II) modeset(G0): No DPMS capabilities specified
[    38.082] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    38.082] (II) modeset(G0): First detailed timing is preferred mode
[    38.082] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    38.082] (II) modeset(G0): redX: 0.577 redY: 0.366   greenX: 0.336 greenY: 0.578
[    38.082] (II) modeset(G0): blueX: 0.156 blueY: 0.106   whiteX: 0.312 whiteY: 0.328
[    38.083] (II) modeset(G0): Manufacturer's mask: 0
[    38.083] (II) modeset(G0): Supported detailed timing:
[    38.083] (II) modeset(G0): clock: 72.3 MHz   Image Size:  309 x 173 mm
[    38.083] (II) modeset(G0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1526 h_border: 0
[    38.083] (II) modeset(G0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
[    38.083] (II) modeset(G0): Supported detailed timing:
[    38.083] (II) modeset(G0): clock: 72.3 MHz   Image Size:  309 x 173 mm
[    38.083] (II) modeset(G0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1526 h_border: 0
[    38.083] (II) modeset(G0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
[    38.083] (II) modeset(G0):  BOE DT
[    38.083] (II) modeset(G0):  HB140WX1-300
[    38.083] (II) modeset(G0): EDID (in hex):
[    38.083] (II) modeset(G0): 	00ffffffffffff0009e5ec0500000000
[    38.083] (II) modeset(G0): 	01170104801f11780af010935d569428
[    38.083] (II) modeset(G0): 	1b505400000001010101010101010101
[    38.083] (II) modeset(G0): 	0101010101013e1c56a0500016303020
[    38.083] (II) modeset(G0): 	360035ad1000001a3e1c56a050001630
[    38.083] (II) modeset(G0): 	3020360035ad1000001a000000fe0042
[    38.083] (II) modeset(G0): 	4f452044540a202020202020000000fe
[    38.083] (II) modeset(G0): 	0048423134305758312d3330300a00fa
[    38.083] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    38.083] (II) modeset(G0): Modeline "1366x768"x60.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    38.083] (II) modeset(G0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    38.083] (II) modeset(G0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    38.083] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    38.083] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    38.083] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    38.083] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    38.083] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    38.083] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    38.083] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    38.083] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    38.083] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    38.083] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    38.083] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    38.083] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    38.083] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    38.083] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    38.083] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    38.083] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    38.083] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    38.083] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    38.083] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    38.083] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    38.083] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    38.083] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    38.083] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    38.083] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    38.083] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    38.083] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    38.083] (II) modeset(G0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    38.083] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    38.083] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    38.083] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    38.083] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    38.083] (II) modeset(G0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    38.083] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    38.083] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    38.083] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    38.083] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    38.083] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    38.083] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    38.083] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    38.083] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    38.083] (II) modeset(G0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    38.083] (II) modeset(G0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    38.083] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    38.083] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    38.083] (II) modeset(G0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    38.083] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    38.083] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    38.083] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    38.083] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    38.083] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    38.083] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    38.083] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    38.083] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    38.083] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    38.083] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    38.083] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    38.083] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    38.083] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    38.083] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    38.083] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    38.083] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    38.083] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    38.083] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    38.083] (II) modeset(G0): EDID for output DP-1-1
[    38.092] (II) modeset(G0): EDID for output HDMI-1-1
[    38.092] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    38.092] (==) modeset(G0): DPI set to (96, 96)
[    38.092] (II) Loading sub module "fb"
[    38.092] (II) LoadModule: "fb"
[    38.092] (II) Loading /usr/lib/xorg/modules/libfb.so
[    38.092] (II) Module fb: vendor="X.Org Foundation"
[    38.092] 	compiled for 1.19.6, module version = 1.0.0
[    38.092] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    38.092] (II) Loading sub module "shadow"
[    38.092] (II) LoadModule: "shadow"
[    38.092] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    38.092] (II) Module shadow: vendor="X.Org Foundation"
[    38.092] 	compiled for 1.19.6, module version = 1.1.0
[    38.092] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    38.092] (II) UnloadModule: "nouveau"
[    38.092] (II) Unloading nouveau
[    38.092] (II) UnloadModule: "fbdev"
[    38.092] (II) Unloading fbdev
[    38.092] (II) UnloadSubModule: "fbdevhw"
[    38.092] (II) Unloading fbdevhw
[    38.092] (II) UnloadModule: "vesa"
[    38.092] (II) Unloading vesa
[    38.092] (--) Depth 24 pixmap format is 32 bpp
[    38.093] (==) modeset(G0): Backing store enabled
[    38.093] (==) modeset(G0): Silken mouse enabled
[    38.093] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    38.152] (==) modeset(G0): DPMS enabled
[    38.152] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    38.152] (II) NVIDIA:     access.
[    38.158] (II) NVIDIA(0): Setting mode "NULL"
[    38.158] (EE) NVIDIA(0): Failed to initiate mode change.
[    38.158] (EE) NVIDIA(0): Failed to complete mode change
[    38.172] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[    38.176] (==) NVIDIA(0): Disabling shared memory pixmaps
[    38.176] (==) NVIDIA(0): Backing store enabled
[    38.176] (==) NVIDIA(0): Silken mouse enabled
[    38.176] (==) NVIDIA(0): DPMS enabled
[    38.177] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    38.177] (II) Loading sub module "dri2"
[    38.177] (II) LoadModule: "dri2"
[    38.177] (II) Module "dri2" already built-in
[    38.177] (II) NVIDIA(0): [DRI2] Setup complete
[    38.177] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    38.177] (--) RandR disabled
[    38.179] (II) SELinux: Disabled on system
[    38.180] (II) Initializing extension GLX
[    38.180] (II) Indirect GLX disabled.(II) modeset(G0): Damage tracking initialized
[    38.494] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    38.494] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    38.494] (II) LoadModule: "libinput"
[    38.494] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    38.497] (II) Module libinput: vendor="X.Org Foundation"
[    38.497] 	compiled for 1.19.6, module version = 0.27.1
[    38.497] 	Module class: X.Org XInput Driver
[    38.497] 	ABI class: X.Org XInput driver, version 24.1
[    38.497] (II) Using input driver 'libinput' for 'Power Button'
[    38.497] (**) Power Button: always reports core events
[    38.497] (**) Option "Device" "/dev/input/event2"
[    38.497] (**) Option "_source" "server/udev"
[    38.497] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    38.497] (II) event2  - Power Button: device is a keyboard
[    38.497] (II) event2  - Power Button: device removed
[    38.516] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    38.516] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    38.516] (**) Option "xkb_model" "pc105"
[    38.516] (**) Option "xkb_layout" "us"
[    38.517] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    38.517] (II) event2  - Power Button: device is a keyboard
[    38.517] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event8)
[    38.517] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    38.517] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    38.517] (**) Asus Wireless Radio Control: always reports core events
[    38.517] (**) Option "Device" "/dev/input/event8"
[    38.517] (**) Option "_source" "server/udev"
[    38.518] (II) event8  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    38.518] (II) event8  - Asus Wireless Radio Control: device is a keyboard
[    38.518] (II) event8  - Asus Wireless Radio Control: device removed
[    38.564] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input9/event8"
[    38.564] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    38.564] (**) Option "xkb_model" "pc105"
[    38.564] (**) Option "xkb_layout" "us"
[    38.565] (II) event8  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    38.565] (II) event8  - Asus Wireless Radio Control: device is a keyboard
[    38.566] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    38.566] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    38.566] (II) Using input driver 'libinput' for 'Video Bus'
[    38.566] (**) Video Bus: always reports core events
[    38.566] (**) Option "Device" "/dev/input/event5"
[    38.566] (**) Option "_source" "server/udev"
[    38.567] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    38.567] (II) event5  - Video Bus: device is a keyboard
[    38.567] (II) event5  - Video Bus: device removed
[    38.580] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event5"
[    38.580] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    38.580] (**) Option "xkb_model" "pc105"
[    38.580] (**) Option "xkb_layout" "us"
[    38.581] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    38.581] (II) event5  - Video Bus: device is a keyboard
[    38.582] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    38.582] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    38.582] (II) Using input driver 'libinput' for 'Video Bus'
[    38.582] (**) Video Bus: always reports core events
[    38.582] (**) Option "Device" "/dev/input/event4"
[    38.582] (**) Option "_source" "server/udev"
[    38.583] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    38.583] (II) event4  - Video Bus: device is a keyboard
[    38.583] (II) event4  - Video Bus: device removed
[    38.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input6/event4"
[    38.596] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    38.596] (**) Option "xkb_model" "pc105"
[    38.596] (**) Option "xkb_layout" "us"
[    38.597] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    38.597] (II) event4  - Video Bus: device is a keyboard
[    38.597] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    38.598] (II) No input driver specified, ignoring this device.
[    38.598] (II) This device may have been added with another device file.
[    38.598] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    38.598] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    38.598] (II) Using input driver 'libinput' for 'Sleep Button'
[    38.598] (**) Sleep Button: always reports core events
[    38.598] (**) Option "Device" "/dev/input/event1"
[    38.598] (**) Option "_source" "server/udev"
[    38.599] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    38.599] (II) event1  - Sleep Button: device is a keyboard
[    38.599] (II) event1  - Sleep Button: device removed
[    38.620] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    38.620] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    38.620] (**) Option "xkb_model" "pc105"
[    38.620] (**) Option "xkb_layout" "us"
[    38.621] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    38.621] (II) event1  - Sleep Button: device is a keyboard
[    38.623] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[    38.623] (II) No input driver specified, ignoring this device.
[    38.623] (II) This device may have been added with another device file.
[    38.623] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[    38.623] (II) No input driver specified, ignoring this device.
[    38.623] (II) This device may have been added with another device file.
[    38.624] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[    38.624] (II) No input driver specified, ignoring this device.
[    38.624] (II) This device may have been added with another device file.
[    38.625] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event15)
[    38.625] (II) No input driver specified, ignoring this device.
[    38.625] (II) This device may have been added with another device file.
[    38.625] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event16)
[    38.626] (II) No input driver specified, ignoring this device.
[    38.626] (II) This device may have been added with another device file.
[    38.627] (II) config/udev: Adding input device USB Camera: USB Camera (/dev/input/event9)
[    38.627] (**) USB Camera: USB Camera: Applying InputClass "libinput keyboard catchall"
[    38.627] (II) Using input driver 'libinput' for 'USB Camera: USB Camera'
[    38.627] (**) USB Camera: USB Camera: always reports core events
[    38.627] (**) Option "Device" "/dev/input/event9"
[    38.627] (**) Option "_source" "server/udev"
[    38.628] (II) event9  - USB Camera: USB Camera: is tagged by udev as: Keyboard
[    38.628] (II) event9  - USB Camera: USB Camera: device is a keyboard
[    38.628] (II) event9  - USB Camera: USB Camera: device removed
[    38.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/input/input10/event9"
[    38.676] (II) XINPUT: Adding extended input device "USB Camera: USB Camera" (type: KEYBOARD, id 11)
[    38.676] (**) Option "xkb_model" "pc105"
[    38.676] (**) Option "xkb_layout" "us"
[    38.677] (II) event9  - USB Camera: USB Camera: is tagged by udev as: Keyboard
[    38.677] (II) event9  - USB Camera: USB Camera: device is a keyboard
[    38.678] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[    38.678] (II) No input driver specified, ignoring this device.
[    38.678] (II) This device may have been added with another device file.
[    38.678] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    38.678] (II) No input driver specified, ignoring this device.
[    38.678] (II) This device may have been added with another device file.
[    38.680] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event17)
[    38.680] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    38.680] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    38.680] (**) Asus WMI hotkeys: always reports core events
[    38.680] (**) Option "Device" "/dev/input/event17"
[    38.680] (**) Option "_source" "server/udev"
[    38.680] (II) event17 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    38.680] (II) event17 - Asus WMI hotkeys: device is a keyboard
[    38.680] (II) event17 - Asus WMI hotkeys: device removed
[    38.700] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input18/event17"
[    38.700] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 12)
[    38.700] (**) Option "xkb_model" "pc105"
[    38.700] (**) Option "xkb_layout" "us"
[    38.701] (II) event17 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    38.701] (II) event17 - Asus WMI hotkeys: device is a keyboard
[    38.701] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    38.702] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    38.702] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    38.702] (**) AT Translated Set 2 keyboard: always reports core events
[    38.702] (**) Option "Device" "/dev/input/event3"
[    38.702] (**) Option "_source" "server/udev"
[    38.702] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    38.702] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    38.702] (II) event3  - AT Translated Set 2 keyboard: device removed
[    38.724] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    38.724] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    38.724] (**) Option "xkb_model" "pc105"
[    38.724] (**) Option "xkb_layout" "us"
[    38.724] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    38.724] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    38.725] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event6)
[    38.725] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[    38.725] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[    38.725] (**) ETPS/2 Elantech Touchpad: always reports core events
[    38.725] (**) Option "Device" "/dev/input/event6"
[    38.725] (**) Option "_source" "server/udev"
[    38.725] (II) event6  - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[    38.725] (II) event6  - ETPS/2 Elantech Touchpad: device is a touchpad
[    38.725] (II) event6  - ETPS/2 Elantech Touchpad: device removed
[    38.764] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event6"
[    38.764] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[    38.764] (**) Option "AccelerationScheme" "none"
[    38.764] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[    38.764] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    38.764] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    38.765] (II) event6  - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[    38.765] (II) event6  - ETPS/2 Elantech Touchpad: device is a touchpad
[    38.765] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[    38.765] (II) No input driver specified, ignoring this device.
[    38.765] (II) This device may have been added with another device file.
[    47.752] (II) config/udev: Adding input device Logitech M325 (/dev/input/mouse1)
[    47.752] (II) No input driver specified, ignoring this device.
[    47.752] (II) This device may have been added with another device file.
[    47.781] (II) config/udev: Adding input device Logitech M325 (/dev/input/event7)
[    47.781] (**) Logitech M325: Applying InputClass "libinput pointer catchall"
[    47.781] (II) Using input driver 'libinput' for 'Logitech M325'
[    47.781] (**) Logitech M325: always reports core events
[    47.781] (**) Option "Device" "/dev/input/event7"
[    47.781] (**) Option "_source" "server/udev"
[    47.782] (II) event7  - Logitech M325: is tagged by udev as: Mouse
[    47.782] (II) event7  - Logitech M325: device set to 600 DPI
[    47.782] (II) event7  - Logitech M325: device is a pointer
[    47.782] (II) event7  - Logitech M325: device removed
[    47.828] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:400A.0004/input/input8/event7"
[    47.828] (II) XINPUT: Adding extended input device "Logitech M325" (type: MOUSE, id 15)
[    47.828] (**) Option "AccelerationScheme" "none"
[    47.828] (**) Logitech M325: (accel) selected scheme none/0
[    47.828] (**) Logitech M325: (accel) acceleration factor: 2.000
[    47.828] (**) Logitech M325: (accel) acceleration threshold: 4
[    47.829] (II) event7  - Logitech M325: is tagged by udev as: Mouse
[    47.829] (II) event7  - Logitech M325: device set to 600 DPI
[    47.829] (II) event7  - Logitech M325: device is a pointer
[    57.364] (II) event2  - Power Button: device removed
[    57.376] (II) event8  - Asus Wireless Radio Control: device removed
[    57.408] (II) event5  - Video Bus: device removed
[    57.424] (II) event4  - Video Bus: device removed
[    57.440] (II) event1  - Sleep Button: device removed
[    57.456] (II) event9  - USB Camera: USB Camera: device removed
[    57.496] (II) event17 - Asus WMI hotkeys: device removed
[    57.512] (II) event3  - AT Translated Set 2 keyboard: device removed
[    57.528] (II) event6  - ETPS/2 Elantech Touchpad: device removed
[    57.560] (II) event7  - Logitech M325: device removed
[   128.461] (II) UnloadModule: "libinput"
[   128.461] (II) UnloadModule: "libinput"
[   128.461] (II) UnloadModule: "libinput"
[   128.461] (II) UnloadModule: "libinput"
[   128.461] (II) UnloadModule: "libinput"
[   128.461] (II) UnloadModule: "libinput"
[   128.461] (II) UnloadModule: "libinput"
[   128.461] (II) UnloadModule: "libinput"
[   128.461] (II) UnloadModule: "libinput"
[   128.461] (II) UnloadModule: "libinput"
[   128.483] (II) NVIDIA(GPU-0): Deleting GPU-0
[   128.484] (II) Server terminated successfully (0). Closing log file.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: mint 19 crashing after installing nvidia drivers

Post by roblm »

I suggest to try installing nvidia-prime (sudo apt install nvidia-prime) and then the nvidia-340 driver again.
Without nvidia-prime, you won’t be able to use the Nvidia GPU. However, you should still be able to get to the desktop, or perhaps not with certain hardware.

If you can’t get to the desktop, then remove the Nvidia driver in tty1 but use the command sudo apt remove nvidia-340, so that the nvidia-prime configuration files remain. Then post the Xorg.0.log.old file again.
TehMayoSauce

Re: mint 19 crashing after installing nvidia drivers

Post by TehMayoSauce »

I just tried installing nvidia prime before the graphics driver and that seems to have done the trick!

I do wonder how I switch between using my gpu and integrated graphics, though. Most of the time, I don't need the gpu so it's just eating up charge from the battery. There's the nvidia control panel on Windows for this kind of stuff but not sure how to accomplish this on Linux.

Thanks for taking your time to assist me, rob, much appreciated.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: mint 19 crashing after installing nvidia drivers

Post by roblm »

The easiest way is to click on the NVIDIA-Prime applet in the system tray. If it is not present, then right click on the panel and select Add applets to the panel. When the applet is clicked, the NVIDIA X Server Settings utility should open to the PRIME Profiles page. Select the Nvidia or Intel GPU and then you will need to type your password. There will be about a 30 second delay while changes occur to 3 configuration files and the grub file and initial ram disk are updated. Then there will be a message saying: Please restart your computer to apply the changes. Reboot.

Depending on if your Mint installation is on an SSD or Hard Drive, the total time to switch GPUs will take about 3 to 5 times longer than it did in Mint 18.
Last edited by roblm on Thu Aug 09, 2018 7:42 pm, edited 1 time in total.
TehMayoSauce

Re: mint 19 crashing after installing nvidia drivers

Post by TehMayoSauce »

Ok I gave it a shot but after switching back to integrated graphics and rebooting, I get the dialogue saying Cinnamon has crashed and is running in fallback mode. I wonder if this is because I am still on the proprietary drivers.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: mint 19 crashing after installing nvidia drivers

Post by roblm »

The Intel GPU should be selected. Then use these commands and post the output:

Code: Select all

ls /usr/share/X11/xorg.conf.d
cat /var/log/Xorg.0.log | egrep -i "intel|modeset"
matiasl9815

Re: mint 19 crashing after installing nvidia drivers

Post by matiasl9815 »

I was able to install the nvidia driver installing first nvidia-prime, the thing is now that I can't open nvidia-settings after selecting the nvidia driver and rebooting, and for some reason Steam didn't open.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: mint 19 crashing after installing nvidia drivers

Post by roblm »

matiasl9815 wrote: Wed Aug 08, 2018 5:47 pm I was able to install the nvidia driver installing first nvidia-prime, the thing is now that I can't open nvidia-settings after selecting the nvidia driver and rebooting, and for some reason Steam didn't open.
The Nvidia driver may have installed but is not loading. Use these commands and post the output:

Code: Select all

lspci -nnk |egrep -A3 -i "3D|VGA"
ls /lib/modules/`uname -r`/kernel/drivers/char/drm/
ls /etc/modprobe.d
cat /var/log/Xorg.0.log | egrep -i "nvidia|intel|modeset"
TehMayoSauce

Re: mint 19 crashing after installing nvidia drivers

Post by TehMayoSauce »

roblm wrote: Wed Aug 08, 2018 1:32 pm The Intel GPU should be selected. Then use these commands and post the output:

Code: Select all

ls /usr/share/X11/xorg.conf.d
cat /var/log/Xorg.0.log | egrep -i "intel|modeset"
ls /usr/share/X11/xorg.conf.d:

Code: Select all

10-amdgpu.conf  11-nvidia-prime.conf  nvidia-drm-outputclass-ubuntu.conf
10-quirks.conf  40-libinput.conf
10-radeon.conf  70-wacom.conf
cat /var/log/Xorg.0.log | egrep -i "intel|modeset":

Code: Select all

[    38.443] (==) Matched modesetting as autoconfigured driver 0
[    38.443] (II) LoadModule: "modesetting"
[    38.443] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    38.444] (II) Module modesetting: vendor="X.Org Foundation"
[    38.445] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    38.468] (II) modeset(0): using drv /dev/dri/card0
[    38.470] (II) modeset(0): Creating default Display subsection in Screen section
[    38.470] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    38.470] (==) modeset(0): RGB weight 888
[    38.470] (==) modeset(0): Default visual is TrueColor
[    38.493] (EE) modeset(0): eglGetDisplay() failed
[    38.493] (EE) modeset(0): glamor initialization failed
[    38.493] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[    38.493] (II) modeset(0): Double-buffered shadow updates: off
[    38.494] (II) modeset(0): Output eDP-1 has no monitor section
[    38.495] (II) modeset(0): Output DP-1 has no monitor section
[    38.504] (II) modeset(0): Output HDMI-1 has no monitor section
[    38.505] (II) modeset(0): EDID for output eDP-1
[    38.505] (II) modeset(0): Manufacturer: BOE  Model: 5ec  Serial#: 0
[    38.505] (II) modeset(0): Year: 2013  Week: 1
[    38.505] (II) modeset(0): EDID Version: 1.4
[    38.505] (II) modeset(0): Digital Display Input
[    38.505] (II) modeset(0): Undefined color depth
[    38.505] (II) modeset(0): Digital interface is undefined
[    38.505] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[    38.505] (II) modeset(0): Gamma: 2.20
[    38.505] (II) modeset(0): No DPMS capabilities specified
[    38.505] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    38.505] (II) modeset(0): First detailed timing is preferred mode
[    38.505] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    38.505] (II) modeset(0): redX: 0.577 redY: 0.366   greenX: 0.336 greenY: 0.578
[    38.505] (II) modeset(0): blueX: 0.156 blueY: 0.106   whiteX: 0.312 whiteY: 0.328
[    38.505] (II) modeset(0): Manufacturer's mask: 0
[    38.505] (II) modeset(0): Supported detailed timing:
[    38.505] (II) modeset(0): clock: 72.3 MHz   Image Size:  309 x 173 mm
[    38.505] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1526 h_border: 0
[    38.505] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
[    38.505] (II) modeset(0): Supported detailed timing:
[    38.505] (II) modeset(0): clock: 72.3 MHz   Image Size:  309 x 173 mm
[    38.505] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1526 h_border: 0
[    38.505] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
[    38.505] (II) modeset(0):  BOE DT
[    38.505] (II) modeset(0):  HB140WX1-300
[    38.505] (II) modeset(0): EDID (in hex):
[    38.505] (II) modeset(0): 	00ffffffffffff0009e5ec0500000000
[    38.505] (II) modeset(0): 	01170104801f11780af010935d569428
[    38.505] (II) modeset(0): 	1b505400000001010101010101010101
[    38.505] (II) modeset(0): 	0101010101013e1c56a0500016303020
[    38.505] (II) modeset(0): 	360035ad1000001a3e1c56a050001630
[    38.505] (II) modeset(0): 	3020360035ad1000001a000000fe0042
[    38.505] (II) modeset(0): 	4f452044540a202020202020000000fe
[    38.505] (II) modeset(0): 	0048423134305758312d3330300a00fa
[    38.505] (II) modeset(0): Printing probed modes for output eDP-1
[    38.505] (II) modeset(0): Modeline "1366x768"x60.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    38.505] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    38.505] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    38.505] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    38.505] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    38.505] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    38.505] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    38.505] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    38.505] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    38.505] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    38.505] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    38.505] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    38.505] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    38.505] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    38.505] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    38.505] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    38.505] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    38.505] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    38.505] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    38.505] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    38.506] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    38.506] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    38.506] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    38.506] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    38.506] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    38.506] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    38.506] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    38.506] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    38.506] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    38.506] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    38.506] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    38.506] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    38.506] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    38.506] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    38.506] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    38.506] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    38.506] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    38.506] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    38.506] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    38.506] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    38.506] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    38.506] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    38.506] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    38.506] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    38.506] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    38.506] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    38.506] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    38.506] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    38.506] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    38.506] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    38.506] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    38.506] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    38.506] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    38.506] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    38.506] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    38.506] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    38.506] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    38.506] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    38.506] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    38.506] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    38.506] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    38.506] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    38.506] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    38.506] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    38.506] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    38.506] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    38.506] (II) modeset(0): EDID for output DP-1
[    38.514] (II) modeset(0): EDID for output HDMI-1
[    38.514] (II) modeset(0): Output eDP-1 connected
[    38.514] (II) modeset(0): Output DP-1 disconnected
[    38.514] (II) modeset(0): Output HDMI-1 disconnected
[    38.514] (II) modeset(0): Using exact sizes for initial modes
[    38.514] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[    38.514] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    38.514] (==) modeset(0): DPI set to (96, 96)
[    38.520] (==) modeset(0): Backing store enabled
[    38.520] (==) modeset(0): Silken mouse enabled
[    38.520] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    38.585] (==) modeset(0): DPMS enabled
[    38.728] (II) modeset(0): Damage tracking initialized
[    38.728] (II) modeset(0): Setting screen physical size to 361 x 203
[    38.866] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[    38.867] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[    38.867] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[    38.868] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event16)
[    38.869] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event17)
[    38.910] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[    38.911] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    44.097] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    44.097] (II) modeset(0): Printing DDC gathered Modelines:
[    44.097] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    44.146] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    44.146] (II) modeset(0): Printing DDC gathered Modelines:
[    44.146] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    44.155] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    44.155] (II) modeset(0): Printing DDC gathered Modelines:
[    44.155] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    44.165] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    44.165] (II) modeset(0): Printing DDC gathered Modelines:
[    44.165] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    44.851] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    44.851] (II) modeset(0): Printing DDC gathered Modelines:
[    44.851] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    45.141] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    45.141] (II) modeset(0): Printing DDC gathered Modelines:
[    45.141] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    45.157] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    45.157] (II) modeset(0): Printing DDC gathered Modelines:
[    45.157] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    45.169] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    45.169] (II) modeset(0): Printing DDC gathered Modelines:
[    45.169] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    45.179] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    45.179] (II) modeset(0): Printing DDC gathered Modelines:
[    45.179] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    45.190] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    45.190] (II) modeset(0): Printing DDC gathered Modelines:
[    45.190] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    50.061] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    50.061] (II) modeset(0): Printing DDC gathered Modelines:
[    50.061] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    50.077] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    50.077] (II) modeset(0): Printing DDC gathered Modelines:
[    50.077] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    50.088] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    50.088] (II) modeset(0): Printing DDC gathered Modelines:
[    50.088] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    50.098] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    50.098] (II) modeset(0): Printing DDC gathered Modelines:
[    50.098] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    50.108] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    50.108] (II) modeset(0): Printing DDC gathered Modelines:
[    50.108] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    78.857] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    78.857] (II) modeset(0): Printing DDC gathered Modelines:
[    78.857] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    78.879] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    78.879] (II) modeset(0): Printing DDC gathered Modelines:
[    78.879] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    78.890] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    78.890] (II) modeset(0): Printing DDC gathered Modelines:
[    78.890] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    78.900] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    78.900] (II) modeset(0): Printing DDC gathered Modelines:
[    78.900] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[    78.911] (II) modeset(0): EDID vendor "BOE", prod id 1516
[    78.911] (II) modeset(0): Printing DDC gathered Modelines:
[    78.911] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[   474.769] (II) modeset(0): EDID vendor "BOE", prod id 1516
[   474.769] (II) modeset(0): Printing DDC gathered Modelines:
[   474.769] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[   474.780] (II) modeset(0): EDID vendor "BOE", prod id 1516
[   474.780] (II) modeset(0): Printing DDC gathered Modelines:
[   474.780] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
[   478.009] (II) modeset(0): EDID vendor "BOE", prod id 1516
[   478.009] (II) modeset(0): Printing DDC gathered Modelines:
[   478.009] (II) modeset(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 777 790 +hsync -vsync (47.4 kHz eP)
matiasl9815

Re: mint 19 crashing after installing nvidia drivers

Post by matiasl9815 »

roblm wrote: Wed Aug 08, 2018 6:52 pm
matiasl9815 wrote: Wed Aug 08, 2018 5:47 pm I was able to install the nvidia driver installing first nvidia-prime, the thing is now that I can't open nvidia-settings after selecting the nvidia driver and rebooting, and for some reason Steam didn't open.
The Nvidia driver may have installed but is not loading. Use these commands and post the output:

Code: Select all

lspci -nnk |egrep -A3 -i "3D|VGA"
ls /lib/modules/`uname -r`/kernel/drivers/char/drm/
ls /etc/modprobe.d
cat /var/log/Xorg.0.log | egrep -i "nvidia|intel|modeset"

Code: Select all

lspci -nnk |egrep -A3 -i "3D|VGA"

Code: Select all

00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 0b)
	Subsystem: Lenovo Haswell-ULT Integrated Graphics Controller [17aa:380d]
	Kernel driver in use: i915
	Kernel modules: i915
--
03:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] [10de:1140] (rev ff)
	Kernel modules: nvidiafb, nouveau

Code: Select all

ls /lib/modules/`uname -r`/kernel/drivers/char/drm/

Code: Select all

ls: cannot access '/lib/modules/4.15.0-30-generic/kernel/drivers/char/drm/': No such file or directory

Code: Select all

ls /etc/modprobe.d

Code: Select all

alsa-base.conf                  blacklist-oss.conf
amd64-microcode-blacklist.conf  blacklist-rare-network.conf
blacklist-ath_pci.conf          bumblebee.conf
blacklist-bcm43.conf            dkms.conf
blacklist.conf                  intel-microcode-blacklist.conf
blacklist-firewire.conf         iwlwifi.conf
blacklist-framebuffer.conf      nvidia-340.conf
blacklist-modem.conf

Code: Select all

cat /var/log/Xorg.0.log | egrep -i "nvidia|intel|modeset"

Code: Select all

[    54.477] (==) Matched modesetting as autoconfigured driver 0
[    54.477] (II) LoadModule: "modesetting"
[    54.478] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    54.478] (II) Module modesetting: vendor="X.Org Foundation"
[    54.478] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    54.506] (II) modeset(0): using drv /dev/dri/card0
[    54.507] (II) modeset(0): Creating default Display subsection in Screen section
[    54.507] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    54.507] (==) modeset(0): RGB weight 888
[    54.507] (==) modeset(0): Default visual is TrueColor
[    55.186] (II) modeset(0): glamor initialized
[    55.187] (II) modeset(0): Output eDP-1 has no monitor section
[    55.196] (II) modeset(0): Output HDMI-1 has no monitor section
[    55.196] (II) modeset(0): Output DP-1 has no monitor section
[    55.205] (II) modeset(0): Output HDMI-2 has no monitor section
[    55.206] (II) modeset(0): EDID for output eDP-1
[    55.206] (II) modeset(0): Manufacturer: CMN  Model: 1487  Serial#: 0
[    55.206] (II) modeset(0): Year: 2013  Week: 40
[    55.206] (II) modeset(0): EDID Version: 1.4
[    55.206] (II) modeset(0): Digital Display Input
[    55.206] (II) modeset(0): 6 bits per channel
[    55.206] (II) modeset(0): Digital interface is DisplayPort
[    55.206] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[    55.206] (II) modeset(0): Gamma: 2.20
[    55.206] (II) modeset(0): No DPMS capabilities specified
[    55.206] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    55.206] (II) modeset(0): First detailed timing is preferred mode
[    55.206] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    55.206] (II) modeset(0): redX: 0.575 redY: 0.335   greenX: 0.327 greenY: 0.580
[    55.206] (II) modeset(0): blueX: 0.157 blueY: 0.137   whiteX: 0.313 whiteY: 0.329
[    55.206] (II) modeset(0): Manufacturer's mask: 0
[    55.206] (II) modeset(0): Supported detailed timing:
[    55.206] (II) modeset(0): clock: 76.4 MHz   Image Size:  309 x 173 mm
[    55.206] (II) modeset(0): h_active: 1366  h_sync: 1434  h_sync_end 1479 h_blank_end 1592 h_border: 0
[    55.206] (II) modeset(0): v_active: 768  v_sync: 772  v_sync_end 779 v_blanking: 800 v_border: 0
[    55.206] (II) modeset(0):  N140BGE-EB3
[    55.206] (II) modeset(0):  CMN
[    55.206] (II) modeset(0):  N140BGE-EB3
[    55.206] (II) modeset(0): EDID (in hex):
[    55.206] (II) modeset(0): 	00ffffffffffff000dae871400000000
[    55.206] (II) modeset(0): 	28170104951f1178027e459355539428
[    55.206] (II) modeset(0): 	23505400000001010101010101010101
[    55.206] (II) modeset(0): 	010101010101da1d56e250002030442d
[    55.207] (II) modeset(0): 	470035ad10000018000000fe004e3134
[    55.207] (II) modeset(0): 	304247452d4542330a20000000fe0043
[    55.207] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[    55.207] (II) modeset(0): 	004e3134304247452d4542330a200085
[    55.207] (II) modeset(0): Printing probed modes for output eDP-1
[    55.207] (II) modeset(0): Modeline "1366x768"x60.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    55.207] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    55.207] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    55.207] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    55.207] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    55.207] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    55.207] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    55.207] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    55.207] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    55.207] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    55.207] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    55.207] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    55.207] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    55.207] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    55.207] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    55.207] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    55.207] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    55.207] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    55.207] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    55.207] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    55.207] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    55.207] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    55.207] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    55.207] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    55.207] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    55.207] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    55.207] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    55.207] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    55.207] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    55.207] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    55.207] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    55.208] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    55.208] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    55.208] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    55.208] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    55.208] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    55.208] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    55.208] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    55.208] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    55.208] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    55.208] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    55.208] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    55.208] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    55.208] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    55.208] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    55.208] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    55.208] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    55.208] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    55.208] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    55.208] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    55.208] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    55.208] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    55.208] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    55.208] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    55.208] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    55.208] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    55.208] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    55.208] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    55.208] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    55.208] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    55.208] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    55.208] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    55.208] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    55.208] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    55.208] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    55.208] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    55.217] (II) modeset(0): EDID for output HDMI-1
[    55.217] (II) modeset(0): EDID for output DP-1
[    55.226] (II) modeset(0): EDID for output HDMI-2
[    55.226] (II) modeset(0): Output eDP-1 connected
[    55.226] (II) modeset(0): Output HDMI-1 disconnected
[    55.226] (II) modeset(0): Output DP-1 disconnected
[    55.226] (II) modeset(0): Output HDMI-2 disconnected
[    55.226] (II) modeset(0): Using exact sizes for initial modes
[    55.226] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[    55.226] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    55.226] (==) modeset(0): DPI set to (96, 96)
[    55.715] (==) modeset(0): Backing store enabled
[    55.715] (==) modeset(0): Silken mouse enabled
[    55.715] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    55.773] (==) modeset(0): DPMS enabled
[    55.773] (II) modeset(0): [DRI2] Setup complete
[    55.773] (II) modeset(0): [DRI2]   DRI driver: i965
[    55.774] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    55.854] (II) AIGLX: enabled GLX_INTEL_swap_event
[    55.868] (II) modeset(0): Damage tracking initialized
[    55.868] (II) modeset(0): Setting screen physical size to 361 x 203
[    56.138] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event10)
[    56.139] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event11)
[    56.139] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event12)
[    56.140] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event13)
[    56.141] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event14)
[    56.177] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[    56.178] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[   279.192] (II) modeset(0): EDID vendor "CMN", prod id 5255
[   279.192] (II) modeset(0): Printing DDC gathered Modelines:
[   279.192] (II) modeset(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[   279.213] (II) modeset(0): EDID vendor "CMN", prod id 5255
[   279.213] (II) modeset(0): Printing DDC gathered Modelines:
[   279.213] (II) modeset(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[   279.234] (II) modeset(0): EDID vendor "CMN", prod id 5255
[   279.235] (II) modeset(0): Printing DDC gathered Modelines:
[   279.235] (II) modeset(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[   280.596] (II) modeset(0): EDID vendor "CMN", prod id 5255
[   280.596] (II) modeset(0): Printing DDC gathered Modelines:
[   280.596] (II) modeset(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[  1527.113] (II) modeset(0): EDID vendor "CMN", prod id 5255
[  1527.113] (II) modeset(0): Printing DDC gathered Modelines:
[  1527.113] (II) modeset(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)

Locked

Return to “Graphics Cards & Monitors”