Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669904 - x11-drivers/nvidia-drivers-410.66 with sys-kernel/gentoo-sources-4.19.0 - oops with nvidia-drm
Summary: x11-drivers/nvidia-drivers-410.66 with sys-kernel/gentoo-sources-4.19.0 - oop...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-29 02:23 UTC by Paramonov Valeriy
Modified: 2018-11-01 14:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/log/messages (nvidia-oops.txt,5.62 KB, text/plain)
2018-10-29 02:24 UTC, Paramonov Valeriy
Details
emerge --info (emerge.info.txt,8.79 KB, text/plain)
2018-10-29 02:24 UTC, Paramonov Valeriy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paramonov Valeriy 2018-10-29 02:23:21 UTC
Hi there.
With 4.19.0 I have Oops with nvidia-dkms. See attacment /var/log/messages.

# cat /etc/default/grub | grep modeset
GRUB_CMDLINE_LINUX="nvidia-drm.modeset=1 domdadm rootfstype=ext4"

# cat /etc/modprobe.d/nvidia.conf
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195
options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1
options nvidia-drm modeset=1

# /etc/genkernel.conf cut:
ALLRAMDISKMODULES="1"
CMD_CALLBACK="emerge --quiet @module-rebuild"

Same on Arch: https://bbs.archlinux.org/viewtopic.php?pid=1814146

Reproducible: Always

Steps to Reproduce:
1. compile kernel 4.19.0 with old config from 4.18.7
2. boot and try to switch user in xfce4 with lightdm
3. got black screen, but ctrl+alt+f1 works.
4. login as root and try to restart xdm /etc/init.d/xdm restart - it fails
5. try to poweroff - got hang up
Comment 1 Paramonov Valeriy 2018-10-29 02:24:03 UTC
Created attachment 553584 [details]
/var/log/messages
Comment 2 Paramonov Valeriy 2018-10-29 02:24:30 UTC
Created attachment 553586 [details]
emerge --info
Comment 3 Paramonov Valeriy 2018-10-29 02:26:07 UTC
x11-drivers/nvidia-drivers-410.66
Comment 4 Paramonov Valeriy 2018-10-29 02:28:52 UTC
Build command:
genkernel --udev --mdadm --menuconfig --mountboot --busybox --makeopts="-j7" --clean --no-mrproper --color --compress-initramfs --compress-initramfs-type=gzip --no-splash --plymouth --plymouth-theme=breeze --firmware --bootloader=grub2 all
Comment 5 Paramonov Valeriy 2018-10-29 02:41:49 UTC
I tried 4.18.16. No problem. Everything okay.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2018-11-01 09:57:13 UTC
410.66 does not support kernel 4.19 and the emerge output would have told you so.

Try with 410.73.
Comment 7 Paramonov Valeriy 2018-11-01 14:02:50 UTC
(In reply to Jeroen Roovers from comment #6)
> 410.66 does not support kernel 4.19 and the emerge output would have told
> you so.
> 
> Try with 410.73.

I don't thought that in not in dependencies.. Well now I'll know..