Just built a new Elitegroup P55H-A (Intel i5/i7 64 bit architecture) e/w a
Nvidia GTX-460 video card. This was the most difficult build I've ever
experienced. Dual boot, Win 7 & Kubuntu 10.04. The following should hopefully
save someone quite a bit of time and frustration.
On the Windows side, load gparted first and partition the HD giving Win 7
something reasonable. Win 7 install process has no option for partitioning the
HD that I could find and it will take the entire drive if you let it. Leave the
remaining section of the HD unallocated. Kubuntu will then give you the option
to set up “Parallel” installs. As for networking, Win 7 is not really
compatible with XP (is this a surprise?). To fix this problem go to -
http://www.howtogeek.com/howto/windo...nters-between-
windows-7-and-xp/
Linux Side -
Nvidia GTX-460 video not recognized by Kubuntu and no drivers loaded. Ugly
600x800 screen substituted. This card requires a proprietary driver from Nvidia
to operate correctly.
http://www.nvidia.com/object/linux-d...53-driver.html Current
driver as of 10-11-2010
http://us.download.nvidia.com/XFree8...DME/index.html
File/driver comes as a .run "binary" file. This means that the driver needs to
be compiled for the particular machine. Before this can happen, two apps. need
to be download and installed (I used synaptic) as follows -
a) binutils
b) gcc - the complier
Nvidia has a write up (README above) of how to install their proprietary
driver(s) but I didn't find it very helpful. Anyway, the driver above won't load
if the X server is already running soooo it's off to CLI land. The easiest way I
found was to simply boot to recovery mode and go from there.
Recovery mode leaves you at run level 1 which the .run program doesn't like so
you need to change to run level 3 which it does like.
telinit 3 - changed to run level 3
Navigate to the folder where you downloaded the driver and execute -
sudo sh NVIDIA-Linux-x86_64-256.53.run or what ever the current driver file is
for the GTX-460
There is only one small problem if all this works out, the machine may still
freeze at the "Kubuntu" splash page. This is a rather well known and cursed
problem. The way I solved my stall problem was to go to -
/etc/default/grub and nuke the GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" line
and then rewrite the grub.cfg file. Read up on grub2 if this looks strange to
you.
Note: This is the 2nd machine using the Intel i5/i7 architecture I've had this
problem with. Except for the chip set, the two machines were entirely different.
References -
https://bugs.launchpad.net/ubuntu/+s...ce/+bug/538524 - post
#44
http://kubuntuforums.net/forums/inde...opic=3106368.0
https://help.ubuntu.com/community/Gr...0vs%20GRUB%202
It helps if you do this before loading the driver. Otherwise it may be back to
CLI land again.
That leaves the wonderful world of Dolphin/SAMBA/NFS and file sharing between
machines over wired Ethernet. Forget reading about earlier versions of SAMBA and
how to configure. Under Kubuntu & KDE4, a lot has changed in this area. The best
link I found is as follows -
http://kubuntuforums.net/forums/inde...1064#msg241064
Did somebody out there say down loading and running Kubuntu was easy?
Nvidia GTX-460 video card. This was the most difficult build I've ever
experienced. Dual boot, Win 7 & Kubuntu 10.04. The following should hopefully
save someone quite a bit of time and frustration.
On the Windows side, load gparted first and partition the HD giving Win 7
something reasonable. Win 7 install process has no option for partitioning the
HD that I could find and it will take the entire drive if you let it. Leave the
remaining section of the HD unallocated. Kubuntu will then give you the option
to set up “Parallel” installs. As for networking, Win 7 is not really
compatible with XP (is this a surprise?). To fix this problem go to -
http://www.howtogeek.com/howto/windo...nters-between-
windows-7-and-xp/
Linux Side -
Nvidia GTX-460 video not recognized by Kubuntu and no drivers loaded. Ugly
600x800 screen substituted. This card requires a proprietary driver from Nvidia
to operate correctly.
http://www.nvidia.com/object/linux-d...53-driver.html Current
driver as of 10-11-2010
http://us.download.nvidia.com/XFree8...DME/index.html
File/driver comes as a .run "binary" file. This means that the driver needs to
be compiled for the particular machine. Before this can happen, two apps. need
to be download and installed (I used synaptic) as follows -
a) binutils
b) gcc - the complier
Nvidia has a write up (README above) of how to install their proprietary
driver(s) but I didn't find it very helpful. Anyway, the driver above won't load
if the X server is already running soooo it's off to CLI land. The easiest way I
found was to simply boot to recovery mode and go from there.
Recovery mode leaves you at run level 1 which the .run program doesn't like so
you need to change to run level 3 which it does like.
telinit 3 - changed to run level 3
Navigate to the folder where you downloaded the driver and execute -
sudo sh NVIDIA-Linux-x86_64-256.53.run or what ever the current driver file is
for the GTX-460
There is only one small problem if all this works out, the machine may still
freeze at the "Kubuntu" splash page. This is a rather well known and cursed
problem. The way I solved my stall problem was to go to -
/etc/default/grub and nuke the GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" line
and then rewrite the grub.cfg file. Read up on grub2 if this looks strange to
you.
Note: This is the 2nd machine using the Intel i5/i7 architecture I've had this
problem with. Except for the chip set, the two machines were entirely different.
References -
https://bugs.launchpad.net/ubuntu/+s...ce/+bug/538524 - post
#44
http://kubuntuforums.net/forums/inde...opic=3106368.0
https://help.ubuntu.com/community/Gr...0vs%20GRUB%202
It helps if you do this before loading the driver. Otherwise it may be back to
CLI land again.
That leaves the wonderful world of Dolphin/SAMBA/NFS and file sharing between
machines over wired Ethernet. Forget reading about earlier versions of SAMBA and
how to configure. Under Kubuntu & KDE4, a lot has changed in this area. The best
link I found is as follows -
http://kubuntuforums.net/forums/inde...1064#msg241064
Did somebody out there say down loading and running Kubuntu was easy?
Comment