Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Segmentation fault with latest nvidia driver
@ 2022-02-04 18:57 Le0xFF
  2022-02-05 12:45 ` motorto
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Le0xFF @ 2022-02-04 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]

New issue by Le0xFF on void-packages repository

https://github.com/void-linux/void-packages/issues/35411

Description:
### System

* xuname:  
  ``Void 5.15.19_1 x86_64 GenuineIntel uptodate rrrrmmnFFFFFFF``
* package:  
  ``nvidia-510.47.03_1``

### Expected behavior
`xbps-install -S nvidia` installs `nvidia` package without any problem as it was until yesterday.

### Actual behavior
Once installed and after a reboot, Xorg crashes with segmentation fault and all I have is just a black screen.
[Xorg.0.log.old.log](https://github.com/void-linux/void-packages/files/8005483/Xorg.0.log.old.log)
[Xorg.0.log](https://github.com/void-linux/void-packages/files/8005480/Xorg.0.log)
[lxdm.log](https://github.com/void-linux/void-packages/files/8005485/lxdm.log)

### Steps to reproduce the behavior
`xbps-install -S nvidia`

Maybe it could be an hardware plus software related issue?
I have a nVidia GTX1080 and I'm using Mate DE.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Segmentation fault with latest nvidia driver
  2022-02-04 18:57 [ISSUE] Segmentation fault with latest nvidia driver Le0xFF
@ 2022-02-05 12:45 ` motorto
  2022-02-05 13:23 ` Le0xFF
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2022-02-05 12:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/35411#issuecomment-1030617528

Comment:
Does old.log correspond to a previous working version (aka before updating the drivers) ? 

Could you please downgrade the nvidia drivers and check if it is working properly ? (just uninstall nvidia, and install nvidia470) 

On Xorg.0.log.old.log logs it seems to be loading the nouvaeu driver as well 

```
[     6.656] (II) LoadModule: "nvidia"
[     6.657] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[     6.671] (II) Module nvidia: vendor="NVIDIA Corporation"
[     6.671] 	compiled for 1.6.99.901, module version = 1.0.0
[     6.671] 	Module class: X.Org Video Driver
[     6.672] (II) LoadModule: "nouveau"
[     6.672] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[     6.676] (II) Module nouveau: vendor="X.Org Foundation"
[     6.676] 	compiled for 1.20.10, module version = 1.0.17
[     6.676] 	Module class: X.Org Video Driver
[     6.676] 	ABI class: X.Org Video Driver, version 24.1
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Segmentation fault with latest nvidia driver
  2022-02-04 18:57 [ISSUE] Segmentation fault with latest nvidia driver Le0xFF
  2022-02-05 12:45 ` motorto
@ 2022-02-05 13:23 ` Le0xFF
  2022-02-05 15:52 ` notthewave
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Le0xFF @ 2022-02-05 13:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 678 bytes --]

New comment by Le0xFF on void-packages repository

https://github.com/void-linux/void-packages/issues/35411#issuecomment-1030624221

Comment:
> Does old.log correspond to a previous working version (aka before updating the drivers) ?

No, both file are freshly generated at boot, I deleted the old log right before a reboot and both files were created

 

> Could you please downgrade the nvidia drivers and check if it is working properly ? (just uninstall nvidia, and install nvidia470)

Right now I can't, due to #35408 

 

> it seems to be loading the nouvaeu driver as well

I really never noticed that? Should I disable it or something like that?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Segmentation fault with latest nvidia driver
  2022-02-04 18:57 [ISSUE] Segmentation fault with latest nvidia driver Le0xFF
  2022-02-05 12:45 ` motorto
  2022-02-05 13:23 ` Le0xFF
@ 2022-02-05 15:52 ` notthewave
  2022-02-06 10:22 ` [ISSUE] [CLOSED] " Le0xFF
  2022-02-06 10:22 ` Le0xFF
  4 siblings, 0 replies; 6+ messages in thread
From: notthewave @ 2022-02-05 15:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/issues/35411#issuecomment-1030648528

Comment:
try again e35838cd50f2a6ac0ff7e7d8c136ecfef4f886ee apprently fixed this.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] Segmentation fault with latest nvidia driver
  2022-02-04 18:57 [ISSUE] Segmentation fault with latest nvidia driver Le0xFF
                   ` (2 preceding siblings ...)
  2022-02-05 15:52 ` notthewave
@ 2022-02-06 10:22 ` Le0xFF
  2022-02-06 10:22 ` Le0xFF
  4 siblings, 0 replies; 6+ messages in thread
From: Le0xFF @ 2022-02-06 10:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 946 bytes --]

Closed issue by Le0xFF on void-packages repository

https://github.com/void-linux/void-packages/issues/35411

Description:
### System

* xuname:  
  ``Void 5.15.19_1 x86_64 GenuineIntel uptodate rrrrmmnFFFFFFF``
* package:  
  ``nvidia-510.47.03_1``

### Expected behavior
`xbps-install -S nvidia` installs `nvidia` package without any problem as it was until yesterday.

### Actual behavior
Once installed and after a reboot, Xorg crashes with segmentation fault and all I have is just a black screen.
[Xorg.0.log.old.log](https://github.com/void-linux/void-packages/files/8005483/Xorg.0.log.old.log)
[Xorg.0.log](https://github.com/void-linux/void-packages/files/8005480/Xorg.0.log)
[lxdm.log](https://github.com/void-linux/void-packages/files/8005485/lxdm.log)

### Steps to reproduce the behavior
`xbps-install -S nvidia`

Maybe it could be an hardware plus software related issue?
I'm using nVidia GTX1080 and Mate DE.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Segmentation fault with latest nvidia driver
  2022-02-04 18:57 [ISSUE] Segmentation fault with latest nvidia driver Le0xFF
                   ` (3 preceding siblings ...)
  2022-02-06 10:22 ` [ISSUE] [CLOSED] " Le0xFF
@ 2022-02-06 10:22 ` Le0xFF
  4 siblings, 0 replies; 6+ messages in thread
From: Le0xFF @ 2022-02-06 10:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by Le0xFF on void-packages repository

https://github.com/void-linux/void-packages/issues/35411#issuecomment-1030802536

Comment:
Yeah I can confirm the issue is gone!

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-06 10:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 18:57 [ISSUE] Segmentation fault with latest nvidia driver Le0xFF
2022-02-05 12:45 ` motorto
2022-02-05 13:23 ` Le0xFF
2022-02-05 15:52 ` notthewave
2022-02-06 10:22 ` [ISSUE] [CLOSED] " Le0xFF
2022-02-06 10:22 ` Le0xFF

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).