Budgie 17.10 garbled display
After a fresh install of Budgie 17.10 on an ASUS Eee PC 900HA netbook, when the PC boots up the left 3/4 of the display is garbled while the right 1/4 is fine. Since I can see the right side of the top bar I can select Suspend and after suspending and a resume the display is fine. This is consistent behaviour. Is there some sort of timing issue on bootup?
17.10 ubuntu-netbook budgie
add a comment |
After a fresh install of Budgie 17.10 on an ASUS Eee PC 900HA netbook, when the PC boots up the left 3/4 of the display is garbled while the right 1/4 is fine. Since I can see the right side of the top bar I can select Suspend and after suspending and a resume the display is fine. This is consistent behaviour. Is there some sort of timing issue on bootup?
17.10 ubuntu-netbook budgie
add a comment |
After a fresh install of Budgie 17.10 on an ASUS Eee PC 900HA netbook, when the PC boots up the left 3/4 of the display is garbled while the right 1/4 is fine. Since I can see the right side of the top bar I can select Suspend and after suspending and a resume the display is fine. This is consistent behaviour. Is there some sort of timing issue on bootup?
17.10 ubuntu-netbook budgie
After a fresh install of Budgie 17.10 on an ASUS Eee PC 900HA netbook, when the PC boots up the left 3/4 of the display is garbled while the right 1/4 is fine. Since I can see the right side of the top bar I can select Suspend and after suspending and a resume the display is fine. This is consistent behaviour. Is there some sort of timing issue on bootup?
17.10 ubuntu-netbook budgie
17.10 ubuntu-netbook budgie
asked Oct 30 '17 at 18:54
Richard QuintRichard Quint
1901212
1901212
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
My eee PC 900HA has Ubuntu 18.04.2 LTS.
And I solved it with this purely physical solution:
- Turn on the computer by pressing the power button.
- Quickly close the lid.
- Wait for the leftmost green led to start blinking. Power led next to it will also be lit.
- Open the lid and tap the power button to wake up the computer.
- After a minute or so, the unscrambled clean screen appears.
New contributor
Rajiv Ittyerah 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 |
Had the same problem on Asus Eee PC 1001HA. Solved by going to Menu > Administration > xdiagnose > (enter password). Under "Workarounds", check box for "Disable bootloader graphics." Click Apply and close. Everything now boots properly.
add a comment |
Lubuntu 17.10 Install
Issue:
Desktop screen after boot is 3/4 black/garbled and 1/4 normal
Fix:
Restart PC, press Esc key to enter Grub 2 Bootloader Menu, highlight linux 4.3 then key e
edit Grub 2 setparams
gfxmode=$…linux
gfxmode=1360*768,1024*768,640*480
If your display settings are different then:
gfxmode=your*display,1024*768,640*480
This solution works fine at bootup. but how to update grub so you don't have to do this each time you turn the computer on? I've tried modifying /etc/default/grub (uncommenting the line GRUB_GFXMODE and changing its value to the EeePC's 1024x600, which works when editing the value of gfxmode when the GRUB menu is invoked at bootup) and looking through /etc/grub.d/*, but can't figure out what to change.
– Richard Quint
Jan 13 '18 at 20:39
add a comment |
Expanding on changeyourdevice.com's answer:
Ubuntu 16.04 install
Restart PC
Press ESC at boot
Press e to edit the 'ubuntu' line
remove the gfxmode line
Press F10 to boot
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/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
});
}
});
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%2f971018%2fbudgie-17-10-garbled-display%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
My eee PC 900HA has Ubuntu 18.04.2 LTS.
And I solved it with this purely physical solution:
- Turn on the computer by pressing the power button.
- Quickly close the lid.
- Wait for the leftmost green led to start blinking. Power led next to it will also be lit.
- Open the lid and tap the power button to wake up the computer.
- After a minute or so, the unscrambled clean screen appears.
New contributor
Rajiv Ittyerah 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 |
My eee PC 900HA has Ubuntu 18.04.2 LTS.
And I solved it with this purely physical solution:
- Turn on the computer by pressing the power button.
- Quickly close the lid.
- Wait for the leftmost green led to start blinking. Power led next to it will also be lit.
- Open the lid and tap the power button to wake up the computer.
- After a minute or so, the unscrambled clean screen appears.
New contributor
Rajiv Ittyerah 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 |
My eee PC 900HA has Ubuntu 18.04.2 LTS.
And I solved it with this purely physical solution:
- Turn on the computer by pressing the power button.
- Quickly close the lid.
- Wait for the leftmost green led to start blinking. Power led next to it will also be lit.
- Open the lid and tap the power button to wake up the computer.
- After a minute or so, the unscrambled clean screen appears.
New contributor
Rajiv Ittyerah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
My eee PC 900HA has Ubuntu 18.04.2 LTS.
And I solved it with this purely physical solution:
- Turn on the computer by pressing the power button.
- Quickly close the lid.
- Wait for the leftmost green led to start blinking. Power led next to it will also be lit.
- Open the lid and tap the power button to wake up the computer.
- After a minute or so, the unscrambled clean screen appears.
New contributor
Rajiv Ittyerah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 42 mins ago
zx485
1,47131115
1,47131115
New contributor
Rajiv Ittyerah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 3 hours ago
Rajiv IttyerahRajiv Ittyerah
111
111
New contributor
Rajiv Ittyerah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rajiv Ittyerah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Rajiv Ittyerah 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 |
Had the same problem on Asus Eee PC 1001HA. Solved by going to Menu > Administration > xdiagnose > (enter password). Under "Workarounds", check box for "Disable bootloader graphics." Click Apply and close. Everything now boots properly.
add a comment |
Had the same problem on Asus Eee PC 1001HA. Solved by going to Menu > Administration > xdiagnose > (enter password). Under "Workarounds", check box for "Disable bootloader graphics." Click Apply and close. Everything now boots properly.
add a comment |
Had the same problem on Asus Eee PC 1001HA. Solved by going to Menu > Administration > xdiagnose > (enter password). Under "Workarounds", check box for "Disable bootloader graphics." Click Apply and close. Everything now boots properly.
Had the same problem on Asus Eee PC 1001HA. Solved by going to Menu > Administration > xdiagnose > (enter password). Under "Workarounds", check box for "Disable bootloader graphics." Click Apply and close. Everything now boots properly.
edited Nov 9 '17 at 6:16
fakedad
822517
822517
answered Nov 8 '17 at 23:40
David LeanDavid Lean
1
1
add a comment |
add a comment |
Lubuntu 17.10 Install
Issue:
Desktop screen after boot is 3/4 black/garbled and 1/4 normal
Fix:
Restart PC, press Esc key to enter Grub 2 Bootloader Menu, highlight linux 4.3 then key e
edit Grub 2 setparams
gfxmode=$…linux
gfxmode=1360*768,1024*768,640*480
If your display settings are different then:
gfxmode=your*display,1024*768,640*480
This solution works fine at bootup. but how to update grub so you don't have to do this each time you turn the computer on? I've tried modifying /etc/default/grub (uncommenting the line GRUB_GFXMODE and changing its value to the EeePC's 1024x600, which works when editing the value of gfxmode when the GRUB menu is invoked at bootup) and looking through /etc/grub.d/*, but can't figure out what to change.
– Richard Quint
Jan 13 '18 at 20:39
add a comment |
Lubuntu 17.10 Install
Issue:
Desktop screen after boot is 3/4 black/garbled and 1/4 normal
Fix:
Restart PC, press Esc key to enter Grub 2 Bootloader Menu, highlight linux 4.3 then key e
edit Grub 2 setparams
gfxmode=$…linux
gfxmode=1360*768,1024*768,640*480
If your display settings are different then:
gfxmode=your*display,1024*768,640*480
This solution works fine at bootup. but how to update grub so you don't have to do this each time you turn the computer on? I've tried modifying /etc/default/grub (uncommenting the line GRUB_GFXMODE and changing its value to the EeePC's 1024x600, which works when editing the value of gfxmode when the GRUB menu is invoked at bootup) and looking through /etc/grub.d/*, but can't figure out what to change.
– Richard Quint
Jan 13 '18 at 20:39
add a comment |
Lubuntu 17.10 Install
Issue:
Desktop screen after boot is 3/4 black/garbled and 1/4 normal
Fix:
Restart PC, press Esc key to enter Grub 2 Bootloader Menu, highlight linux 4.3 then key e
edit Grub 2 setparams
gfxmode=$…linux
gfxmode=1360*768,1024*768,640*480
If your display settings are different then:
gfxmode=your*display,1024*768,640*480
Lubuntu 17.10 Install
Issue:
Desktop screen after boot is 3/4 black/garbled and 1/4 normal
Fix:
Restart PC, press Esc key to enter Grub 2 Bootloader Menu, highlight linux 4.3 then key e
edit Grub 2 setparams
gfxmode=$…linux
gfxmode=1360*768,1024*768,640*480
If your display settings are different then:
gfxmode=your*display,1024*768,640*480
edited Jan 1 '18 at 8:07
karel
60.1k13130154
60.1k13130154
answered Jan 1 '18 at 8:00
changeyourdevice comchangeyourdevice com
1
1
This solution works fine at bootup. but how to update grub so you don't have to do this each time you turn the computer on? I've tried modifying /etc/default/grub (uncommenting the line GRUB_GFXMODE and changing its value to the EeePC's 1024x600, which works when editing the value of gfxmode when the GRUB menu is invoked at bootup) and looking through /etc/grub.d/*, but can't figure out what to change.
– Richard Quint
Jan 13 '18 at 20:39
add a comment |
This solution works fine at bootup. but how to update grub so you don't have to do this each time you turn the computer on? I've tried modifying /etc/default/grub (uncommenting the line GRUB_GFXMODE and changing its value to the EeePC's 1024x600, which works when editing the value of gfxmode when the GRUB menu is invoked at bootup) and looking through /etc/grub.d/*, but can't figure out what to change.
– Richard Quint
Jan 13 '18 at 20:39
This solution works fine at bootup. but how to update grub so you don't have to do this each time you turn the computer on? I've tried modifying /etc/default/grub (uncommenting the line GRUB_GFXMODE and changing its value to the EeePC's 1024x600, which works when editing the value of gfxmode when the GRUB menu is invoked at bootup) and looking through /etc/grub.d/*, but can't figure out what to change.
– Richard Quint
Jan 13 '18 at 20:39
This solution works fine at bootup. but how to update grub so you don't have to do this each time you turn the computer on? I've tried modifying /etc/default/grub (uncommenting the line GRUB_GFXMODE and changing its value to the EeePC's 1024x600, which works when editing the value of gfxmode when the GRUB menu is invoked at bootup) and looking through /etc/grub.d/*, but can't figure out what to change.
– Richard Quint
Jan 13 '18 at 20:39
add a comment |
Expanding on changeyourdevice.com's answer:
Ubuntu 16.04 install
Restart PC
Press ESC at boot
Press e to edit the 'ubuntu' line
remove the gfxmode line
Press F10 to boot
add a comment |
Expanding on changeyourdevice.com's answer:
Ubuntu 16.04 install
Restart PC
Press ESC at boot
Press e to edit the 'ubuntu' line
remove the gfxmode line
Press F10 to boot
add a comment |
Expanding on changeyourdevice.com's answer:
Ubuntu 16.04 install
Restart PC
Press ESC at boot
Press e to edit the 'ubuntu' line
remove the gfxmode line
Press F10 to boot
Expanding on changeyourdevice.com's answer:
Ubuntu 16.04 install
Restart PC
Press ESC at boot
Press e to edit the 'ubuntu' line
remove the gfxmode line
Press F10 to boot
answered Jul 29 '18 at 13:41
Marcello RomaniMarcello Romani
1214
1214
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%2f971018%2fbudgie-17-10-garbled-display%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