<SOLVED> Kodi locks up on arch linux with catalyst and compton installed
#16
(2016-05-08, 22:09)fritsch Wrote: Please go to bugs.freedesktop.org and actually file it - this needs fixing. fglrx needs to die - your desktop usability with this worst of the worse driver is basically not given at all, e.g. there is no usability with fglrx.

Ok. on my way.
Reply
#17
https://bugs.freedesktop.org/show_bug.cgi?id=95320
Reply
#18
@lizzi
bug report is fine, but it's of no use you don't specify _which_ GFX card you've got ...
Reply
#19
i did specify its a 6520g beavercreek apu
Reply
#20
(2016-05-09, 00:28)asavah Wrote: @lizzi
bug report is fine, but it's of no use you don't specify _which_ GFX card you've got ...

Ok. i musta edited it out. Thanks for catching that!Big GrinBig GrinBig GrinBig Grin
Reply
#21
Quote: 1600x900 59.94*+
1776x1000 59.94
1680x1050 60.00 59.94
1400x1050 60.00 59.94
1440x900 59.94
1280x960 59.94
1360x768 59.94

^^ there _is_ a 1600 x 900 mode. The 4:3 modes are not there, cause they don't represent the native display resolution.

Do you by chance have an underscan issue? What happens if you run the 1600x900 mode? Also the xrandr command you use to add the mode manually is 60 hz and not 59.94 hz.

So - what happens if you "normally" boot with the OSS drivers. Can you make photo picture? I think you really only have an underscan / overscan issue.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#22
These are the resolutions that show when i do xrandr with either of the open source video drivers:

xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 640mm x 360mm
1920x1080i 60.00 + 59.94
1280x720 60.00 59.94
1024x768 60.00*
1440x480i 59.94
800x600 60.00 60.32 56.25
700x525 59.98
720x480 60.00 59.94
720x480i 60.00 59.94
640x512 60.02
640x480 60.00 60.00 59.94
512x384 60.00
400x300 60.32 56.34
320x240 60.05


the only resolutions that work with the opensource driver are 1024x768 and smaller. anything else creates a desktop too large to fit on the viewable area
Reply
#23
How can i even be sure that my system is even using the opensource drivers? I uninstalled all the free and non-free drivers: catalyst, xf86-video-ati, and xf86-video-amdgpu and with all of them uninstalled or with both the free drivers installed, i see no difference in the xrandr output for available video modes. So how can i be sure my system is even using one of the free drivers when they are installed?
Reply
#24
I see!

Can you try:

Code:
xrandr --newmode "1600x900_59.94"  118.00  1600 1696 1856 2112  900 903 908 934 -hsync +vsync

xrandr --addmode HDMI-0 "1600x900_59.94"

xrandr --output HDMI-0 --mode "1600x900_59.94"

You need to change YOUR_OUT of course for your output.

Always use a pastebin near you for:

cat /var/log/Xorg.0.log | pastebinit
dmesg | pastebinit
xrandr -q | pastebinit
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#25
Here's a simple xorg.conf i made with the 1600x900 res. After reboot it booted to 1920x1080 and the desktop extended beyond the viewable area. After i manually selected the 1600x900 res in lxrandr that was created by my new xorg.conf my screen went completely blank.

Section "Monitor"
Identifier "Main monitor"
Modeline "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
Option "PreferredMode" "1600x900"
EndSection
Section "Device"
Identifier "6520g"
Driver "radeon"
Option "Monitor-HDMI-0" "Main monitor"
EndSection
Section "Screen"
Identifier "Primary screen"
Device "6520g"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x900"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Primary Screen"
EndSection
Reply
#26
Ey - act sane or we will never find a solution.

I want to see photo of the "screen extending beyond the viewable" area ... that's an overscan issue. Also I want all the logfiles from above or we need until new year's eve to solve your issue. And while at it I also need: xrandr --verbose | pastebinit

And I want to see xrandr --verbose | pastebinit _before_ you manually fiddle anything, please (the xorg.conf is fine).
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#27
https://drive.google.com/file/d/0B0G59dA...sp=sharing

https://drive.google.com/file/d/0B0G59dA...sp=sharing


pictures of the screen
Reply
#28
(2016-05-09, 08:24)fritsch Wrote: I see!

Can you try:

Code:
xrandr --newmode "1600x900_59.94"  118.00  1600 1696 1856 2112  900 903 908 934 -hsync +vsync

xrandr --addmode HDMI-0 "1600x900_59.94"

xrandr --output HDMI-0 --mode "1600x900_59.94"

You need to change YOUR_OUT of course for your output.

Always use a pastebin near you for:

cat /var/log/Xorg.0.log | pastebinit
dmesg | pastebinit
xrandr -q | pastebinit


ok hold on
Reply
#29
(2016-05-09, 08:24)fritsch Wrote: I see!

Can you try:

Code:
xrandr --newmode "1600x900_59.94"  118.00  1600 1696 1856 2112  900 903 908 934 -hsync +vsync

xrandr --addmode HDMI-0 "1600x900_59.94"

xrandr --output HDMI-0 --mode "1600x900_59.94"

You need to change YOUR_OUT of course for your output.

Always use a pastebin near you for:

cat /var/log/Xorg.0.log | pastebinit
dmesg | pastebinit
xrandr -q | pastebinit

did the above xrandr commands and my screen went blank

will do the paste commands now
Reply
#30
(2016-05-09, 08:24)fritsch Wrote: I see!

Can you try:

Code:
xrandr --newmode "1600x900_59.94"  118.00  1600 1696 1856 2112  900 903 908 934 -hsync +vsync

xrandr --addmode HDMI-0 "1600x900_59.94"

xrandr --output HDMI-0 --mode "1600x900_59.94"

You need to change YOUR_OUT of course for your output.

Always use a pastebin near you for:

cat /var/log/Xorg.0.log | pastebinit
dmesg | pastebinit
xrandr -q | pastebinit

Here are those pastes:

cat /var/log/Xorg.0.log | pastebinit
http://pastebin.com/ZNV0XqAb

dmesg | pastebinit
dmesg: read kernel buffer failed: Operation not permitted
You are trying to send an empty document, exiting.

xrandr -q | pastebinit
http://pastebin.com/imU2wNBK
Reply

Logout Mark Read Team Forum Stats Members Help
<SOLVED> Kodi locks up on arch linux with catalyst and compton installed1