Unable to set my screen resolution higher
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I'm running Ubuntu 16.04.5 LTS on this system
Processor: Intel Core i5-7400
Mainboard: H110M-Gaming3-CF
The problem is the highest resolution it can go up to is 1024x768, which is terrible. How can I set my resolution to a higher resolution (i.e. FHD which fits my screen)? Thanks.
display display-resolution
New contributor
Tri Nguyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
favorite
I'm running Ubuntu 16.04.5 LTS on this system
Processor: Intel Core i5-7400
Mainboard: H110M-Gaming3-CF
The problem is the highest resolution it can go up to is 1024x768, which is terrible. How can I set my resolution to a higher resolution (i.e. FHD which fits my screen)? Thanks.
display display-resolution
New contributor
Tri Nguyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4
I'm voting to close this question as off-topic because "Shopping or Hardware Recommendations" is off-topic (to be avoided) on askubuntu.com/help/on-topic
– guiverc
6 hours ago
1
I have updated my question as per.
– Tri Nguyen
3 hours ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm running Ubuntu 16.04.5 LTS on this system
Processor: Intel Core i5-7400
Mainboard: H110M-Gaming3-CF
The problem is the highest resolution it can go up to is 1024x768, which is terrible. How can I set my resolution to a higher resolution (i.e. FHD which fits my screen)? Thanks.
display display-resolution
New contributor
Tri Nguyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm running Ubuntu 16.04.5 LTS on this system
Processor: Intel Core i5-7400
Mainboard: H110M-Gaming3-CF
The problem is the highest resolution it can go up to is 1024x768, which is terrible. How can I set my resolution to a higher resolution (i.e. FHD which fits my screen)? Thanks.
display display-resolution
display display-resolution
New contributor
Tri Nguyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tri Nguyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 1 hour ago
Takkat
103k35244370
103k35244370
New contributor
Tri Nguyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 6 hours ago
Tri Nguyen
133
133
New contributor
Tri Nguyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tri Nguyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Tri Nguyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4
I'm voting to close this question as off-topic because "Shopping or Hardware Recommendations" is off-topic (to be avoided) on askubuntu.com/help/on-topic
– guiverc
6 hours ago
1
I have updated my question as per.
– Tri Nguyen
3 hours ago
add a comment |Â
4
I'm voting to close this question as off-topic because "Shopping or Hardware Recommendations" is off-topic (to be avoided) on askubuntu.com/help/on-topic
– guiverc
6 hours ago
1
I have updated my question as per.
– Tri Nguyen
3 hours ago
4
4
I'm voting to close this question as off-topic because "Shopping or Hardware Recommendations" is off-topic (to be avoided) on askubuntu.com/help/on-topic
– guiverc
6 hours ago
I'm voting to close this question as off-topic because "Shopping or Hardware Recommendations" is off-topic (to be avoided) on askubuntu.com/help/on-topic
– guiverc
6 hours ago
1
1
I have updated my question as per.
– Tri Nguyen
3 hours ago
I have updated my question as per.
– Tri Nguyen
3 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
6
down vote
accepted
First of all if i had understood the question correctly, it is not a hardware problem at all. Simply saying, it is not even a problem but a design flaw where ubuntu or the other versions of it like (k,l,x,edu,etc.,) are required to add the resolution we want to set.
So follow my steps:-
1.Open a Terminal by CTRL+ALT+T
Type
xrandr
and ENTERNote the display name usually VGA-1 or HDMI-1 or DP-1
Type
cvt 1920 1080
and ENTERType
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
and ENTERType
sudo xrandr --addmode VGA-1 "1920x1080_60.00"
and ENTERReplace VGA-1 with your display type(step 3) like HDMI-1 or DP-1
Now close the terminal and go to Settings >> Display settings and change it to 1920x1080
Enjoy FHD.
1
Thanks a lot! It's DP-1, I had been trying VGA-1 like forever
– Tri Nguyen
4 hours ago
Yeah nice to hear it's fixed but did you restarted and checked that the resolution was there?
– ARTube
1 hour ago
My screen went to FHD right after the last command, no restart or Setting > Display needed.
– Tri Nguyen
1 hour ago
No, what i'm asking is that if i restarted my pc which is VGA the resolution change changesback to 1024x768. That's what i told you to check. By the way how did you respond so fast? I can get notifications only if i get to this site.
– ARTube
1 hour ago
I'll check that later. I'm browsing StackOverFlow atm, noti goes there too.
– Tri Nguyen
1 hour ago
 |Â
show 2 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
First of all if i had understood the question correctly, it is not a hardware problem at all. Simply saying, it is not even a problem but a design flaw where ubuntu or the other versions of it like (k,l,x,edu,etc.,) are required to add the resolution we want to set.
So follow my steps:-
1.Open a Terminal by CTRL+ALT+T
Type
xrandr
and ENTERNote the display name usually VGA-1 or HDMI-1 or DP-1
Type
cvt 1920 1080
and ENTERType
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
and ENTERType
sudo xrandr --addmode VGA-1 "1920x1080_60.00"
and ENTERReplace VGA-1 with your display type(step 3) like HDMI-1 or DP-1
Now close the terminal and go to Settings >> Display settings and change it to 1920x1080
Enjoy FHD.
1
Thanks a lot! It's DP-1, I had been trying VGA-1 like forever
– Tri Nguyen
4 hours ago
Yeah nice to hear it's fixed but did you restarted and checked that the resolution was there?
– ARTube
1 hour ago
My screen went to FHD right after the last command, no restart or Setting > Display needed.
– Tri Nguyen
1 hour ago
No, what i'm asking is that if i restarted my pc which is VGA the resolution change changesback to 1024x768. That's what i told you to check. By the way how did you respond so fast? I can get notifications only if i get to this site.
– ARTube
1 hour ago
I'll check that later. I'm browsing StackOverFlow atm, noti goes there too.
– Tri Nguyen
1 hour ago
 |Â
show 2 more comments
up vote
6
down vote
accepted
First of all if i had understood the question correctly, it is not a hardware problem at all. Simply saying, it is not even a problem but a design flaw where ubuntu or the other versions of it like (k,l,x,edu,etc.,) are required to add the resolution we want to set.
So follow my steps:-
1.Open a Terminal by CTRL+ALT+T
Type
xrandr
and ENTERNote the display name usually VGA-1 or HDMI-1 or DP-1
Type
cvt 1920 1080
and ENTERType
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
and ENTERType
sudo xrandr --addmode VGA-1 "1920x1080_60.00"
and ENTERReplace VGA-1 with your display type(step 3) like HDMI-1 or DP-1
Now close the terminal and go to Settings >> Display settings and change it to 1920x1080
Enjoy FHD.
1
Thanks a lot! It's DP-1, I had been trying VGA-1 like forever
– Tri Nguyen
4 hours ago
Yeah nice to hear it's fixed but did you restarted and checked that the resolution was there?
– ARTube
1 hour ago
My screen went to FHD right after the last command, no restart or Setting > Display needed.
– Tri Nguyen
1 hour ago
No, what i'm asking is that if i restarted my pc which is VGA the resolution change changesback to 1024x768. That's what i told you to check. By the way how did you respond so fast? I can get notifications only if i get to this site.
– ARTube
1 hour ago
I'll check that later. I'm browsing StackOverFlow atm, noti goes there too.
– Tri Nguyen
1 hour ago
 |Â
show 2 more comments
up vote
6
down vote
accepted
up vote
6
down vote
accepted
First of all if i had understood the question correctly, it is not a hardware problem at all. Simply saying, it is not even a problem but a design flaw where ubuntu or the other versions of it like (k,l,x,edu,etc.,) are required to add the resolution we want to set.
So follow my steps:-
1.Open a Terminal by CTRL+ALT+T
Type
xrandr
and ENTERNote the display name usually VGA-1 or HDMI-1 or DP-1
Type
cvt 1920 1080
and ENTERType
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
and ENTERType
sudo xrandr --addmode VGA-1 "1920x1080_60.00"
and ENTERReplace VGA-1 with your display type(step 3) like HDMI-1 or DP-1
Now close the terminal and go to Settings >> Display settings and change it to 1920x1080
Enjoy FHD.
First of all if i had understood the question correctly, it is not a hardware problem at all. Simply saying, it is not even a problem but a design flaw where ubuntu or the other versions of it like (k,l,x,edu,etc.,) are required to add the resolution we want to set.
So follow my steps:-
1.Open a Terminal by CTRL+ALT+T
Type
xrandr
and ENTERNote the display name usually VGA-1 or HDMI-1 or DP-1
Type
cvt 1920 1080
and ENTERType
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
and ENTERType
sudo xrandr --addmode VGA-1 "1920x1080_60.00"
and ENTERReplace VGA-1 with your display type(step 3) like HDMI-1 or DP-1
Now close the terminal and go to Settings >> Display settings and change it to 1920x1080
Enjoy FHD.
answered 4 hours ago


ARTube
742
742
1
Thanks a lot! It's DP-1, I had been trying VGA-1 like forever
– Tri Nguyen
4 hours ago
Yeah nice to hear it's fixed but did you restarted and checked that the resolution was there?
– ARTube
1 hour ago
My screen went to FHD right after the last command, no restart or Setting > Display needed.
– Tri Nguyen
1 hour ago
No, what i'm asking is that if i restarted my pc which is VGA the resolution change changesback to 1024x768. That's what i told you to check. By the way how did you respond so fast? I can get notifications only if i get to this site.
– ARTube
1 hour ago
I'll check that later. I'm browsing StackOverFlow atm, noti goes there too.
– Tri Nguyen
1 hour ago
 |Â
show 2 more comments
1
Thanks a lot! It's DP-1, I had been trying VGA-1 like forever
– Tri Nguyen
4 hours ago
Yeah nice to hear it's fixed but did you restarted and checked that the resolution was there?
– ARTube
1 hour ago
My screen went to FHD right after the last command, no restart or Setting > Display needed.
– Tri Nguyen
1 hour ago
No, what i'm asking is that if i restarted my pc which is VGA the resolution change changesback to 1024x768. That's what i told you to check. By the way how did you respond so fast? I can get notifications only if i get to this site.
– ARTube
1 hour ago
I'll check that later. I'm browsing StackOverFlow atm, noti goes there too.
– Tri Nguyen
1 hour ago
1
1
Thanks a lot! It's DP-1, I had been trying VGA-1 like forever
– Tri Nguyen
4 hours ago
Thanks a lot! It's DP-1, I had been trying VGA-1 like forever
– Tri Nguyen
4 hours ago
Yeah nice to hear it's fixed but did you restarted and checked that the resolution was there?
– ARTube
1 hour ago
Yeah nice to hear it's fixed but did you restarted and checked that the resolution was there?
– ARTube
1 hour ago
My screen went to FHD right after the last command, no restart or Setting > Display needed.
– Tri Nguyen
1 hour ago
My screen went to FHD right after the last command, no restart or Setting > Display needed.
– Tri Nguyen
1 hour ago
No, what i'm asking is that if i restarted my pc which is VGA the resolution change changesback to 1024x768. That's what i told you to check. By the way how did you respond so fast? I can get notifications only if i get to this site.
– ARTube
1 hour ago
No, what i'm asking is that if i restarted my pc which is VGA the resolution change changesback to 1024x768. That's what i told you to check. By the way how did you respond so fast? I can get notifications only if i get to this site.
– ARTube
1 hour ago
I'll check that later. I'm browsing StackOverFlow atm, noti goes there too.
– Tri Nguyen
1 hour ago
I'll check that later. I'm browsing StackOverFlow atm, noti goes there too.
– Tri Nguyen
1 hour ago
 |Â
show 2 more comments
Tri Nguyen is a new contributor. Be nice, and check out our Code of Conduct.
Tri Nguyen is a new contributor. Be nice, and check out our Code of Conduct.
Tri Nguyen is a new contributor. Be nice, and check out our Code of Conduct.
Tri Nguyen is a new contributor. Be nice, and check out our Code of Conduct.
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1075157%2funable-to-set-my-screen-resolution-higher%23new-answer', 'question_page');
);
Post as a guest
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
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
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
4
I'm voting to close this question as off-topic because "Shopping or Hardware Recommendations" is off-topic (to be avoided) on askubuntu.com/help/on-topic
– guiverc
6 hours ago
1
I have updated my question as per.
– Tri Nguyen
3 hours ago