linuxmint / mdm

The MDM Display Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weird loop on MDM start with Nvidia Drivers

MarceloRuiz opened this issue · comments

MDM starts and sometimes shows a black screen. Some of those times it will fallback to a different login screen (much simpler) and sometimes it will keep in a loop showing a black screen, the login terminal and sometimes only the cursor, making it impossible to login to mint.

The Nvidia driver used for the crash is version 340.96. Driver version 304.131 does not show the system but makes Cinnamon panel and menu unusable (I'll file another bug for that). Nouveau does not show the issue but shows general graphic corruption in Cinnamon.

marcelo@marcelo-qosmio ~ $ sudo inxi -Fx
System:    Host: marcelo-qosmio Kernel: 4.4.0-21-generic x86_64 (64 bit gcc: 5.3.1)
           Desktop: Cinnamon 3.0.7 (Gtk 3.18.9-1ubuntu3.1) Distro: Linux Mint 18 Sarah
Machine:   System: TOSHIBA product: Qosmio X500 v: PQX33U-03Q022 serial: 7A209569W
           Mobo: TOSHIBA model: Qosmio X500 serial: 7A209569W Bios: TOSHIBA v: V2.90 date: 12/10/2010
CPU:       Quad core Intel Core i7 Q 740 (-HT-MCP-) cache: 6144 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 13832
           clock speeds: max: 1734 MHz 1: 1734 MHz 2: 1066 MHz 3: 1199 MHz 4: 1333 MHz 5: 1066 MHz 6: 933 MHz
           7: 933 MHz 8: 1199 MHz
Graphics:  Card: NVIDIA GT215M [GeForce GTS 360M] bus-ID: 01:00.0
           Display Server: X.org 1.18.3 drivers: nvidia (unloaded: fbdev,vesa,nouveau)
           tty size: 190x21 Advanced Data: N/A for root
Audio:     Card-1 Intel 5 Series/3400 Series High Definition Audio driver: snd_hda_intel bus-ID: 00:1b.0
           Card-2 NVIDIA High Definition Audio Controller driver: snd_hda_intel bus-ID: 01:00.1
           Sound: Advanced Linux Sound Architecture v: k4.4.0-21-generic
Network:   Card-1: Broadcom BCM4352 802.11ac Wireless Network Adapter driver: wl bus-ID: 0a:00.0
           IF: wlp10s0 state: up mac: 28:c2:dd:8d:76:71
           Card-2: Qualcomm Atheros AR8131 Gigabit Ethernet
           driver: atl1c v: 1.0.1.1-NAPI port: 4000 bus-ID: 0b:00.0
           IF: enp11s0 state: down mac: c8:0a:a9:f2:14:c7
Drives:    HDD Total Size: 1000.2GB (40.7% used) ID-1: /dev/sda model: Samsung_SSD_850 size: 500.1GB temp: 0C
           ID-2: /dev/sdb model: Hitachi_HTS72505 size: 500.1GB temp: 31C
Partition: ID-1: / size: 50G used: 8.3G (18%) fs: ext4 dev: /dev/sda1
           ID-2: /home size: 379G used: 239G (67%) fs: ext4 dev: /dev/sda2
           ID-3: swap-1 size: 8.59GB used: 0.00GB (0%) fs: swap dev: /dev/sda3
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 57.0C mobo: N/A gpu: 0.0:45C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 251 Uptime: 7 min Memory: 1481.8/7972.0MB Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (sudo) inxi: 2.2.35 

mdm log file:

X.Org X Server 1.18.3
Release Date: 2016-04-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.13.0-85-generic x86_64 Ubuntu
Current Operating System: Linux marcelo-qosmio 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic root=UUID=6ff18131-ee16-4596-aaa6-10e50c28af03 ro quiet splash
Build Date: 07 April 2016  09:18:50AM
xorg-server 2:1.18.3-1ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.33.6
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 11 10:16:55 2016
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(II) Server terminated successfully (0). Closing log file.

I'll be happy to provide more info if needed.