You are not logged in.

#1 2017-06-09 13:21:59

dquasar
Member
Registered: 2015-05-05
Posts: 9

Nouveau messages on journalctl while using nvidia proprietary driver

Hello,
I am quite confused about the whole graphics thing works on linux especially with optimus, but:
I have installed the official nvidia driver, why do I still have messages(complains and errors) regarding nouveau?

Jun 09 15:05:52 singularity sudo[1568]: deathquasar : TTY=pts/1 ; PWD=/home/deathquasar ; USER=root ; COMMAND=/usr/bin/pacman -Rs xf86-video-nouveau
Jun 09 15:05:42 singularity sudo[1566]: deathquasar : TTY=pts/1 ; PWD=/home/deathquasar ; USER=root ; COMMAND=/usr/bin/pacman -S xf86-video-nouveau
Jun 09 15:05:36 singularity sudo[1562]: deathquasar : TTY=pts/1 ; PWD=/home/deathquasar ; USER=root ; COMMAND=/usr/bin/pacman -Q xf86-video-nouveau
Jun 09 15:03:29 singularity sudo[1458]: deathquasar : TTY=pts/2 ; PWD=/home/deathquasar ; USER=root ; COMMAND=/usr/bin/pacman -Rs nouveau
Jun 08 22:31:04 singularity kernel: nouveau 0000:01:00.0: DRM: suspending object tree...
Jun 08 22:31:04 singularity kernel: nouveau 0000:01:00.0: DRM: suspending fence...
Jun 08 22:31:04 singularity kernel: nouveau 0000:01:00.0: DRM: waiting for kernel channels to go idle...
Jun 08 22:31:04 singularity kernel: nouveau 0000:01:00.0: DRM: evicting buffers...
Jun 08 22:30:59 singularity kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
Jun 08 22:30:59 singularity kernel: nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
Jun 08 22:30:59 singularity kernel: nouveau 0000:01:00.0: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: DRM: Pointer to flat panel table invalid
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: DRM: DCB version 4.1
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: DRM: Pointer to TMDS table invalid
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: DRM: VRAM: 3072 MiB
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: priv: HUB0: 10ecc0 ffffffff (1c40822c)
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT at 40912c [ IBUS ]
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: fb: 3072 MiB GDDR5
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: bios: version 84.04.1f.40.27
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: NVIDIA GM204 (124180a1)
Jun 08 22:30:58 singularity kernel: nouveau 0000:01:00.0: enabling device (0006 -> 0007)
Jun 08 22:30:58 singularity kernel: nouveau: detected PR support, will not use DSM

maybe the nvidia packages missed to disable the kernel module?

Offline

#2 2017-06-09 13:45:57

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

Re: Nouveau messages on journalctl while using nvidia proprietary driver

dquasar wrote:

maybe the nvidia packages missed to disable the kernel module?

Unlikely. Which packages did you install?

pacman -Qs nvidia

Did you reboot after that? As you were instructed by the package installation?

Offline

#3 2017-06-09 13:51:26

dquasar
Member
Registered: 2015-05-05
Posts: 9

Re: Nouveau messages on journalctl while using nvidia proprietary driver

no ok, the kernel module is correctly disabled in /usr/lib/modprobe.d/nvidia.conf. Could someone explain me these messages? My possible explanation is becuase nouveau is compiled inside the kernel, so it doesn't really disappears.

Offline

#4 2017-06-09 13:53:08

dquasar
Member
Registered: 2015-05-05
Posts: 9

Re: Nouveau messages on journalctl while using nvidia proprietary driver

V1del wrote:
dquasar wrote:

maybe the nvidia packages missed to disable the kernel module?

Unlikely. Which packages did you install?

pacman -Qs nvidia

Did you reboot after that? As you were instructed by the package installation?

Thanks for the answer, I've installed nvidia with pacman -S nvidia, picking the one with libgvnd and I've rebooted.

$ sudo pacman -Qs nvidia
local/libvdpau 1.1.1-2
    Nvidia VDPAU library
local/nvidia 381.22-2
    NVIDIA drivers for linux
local/nvidia-utils 381.22-1
    NVIDIA drivers utilities

I just did a clean install, so it is unlikely I screwd up packages/configurations. All I did till now was pacman -S.

Last edited by dquasar (2017-06-09 13:57:09)

Offline

#5 2017-06-09 14:36:29

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

Re: Nouveau messages on journalctl while using nvidia proprietary driver

check lsmod to see if the module is loaded, also since you didn't specify which command you ran: You are aware that the journal is stored on your hard disk? That might well be from an earlier boot from where nouveau was still active, if you want to know what happens on your current boot use either dmesg or journalctl -b which will only show you the kernel or journal log respectively, since the last boot.

And don't double post, you can edit a post to append new information if no one has answered in between

Last edited by V1del (2017-06-09 19:37:25)

Offline

Board footer

Powered by FluxBB