LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 02-24-2016, 02:00 PM   #16
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,780

Rep: Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431

Quote:
Originally Posted by wh33t View Post
Unfortunately I don't understand what half of that means. But here is the output of sudo lsmod http://paste.debian.net/402861

sudo modprobe nvidia caused an error but for some reason typing sudo modprobe nvidia > modprobe.out wouldn't write the error message to the file.

Maybe I'll just give up and use Ubuntu. Seems like that might be more realistically where I'm at with Linux.
While that might be a solution for this problem I doubt it because although you don't have a problem with nouveau you DO have the classic problem of 2 sets of video chips according to your "lsmod". This is the classic HDMI issue that pops up on laptops needing Bumblebee or PCs needing HDMI blacklisted. This, being commonplace, is easy and of no consequence unless you sometimes use the HDMI from your stand-alone video card for audio as in some HTPC setups.

Go to your distro forum and use Search for "how to disable HDMI Hda_Intel and discover the best way of blacklisting HDA Intel and then verify none exist in output from "lsmod".
Quote:
Originally Posted by Highlander
There can be ONLY ONE!
 
1 members found this post helpful.
Old 02-26-2016, 05:44 PM   #17
wh33t
Member
 
Registered: Oct 2003
Location: Canada
Posts: 922

Original Poster
Rep: Reputation: 61
Quote:
Originally Posted by enorbet View Post
While that might be a solution for this problem I doubt it because although you don't have a problem with nouveau you DO have the classic problem of 2 sets of video chips according to your "lsmod". This is the classic HDMI issue that pops up on laptops needing Bumblebee or PCs needing HDMI blacklisted. This, being commonplace, is easy and of no consequence unless you sometimes use the HDMI from your stand-alone video card for audio as in some HTPC setups.

Go to your distro forum and use Search for "how to disable HDMI Hda_Intel and discover the best way of blacklisting HDA Intel and then verify none exist in output from "lsmod".
Oh, very interesting. Thank you. I'll give that a go.
 
Old 02-26-2016, 05:45 PM   #18
wh33t
Member
 
Registered: Oct 2003
Location: Canada
Posts: 922

Original Poster
Rep: Reputation: 61
Quote:
Originally Posted by el barto View Post
First thing I do when installing Debian, is using kwrite / gedit or mousepad as su

Code:
mousepad /etc/apt/sources.list
delete everything and replace it with

Code:
# Debian MAIN
deb http://http.debian.net/debian stable main
deb-src http://http.debian.net/debian stable main

deb http://http.debian.net/debian stable-updates main
deb-src http://http.debian.net/debian stable-updates main

deb http://security.debian.org/ stable/updates main
deb-src http://security.debian.org/ stable/updates main

# Debian MAIN CONTRIB NON-FREE
deb http://ftp.nl.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.nl.debian.org/debian/ stable main contrib non-free

# Debian BACKPORTS
deb http://http.debian.net/debian jessie-backports main
deb http://http.debian.net/debian jessie-backports contrib

# Debian MULTIMEDIA
deb http://www.deb-multimedia.org stable main non-free

# Pipelight (silverlight)
deb http://repos.fds-team.de/stable/debian/ jessie main
Save it and close it.

run the following

Code:
wget http://repos.fds-team.de/Release.key
Code:
apt-key add Release.key
Code:
apt-get update
you will get an error message, do the following

Code:
apt-get install deb-multimedia-keyring
Code:
apt-key add Release.key
Code:
apt-get update && apt-get upgrade

Installing Nvidia drivers is explained here.


For installing nvidia drivers I do the following for current GPU:

Code:
aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kernel-dkms
Code:
apt-get install nvidia-xconfig nvidia-settings
Code:
nvidia-xconfig

For legacy GPU I check which version is right for my GPU. f.ex. 304:

Code:
aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-legacy-304xx-kernel-dkms
Code:
apt-get install nvidia-xconfig
Code:
nvidia-xconfig

Depending your card you can install vdpau

Code:
apt-get install vdpauinfo

Think this is it. Never had any problems following this except the one time after an upgrade a new version of Nvidia driver was installed on my legacy GPU and ended up with a black screen.
Very thorough! Thank you. I'll consider that after I try some of these other solutions. It looks like it might be an issue with the multi-monitor outs on the video card.
 
Old 02-27-2016, 01:27 AM   #19
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
enorbet, where do you see 2 sets of video chips on the output op provided so far?
i don't.

wheet, i don't know how you got on with el barto's suggestions; anyhow, now that your pci-ids are fixed, we need that output again:
Code:
lspci -k | grep -iEA5 'vga|3d'
to assess your situation.

but i already have a fairly strong suspicion that you just need to install the proper proprietary (sic) driver for this GeForce GTX 960. and make sure X sees it, and nouveau is blacklisted and such. but all that should be explained on the debian wiki.
 
Old 02-27-2016, 10:56 AM   #20
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,780

Rep: Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431Reputation: 4431
@ondoho - I my have jumped to a conclusion but AFAIK extremely few mobos come with onboard HDMI and many if not most come with onboard sound (and quite a few w/ at least rudimentary onboard or onchip graphics) so as soon as I saw "snd-hdmi" I did jump to the conclusion that OP's box has duplicate sound chips if not duplicate graphics. If I was wrong I suspect OP can clear that by postingdata on exactly what his rig consists of.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Blackscreen installing Debian Jessie upgrading from Debian Wheezy ismaeltxu Linux - Newbie 2 05-11-2015 01:47 AM
LXer: NVIDIA GeForce Driver Installation on Debian Jessie Linux 8 64bit LXer Syndicated Linux News 0 01-28-2015 09:32 AM
nVidia drivers in Debian 8 Jessie Bller Debian 2 01-24-2015 08:01 AM
[SOLVED] Trouble installing latest Nvidia driver on Debian Squeeze Elixer Debian 30 11-20-2010 05:19 AM
problem installing NVIDIA driver on Debian LennyBeta2 sagara Linux - Hardware 2 06-22-2008 11:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 06:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration