Ubuntu 16.04 HDMI output not working with GEFORCE GTX 760 card

Asked by carl crott

Output from:
$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh

http://www.alsa-project.org/db/?f=3936c77b0a4f1ef0399c88c7a7e3beae6a5ace5b

Output from:
$ bash alsa-info.sh --stdout
https://pastebin.com/raw/i7pXAwdu

Output from:
$ cat /proc/asound/{version,cards,devices,hwdep,pcm,seq/clients}; ls -l /usr/share/pulseaudio/alsa-mixer/paths/; sudo rm /etc/asound.conf; sudo rm -r ~/.pulse ~/.asound* ;sudo rm ~/.pulse-cookie; sudo apt-get update; sudo apt-get install aptitude; sudo aptitude install paman gnome-alsamixer libasound2-plugins padevchooser libsdl1.2debian-pulseaudio; sudo lshw -short;ls -lart /dev/snd; find /lib/modules/`uname -r` | grep snd ;cat /dev/sndstat; lspci -nn; lsusb; sudo which alsactl; sudo fuser -v /dev/dsp /dev/snd/* ; dpkg -S bin/slmodemd; dmesg | egrep 'EMU|probe|emu|ALSA|alsa|ac97|udi|snd|ound|irmware'; sudo /etc/init.d/sl-modem-daemon status; sudo grep model /etc/modprobe.d/* ; sudo dmidecode|egrep 'anufact|roduct|erial|elease'; lsmod | egrep 'snd|usb|midi|udio'; pacmd list-sinks; aplay -l; sudo alsa force-reload; ubuntu-support-status ; sudo lshw -C sound

https://pastebin.com/raw/N4w5Hq0B

Trying to get HDMI output through a samsung TV through HDMI input from the GEFORCE graphics card on the system running ubuntu 16.04

thanks!

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo dmidecode -t 1; sudo lshw -C display

Thanks

Revision history for this message
carl crott (carlcrott) said :
#2

Output from:
sudo dmidecode -t 1; sudo lshw -C display

https://pastebin.com/raw/sFUWSSnb

Im curious what you're looking for.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

You are using the open source driver. Have you tried the proprietary driver?

Revision history for this message
carl crott (carlcrott) said :
#4

I havnt.

However I've had really bad experiences w proprietary drivers totally annihilating everything on my system.

Is there a safe way I can try it out and easily drop back to nouveau?

Revision history for this message
carl crott (carlcrott) said :
#5

Alternatively:

Can I drop back to nouveau the drivers through the command line?

... This is really just a personal fear of mine, as I've tried the proprietary on past installs and had a week of trouble after the install failed. So I'd love to get back to using nouveau if the proprietary fails =]

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Sure, just drop to root recovery mode and run:

mount -o remount,rw /
apt-get --purge remove nvidia*
reboot

And you'll use the nouveau driver again.

Revision history for this message
carl crott (carlcrott) said :
#7

So I just installed the new drivers through the GUI software and it prompted me to deactivate UEFI.

I followed the directions + gave it a password.

Rebooted.

And now when I login ... the login screen comes up, I type in the (correct) password, and it simply reloads the login screen.

So should I reboot into the recovery console or what?

Revision history for this message
Launchpad Janitor (janitor) said :
#8

This question was expired because it remained in the 'Open' state without activity for the last 15 days.