HackModford
Active Member
- Joined
- Oct 2, 2007
- Messages
- 813
- Age
- 33
Has anyone else noticed low quality on video playback or is it just me. It seems like the colours are low.
HackModford said:I'm using mplayer....
I also experience this when using minitube (because I'm assuming it's using mplayer)
But if I use xbmc I have no issue...
I'm gonna try reinstalling the codec pack tonight.
WizardStan said:Actually that might show something interesting. Take a screenshot in both mplayer and xbmc and compare them. Hopefully they really are different so you can rule out cable problem.
sebt3 said:WizardStan said:Actually that might show something interesting. Take a screenshot in both mplayer and xbmc and compare them. Hopefully they really are different so you can rule out cable problem.
I would be realy surprised (XBMC is using the codec in the codec pack... at least ffmpeg as I pushed a --enable-external-ffmpeg to configure)...
But then If it was the cable, Hackmodford wouldn't thinkingabout it, he would be sure of it.
I'm not into hardware at all, but the first time I saw my screen issue, I was *sure* the cable was dying.
imho, if you're wondering if it could be that cable, then it is not. Once it is, you know it...
I don't think so. Should be no different from any PC running at 16 bit.HackModford said:Maybe it's just a limitation of the pandora? Can't have too many colors onscreen so it will limit what is shown?
Yes that's it! But how am I going to change the Pandora to 32?paulguy said:Any reason the default is 16 bit? It seems to support 24/32 bit mode. RAM saving measure? I'd say try changing the video mode to 32 bit mode if you can and see what happens. Not exactly sure how to go about this on the pandora but I know it can because the gamma utility let's you choose 16, 24 and 32 and the gradients lose their banding if you use the 2 higher modes, but that uses the framebuffer directly, and not X, and I don't know how X is even confiured on the pandora. I should look again when I get home but I imagine there's some menu option for it, even. If there isn't there should be. 16 bit mode is really quite inadequate for a lot of things, especially because you get funky discolored bands a lot of time likely due to the higher green resolution.
notaz said:The FB driver supports it, but the X one doesn't. You can do
fbset -depth 32
.. you will get 32bpp but your screen will just mess up, as X driver always assumes 16bpp.