Does nomodeset prevent me to change the screen resolution? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionChromium browser displays blank screenWhat is the `editor` command in bash?How can I find out what the layout of my keyboard is?Xubuntu 13.10 no login screenWhere does xfce4-notes store data?Why does xubuntu install loads of stuff when I only selected desktop?Light Locker - Run script on screen lock/unlockXubuntu 14.04 does not suspend; instead it freezes and blanks the screenHow to use the 'leave' command in Xubuntu?Prevent upgrade Ubuntu 12.04.4 to 12.04.5
Did Deadpool rescue all of the X-Force?
Can anything be seen from the center of the Boötes void? How dark would it be?
Effects on objects due to a brief relocation of massive amounts of mass
Why is the AVR GCC compiler using a full `CALL` even though I have set the `-mshort-calls` flag?
How could we fake a moon landing now?
Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?
MLE of the unknown radius
Why is Nikon 1.4g better when Nikon 1.8g is sharper?
What order were files/directories outputted in dir?
How do I make this wiring inside cabinet safer?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
What initially awakened the Balrog?
How do I find out the mythology and history of my Fortress?
How come Sam didn't become Lord of Horn Hill?
How often does castling occur in grandmaster games?
Why wasn't DOSKEY integrated with COMMAND.COM?
Maximum summed subsequences with non-adjacent items
Sum letters are not two different
How would a mousetrap for use in space work?
Should I use a zero-interest credit card for a large one-time purchase?
Generate an RGB colour grid
Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?
Significance of Cersei's obsession with elephants?
Put R under double integral
Does nomodeset prevent me to change the screen resolution?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionChromium browser displays blank screenWhat is the `editor` command in bash?How can I find out what the layout of my keyboard is?Xubuntu 13.10 no login screenWhere does xfce4-notes store data?Why does xubuntu install loads of stuff when I only selected desktop?Light Locker - Run script on screen lock/unlockXubuntu 14.04 does not suspend; instead it freezes and blanks the screenHow to use the 'leave' command in Xubuntu?Prevent upgrade Ubuntu 12.04.4 to 12.04.5
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
How can I change my screen resolution to 1368x768 on Xubuntu 18.04? I tried
jaakko@jaakko-GL553VW:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected 1920x1080+0+0 0mm x 0mm
1920x1080 77.00*
Modeline (0x2db) 1368.000MHz
h: width 85 start 1368 end 1440 total 1576 skew 0 clock 868.02KHz
v: height 1784 start 768 end 771 total 781 clock 1111.42Hz
jaakko@jaakko-GL553VW:~$ xrandr --newmode Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798
xrandr: Failed to get size of gamma for output default
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 19
Current serial number in output stream: 19
jaakko@jaakko-GL553VW:~$
Then I type less /etc/default/grub the output is
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
xubuntu
New contributor
Jaakko 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 |
How can I change my screen resolution to 1368x768 on Xubuntu 18.04? I tried
jaakko@jaakko-GL553VW:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected 1920x1080+0+0 0mm x 0mm
1920x1080 77.00*
Modeline (0x2db) 1368.000MHz
h: width 85 start 1368 end 1440 total 1576 skew 0 clock 868.02KHz
v: height 1784 start 768 end 771 total 781 clock 1111.42Hz
jaakko@jaakko-GL553VW:~$ xrandr --newmode Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798
xrandr: Failed to get size of gamma for output default
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 19
Current serial number in output stream: 19
jaakko@jaakko-GL553VW:~$
Then I type less /etc/default/grub the output is
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
xubuntu
New contributor
Jaakko 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 |
How can I change my screen resolution to 1368x768 on Xubuntu 18.04? I tried
jaakko@jaakko-GL553VW:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected 1920x1080+0+0 0mm x 0mm
1920x1080 77.00*
Modeline (0x2db) 1368.000MHz
h: width 85 start 1368 end 1440 total 1576 skew 0 clock 868.02KHz
v: height 1784 start 768 end 771 total 781 clock 1111.42Hz
jaakko@jaakko-GL553VW:~$ xrandr --newmode Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798
xrandr: Failed to get size of gamma for output default
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 19
Current serial number in output stream: 19
jaakko@jaakko-GL553VW:~$
Then I type less /etc/default/grub the output is
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
xubuntu
New contributor
Jaakko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
How can I change my screen resolution to 1368x768 on Xubuntu 18.04? I tried
jaakko@jaakko-GL553VW:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected 1920x1080+0+0 0mm x 0mm
1920x1080 77.00*
Modeline (0x2db) 1368.000MHz
h: width 85 start 1368 end 1440 total 1576 skew 0 clock 868.02KHz
v: height 1784 start 768 end 771 total 781 clock 1111.42Hz
jaakko@jaakko-GL553VW:~$ xrandr --newmode Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798
xrandr: Failed to get size of gamma for output default
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 19
Current serial number in output stream: 19
jaakko@jaakko-GL553VW:~$
Then I type less /etc/default/grub the output is
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
xubuntu
xubuntu
New contributor
Jaakko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jaakko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jaakko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Apr 14 at 21:24
JaakkoJaakko
61
61
New contributor
Jaakko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jaakko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Jaakko 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 |
add a comment |
1 Answer
1
active
oldest
votes
Try the following steps as root:
Edit
/etc/default/gruband replaceGRUB_CMDLINE_LINUX_DEFAULT="nomodeset"with
GRUB_CMDLINE_LINUX_DEFAULT="quiet"Update grub and reboot
sudo update-grub
rebootIn XFCE you should be able to change your resolution with
xfce4-display-settings.You can run it from commandline or select it from the your "Settings" menu (I don't know the exact name in Xubuntu) as the "Display" setting.
If you encounter video card problems, you can manually edit your kernel options in the grub boot screen with e, then replace "quiet" back to "nomodeset" and boot with Ctrl+x or F10.
There is no other alternative than my current resolution.
– Jaakko
Apr 15 at 4:47
@Jaakko Please read my updated answer and try again.
– Freddy
Apr 15 at 5:03
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/3.0/"u003ecc by-sa 3.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
);
);
Jaakko 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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f512454%2fdoes-nomodeset-prevent-me-to-change-the-screen-resolution%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
Try the following steps as root:
Edit
/etc/default/gruband replaceGRUB_CMDLINE_LINUX_DEFAULT="nomodeset"with
GRUB_CMDLINE_LINUX_DEFAULT="quiet"Update grub and reboot
sudo update-grub
rebootIn XFCE you should be able to change your resolution with
xfce4-display-settings.You can run it from commandline or select it from the your "Settings" menu (I don't know the exact name in Xubuntu) as the "Display" setting.
If you encounter video card problems, you can manually edit your kernel options in the grub boot screen with e, then replace "quiet" back to "nomodeset" and boot with Ctrl+x or F10.
There is no other alternative than my current resolution.
– Jaakko
Apr 15 at 4:47
@Jaakko Please read my updated answer and try again.
– Freddy
Apr 15 at 5:03
add a comment |
Try the following steps as root:
Edit
/etc/default/gruband replaceGRUB_CMDLINE_LINUX_DEFAULT="nomodeset"with
GRUB_CMDLINE_LINUX_DEFAULT="quiet"Update grub and reboot
sudo update-grub
rebootIn XFCE you should be able to change your resolution with
xfce4-display-settings.You can run it from commandline or select it from the your "Settings" menu (I don't know the exact name in Xubuntu) as the "Display" setting.
If you encounter video card problems, you can manually edit your kernel options in the grub boot screen with e, then replace "quiet" back to "nomodeset" and boot with Ctrl+x or F10.
There is no other alternative than my current resolution.
– Jaakko
Apr 15 at 4:47
@Jaakko Please read my updated answer and try again.
– Freddy
Apr 15 at 5:03
add a comment |
Try the following steps as root:
Edit
/etc/default/gruband replaceGRUB_CMDLINE_LINUX_DEFAULT="nomodeset"with
GRUB_CMDLINE_LINUX_DEFAULT="quiet"Update grub and reboot
sudo update-grub
rebootIn XFCE you should be able to change your resolution with
xfce4-display-settings.You can run it from commandline or select it from the your "Settings" menu (I don't know the exact name in Xubuntu) as the "Display" setting.
If you encounter video card problems, you can manually edit your kernel options in the grub boot screen with e, then replace "quiet" back to "nomodeset" and boot with Ctrl+x or F10.
Try the following steps as root:
Edit
/etc/default/gruband replaceGRUB_CMDLINE_LINUX_DEFAULT="nomodeset"with
GRUB_CMDLINE_LINUX_DEFAULT="quiet"Update grub and reboot
sudo update-grub
rebootIn XFCE you should be able to change your resolution with
xfce4-display-settings.You can run it from commandline or select it from the your "Settings" menu (I don't know the exact name in Xubuntu) as the "Display" setting.
If you encounter video card problems, you can manually edit your kernel options in the grub boot screen with e, then replace "quiet" back to "nomodeset" and boot with Ctrl+x or F10.
edited Apr 15 at 5:29
answered Apr 14 at 22:00
FreddyFreddy
2,009210
2,009210
There is no other alternative than my current resolution.
– Jaakko
Apr 15 at 4:47
@Jaakko Please read my updated answer and try again.
– Freddy
Apr 15 at 5:03
add a comment |
There is no other alternative than my current resolution.
– Jaakko
Apr 15 at 4:47
@Jaakko Please read my updated answer and try again.
– Freddy
Apr 15 at 5:03
There is no other alternative than my current resolution.
– Jaakko
Apr 15 at 4:47
There is no other alternative than my current resolution.
– Jaakko
Apr 15 at 4:47
@Jaakko Please read my updated answer and try again.
– Freddy
Apr 15 at 5:03
@Jaakko Please read my updated answer and try again.
– Freddy
Apr 15 at 5:03
add a comment |
Jaakko is a new contributor. Be nice, and check out our Code of Conduct.
Jaakko is a new contributor. Be nice, and check out our Code of Conduct.
Jaakko is a new contributor. Be nice, and check out our Code of Conduct.
Jaakko is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f512454%2fdoes-nomodeset-prevent-me-to-change-the-screen-resolution%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