Flickering behavior on Ubuntu 16.04 with AMD Ryzen 5 1600 + GTX1050 graphics card

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I beg for help. Please have a look on this video to see my problem. You'll see that my screen flickers when I move the pointer to a link (indeed I was looking for help on askubuntu).
I don't understand this bug and I do not even know what it correlates with. Sometimes it is a new page (with a lot of brightness), but this time it's just pointing to something!
I have a AMD Ryzen 5 1600 with a GTX1050 graphics card, and a LG monitor connected with a VGA to HDMI adapter since there is no integrated graphics card in my system. I installed Ubuntu 16.04 and Nvidia drivers version 384.130. It improved for a few days after Nvidia drivers installation, but now it is worse. What could it be?
It is possible that somebody else have asked before, but I'm not an expert user of Ubuntu, so I don't even know what to look for. I really hate Windows, so for the sake of humanity please help me with my transition!
16.04 64-bit nvidia-geforce
add a comment |Â
up vote
0
down vote
favorite
I beg for help. Please have a look on this video to see my problem. You'll see that my screen flickers when I move the pointer to a link (indeed I was looking for help on askubuntu).
I don't understand this bug and I do not even know what it correlates with. Sometimes it is a new page (with a lot of brightness), but this time it's just pointing to something!
I have a AMD Ryzen 5 1600 with a GTX1050 graphics card, and a LG monitor connected with a VGA to HDMI adapter since there is no integrated graphics card in my system. I installed Ubuntu 16.04 and Nvidia drivers version 384.130. It improved for a few days after Nvidia drivers installation, but now it is worse. What could it be?
It is possible that somebody else have asked before, but I'm not an expert user of Ubuntu, so I don't even know what to look for. I really hate Windows, so for the sake of humanity please help me with my transition!
16.04 64-bit nvidia-geforce
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I beg for help. Please have a look on this video to see my problem. You'll see that my screen flickers when I move the pointer to a link (indeed I was looking for help on askubuntu).
I don't understand this bug and I do not even know what it correlates with. Sometimes it is a new page (with a lot of brightness), but this time it's just pointing to something!
I have a AMD Ryzen 5 1600 with a GTX1050 graphics card, and a LG monitor connected with a VGA to HDMI adapter since there is no integrated graphics card in my system. I installed Ubuntu 16.04 and Nvidia drivers version 384.130. It improved for a few days after Nvidia drivers installation, but now it is worse. What could it be?
It is possible that somebody else have asked before, but I'm not an expert user of Ubuntu, so I don't even know what to look for. I really hate Windows, so for the sake of humanity please help me with my transition!
16.04 64-bit nvidia-geforce
I beg for help. Please have a look on this video to see my problem. You'll see that my screen flickers when I move the pointer to a link (indeed I was looking for help on askubuntu).
I don't understand this bug and I do not even know what it correlates with. Sometimes it is a new page (with a lot of brightness), but this time it's just pointing to something!
I have a AMD Ryzen 5 1600 with a GTX1050 graphics card, and a LG monitor connected with a VGA to HDMI adapter since there is no integrated graphics card in my system. I installed Ubuntu 16.04 and Nvidia drivers version 384.130. It improved for a few days after Nvidia drivers installation, but now it is worse. What could it be?
It is possible that somebody else have asked before, but I'm not an expert user of Ubuntu, so I don't even know what to look for. I really hate Windows, so for the sake of humanity please help me with my transition!
16.04 64-bit nvidia-geforce
asked Apr 27 at 4:03
jealcalat
11
11
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
After this and this I made:
sudo apt-get purge nvidia*
sudo apt-get install nvidia-390 nvidia-modprobe
Blacklist nouveau
sudo gedit /etc/modprobe.d/blacklist-nouveau.conf
Wrote:
blacklist nouveau
options nouveau modeset=0
Then
sudo update-initramfs -u
sudo reboot
And all is working perfectly.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
After this and this I made:
sudo apt-get purge nvidia*
sudo apt-get install nvidia-390 nvidia-modprobe
Blacklist nouveau
sudo gedit /etc/modprobe.d/blacklist-nouveau.conf
Wrote:
blacklist nouveau
options nouveau modeset=0
Then
sudo update-initramfs -u
sudo reboot
And all is working perfectly.
add a comment |Â
up vote
0
down vote
accepted
After this and this I made:
sudo apt-get purge nvidia*
sudo apt-get install nvidia-390 nvidia-modprobe
Blacklist nouveau
sudo gedit /etc/modprobe.d/blacklist-nouveau.conf
Wrote:
blacklist nouveau
options nouveau modeset=0
Then
sudo update-initramfs -u
sudo reboot
And all is working perfectly.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
After this and this I made:
sudo apt-get purge nvidia*
sudo apt-get install nvidia-390 nvidia-modprobe
Blacklist nouveau
sudo gedit /etc/modprobe.d/blacklist-nouveau.conf
Wrote:
blacklist nouveau
options nouveau modeset=0
Then
sudo update-initramfs -u
sudo reboot
And all is working perfectly.
After this and this I made:
sudo apt-get purge nvidia*
sudo apt-get install nvidia-390 nvidia-modprobe
Blacklist nouveau
sudo gedit /etc/modprobe.d/blacklist-nouveau.conf
Wrote:
blacklist nouveau
options nouveau modeset=0
Then
sudo update-initramfs -u
sudo reboot
And all is working perfectly.
answered May 4 at 0:32
jealcalat
11
11
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f1028606%2fflickering-behavior-on-ubuntu-16-04-with-amd-ryzen-5-1600-gtx1050-graphics-car%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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