Screen flickering while booting - after upgrade to 18.04 with latest software updateSerious screen flickering when WiFi is on (Dell XPS 15)Screen flickering in Ubuntu 12.04 LTSScreen flickering on Ubuntu 16.4 while inactivityScreen flickering on ultrawide monitor with AMD cardXPS 9370 Upgrade from 17.10 to 18.04 not recognizing intel HD cardubuntu 18.04 does not recognize intel graphics card after updateUbuntu 18.04-19.04 HDMI screen not detected
How to prevent saving bash commands *with* space in front
Reduction of Meijer G-function
What can Scotland legally do to get independence?
Magento 2 : Creating popup
How to get a bowl with one liter of water
Can a public school in the USA force a 14yr old to create a Twitter account for a passing grade?
"Sack" data structure in C#
Does the sterile cockpit rule mean flight attendants could not inform the pilots if a passenger is in the lavatory while on final?
Am I being scammed by a sugar daddy who wants me to buy wallet cards and forward paypal money?
Broken 26'' wheel
What are the advantages of using Umathchardef over Umathcode with let?
Which was the first story to feature force fields?
Conditional calculation using raster calculator in QGIS
Finishing pre-cooked prime rib, day-of?
5yrs old being bossy... Is this too much or tolerable at this age?
Sometimes the updated rows are not locked within instead of update trigger
Reconstructing the results of a 6-team soccer tournament
What is the PDF for the minimum difference between a random number and a set of random numbers
being overqualified as a barrier for getting a job
Can I run two 12/2 wires from one 12/3 wire?
Where do the "magic" constants 0x9e3779b9 come from?
The algorithm of the new quantum factoring record 1,099,551,473,989
Why do we need full-fledged workstations running massive OSes with massive software?
Planet where giant manned machines travel in convoy across surface, tracking some astronomical phenomenon
Screen flickering while booting - after upgrade to 18.04 with latest software update
Serious screen flickering when WiFi is on (Dell XPS 15)Screen flickering in Ubuntu 12.04 LTSScreen flickering on Ubuntu 16.4 while inactivityScreen flickering on ultrawide monitor with AMD cardXPS 9370 Upgrade from 17.10 to 18.04 not recognizing intel HD cardubuntu 18.04 does not recognize intel graphics card after updateUbuntu 18.04-19.04 HDMI screen not detected
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
can someone please help on this issue ?
I see that my graphics changed to llvmpipe (LLVM 8.0, 256 bits)
I'm using Intel/AMD Radeon
How to solve this screen flickering?
18.04 screen
add a comment
|
can someone please help on this issue ?
I see that my graphics changed to llvmpipe (LLVM 8.0, 256 bits)
I'm using Intel/AMD Radeon
How to solve this screen flickering?
18.04 screen
1
To be clear after login screen appears flickering is gone?
– WinEunuuchs2Unix
Oct 1 at 22:05
add a comment
|
can someone please help on this issue ?
I see that my graphics changed to llvmpipe (LLVM 8.0, 256 bits)
I'm using Intel/AMD Radeon
How to solve this screen flickering?
18.04 screen
can someone please help on this issue ?
I see that my graphics changed to llvmpipe (LLVM 8.0, 256 bits)
I'm using Intel/AMD Radeon
How to solve this screen flickering?
18.04 screen
18.04 screen
asked Oct 1 at 21:58
GoviGovi
1
1
1
To be clear after login screen appears flickering is gone?
– WinEunuuchs2Unix
Oct 1 at 22:05
add a comment
|
1
To be clear after login screen appears flickering is gone?
– WinEunuuchs2Unix
Oct 1 at 22:05
1
1
To be clear after login screen appears flickering is gone?
– WinEunuuchs2Unix
Oct 1 at 22:05
To be clear after login screen appears flickering is gone?
– WinEunuuchs2Unix
Oct 1 at 22:05
add a comment
|
1 Answer
1
active
oldest
votes
It's not clear where the flickering is occurring but I'll post one place people have experienced flicker. The solution is with a grub parameter in /etc/default/grub. Change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.edp_vswing=2"
Save the file and run sudo update-grub
Source:
- Serious screen flickering when WiFi is on (Dell XPS 15)
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%2f1178012%2fscreen-flickering-while-booting-after-upgrade-to-18-04-with-latest-software-up%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's not clear where the flickering is occurring but I'll post one place people have experienced flicker. The solution is with a grub parameter in /etc/default/grub. Change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.edp_vswing=2"
Save the file and run sudo update-grub
Source:
- Serious screen flickering when WiFi is on (Dell XPS 15)
add a comment
|
It's not clear where the flickering is occurring but I'll post one place people have experienced flicker. The solution is with a grub parameter in /etc/default/grub. Change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.edp_vswing=2"
Save the file and run sudo update-grub
Source:
- Serious screen flickering when WiFi is on (Dell XPS 15)
add a comment
|
It's not clear where the flickering is occurring but I'll post one place people have experienced flicker. The solution is with a grub parameter in /etc/default/grub. Change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.edp_vswing=2"
Save the file and run sudo update-grub
Source:
- Serious screen flickering when WiFi is on (Dell XPS 15)
It's not clear where the flickering is occurring but I'll post one place people have experienced flicker. The solution is with a grub parameter in /etc/default/grub. Change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.edp_vswing=2"
Save the file and run sudo update-grub
Source:
- Serious screen flickering when WiFi is on (Dell XPS 15)
answered Oct 2 at 11:05
WinEunuuchs2UnixWinEunuuchs2Unix
67k18 gold badges125 silver badges247 bronze badges
67k18 gold badges125 silver badges247 bronze badges
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%2f1178012%2fscreen-flickering-while-booting-after-upgrade-to-18-04-with-latest-software-up%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
1
To be clear after login screen appears flickering is gone?
– WinEunuuchs2Unix
Oct 1 at 22:05