On 5/8/24 10:50 AM, John Pilkington wrote:
The harware was working well, before my recent upgrades from f38, briefly to f39 and now to f40.  Then I was using the rpmfusion 470xx builds of the nvidia legacy drivers.   Now the dual-boot box has no nvidia or nouveau rpms installed  (rpm -qa) although I suppose bits of config might remain;  inxi still finds nvidia traces:

Nouveau is included with the kernel, it doesn't have its own package.

ohn@FedWin4c1:~$ inxi -G
Graphics:
   Device-1: NVIDIA GK208B [GeForce GT 710] driver: N/A
   Display: wayland server: X.org v: 1.20.14 with: Xwayland v: 23.2.6
     compositor: kwin_wayland driver: X: loaded: nvidia

This is the xorg nvidia drive, but I assume it's not working if the kernel driver isn't loaded.

     unloaded: fbdev,modesetting,nouveau,vesa gpu: N/A resolution: 800x600
   API: EGL v: 1.5 drivers: kms_swrast,swrast
     platforms: gbm,wayland,x11,surfaceless,device
  API: OpenGL v: 4.5 vendor: mesa v: 24.0.6 renderer: llvmpipe (LLVM 18.1.1
     256 bits)

llvmpipe means it's using software 3D rendering because it doesn't have a 3d hardware driver.

   API: Vulkan v: 1.3.280 drivers: N/A surfaces: xcb,xlib,wayland


$ sudo dmesg | less

[    0.000000] Command line: BOOT_IMAGE=(hd2,gpt2)/vmlinuz-6.8.8-300.fc40.x86_64 root=/dev/mapper/fedora_localhost--live-root ro rd.driver.blacklist=nvidia modprobe.blacklist=nvidia nomodeset resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet rd.driver.blacklist=nvidia modprobe.blacklist=nvidia nomodeset

There are a lot of duplicates in that list. If you include "nomodeset", then you'll be using the lowest common factor display options. Is there a reason you don't want to use the rpmfusion drivers? It appears that nouveau isn't working for your system, or else something is mixed up. You could check the logs for a previous boot that didn't work.
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to