Flickering ubuntu 18.04.2 LST The 2019 Stack Overflow Developer Survey Results Are InCan't install nvidia drivers on a 2 card laptop for xubuntu 14.04Ubuntu images showing very weirdHow to install Radeon HD 8670A/8670M/8750M graphic card driver on Ubuntu 16.04?16.04 change from Intel HD Graphics to RadeonAFTER DISABILING SECURE BOOT FOR “WIFI NOT WORKING”How can I get rid of chosing Recovery Mode from GRUB each time I but to fix WiFi and Graphic Problem?Is there a way to switch between Intel/Radeon graphic driver on Ubuntu 18.04?Ubuntu with AMD Topaz XT Radeon R7 does not wake up after suspend18.04 Server USB 3.0 and eSataWifi not getting connected but LAN cable connection is working. Please help
Why can't devices on different VLANs, but on the same subnet, communicate?
Output the Arecibo Message
How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?
Geography at the pixel level
If a sorcerer casts the Banishment spell on a PC while in Avernus, does the PC return to their home plane?
Can we generate random numbers using irrational numbers like π and e?
Why doesn't UInt have a toDouble()?
How to translate "being like"?
What do hard-Brexiteers want with respect to the Irish border?
Match Roman Numerals
Can I have a signal generator on while it's not connected?
The difference between dialogue marks
What is this sharp, curved notch on my knife for?
How can I define good in a religion that claims no moral authority?
How did passengers keep warm on sail ships?
How much of the clove should I use when using big garlic heads?
What is the most efficient way to store a numeric range?
Falsification in Math vs Science
A word that means fill it to the required quantity
Cooking pasta in a water boiler
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
What is preventing me from simply constructing a hash that's lower than the current target?
Flickering ubuntu 18.04.2 LST
The 2019 Stack Overflow Developer Survey Results Are InCan't install nvidia drivers on a 2 card laptop for xubuntu 14.04Ubuntu images showing very weirdHow to install Radeon HD 8670A/8670M/8750M graphic card driver on Ubuntu 16.04?16.04 change from Intel HD Graphics to RadeonAFTER DISABILING SECURE BOOT FOR “WIFI NOT WORKING”How can I get rid of chosing Recovery Mode from GRUB each time I but to fix WiFi and Graphic Problem?Is there a way to switch between Intel/Radeon graphic driver on Ubuntu 18.04?Ubuntu with AMD Topaz XT Radeon R7 does not wake up after suspend18.04 Server USB 3.0 and eSataWifi not getting connected but LAN cable connection is working. Please help
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a problem with flickering screen while running on ubuntu 18.04.2 LST
It's flashing while afk, only when doing something, writing or moving cursor it's stops. Whats the problem?
Intel® Core™ i5-5200U CPU @ 2.20GHz × 4
GeForce 940M/PCIe/SSE2
~$ mokutil --sb-state
SecureBoot disabled
~$ ls /sys/firmware/efi/
config_table fw_platform_size runtime systab
efivars fw_vendor runtime-map vars
~$ sudo lshw -c video
[sudo] password for mejdej:
*-display
description: VGA compatible controller
product: HD Graphics 5500
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:50 memory:f5000000-f5ffffff memory:d0000000-dfffffff ioport:f000(size=64) memory:c0000-dffff
*-display
description: 3D controller
product: GM108M [GeForce 940M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:49 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f7000000-f707ffff
~$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
Subsystem: ASUSTeK Computer Inc. HD Graphics 5500
Kernel driver in use: i915
Tried also to update nVidia controller but failed.
~$ sudo apt-get install --yes nvidia-current
[sudo] password for mejdej:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nvidia-current is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'nvidia-current' has no installation candidate
After update nvidia controler 418 dedicated to my graphic card:
~$ sudo lshw -c video
[sudo] password for mejdej:
*-display
description: VGA compatible controller
product: HD Graphics 5500
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:49 memory:f5000000-f5ffffff memory:d0000000-dfffffff ioport:f000(size=64) memory:c0000-dffff
*-display
description: 3D controller
product: GM108M [GeForce 940M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:51 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f7000000-f707ffff
~$ lsmod | grep nvidia
nvidia_uvm 798720 0
nvidia_drm 45056 9
nvidia_modeset 1085440 6 nvidia_drm
nvidia 17600512 480 nvidia_uvm,nvidia_modeset
drm_kms_helper 167936 2 nvidia_drm,i915
ipmi_msghandler 53248 2 ipmi_devintf,nvidia
drm 401408 13 drm_kms_helper,nvidia_drm,i915
drivers nvidia graphics screen
New contributor
add a comment |
I have a problem with flickering screen while running on ubuntu 18.04.2 LST
It's flashing while afk, only when doing something, writing or moving cursor it's stops. Whats the problem?
Intel® Core™ i5-5200U CPU @ 2.20GHz × 4
GeForce 940M/PCIe/SSE2
~$ mokutil --sb-state
SecureBoot disabled
~$ ls /sys/firmware/efi/
config_table fw_platform_size runtime systab
efivars fw_vendor runtime-map vars
~$ sudo lshw -c video
[sudo] password for mejdej:
*-display
description: VGA compatible controller
product: HD Graphics 5500
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:50 memory:f5000000-f5ffffff memory:d0000000-dfffffff ioport:f000(size=64) memory:c0000-dffff
*-display
description: 3D controller
product: GM108M [GeForce 940M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:49 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f7000000-f707ffff
~$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
Subsystem: ASUSTeK Computer Inc. HD Graphics 5500
Kernel driver in use: i915
Tried also to update nVidia controller but failed.
~$ sudo apt-get install --yes nvidia-current
[sudo] password for mejdej:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nvidia-current is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'nvidia-current' has no installation candidate
After update nvidia controler 418 dedicated to my graphic card:
~$ sudo lshw -c video
[sudo] password for mejdej:
*-display
description: VGA compatible controller
product: HD Graphics 5500
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:49 memory:f5000000-f5ffffff memory:d0000000-dfffffff ioport:f000(size=64) memory:c0000-dffff
*-display
description: 3D controller
product: GM108M [GeForce 940M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:51 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f7000000-f707ffff
~$ lsmod | grep nvidia
nvidia_uvm 798720 0
nvidia_drm 45056 9
nvidia_modeset 1085440 6 nvidia_drm
nvidia 17600512 480 nvidia_uvm,nvidia_modeset
drm_kms_helper 167936 2 nvidia_drm,i915
ipmi_msghandler 53248 2 ipmi_devintf,nvidia
drm 401408 13 drm_kms_helper,nvidia_drm,i915
drivers nvidia graphics screen
New contributor
1
Please edit your question and post output of the following commands: 1.mokutil --sb-state
2.ls /sys/firmware/efi/
3.sudo lshw -c video
4.lspci -k | grep -A 2 -i "VGA"
and 5. lsmod | grep nvidia
– Marmayogi
2 days ago
1. Make sure your refresh rate is set right for your screen in display settings. 2. I had similar issue on xps 9570 where after a few minutes of logging in the screen would go crazy and start flickers and show distorted vertical lines. Updating the kernel to 4.19.0 solved a lot of my issues. Also I notice your nvidia card is using nouveau "configuration: driver=nouveau latency=0", blacklist nouveau it's a piece of garbage.
– pwaterz
8 hours ago
Thanks, i did blacklisted nouveau but still not helped in my case. In display settings i've got only 40,04 and 60,06 Hz - screen flickering on both. Could i set it up manualy? What rate?
– Konrad Madej
8 hours ago
add a comment |
I have a problem with flickering screen while running on ubuntu 18.04.2 LST
It's flashing while afk, only when doing something, writing or moving cursor it's stops. Whats the problem?
Intel® Core™ i5-5200U CPU @ 2.20GHz × 4
GeForce 940M/PCIe/SSE2
~$ mokutil --sb-state
SecureBoot disabled
~$ ls /sys/firmware/efi/
config_table fw_platform_size runtime systab
efivars fw_vendor runtime-map vars
~$ sudo lshw -c video
[sudo] password for mejdej:
*-display
description: VGA compatible controller
product: HD Graphics 5500
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:50 memory:f5000000-f5ffffff memory:d0000000-dfffffff ioport:f000(size=64) memory:c0000-dffff
*-display
description: 3D controller
product: GM108M [GeForce 940M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:49 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f7000000-f707ffff
~$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
Subsystem: ASUSTeK Computer Inc. HD Graphics 5500
Kernel driver in use: i915
Tried also to update nVidia controller but failed.
~$ sudo apt-get install --yes nvidia-current
[sudo] password for mejdej:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nvidia-current is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'nvidia-current' has no installation candidate
After update nvidia controler 418 dedicated to my graphic card:
~$ sudo lshw -c video
[sudo] password for mejdej:
*-display
description: VGA compatible controller
product: HD Graphics 5500
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:49 memory:f5000000-f5ffffff memory:d0000000-dfffffff ioport:f000(size=64) memory:c0000-dffff
*-display
description: 3D controller
product: GM108M [GeForce 940M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:51 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f7000000-f707ffff
~$ lsmod | grep nvidia
nvidia_uvm 798720 0
nvidia_drm 45056 9
nvidia_modeset 1085440 6 nvidia_drm
nvidia 17600512 480 nvidia_uvm,nvidia_modeset
drm_kms_helper 167936 2 nvidia_drm,i915
ipmi_msghandler 53248 2 ipmi_devintf,nvidia
drm 401408 13 drm_kms_helper,nvidia_drm,i915
drivers nvidia graphics screen
New contributor
I have a problem with flickering screen while running on ubuntu 18.04.2 LST
It's flashing while afk, only when doing something, writing or moving cursor it's stops. Whats the problem?
Intel® Core™ i5-5200U CPU @ 2.20GHz × 4
GeForce 940M/PCIe/SSE2
~$ mokutil --sb-state
SecureBoot disabled
~$ ls /sys/firmware/efi/
config_table fw_platform_size runtime systab
efivars fw_vendor runtime-map vars
~$ sudo lshw -c video
[sudo] password for mejdej:
*-display
description: VGA compatible controller
product: HD Graphics 5500
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:50 memory:f5000000-f5ffffff memory:d0000000-dfffffff ioport:f000(size=64) memory:c0000-dffff
*-display
description: 3D controller
product: GM108M [GeForce 940M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:49 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f7000000-f707ffff
~$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
Subsystem: ASUSTeK Computer Inc. HD Graphics 5500
Kernel driver in use: i915
Tried also to update nVidia controller but failed.
~$ sudo apt-get install --yes nvidia-current
[sudo] password for mejdej:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nvidia-current is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'nvidia-current' has no installation candidate
After update nvidia controler 418 dedicated to my graphic card:
~$ sudo lshw -c video
[sudo] password for mejdej:
*-display
description: VGA compatible controller
product: HD Graphics 5500
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:49 memory:f5000000-f5ffffff memory:d0000000-dfffffff ioport:f000(size=64) memory:c0000-dffff
*-display
description: 3D controller
product: GM108M [GeForce 940M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:51 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f7000000-f707ffff
~$ lsmod | grep nvidia
nvidia_uvm 798720 0
nvidia_drm 45056 9
nvidia_modeset 1085440 6 nvidia_drm
nvidia 17600512 480 nvidia_uvm,nvidia_modeset
drm_kms_helper 167936 2 nvidia_drm,i915
ipmi_msghandler 53248 2 ipmi_devintf,nvidia
drm 401408 13 drm_kms_helper,nvidia_drm,i915
drivers nvidia graphics screen
drivers nvidia graphics screen
New contributor
New contributor
edited 7 hours ago
Konrad Madej
New contributor
asked 2 days ago
Konrad MadejKonrad Madej
62
62
New contributor
New contributor
1
Please edit your question and post output of the following commands: 1.mokutil --sb-state
2.ls /sys/firmware/efi/
3.sudo lshw -c video
4.lspci -k | grep -A 2 -i "VGA"
and 5. lsmod | grep nvidia
– Marmayogi
2 days ago
1. Make sure your refresh rate is set right for your screen in display settings. 2. I had similar issue on xps 9570 where after a few minutes of logging in the screen would go crazy and start flickers and show distorted vertical lines. Updating the kernel to 4.19.0 solved a lot of my issues. Also I notice your nvidia card is using nouveau "configuration: driver=nouveau latency=0", blacklist nouveau it's a piece of garbage.
– pwaterz
8 hours ago
Thanks, i did blacklisted nouveau but still not helped in my case. In display settings i've got only 40,04 and 60,06 Hz - screen flickering on both. Could i set it up manualy? What rate?
– Konrad Madej
8 hours ago
add a comment |
1
Please edit your question and post output of the following commands: 1.mokutil --sb-state
2.ls /sys/firmware/efi/
3.sudo lshw -c video
4.lspci -k | grep -A 2 -i "VGA"
and 5. lsmod | grep nvidia
– Marmayogi
2 days ago
1. Make sure your refresh rate is set right for your screen in display settings. 2. I had similar issue on xps 9570 where after a few minutes of logging in the screen would go crazy and start flickers and show distorted vertical lines. Updating the kernel to 4.19.0 solved a lot of my issues. Also I notice your nvidia card is using nouveau "configuration: driver=nouveau latency=0", blacklist nouveau it's a piece of garbage.
– pwaterz
8 hours ago
Thanks, i did blacklisted nouveau but still not helped in my case. In display settings i've got only 40,04 and 60,06 Hz - screen flickering on both. Could i set it up manualy? What rate?
– Konrad Madej
8 hours ago
1
1
Please edit your question and post output of the following commands: 1.
mokutil --sb-state
2. ls /sys/firmware/efi/
3. sudo lshw -c video
4. lspci -k | grep -A 2 -i "VGA"
and 5. lsmod | grep nvidia– Marmayogi
2 days ago
Please edit your question and post output of the following commands: 1.
mokutil --sb-state
2. ls /sys/firmware/efi/
3. sudo lshw -c video
4. lspci -k | grep -A 2 -i "VGA"
and 5. lsmod | grep nvidia– Marmayogi
2 days ago
1. Make sure your refresh rate is set right for your screen in display settings. 2. I had similar issue on xps 9570 where after a few minutes of logging in the screen would go crazy and start flickers and show distorted vertical lines. Updating the kernel to 4.19.0 solved a lot of my issues. Also I notice your nvidia card is using nouveau "configuration: driver=nouveau latency=0", blacklist nouveau it's a piece of garbage.
– pwaterz
8 hours ago
1. Make sure your refresh rate is set right for your screen in display settings. 2. I had similar issue on xps 9570 where after a few minutes of logging in the screen would go crazy and start flickers and show distorted vertical lines. Updating the kernel to 4.19.0 solved a lot of my issues. Also I notice your nvidia card is using nouveau "configuration: driver=nouveau latency=0", blacklist nouveau it's a piece of garbage.
– pwaterz
8 hours ago
Thanks, i did blacklisted nouveau but still not helped in my case. In display settings i've got only 40,04 and 60,06 Hz - screen flickering on both. Could i set it up manualy? What rate?
– Konrad Madej
8 hours ago
Thanks, i did blacklisted nouveau but still not helped in my case. In display settings i've got only 40,04 and 60,06 Hz - screen flickering on both. Could i set it up manualy? What rate?
– Konrad Madej
8 hours ago
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/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
);
);
Konrad Madej 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%2faskubuntu.com%2fquestions%2f1132443%2fflickering-ubuntu-18-04-2-lst%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
Konrad Madej is a new contributor. Be nice, and check out our Code of Conduct.
Konrad Madej is a new contributor. Be nice, and check out our Code of Conduct.
Konrad Madej is a new contributor. Be nice, and check out our Code of Conduct.
Konrad Madej is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1132443%2fflickering-ubuntu-18-04-2-lst%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
Please edit your question and post output of the following commands: 1.
mokutil --sb-state
2.ls /sys/firmware/efi/
3.sudo lshw -c video
4.lspci -k | grep -A 2 -i "VGA"
and 5. lsmod | grep nvidia– Marmayogi
2 days ago
1. Make sure your refresh rate is set right for your screen in display settings. 2. I had similar issue on xps 9570 where after a few minutes of logging in the screen would go crazy and start flickers and show distorted vertical lines. Updating the kernel to 4.19.0 solved a lot of my issues. Also I notice your nvidia card is using nouveau "configuration: driver=nouveau latency=0", blacklist nouveau it's a piece of garbage.
– pwaterz
8 hours ago
Thanks, i did blacklisted nouveau but still not helped in my case. In display settings i've got only 40,04 and 60,06 Hz - screen flickering on both. Could i set it up manualy? What rate?
– Konrad Madej
8 hours ago