Nvidia GTX960M external HDMI not working on Ubuntu 18.04 LTSHDMI External Monitor no longer detected (Ubuntu 16.04)Ubuntu 16.04 external monitors black screen “Could not set the configuration for CRTC”DVI to VGA converter not working (Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller)Asus X551ca HDMI resolutionUbuntu 18.04 Monitor not recognizedXubuntu 18.04 does not detect external monitors connected via USB-C hubLaptop running Ubuntu 18.04 and Nvidia GPU does not detect HDMI display
What potential problems are there with dumping dex in bard build?
Grid Deduction Deduction: Cave or Tapa?
A lightweight version of std::shared_ptr<T>
Totally Blind Chess
What are the reasons OR industry projects fail?
Does paying a mortgage early mean you effectively paid a much higher interest rate?
How to play this rhythm in Beethoven's Moonlight Sonata? as a 4/3 polyrythm or as 6/16?
English equivalent of the Malayalam saying "don't stab/poke the dead body"?
Double feature: Bibliophile edition
Struggling to understand degenerate perturbation theory
Dodging a Deathbeam travelling at speed of light
How can I prevent side-channel attacks against authentication?
Players who play fast in longer time control games
Why would gloves be necessary for handling flobberworms?
Commercial satellite retrieval - possible?
What manages Upper Memory Blocks (UMBs) in MS-DOS?
Why was the Vulcan bomber used for the Falklands raid?
"The" for the first time only
Do any Star Trek characters play rock band instruments?
Why is the air inside airliners so dry (low humidity)?
Why do we worry about overfitting even if "all models are wrong"
Would rocket engine exhaust create pockets of gas in space which could hinder further space exploration?
What is the equivalent of "if you say so" in German?
Cannot upgrade 19.04 to 19.10 because of held back packages: libsnmp30
Nvidia GTX960M external HDMI not working on Ubuntu 18.04 LTS
HDMI External Monitor no longer detected (Ubuntu 16.04)Ubuntu 16.04 external monitors black screen “Could not set the configuration for CRTC”DVI to VGA converter not working (Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller)Asus X551ca HDMI resolutionUbuntu 18.04 Monitor not recognizedXubuntu 18.04 does not detect external monitors connected via USB-C hubLaptop running Ubuntu 18.04 and Nvidia GPU does not detect HDMI display
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have installed a 18.04 LTS Ubuntu on my Acer Aspire VN7-592G. This laptop is equipped with a Nvidia discrete graphic card, the GTX960M.
In the following, you will find the lspci result (grepping 3D and VGA):
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
As the driver is concerned, I have installed the Nvidia 390.116 drivers found on the Ubuntu repo.
Now, my problem is: I cannot see any external display attached to my HDMI port.
The result of the xrandr command is the following:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 346mm x 194mm
3840x2160 60.00 + 59.98 59.97
3200x1800 59.96 59.94
2880x1620 59.96 59.97
2560x1600 59.99 59.97
2560x1440 59.99 59.99 59.96 59.95
2048x1536 60.00
1920x1440 60.00
1856x1392 60.01
1792x1344 60.01
2048x1152 59.99 59.98 59.90 59.91
1920x1200 59.88 59.95
1920x1080 60.01 59.97 59.96* 59.93
1600x1200 60.00
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
In a previous installation, I tried to switch to lightdm, to Wayland, to "addmode" to xrandr and activate the mode manually (as suggested in https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1771185).
Nothing worked.
Any suggestion?
Thank you!
drivers nvidia multiple-monitors hdmi
add a comment
|
I have installed a 18.04 LTS Ubuntu on my Acer Aspire VN7-592G. This laptop is equipped with a Nvidia discrete graphic card, the GTX960M.
In the following, you will find the lspci result (grepping 3D and VGA):
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
As the driver is concerned, I have installed the Nvidia 390.116 drivers found on the Ubuntu repo.
Now, my problem is: I cannot see any external display attached to my HDMI port.
The result of the xrandr command is the following:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 346mm x 194mm
3840x2160 60.00 + 59.98 59.97
3200x1800 59.96 59.94
2880x1620 59.96 59.97
2560x1600 59.99 59.97
2560x1440 59.99 59.99 59.96 59.95
2048x1536 60.00
1920x1440 60.00
1856x1392 60.01
1792x1344 60.01
2048x1152 59.99 59.98 59.90 59.91
1920x1200 59.88 59.95
1920x1080 60.01 59.97 59.96* 59.93
1600x1200 60.00
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
In a previous installation, I tried to switch to lightdm, to Wayland, to "addmode" to xrandr and activate the mode manually (as suggested in https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1771185).
Nothing worked.
Any suggestion?
Thank you!
drivers nvidia multiple-monitors hdmi
add a comment
|
I have installed a 18.04 LTS Ubuntu on my Acer Aspire VN7-592G. This laptop is equipped with a Nvidia discrete graphic card, the GTX960M.
In the following, you will find the lspci result (grepping 3D and VGA):
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
As the driver is concerned, I have installed the Nvidia 390.116 drivers found on the Ubuntu repo.
Now, my problem is: I cannot see any external display attached to my HDMI port.
The result of the xrandr command is the following:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 346mm x 194mm
3840x2160 60.00 + 59.98 59.97
3200x1800 59.96 59.94
2880x1620 59.96 59.97
2560x1600 59.99 59.97
2560x1440 59.99 59.99 59.96 59.95
2048x1536 60.00
1920x1440 60.00
1856x1392 60.01
1792x1344 60.01
2048x1152 59.99 59.98 59.90 59.91
1920x1200 59.88 59.95
1920x1080 60.01 59.97 59.96* 59.93
1600x1200 60.00
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
In a previous installation, I tried to switch to lightdm, to Wayland, to "addmode" to xrandr and activate the mode manually (as suggested in https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1771185).
Nothing worked.
Any suggestion?
Thank you!
drivers nvidia multiple-monitors hdmi
I have installed a 18.04 LTS Ubuntu on my Acer Aspire VN7-592G. This laptop is equipped with a Nvidia discrete graphic card, the GTX960M.
In the following, you will find the lspci result (grepping 3D and VGA):
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
As the driver is concerned, I have installed the Nvidia 390.116 drivers found on the Ubuntu repo.
Now, my problem is: I cannot see any external display attached to my HDMI port.
The result of the xrandr command is the following:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 346mm x 194mm
3840x2160 60.00 + 59.98 59.97
3200x1800 59.96 59.94
2880x1620 59.96 59.97
2560x1600 59.99 59.97
2560x1440 59.99 59.99 59.96 59.95
2048x1536 60.00
1920x1440 60.00
1856x1392 60.01
1792x1344 60.01
2048x1152 59.99 59.98 59.90 59.91
1920x1200 59.88 59.95
1920x1080 60.01 59.97 59.96* 59.93
1600x1200 60.00
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
In a previous installation, I tried to switch to lightdm, to Wayland, to "addmode" to xrandr and activate the mode manually (as suggested in https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1771185).
Nothing worked.
Any suggestion?
Thank you!
drivers nvidia multiple-monitors hdmi
drivers nvidia multiple-monitors hdmi
asked Jun 27 at 15:35
user970142user970142
61 bronze badge
61 bronze badge
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
It seems that I've found a solution after drinking a cold beer and reading this:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1771185/comments/26
The installation removed my xserver-xorg inputs. So, after installing the package suggested in the previous link, I issued the following:
sudo apt install xserver-xorg-input-all
Now it works!!
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1154438%2fnvidia-gtx960m-external-hdmi-not-working-on-ubuntu-18-04-lts%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It seems that I've found a solution after drinking a cold beer and reading this:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1771185/comments/26
The installation removed my xserver-xorg inputs. So, after installing the package suggested in the previous link, I issued the following:
sudo apt install xserver-xorg-input-all
Now it works!!
add a comment
|
It seems that I've found a solution after drinking a cold beer and reading this:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1771185/comments/26
The installation removed my xserver-xorg inputs. So, after installing the package suggested in the previous link, I issued the following:
sudo apt install xserver-xorg-input-all
Now it works!!
add a comment
|
It seems that I've found a solution after drinking a cold beer and reading this:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1771185/comments/26
The installation removed my xserver-xorg inputs. So, after installing the package suggested in the previous link, I issued the following:
sudo apt install xserver-xorg-input-all
Now it works!!
It seems that I've found a solution after drinking a cold beer and reading this:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1771185/comments/26
The installation removed my xserver-xorg inputs. So, after installing the package suggested in the previous link, I issued the following:
sudo apt install xserver-xorg-input-all
Now it works!!
answered Jun 27 at 15:57
user970142user970142
61 bronze badge
61 bronze badge
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1154438%2fnvidia-gtx960m-external-hdmi-not-working-on-ubuntu-18-04-lts%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown