Author Topic: HowTO – install NVIDIA driver for PClinusOS2013  (Read 449 times)

Offline vlaporte

  • Jr. Member
  • **
  • Posts: 29
HowTO – install NVIDIA driver for PClinusOS2013
« on: March 08, 2013, 10:44:51 AM »
HowTO – install NVIDIA driver for PClinusOS2013
03/03/13

Problem- PClinuxOS2013 fail GUI after install to hard drive due to wrong NVIDIA driver autonmatically installed. Difficult ot correct as no GUI.

Get the NVIDIA driver for Linux (covers many GeForce video cards) at the Nvidia.com website – about 30MB and install to USB drive. CHMOD 777 -R this file to change permissions.

Solution – Use PClinuxOS2013 live CD  to install proper driver but  NVIDIA self executing program will only run in level 3 (no GUI running).
So insert USB drive with NVIDIA program > boot with live CD > at GRUB screen select  CONSOLE > login: root > password: root.

Now you have a full cli interface as root.

Identify the correct partition name of the USB drive
# fdisk -l
result    sdb1

or
# dmesg | grep -i SCSI

Next create a directory and mount the USB drive
# mkdir  /mnt/usb

# mount  -t  vfat  /dev/sdb1  /mnt/usb

Verify the drive is mounted
# mount

Now move to the driver on the USB drive
# cd   /mnt/usb
View the driver
# ls
Now start the self executing program
#   ./NVIDIA...............

Just follow the instructions in the Nvidia program.

Luck,
Vince

Online JohnW_57

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2117
Re: HowTO – install NVIDIA driver for PClinusOS2013
« Reply #1 on: March 08, 2013, 11:00:45 AM »
 ??? ??? ???

Which Nvidia driver ?

There is already an updated driver (I guess) for FX5xxx cards.

It's not recommended to install the drivers from the Nvidia site.

JohnW
PCLinuxOS 2013 KDE4 (64 bit) on: home build system:  Intel Core 2 Quad (q6700) (2.66ghz), Asus P5K motherboard, 4 gig ddr2 memory, Asus Nvidia Geforce GTS 250 1024 mb gddr3, Crucial M4 128 SSD,  2x Samsung 500 gig HDD (sata), TSSTcorp CDDVDW SH-224BB.

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 723
Re: HowTO – install NVIDIA driver for PClinusOS2013
« Reply #2 on: March 08, 2013, 11:48:57 AM »
Exactly ...
The problem with the nvidia173 driver has been fixed.  It's much easier just to do

Code: [Select]
apt-get update && apt-get dist-upgrade
to install the fixed driver.

Terry.
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Online JohnW_57

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2117
Re: HowTO – install NVIDIA driver for PClinusOS2013
« Reply #3 on: March 08, 2013, 06:52:08 PM »
Exactly ...
The problem with the nvidia173 driver has been fixed.  It's much easier just to do

Code: [Select]
apt-get update && apt-get dist-upgrade
to install the fixed driver.

Terry.

When it's moved to non-free section (still in testing).  ;)

JohnW
PCLinuxOS 2013 KDE4 (64 bit) on: home build system:  Intel Core 2 Quad (q6700) (2.66ghz), Asus P5K motherboard, 4 gig ddr2 memory, Asus Nvidia Geforce GTS 250 1024 mb gddr3, Crucial M4 128 SSD,  2x Samsung 500 gig HDD (sata), TSSTcorp CDDVDW SH-224BB.

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3738
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: HowTO – install NVIDIA driver for PClinusOS2013
« Reply #4 on: March 09, 2013, 04:28:55 PM »
Note:
If you use the way from vlaporte, you will lose the support from here, because we can nothing fix, what we have not done...

Regards
Daniel

Offline loudog

  • Sr. Member
  • ****
  • Posts: 399
Re: HowTO – install NVIDIA driver for PClinusOS2013
« Reply #5 on: March 10, 2013, 01:11:10 PM »
was just in the repo for updating and did not see an updated nv driver (173-xxx-2) ??? so whoever is teasing me it's not funny anymore. :'(
  anyway any idea when this will be officially released :-\ because the nv (xorg) driver will not allow me to run google earth. :(
Friends don't let friends boot windows

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 723
Re: HowTO – install NVIDIA driver for PClinusOS2013
« Reply #6 on: March 10, 2013, 01:12:58 PM »
was just in the repo for updating and did not see an updated nv driver (173-xxx-2) ??? so whoever is teasing me it's not funny anymore. :'(
  anyway any idea when this will be officially released :-\ because the nv (xorg) driver will not allow me to run google earth. :(


See http://www.pclinuxos.com/forum/index.php/topic,114049.msg972737.html#msg972737

Terry.
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|