Newbie Post: I have gone "all-in" with Linux Mint 22.1, wiping Windows completely. All good...with two nagging problems.
-
[email protected]replied to [email protected] last edited by
-
You say you haven't been able to install Nvidia drivers, but then say you are using 550 drivers. Are you saying you can't run any games or programs that engage your GPU? Open and terminal and run
nvidia-smi
and see what the output is. -
What is the filesystem on these drives? If it's NTFS, they will be mounted as read-only by default and show as owned by root. This is by design to prevent potential damage to NTFS filesystems which are technically a Windows-only thing. You do have the option of changing this behavior, but it will inevitably cause problems because the open driver to run these filesystems on Linux still runs into some MS proprietary filesystem issues. If you have the option of copying the files on each drive to your local drive, reformatting the externals into another more friendly filesystem, then copying the files back, you'll be in a much better place. I would suggest exFat to make things simplest for you, since it sounds like you may be plugging those drivers into other Windows machines, potentially.
-
-
[email protected]replied to [email protected] last edited by
Can't disable in BIOS, I even updated my BIOS hoping the new one would have that capability, but no joy.
Yes, video drivers got me using Timeshift a LOT.
-
[email protected]replied to [email protected] last edited by
- I have successfully "installed" them but when I've run nvidia-smi it says they aren't loaded. Nvidia Prime applet says ERR.
- Yes they're NTFS. The computer is using fuse to access it. It seems the root permission things is linked to installing video drivers. Every time I do it it changes the "home" drive and the "root" drives.
-
[email protected]replied to [email protected] last edited by
1.
I just installed Linux Mint myself, coming from Nobara and I also had some issues with my nVidia GPU, as I also have a laptop with an integrated GPU (AMD) and a dedicated GPU (GeForce 3070ti). The issue was "Secure boot" being enabled in BIOS. It would somehow block the nVidia driver from initiating correctly.If you look in the "nVidia settings" app and it look like this:
It means the nVidia haven't initiated correctly. See if "Secure boot" is enabled. Disable it.
2.
What about the app "Disks"? Doesn't that do what you need? -
[email protected]replied to [email protected] last edited by
Sometimes, the simplest option is to try a different distribution instead of messing with individual things that aren't working on one. A lot of distributions come with the Nvidia drivers set up by default, such as POP OS. You could also try a fresh install of mint and install the Nvidia drivers using the driver manager application, and see if you're getting the same results.
As far as NTFS, that does have to change. You will keep running into problems if you don't format them into something like ext4. When I first installed Linux, I had all my games on an NTFS drive and very few of them would work at all. -
[email protected]replied to [email protected] last edited by
Thanks for the info and the feeling of not being alone
-
[email protected]replied to [email protected] last edited by
Shoot. I got a lot of stuff on that drive.
-
[email protected]replied to [email protected] last edited by
I turned secure boot off a while ago but I did update the BIOS which involved resetting to default and I should check that, thanks.
I'll try disks, but I think the problem is NTFS formatting. Which sucks, but it's understandable.
-
[email protected]replied to [email protected] last edited by
Had the same issue and then went with popos
The issue is that they are current in transition into their own Cosmic DE which is very badass but it is still alpha. Although, it is possible to daily drive it with some bugs obviously but it will game etc
-
[email protected]replied to [email protected] last edited by
I'm pretty sure you've got a race condition with the Nouveau driver getting loaded first then. That's the open source Nvidia driver in the stock kernels. Run
lsmod | grep nouveau
to confirm (if you get lines returned, then it's loaded.You can sidestep this by blacklisting it and giving the installed Nvidia driver a chance to load first. Instructions here (use the Ubuntu section)
Reboot, and then you should be good to go. If
nvidia-smi
still doesn't show the correct output, you may need to just reinstall the driver packages again. -
[email protected]replied to [email protected] last edited by
That's very fair. I say this only because I've found myself going down a rabbit hole of things not working on my own before, and a reinstall is usually the faster option for me. POP was just one example, a lot of distributions come with Nvidia installed by default.
Mint should work pretty much out of the box, but I remember Optimus being tricky sometimes. I do not recommend Manjaro, and not because it's arch. The last time I used Manjaro, it's automatic updater updated my Nvidia driver and my kernel to two separate versions that didn't work with each other, and bricked my system on me. It's not exceptionally stable even as far as Arch goes.
Arch doesn't have to be scary, I use Garuda and it has made it very user friendly.
I run all updates with one command and that command automatically makes snapper backups that I can pick between on boot, which makes fixing anything that can go wrong pretty easy.
Garuda Cinnamon edition uses the same desktop that mint uses.
Anyway, I do hope you're able to get mint working for you. -
[email protected]replied to [email protected] last edited by
Pop OS is excellent. You wouldn't really know it's created by a corporation. It's basically just the build they run on their hardware but I've not seen anything in it like ads or anything limiting my freedom. My perception of it is that it's just a more friendly and (snap-free) Ubuntu and I concur with those saying Nvidia is smoother on it. It does have a modified gnome but coming in the near future is their own DE called cosmic which seems promising. If it ends up being bad I will probably just switch to fedora even though Debian based distro are more supported
-
[email protected]replied to [email protected] last edited by
If you have the default version of Mint installed then your desktop environment is Cinnamon. There are also XFCE and MATE versions, but you have to go out of your way to get those. The default file explorer for Cinnamon is called Nemo, so if you haven't changed it that would be what you are using.
Honestly, I think your best bet is trying Disks or maybe gparted if you like cli apps, and setting a mount point for the device from one of those. Linux doesn't always like NTFS, but you should at least be able to mount and read the drive consistently, although I have to admit I've never used an NTFS formatted external drive, so maybe something weird is going on with that.
-
[email protected]replied to [email protected] last edited by
I donโt understand why Mint is chosen by people.
-
[email protected]replied to [email protected] last edited by
Seems like a promising answer, I wonder why someone downvoted it. I wish they'd left a comment.
I'll def explore it
-
[email protected]replied to [email protected] last edited by
If you want stability and ease of use similar to Windows, I highly recommend Fedora Silverblue, Kinoite or Bazzite. Optimus is working (now, asus gfxctl was broken for two weeks due to a new kernel) every keyboard shortcut is working, and, for some unknown miracle, battery life is better than windows. I'm on a G14.
-
[email protected]replied to [email protected] last edited by
Well that's exactly what the issue is, so there's your solution. Easy to confirm with one command.
-
[email protected]replied to [email protected] last edited by
It just works for 99.99% of anything a regular user would want it to. I moved my parents who are non-technical and in their 70's over to it from Windows 10. They like it so much they had me install it on their laptop as well.
-
[email protected]replied to [email protected] last edited by
You can install other DEs on Pop OS.
-
[email protected]replied to [email protected] last edited by
Distro hopped for years and got to a point I just wanted to use an OS and not screw around with it. I also didn't want to spend time troubleshooting odd problems. Mint's been installed on my machines for years and it works flawlessly.