Adding a Monitor (AL1716) which isn't correctly supported in 18.04LTSHow do I save my new resolution setting with xrandr?Screen resolution stuck at 1024x768Is monitor damage possible if a custom resolution is set through xrandrCan't add Custom ResolutionHow to make video resolution setting permanent?Stuck at 800x600 display resolution Ubuntu 14How to set display resolution permanent in Ubuntu 16.0416.04 Display resolution changed itself without an upgrade/update and can't get it backUbuntu and changing resolution to 4Knouveau driver Horizontal Lines Tearing on nvidia Quadro K600 Ubuntu 18.04.2 LTS
I pay for a service, but I miss the broadcast
How much money should I save in order to generate $1000/month for the rest of my life?
How to know the size of a package
Is there any specific significance of inverse demand?
What benefits are there to blocking most search engines?
How is the speed of nucleons in the nucleus measured?
Find the percentage
What is the next number in the sequence 21, 21, 23, 20, 5, 25, 31, 24, ...?
Can something have more sugar per 100g than the percentage of sugar that's in it?
Should I be able to see patterns in a HS256 encoded JWT?
Meaning/Translation of title "The Light Fantastic" By Terry Pratchet
What does this superscript on HypergeometricPFQ mean?
The locus of polynomials with specified root multiplicities
What is the difference between bytecode, init code, deployed bytedcode, creation bytecode, and runtime bytecode?
Go (to / in) your own way
What's the difference between motherboard and chassis?
How to be productive while waiting for meetings to start, when managers are casual about being late
difference between $HOME and ~
Why is the final chapter of "The Midwich Cuckoos" entitled "Zellaby of Macedon"?
What should I do if I find a mistake in my submitted master's thesis?
Why is the time of useful consciousness only seconds at high altitudes, when I can hold my breath much longer at ground level?
In what sense is SL(2,q) "very far from abelian"?
How to accompany with piano in latin music when given only chords?
Would we have more than 8 minutes of light, if the sun "went out"?
Adding a Monitor (AL1716) which isn't correctly supported in 18.04LTS
How do I save my new resolution setting with xrandr?Screen resolution stuck at 1024x768Is monitor damage possible if a custom resolution is set through xrandrCan't add Custom ResolutionHow to make video resolution setting permanent?Stuck at 800x600 display resolution Ubuntu 14How to set display resolution permanent in Ubuntu 16.0416.04 Display resolution changed itself without an upgrade/update and can't get it backUbuntu and changing resolution to 4Knouveau driver Horizontal Lines Tearing on nvidia Quadro K600 Ubuntu 18.04.2 LTS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm ready to deploy my NUC8i3 running Ubuntu 18.04LST into it's final location. Although I normally plan to connected to it remotely I still want to have a monitor where it will be located. I have an old Acer AL1716 but I'm having problems getting Ubuntu to correctly use the monitor. Everything comes up until I get to the Login screen at which point nothing works.
I think that the problem is the settings built into Ubuntu. Although it shows a 75 and 60 Hz settings, which the AL1716 supports, they are not ones that the AL1716 will use. It needs the settings that are just slightly different namely 60Hz should be 63.67Hz. Not sure about the 75Hz one since I've not tried it yet.
I've done through several steps and been able to get Ubuntu to get the monitor to work but only after losing in. I preformed the following.
$ cvt 1280 1024 60
1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ sudo xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ sudo xrandr --addmode DP-1 "1280x1024_60.00"
$ sudo xrandr --output DP-1 --mode 1280x1024 --rate 60
At this point the AL1716 will display correctly. The problem is that I can't see this as a selection I can use using the normal display setup nor can I use this to see the login screen.
What I really want to do is add settings to the standard monitor tables, I assume that Ubuntu has such tables for each monitor it supports, so the AL1716 has the correct settings no matter which user I login with.
Can anyone help?
18.04 display display-resolution intel-nuc
add a comment
|
I'm ready to deploy my NUC8i3 running Ubuntu 18.04LST into it's final location. Although I normally plan to connected to it remotely I still want to have a monitor where it will be located. I have an old Acer AL1716 but I'm having problems getting Ubuntu to correctly use the monitor. Everything comes up until I get to the Login screen at which point nothing works.
I think that the problem is the settings built into Ubuntu. Although it shows a 75 and 60 Hz settings, which the AL1716 supports, they are not ones that the AL1716 will use. It needs the settings that are just slightly different namely 60Hz should be 63.67Hz. Not sure about the 75Hz one since I've not tried it yet.
I've done through several steps and been able to get Ubuntu to get the monitor to work but only after losing in. I preformed the following.
$ cvt 1280 1024 60
1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ sudo xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ sudo xrandr --addmode DP-1 "1280x1024_60.00"
$ sudo xrandr --output DP-1 --mode 1280x1024 --rate 60
At this point the AL1716 will display correctly. The problem is that I can't see this as a selection I can use using the normal display setup nor can I use this to see the login screen.
What I really want to do is add settings to the standard monitor tables, I assume that Ubuntu has such tables for each monitor it supports, so the AL1716 has the correct settings no matter which user I login with.
Can anyone help?
18.04 display display-resolution intel-nuc
I run the following to remove what I added: "$ sudo xrandr --delmode DP-1 "1280x1024_60.00"" but it seems it wasn't added. It seems that when I issue the "sudo xrandr --output DP-1 --mode 1280x1024 --rate 60" or "sudo xrandr --output DP-1 --mode 1280x1024 --rate 75" the display does indeed come on using the built in values. However, if you use the display application to set the values they don't work even though they should be using the same values. When you use the render command both look like the same values have been set. I have no idea why this is.
– Timon0x31
Apr 17 at 1:02
Still have no idea how to get the login page to display even though the 1280x1024 settings survive a reboot. It seems to always come up in 1980x1024.
– Timon0x31
Apr 17 at 1:09
this may work saving the settings on the profile so it will be load after login. And/or you can run a script to set the correct display settings if the monitor is detected using xrandr + grep.
– bistoco
Apr 17 at 2:32
add a comment
|
I'm ready to deploy my NUC8i3 running Ubuntu 18.04LST into it's final location. Although I normally plan to connected to it remotely I still want to have a monitor where it will be located. I have an old Acer AL1716 but I'm having problems getting Ubuntu to correctly use the monitor. Everything comes up until I get to the Login screen at which point nothing works.
I think that the problem is the settings built into Ubuntu. Although it shows a 75 and 60 Hz settings, which the AL1716 supports, they are not ones that the AL1716 will use. It needs the settings that are just slightly different namely 60Hz should be 63.67Hz. Not sure about the 75Hz one since I've not tried it yet.
I've done through several steps and been able to get Ubuntu to get the monitor to work but only after losing in. I preformed the following.
$ cvt 1280 1024 60
1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ sudo xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ sudo xrandr --addmode DP-1 "1280x1024_60.00"
$ sudo xrandr --output DP-1 --mode 1280x1024 --rate 60
At this point the AL1716 will display correctly. The problem is that I can't see this as a selection I can use using the normal display setup nor can I use this to see the login screen.
What I really want to do is add settings to the standard monitor tables, I assume that Ubuntu has such tables for each monitor it supports, so the AL1716 has the correct settings no matter which user I login with.
Can anyone help?
18.04 display display-resolution intel-nuc
I'm ready to deploy my NUC8i3 running Ubuntu 18.04LST into it's final location. Although I normally plan to connected to it remotely I still want to have a monitor where it will be located. I have an old Acer AL1716 but I'm having problems getting Ubuntu to correctly use the monitor. Everything comes up until I get to the Login screen at which point nothing works.
I think that the problem is the settings built into Ubuntu. Although it shows a 75 and 60 Hz settings, which the AL1716 supports, they are not ones that the AL1716 will use. It needs the settings that are just slightly different namely 60Hz should be 63.67Hz. Not sure about the 75Hz one since I've not tried it yet.
I've done through several steps and been able to get Ubuntu to get the monitor to work but only after losing in. I preformed the following.
$ cvt 1280 1024 60
1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ sudo xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ sudo xrandr --addmode DP-1 "1280x1024_60.00"
$ sudo xrandr --output DP-1 --mode 1280x1024 --rate 60
At this point the AL1716 will display correctly. The problem is that I can't see this as a selection I can use using the normal display setup nor can I use this to see the login screen.
What I really want to do is add settings to the standard monitor tables, I assume that Ubuntu has such tables for each monitor it supports, so the AL1716 has the correct settings no matter which user I login with.
Can anyone help?
18.04 display display-resolution intel-nuc
18.04 display display-resolution intel-nuc
edited Apr 17 at 7:30
Philippe Delteil
1,1141 gold badge11 silver badges23 bronze badges
1,1141 gold badge11 silver badges23 bronze badges
asked Apr 16 at 22:21
Timon0x31Timon0x31
12 bronze badges
12 bronze badges
I run the following to remove what I added: "$ sudo xrandr --delmode DP-1 "1280x1024_60.00"" but it seems it wasn't added. It seems that when I issue the "sudo xrandr --output DP-1 --mode 1280x1024 --rate 60" or "sudo xrandr --output DP-1 --mode 1280x1024 --rate 75" the display does indeed come on using the built in values. However, if you use the display application to set the values they don't work even though they should be using the same values. When you use the render command both look like the same values have been set. I have no idea why this is.
– Timon0x31
Apr 17 at 1:02
Still have no idea how to get the login page to display even though the 1280x1024 settings survive a reboot. It seems to always come up in 1980x1024.
– Timon0x31
Apr 17 at 1:09
this may work saving the settings on the profile so it will be load after login. And/or you can run a script to set the correct display settings if the monitor is detected using xrandr + grep.
– bistoco
Apr 17 at 2:32
add a comment
|
I run the following to remove what I added: "$ sudo xrandr --delmode DP-1 "1280x1024_60.00"" but it seems it wasn't added. It seems that when I issue the "sudo xrandr --output DP-1 --mode 1280x1024 --rate 60" or "sudo xrandr --output DP-1 --mode 1280x1024 --rate 75" the display does indeed come on using the built in values. However, if you use the display application to set the values they don't work even though they should be using the same values. When you use the render command both look like the same values have been set. I have no idea why this is.
– Timon0x31
Apr 17 at 1:02
Still have no idea how to get the login page to display even though the 1280x1024 settings survive a reboot. It seems to always come up in 1980x1024.
– Timon0x31
Apr 17 at 1:09
this may work saving the settings on the profile so it will be load after login. And/or you can run a script to set the correct display settings if the monitor is detected using xrandr + grep.
– bistoco
Apr 17 at 2:32
I run the following to remove what I added: "$ sudo xrandr --delmode DP-1 "1280x1024_60.00"" but it seems it wasn't added. It seems that when I issue the "sudo xrandr --output DP-1 --mode 1280x1024 --rate 60" or "sudo xrandr --output DP-1 --mode 1280x1024 --rate 75" the display does indeed come on using the built in values. However, if you use the display application to set the values they don't work even though they should be using the same values. When you use the render command both look like the same values have been set. I have no idea why this is.
– Timon0x31
Apr 17 at 1:02
I run the following to remove what I added: "$ sudo xrandr --delmode DP-1 "1280x1024_60.00"" but it seems it wasn't added. It seems that when I issue the "sudo xrandr --output DP-1 --mode 1280x1024 --rate 60" or "sudo xrandr --output DP-1 --mode 1280x1024 --rate 75" the display does indeed come on using the built in values. However, if you use the display application to set the values they don't work even though they should be using the same values. When you use the render command both look like the same values have been set. I have no idea why this is.
– Timon0x31
Apr 17 at 1:02
Still have no idea how to get the login page to display even though the 1280x1024 settings survive a reboot. It seems to always come up in 1980x1024.
– Timon0x31
Apr 17 at 1:09
Still have no idea how to get the login page to display even though the 1280x1024 settings survive a reboot. It seems to always come up in 1980x1024.
– Timon0x31
Apr 17 at 1:09
this may work saving the settings on the profile so it will be load after login. And/or you can run a script to set the correct display settings if the monitor is detected using xrandr + grep.
– bistoco
Apr 17 at 2:32
this may work saving the settings on the profile so it will be load after login. And/or you can run a script to set the correct display settings if the monitor is detected using xrandr + grep.
– bistoco
Apr 17 at 2:32
add a comment
|
0
active
oldest
votes
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%2f1134495%2fadding-a-monitor-al1716-which-isnt-correctly-supported-in-18-04lts%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1134495%2fadding-a-monitor-al1716-which-isnt-correctly-supported-in-18-04lts%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
I run the following to remove what I added: "$ sudo xrandr --delmode DP-1 "1280x1024_60.00"" but it seems it wasn't added. It seems that when I issue the "sudo xrandr --output DP-1 --mode 1280x1024 --rate 60" or "sudo xrandr --output DP-1 --mode 1280x1024 --rate 75" the display does indeed come on using the built in values. However, if you use the display application to set the values they don't work even though they should be using the same values. When you use the render command both look like the same values have been set. I have no idea why this is.
– Timon0x31
Apr 17 at 1:02
Still have no idea how to get the login page to display even though the 1280x1024 settings survive a reboot. It seems to always come up in 1980x1024.
– Timon0x31
Apr 17 at 1:09
this may work saving the settings on the profile so it will be load after login. And/or you can run a script to set the correct display settings if the monitor is detected using xrandr + grep.
– bistoco
Apr 17 at 2:32