(09-26-2014, 11:54 PM)ChrisL link Wrote: 1) What release ... (would prefer the latest if it will support the drivers which are the nvidia 173.xx for this card)?
Don't know answer to that. Best bet is to boot LL2 and see how it works. Possibly, you could just run the Driver Manager (Menu -> Settings -> Install Drivers) from the live CD/USB just to see what it finds. Don't bother trying to install driver to live environment -- that won't work -- but just see what Driver Manager finds. If it does find and show an NVidia driver (any, not just one you listed), then I'd say there is very good chance everything will work out well.
(09-26-2014, 11:54 PM)ChrisL link Wrote: 2) The manual suggests I get advice for the set-up I would like. I have XP on one small (40G hard drive) which is good enough for what little I do on it, and would like to install Linux Lite on a second clean Hard Drive that is 120G, and would like to dual boot. Best way to do so?
Best way would be to have LL2 installed
only to the second drive (including its boot loader, grub), then set the boot order of the drives in the BIOS to boot from that second drive first. If you do it that way, your Windows drive will retain the Windows boot loader and will still be bootable itself even if you end up messing up the Linux drive at some point in future. Meanwhile, the Linux grub boot loader will see the Windows drive and add it to its menu as a boot choice. So, if you boot from the Linux drive, you get a nice easy choice of which to boot from.
Two ways to go about doing that:
1. Disconnect the Windows drive while you install LL to the other. Let LL use whole disk and do standard installation. (It will automatically create and format partitions it needs -- a root and swap partition.) When done, shutdown computer, reconnect Windows drive and reboot again (remember to change boot order of drives so LL drive is used for booting). Boot into LL2, (there will be no Windows choice yet), open a terminal and run this command to add Windows to the boot menu:
You next reboot will now show choice between both Windows and LL2.
2. Don't disconnect Windows drive and use the installer option that lets you manually make partitions and direct where the boot loader gets installed. (When you do it this way, Windows will be a choice right away after you reboot -- no need for extra step described above.) This is not really that difficult, but you need to pay attention to what you're doing so you don't accidentally wipe out Windows. After selecting "Something else" from "Installation Type" screen, you will be brought to the partitioning page. You'll likely see two drives: /dev/sda (likely the Windows drive) and /dev/sdb (likely where you want to install LL). Just make sure that you make your partitions on the non-Windows drive and also direct the boot loader installation (near bottom of partitioning window) to that same drive (sdb in this example).
General Partitioning Guideline for Standard Install:
* Swap Partition: size = 1-2 times RAM, format = linux-swap
* Root Partition: size = rest of disk, format = Ext4, mount point = "/"
Alternative Partitioning Guide if you want to keep data files separate from system files:
* Swap Partition: size = 1-2 times RAM, format = linux-swap
* Root Partition: size = 20GB, format = Ext4, mount point = "/"
* Home Partition: size = rest of disk, format = Ext4, mount point = "/home"
P.s. If you prefer the "Alternative Partitioning", but have disconnected the Windows drive -- no problem! Just use the "Something else" option as described above and you can make the partitions in same way.