I am brand new to Linux and been trying to get a couple of my old games to work on it for the past 2 weeks with little success.
I have followed the guides provided by Lutris (Installing drivers · lutris/lutris Wiki · GitHub specific to the issue I’m writing about), but when it kept complaining about Vulkan I tried running inxi -Gx as seen on a forum, which revealed the following issue:
I have triple checked by now, I installed the 430.40 driver (which according to the download drivers site, should be good for my GeForce 820M card if I understand it correctly), but it seems like it isn’t recognised?
When I open Driver manager it says I’m using a manually installed driver and that no proprietary drivers are in use (instead of the 340 nvidia one that is “recommended” but when I switched to that and restarted all I got was a black screen, but I doubt it has much to do with my current issue - or a nouveau one).
I’ll attach the bug report log.gz file the moment I realise how to. - New log file after installing 390 is attached later in the thread. nvidia-bug-report.log.gz (101 KB)
Forget what I said, I only now recognized you have an old Fermi gpu. This is only supported by the legacy 390 driver. Use the Software&Updates application to switch from nvidia-430 to nvidia-390.
I tried this and now I have the same black screen issue after booting like I used to have after I switched to 340 driver. I can’t even get to the login screen.
With ctrl+alt+F1 i can get a termi al up but that’s about all I’m afraid.
I am using the 390 driver, I just mentioned the 340 because the issue looked similar to what I experienced with that one, I’m sorry for the confusion.
After the pastebinit command it returned: “Bad API request, maximum paste file size exceeded”.
I tried a startx command and alone it didn’t seem to do much, however if after I’ve heard the start up tune, press fn+f8 (switches between screen modes if multiple screens are connected) the screen comes back live again. Startx alone or fn+f8 alone doesn’t seem to work (although I have not waited more than a minute in either case)
At least I can post the bug report file generated after the reboot. nvidia-bug-report.log.gz (559 KB)
According to the logs, everything comes up fine. Probably the DM is not calling the xrandr commands to enable the internal screen. Which Mint flavour are you using, i.e which DE?
If it didn’t exist, please delete the one you created. This would point to the package nvidia-prime not being correctly installed. Please reinstall it
sudo apt install --reinstall nvidia-prime
and check if the file /sbin/prime-offload exists afterwards.