LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zorin OS
User Name
Password
Zorin OS This forum is for the discussion of Zorin OS Linux.

Notices


Reply
  Search this Thread
Old 06-18-2019, 04:02 PM   #1
Dunked0n
LQ Newbie
 
Registered: Jun 2019
Location: United States
Distribution: Ubuntu, Manjaro
Posts: 22

Rep: Reputation: Disabled
Zorin OS Has terrible screen tearing, AMD GPU drivers not working right


Hi, I have a AMD radeon RX 570. Zorin OS won't use the GPU right. The OS comes with some amd drivers by default, but they are not working right. The desktop is suffering screen tearing and won't play some animations. The computer also boots to a black screen unless I use "nomodeset" in GRUB. Is there anything that I could do to stop and?
 
Old 06-19-2019, 01:36 AM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
No AMD RX user can expect decent behavior when booting with nomodeset. Nomodeset is a troubleshooting option, available primarily for rescue and testing purposes. Instead of booting with nomodeset, try disabling graphical boot by using plymouth.enable=0 instead. If it doesn't make the black screen go away, possibly the messages that should appear during boot will provide a clue what could be failing.

Zorin's X server and kernel aren't particularly new. Is it possible that RX 570 is a newer model than Zorin software supports? Maybe you need a newer kernel and/or DDX and/or server from a PPA. Part of the answer to this might be found via the PCI ID of the Radeon. To get it, do in an X terminal:
Code:
inxi -GxxSM
and paste result here using code tags. If you can get booted using nomodeset on a boot immediately following an attempt to boot without it, sharing the Xorg.0.log from the prior boot might provide a needed clue. Do:
Code:
pastebinit /var/log/Xorg.0.log.old
and paste the resulting URL here.
 
Old 06-19-2019, 01:00 PM   #3
Dunked0n
LQ Newbie
 
Registered: Jun 2019
Location: United States
Distribution: Ubuntu, Manjaro
Posts: 22

Original Poster
Rep: Reputation: Disabled
I've managed to get Zorin to a point where It doesn't screen tear as much when moving windows as well as being able to boot up without using nomodeset by adding "amdgpu.dc=0" to the grub options. But the display manager is suffering a bunch of weird Artifacts. And the whole desktop flickers when I try to use the 75hz option on my monitor and in settings. How could I fix this?
 
Old 06-19-2019, 01:06 PM   #4
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Please paste here the ouput from:
Code:
xrandr
 
Old 06-19-2019, 01:15 PM   #5
Dunked0n
LQ Newbie
 
Registered: Jun 2019
Location: United States
Distribution: Ubuntu, Manjaro
Posts: 22

Original Poster
Rep: Reputation: Disabled
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 74.97 + 60.00* 50.00 59.94
1920x1080i 60.00 50.00 59.94
1680x1050 59.88
1280x1024 60.02
1440x900 59.90
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 70.07 60.00
800x600 60.32 56.25
720x576 50.00
720x480 60.00 59.94
640x480 66.67 60.00 59.94
720x400 70.08
DVI-D-0 disconnected (normal left inverted right x axis y axis)
DVI-D-1 disconnected (normal left inverted right x axis y axis)
 
Old 06-20-2019, 01:23 AM   #6
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by Dunked0n View Post
HDMI-A-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 74.97 + 60.00* 50.00 59.94
The "+" indicates the current mode is 1920x1080@75

The "*" indicates the display's preferred mode is 1920x1080@60

Refresh rates higher than 60 are an anachronism since disuse of CRTs began.

@60 is the preferred refresh for the vast majority of panel displays.

Why do you wish to use a 75 refresh? Do you have the same tearing when using 60 refresh?

Last edited by mrmazda; 06-20-2019 at 01:26 AM.
 
Old 06-20-2019, 07:40 AM   #7
Dunked0n
LQ Newbie
 
Registered: Jun 2019
Location: United States
Distribution: Ubuntu, Manjaro
Posts: 22

Original Poster
Rep: Reputation: Disabled
I wish to 75 but it really doesn't matter. And I don't suffer the same screen tearing and/or artifacts on 60 Hz. However, the display manager is suffering from flickering and I cant seem to force It to go to 60Hz.
 
Old 06-20-2019, 02:27 PM   #8
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
It should automatically use 60 as long as you have not made manual configuration changes that prevent it. Does /etc/X11/xorg.conf exist? If yes, remove it.

Create a new user and login as that user, or login as root briefly, just long enough to test. Does it then use 60? If yes, then your regular user's settings have been modified and need to be reset.
 
Old 06-20-2019, 03:42 PM   #9
Dunked0n
LQ Newbie
 
Registered: Jun 2019
Location: United States
Distribution: Ubuntu, Manjaro
Posts: 22

Original Poster
Rep: Reputation: Disabled
I just created a new user. And the new user used 75 Hz as a default so I don't think that its regular user settings. I had to manually set my user refresh rate to 60 for me to fix it. So how could I make my display manager (gdm3) use 60 Hz as a default?
 
Old 06-20-2019, 07:58 PM   #10
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by Dunked0n View Post
So how could I make my display manager (gdm3) use 60 Hz as a default?
That might depend on the answers to the /etc/X11/ questions I asked that you didn't answer. If none of those files exist, add the following as 20-monitor.conf in /etc/X11/xorg.conf.d/:
Code:
Section "Monitor"
    Identifier "D0monitor"
	HorizSync	29-71
	VertRefresh	59-61
	Option	"PreferredMode"	"1920x1080"
EndSection
If /etc/X11/xorg.conf.d/ does not already exist, create it. It's optional.

If it doesn't help, please paste here output from:
Code:
sudo hwinfo --monitor
 
Old 06-20-2019, 08:29 PM   #11
Dunked0n
LQ Newbie
 
Registered: Jun 2019
Location: United States
Distribution: Ubuntu, Manjaro
Posts: 22

Original Poster
Rep: Reputation: Disabled
I managed to get the system to run stable and go perfect at 75Hz without artifacting by downgrading the kernel to 4.15. But on bootup, the display manager looks scrambled and distorted. What should I do? Also I’m sorry if I’m ignoring advice, I’ve been doing a lot of research
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Handbrake GPU Acceleration - Inexpensive AMD GPU for Old PC Mr. Macintosh Linux - Software 8 01-03-2018 03:11 PM
how can I setup the amd GPU as a default gpu instead of intel graphics? divinefishersmith Linux - Newbie 33 08-22-2015 06:03 PM
bluetooth not working on upgrading from zorin os 5 to zorin os 9 drjrtrivedi Linux - Newbie 0 10-02-2014 10:46 PM
Screen tearing on Ubuntu 12.04(32-bit) with AMD A4-3400 APU and AMD Radeon 6410D PhantomTurtle Linux - General 4 08-25-2012 08:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zorin OS

All times are GMT -5. The time now is 02:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration