Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-25-2016, 09:55 PM
|
#1
|
Member
Registered: Apr 2007
Distribution: Debian 4
Posts: 147
Rep:
|
Geforce GTX 1050Ti problem
I have installed debian 8.6 on a pentium i5 with gigabyte z97x-sli motherboard and it worked very well. When I connected a Geforce GTX 1050Ti videocard then reinstalled debian 8.6 it installed well but when I rebooted it would not load anymore the system, just froze after checking the hard disk. Any idea how to make it work with the videocard? I tried it to use only through motherboard after that and it would only load linux command not the graphical interface (once and then the second time would not display even the command line). I know I could reinstall it without the videocard but I want to use the videocard
|
|
|
12-26-2016, 02:33 PM
|
#2
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,299
|
This is the video driver you need. Is this what you have installed?
Quote:
Version: 375.26
Release Date: 2016.12.14
Operating System: Linux 64-bit
Language: English (US)
File Size: 72.36 MB
|
From this link.--> http://www.nvidia.com/Download/drive...x/112992/en-us
|
|
|
12-26-2016, 11:07 PM
|
#3
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
Debian has its own proprietary nvidia drivers in the repositories. You just have to look at which version you need. The rest is pretty much automatic. Usually, installing the package is all you need.
|
|
|
12-27-2016, 03:19 AM
|
#4
|
Senior Member
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591
|
This video card needs Bumblebee, there is a link in Debian wiki Nvidia graphics webpage.
For now, to get to a desktop, hit the e key at the grub menu to edit the kernel line, using arrow keys to navigate to the end of the kernel line which will have a long UUID number, possibly "ro quiet", add: , then hit F10 key to boot it.
This can also be added to /etc/default/grub after getting to a desktop or prompt followed by an command to have it boot this way again without adding to the kernel line at the grub menu.
BTW: The nouveau driver is used by Xorg on systems with Nvidia graphics, it's not all as great as many say, it is buggy on my two machines with Nvidia GTS 8600, and Nvidia GTX 970M. You'll definitely appreciate Nvidia graphics drivers. Visit Debian Nvidia wiki after you stop it from freezing with nouveau.
Last edited by Brains; 12-27-2016 at 03:35 AM.
|
|
|
12-27-2016, 06:19 AM
|
#5
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,299
|
This is a desktop,
Quote:
This video card needs Bumblebee
|
Bumblebee is for laptops with two video adapters. One is usually a lower power Intel and the second is a higher power consuming Nvidia chip set.
This is the motherboard the op has --> http://www.gigabyte.com/products/pro...px?pid=4957#sp
|
|
|
12-27-2016, 11:16 PM
|
#6
|
Member
Registered: Apr 2007
Distribution: Debian 4
Posts: 147
Original Poster
Rep:
|
Quote:
Originally Posted by AwesomeMachine
Debian has its own proprietary nvidia drivers in the repositories. You just have to look at which version you need. The rest is pretty much automatic. Usually, installing the package is all you need.
|
Did install the nvidia-driver but then when I connect to the nvidia videocard will now be able to have command line but still will not boot on graphical interface. It did say it installed the driver but when I clicked on it it ask me to run nvidia-xconfig as root (what is the actual command line to do that and do I really need to do it?). Anyway I got a small progress being able to get a command line on the screen when I boot connected to the graphic card but still not able to boot in KDE. I tried to install then the nvidia drivers from nvidia but it tells me it conflicts with the ones already installed. Any sugestions?
|
|
|
12-27-2016, 11:53 PM
|
#7
|
LQ Addict
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
|
Did you run nvidia-xconfig as root? As in log in as root and run that command in the terminal then reboot? That should get you started at least. If not then it may be that your driver version is too old.
|
|
|
12-28-2016, 05:29 AM
|
#8
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,299
|
Quote:
This is the video driver you need. Is this what you have installed?
|
I asked this in post #2. You have not answered that. You may have the wrong driver installed.
Have a look here --> for information on drivers. There is a section for each driver telling you what hardware is supported with each driver. The newer the card, the newer the driver that is required. You can also have problems with the kernel and driver combinations.
So, what distro and version are you running? What kernel version?
Quote:
I tried to install then the nvidia drivers from nvidia but it tells me it conflicts with the ones already installed.
|
Yes, this is normal. The driver installation will remove the old driver when installing the new one. It will also remove the nouveau ( if its installed ) driver. This is the open source driver, the two conflict.
If your distro has the correct driver in its repos, that is the best one to have installed. That way your distros package manager can keep you up to date.
I use the binary blob from Nvidia. I find that easier to maintain than using Slackwares repos for Nvidia. That is just my experience. Your choice.
|
|
|
12-28-2016, 06:14 AM
|
#9
|
Senior Member
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591
|
nvidia-xconfig is not installed with nvidia-driver, it has to be specified. In other words, apt-get install nvidia-xconfig, then the command to run it is
Code:
sudo nvidia-xconfig
.
And Debian nvidia wiki has lots of great advice. Like letting you know the default nvidia packages for Debian 8 do not support that card. You have to install version 375.26 from Debian testing/sid, that version supports your card.
You'll have to add a line for stretch in your /etc/apt/sources.list, only non-free and contrib, not main. Then run apt-get update, then install nvidia-driver and nvidia-xconfig with command:
Quote:
sudo apt-get install -t stretch nvidia-driver nvidia-xconfig
|
Or remove with apt the nvidia-driver package you currently have installed and install the .run package from Nvidia web site.
To remove an existing .run package from Nvidia site, issue same command as in installation only append "--uninstall" after the name of the package in the command. If I remember, installing from repos will automatically blacklist nouveau, installing from .run script, you have to blacklist nouveau before everything is set to go.
If you manage to get whatever nvidia setup you have installed uninstalled, you could be at a desktop real quick by following my advice in my first post. Then do some homework.
Last edited by Brains; 12-28-2016 at 07:30 PM.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 10:51 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|