<SOLVED> Kodi locks up on arch linux with catalyst and compton installed
#46
Sorry again, this was a knee-jerk reaction to the "Linux is beautiful, Android is crap" attitude around with the new Kodi technical management (http://forum.kodi.tv/showthread.php?tid=...pid2331206 + http://forum.kodi.tv/showthread.php?tid=...pid2331545).

It will soon not matter at all Wink
Reply
#47
(2016-05-09, 10:30)fritsch Wrote: Good or not good :-) so for now we have a working 1280x720 mode with vdpau and video acceleration support. Can you give me the model number of your TV, please I want to find out its native mode.

Full Specs here:
http://www.cnet.com/products/philips-26pf5321d/specs/
Reply
#48
I have a question. How do i adjust the scaling mode with the use of xrandr?
Reply
#49
Quote:Resolution 1366 x 768
Display Format 720p

And supported input formats:
Quote:1080i, 480i, 480p, 720p

This ^^ resolution you want to have, cause that really is your native resolution. So from the specs the 720p mode (1280x720) is correct. Everything else the TV is scaling for you which you don't want.

Try this custom modeline:
Modeline "1366x768" 85.500 1360 1440 1552 1792 768 771 777 795 +hsync +vsync

please and additionally see if one of those here: https://www.mythtv.org/wiki/Modeline_Database#Phillips (search the 1366 modes) does work for you.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#50
Never mind. i tried scaling and it gave me a blank screen.

I went back to catalyst temporarily to see what it does differenty and it uses for 1600x900 a 30htz refresh rate but also it uses monitor scaling and not gpu scaling. Is that helpful to know?
Reply
#51
Also when i used graphics scaling with the catalyst i had to set underscan to 7% at 1600x900 30hz under maintain aspect ratio.
Reply
#52
Nope - you don't want 30 hz for sure. You want the native resolution which is 1366x768 for you,
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#53
(2016-05-09, 18:33)fritsch Wrote:
Quote:Resolution 1366 x 768
Display Format 720p

And supported input formats:
Quote:1080i, 480i, 480p, 720p

This ^^ resolution you want to have, cause that really is your native resolution. So from the specs the 720p mode (1280x720) is correct. Everything else the TV is scaling for you which you don't want.

Try this custom modeline:
Modeline "1366x768" 85.500 1360 1440 1552 1792 768 771 777 795 +hsync +vsync

please and additionally see if one of those here: https://www.mythtv.org/wiki/Modeline_Database#Phillips (search the 1366 modes) does work for you.

We must have cross posted. I just now saw this. Will try that in a little while. Thank you.

You know what's funny is that i have seen the specs for the tv and see that 1366x768 is the default resolution for the tv. Also for this laptop that was the default resoultion for the lcd built into it but open source driver doesn't recognize it as a viable resolution. Even catalyst doesn't see it as a viable resolution
Reply
#54
Even catalyst doesn't off 1366x768 as a possible resolution.
Reply
#55
So - then add it ... as now described and showed 10 times ...
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#56
xrandr --addmode HDMI-0 "1366x768_59.94"
xrandr: cannot find mode "1366x768_59.94"

xrandr --addmode HDMI-0 "1366x768_60"
xrandr: cannot find mode "1366x768_60"

cvt 1366 768
# 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz
Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync

xrandr --addmode HDMI-0 "1366x768_59.88"
xrandr: cannot find mode "1366x768_59.88"

xrandr --addmode HDMI-0 "1366x768_60.00"
xrandr: cannot find mode "1366x768_60.00"

xrandr --addmode HDMI-0 "1366x768"
xrandr: cannot find mode "1366x768"
Reply
#57
you are doing it wrong :-( Man I told you before ... all three steps that are needed ...
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#58
What's so hard to do:

Quote:xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync

xrandr --addmode HDMI-0 "1368x768_60.00"

xrandr --output HDMI-0 --mode "1368x768_60.00"

to just follow what I ask you to do ... ?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#59
(2016-05-09, 22:10)fritsch Wrote: What's so hard to do:

Quote:xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync

xrandr --addmode HDMI-0 "1368x768_60.00"

xrandr --output HDMI-0 --mode "1368x768_60.00"

to just follow what I ask you to do ... ?

i did copy and paste those lines into the terminal just as you asked and when i entered the last line of text and pressed enter i was rewarded with a blank screen
Reply
#60
Good - then keep 720p which is the only supported input according to your vendor manual.

Edit: And no - before you ask - that fglrx mode with 30 hz is also internally transformed to the native output.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply

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