I used Linux Mint for basic web browsing several years ago, and a family member has been using Zorin OS successfully. Lately I've become frustrated with Windows 11 and would like to use Linux for everyday browsing and some gaming, while keeping Windows for work.
My work involves Autodesk Maya, ZBrush, Substance Painter, and Unreal Engine, so I'm not particularly interested in trying to replace that workflow on Linux. My laptop has a Ryzen 5 8645HS, 16 GB of DDR5 memory, an RTX 4060 Laptop GPU, and a 500 GB NVMe SSD.
I'm considering installing Linux alongside Windows and using Linux whenever I'm not working. How well are hybrid graphics and switching between the integrated GPU and the RTX 4060 supported on laptops, especially for battery life? Are there distributions I should avoid because of Nvidia driver support?
I've also heard that installing both operating systems on the same SSD is risky or discouraged. Is that still true with modern UEFI systems, or would a 60–80 GB Linux partition be reasonable for getting started? I could move to a larger SSD and expand the installation later.
Mint feels familiar, but a friend recommended Fedora. I'm looking for something relatively peaceful and beginner-friendly, with occasional tinkering being fine, but I'd rather avoid constant distro-hopping.
3 Answers
Using a single drive for Windows and Linux has been common for decades. The main limitations are available space and the possibility of accidentally modifying the wrong partitions during installation. A basic Linux desktop with a few applications can fit in 60–80 GB, provided your personal files and game library stay elsewhere.
Installing Linux on a separate drive can make the two systems more independent and reduce the chance of a Windows update affecting the bootloader, but it isn’t required. Before changing the partition layout, make a current backup and create a Windows installation or recovery USB. It’s also wise to read the bootloader-repair instructions for whichever distribution you choose.
If you want maximum separation, you can install Linux to an external SSD and leave the internal Windows installation untouched, then select the operating system from the firmware boot menu. It’s not as convenient as an internal installation, and performance depends on the external connection, but it’s a low-risk way to test Linux before repartitioning the laptop.
Dual-booting from one SSD is perfectly normal, though you need to be careful during partitioning so you don’t select the wrong disk or erase the Windows partitions. Windows updates can occasionally change the boot order or interfere with the boot menu, but modern UEFI systems make recovery much easier than older legacy setups.
Most major distributions can use Nvidia’s proprietary drivers. Fedora doesn’t include them in its official repositories because of its free-software policy, but adding the appropriate third-party repository is fairly straightforward. Mint is simpler if you want the most familiar setup, while Fedora is newer and may offer better support for recent hardware and gaming improvements. A Fedora-based option with desktop and driver conveniences preconfigured could also be worth testing from a live USB first.
That makes sense. I’ll try Mint and a Fedora-based option from a live USB or virtual machine before committing, since I’d rather see how the Nvidia setup feels first.

Good to know that the single-drive setup is still reasonable. I’ll make a full backup and keep a Windows recovery USB ready before resizing anything.