Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 9171  / 2 Years ago, fri, february 25, 2022, 11:26:09

Hello everyone and thank you for taking a look at this topic!



I'm currently trying out Ubuntu 13.10 but I keep hitting a wall when it comes to installing a driver.



I've tried:



sudo apt-get install nvidia-current


This resulted in a un-bootable system. The screen just stayed black and the cursor displayed as an 'X'. After that I did had to re-install Ubuntu.



The computer I'm using is an Acer-Aspire-V3 with a build in Nvidia geforce GT 630M and also with a Intel HD graphics chip-set (not sure if chip-set is the right word here).
"lspci | grep VGA" output:



pascal@pascal-Aspire-V3-571G:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)


I've searched a bit here and there and found out that it would be wise to mention that this laptop is using (or so I think) Nvidia Optimus, not sure if it will add anything to the subject but at least I'll mention it just to be sure.



Now to the questions:



Q1 How is this caused and how can I fix it?



Q2 What additional information could I provide to help you help me?


More From » drivers

 Answers
6

First of all I'm no pro at ubuntu but do know how to fix your problem



sudo apt-get install bumblebee bumblebee-nvidia


This installs bumblebee and the nvidia drivers.



bumblebee configures your nvidia graphics card correctly to use it. Your desktop will be rendered with intels graphics but you can run programs with nvidia by using optirun programname you can also install primus



sudo apt-get install primus


This installs primus, it helps you run programs with the nvidia graphics in a locked fps count, I think its for vsync really. you can run programs in the terminal writing primusrun programname


[#28522] Saturday, February 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rvousnove

Total Points: 456
Total Questions: 130
Total Answers: 98

Location: El Salvador
Member since Sun, Sep 12, 2021
3 Years ago
;