Mint 15 would be a great choice to install on the metal to a partition however the live USB version does not support proprietary (binary) drivers. You would have to install Mint and then update your drivers.
As a sysadmin who uses Mint on my home workstation, I have nothing but great things to say about it. So if you wanted to take the plunge and carve out a partition for it I would say go for it…
Manjaro was going for “ease of use” over strict open source ideology when they made their live distributions so they do come with proprietary binary drivers installed on the live .iso.
Now if you ask me… a Linux partition is a great thing to have. If Windows ever decides to blow up, you will have another working system to use to repair it/continue whatever it is you do.
Mint isn’t yet up on the latest release of Ubuntu which it is based off of. (this basically means slightly newer software and kernel). If you want to install mint to a partition…
Fire up the live distro
open a terminal and type ‘sudo gparted’
you should see you hard drive in a drop down list in the upper right hand corner. Linux naming convention does not use drive letters instead everything is mounted in a directory tree off of the root directory so you HD will likely be /dev/sda
/dev/sda1 will probably be a small windows boot partition and /dev/sda2 will likely be your main Windows partition.
grab the slider from the right hand side and make some free space… 20 gigs is a good minimum but if you have more to spare then 50 gigs is a good number.
The next part can go two ways depending on how you want the system to boot. I recommend chain booting so that the windows bootloader sends the boot sequence to grub (linux bootloader). If you install grub on your new partition and not the root of the drive, you will have to go into windows later and use easybcd to add an entry to point to linux (really simple)… if you install grub to the root of the drive grub will give you a menu at boot to choose between windows or linux.
For the sake of simplicity I would say to go with the latter which is the installer’s default config.
So anyway run the installer and follow the instructions. When you get to the portion where asks you to prepare disks, choose advanced
you will then go to a windows similar to the partitioner
make the new partition of the ext4 file type and under mountpoint select “/” which in Linux is the root directory. From there just click next to the end, reboot and you are almost done.
Once you reboot look for a menu option that says drivers. There is a search box in the menu so you can just type drivers. This will identify your video card and suggest drivers for it. Usually the one marked “recommended” is a bit old so you might want to go with the higher version numbers.
The process might seem a little daunting if you haven’t done it before but in the end you will have a backup system that is immune to viruses and you check out a nice and popular Linux distro 
Edit: /r/linux and /r/linuxfornoobs are full of extremely skilled and helpful people. If you have other questions I’d fire it off to /r/linuxfornoobs and you will probably be answered extremely quickly. Good luck and happy hacking.