Hi all,
Does anyone have the nvidia drivers installed on kubuntu 24.04, or know which version of them works correctly?
I have tried two of the methods shown here https://www.cyberciti.biz/faq/ubuntu...ietary-driver/
Using the GUI method, it advises me to install the nvidia-driver-470 metapackage (tried) but it didn't work for me.
Neither did the second method from CLI installing the same version:
The installation runs and finishes normally, but once the system reboots, after the grub startup the screen goes black and that's it. I have tried with the two kernels that my system currently has and with both of them the same thing happens. The only option I have left is to enter a root console, uninstall nvidia completely and reboot again with the noveau driver.
In previous versions of Kubuntu I have always had the nvidia drivers installed, but since this version (24.04 LTS) I have not been able to get them to work.
Any suggestions on this matter will be welcome. Thanks in advance.
Does anyone have the nvidia drivers installed on kubuntu 24.04, or know which version of them works correctly?
I have tried two of the methods shown here https://www.cyberciti.biz/faq/ubuntu...ietary-driver/
Code:
sudo lshw -C display *-display description: VGA compatible controller product: GK208B [GeForce GT 710]. manufacturer: NVIDIA Corporation physical id: 0 bus information: pci@0000:01:00.0 logical name: /dev/fb0 version: a1 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress vga_controller bus_master cap_list rom fb configuration: depth=32 driver=nouveau latency=0 resolution=1920,1080 resources: irq:31 memory:f6000000-f6ffffff memory:e8000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:c0000-dffff
Neither did the second method from CLI installing the same version:
Code:
sudo apt install nvidia-driver-470 nvidia-dkms-470
The installation runs and finishes normally, but once the system reboots, after the grub startup the screen goes black and that's it. I have tried with the two kernels that my system currently has and with both of them the same thing happens. The only option I have left is to enter a root console, uninstall nvidia completely and reboot again with the noveau driver.
In previous versions of Kubuntu I have always had the nvidia drivers installed, but since this version (24.04 LTS) I have not been able to get them to work.
Any suggestions on this matter will be welcome. Thanks in advance.
Comment