Solved: Resolution output incorrect
|
15th Feb, 2013, 07:29 AM
Post: #1
|
|||
|
|||
Resolution output incorrect
Hi,
I have Xbian installed since yesterday and am having issues with the output resolution. On my Philips (don't know the model by head) tv Xbian looks good with the resolution 1280 x 768. So far so good. However, as soon as I reboot the Pi, the resolution is screwed. Somehow I get an output that looks like 4:3. I have to go to the settings then where I can see my resolution is set to 1280 x 768. There I have to switch to for example to 1280 x 720. As soon as I get the message if I want to keep this resolution I say no and then the screen pops back to 1280 x 768 and works fine again. This also happens in 1.0 #5 Anyone else having this problem? This issue is not happening when I use RaspBMC. Best regards. |
|||
15th Feb, 2013, 04:15 PM
Post: #2
|
|||
|
|||
RE: Resolution output incorrect
You could try to set the resolution in the config.txt of your raspberry via the "hdmi_mode" parameter:
/boot/config.txt http://elinux.org/RPiconfig There is a list of available resolutions about in the middle of the site. |
|||
15th Feb, 2013, 06:52 PM
Post: #3
|
|||
|
|||
RE: Resolution output incorrect
Thanks, will look into that.
|
|||
15th Feb, 2013, 11:08 PM
Post: #4
|
|||
|
|||
RE: Resolution output incorrect
(15th Feb, 2013 04:15 PM)namtih Wrote: You could try to set the resolution in the config.txt of your raspberry via the "hdmi_mode" parameter: No luck at all. Go's all fine during boot, but as soon as XBMC is being displayed, it go's wrong. Always the wrong resolution, even if I set it in the config.txt. I guess that the preferred resolution for the tv is: 1280x768p. It's not a normal resolution and somehow XBMC can not display that on boot? If i set it by had in the settings menu, it works fine. But as soon as I reboot, it go's wrong again. |
|||
16th Feb, 2013, 12:52 AM
Post: #5
|
|||
|
|||
RE: Resolution output incorrect
Found this when I executed the commants that look for the specs in the tv:
HDMI:EDID found preferred DMT detail timing format: 1280x768p @ 60 Hz (22) Even if I set hdmi_group=2 and hdmi_mode=22 I get a screen looking like 4:3. :-s It's just not displaying correctly. |
|||
16th Feb, 2013, 12:55 AM
Post: #6
|
|||
|
|||
RE: Resolution output incorrect
can you post output from this two commands please ?
Terminal /opt/vc/bin/tvservice -m CEA Terminal /opt/vc/bin/tvservice -m DMT ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
16th Feb, 2013, 01:08 AM
Post: #7
|
|||
|
|||
RE: Resolution output incorrect
(16th Feb, 2013 12:55 AM)rikardo1979 Wrote: can you post output from this two commands please ? tvservice-client: No supported modes returned for group CEA in [vc_tv_hdmi_get_supported_modes_new] Group CEA has 0 modes: tvservice-client: No supported modes returned for group DMT in [vc_tv_hdmi_get_supported_modes_new] Group DMT has 0 modes: When i type this from the wiki I get the output below. Terminal /opt/vc/bin/tvservice -d edid.dat /opt/vc/bin/edidparser edid.dat Quote:HDMI:EDID version 1.3, 1 extensions, screen size 71x40 cm |
|||
16th Feb, 2013, 01:16 AM
Post: #8
|
|||
|
|||
RE: Resolution output incorrect
what TV or screen you using ?
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
16th Feb, 2013, 01:21 AM
Post: #9
|
|||
|
|||
RE: Resolution output incorrect
It's a Philips 32PF5331/12 Widescreen tv. Not to new anymore. ;-)
The strange thing is, that I can see that XBMC has the preferred resolution of 1280x768p in it's list. When I boot the pi, XBMC is set on that value as I can see in the system settings. However, it's just not show that way on the tv. :-s When I switch resolution to something else and then back to 1280x768 it looks fine. :-) Can it have something to do with drivers? When I whipe my SD card and install RaspBMC, I don't seem to have this issue. However, I rather use Xbian. |
|||
16th Feb, 2013, 02:19 AM
Post: #10
|
|||
|
|||
RE: Resolution output incorrect
did u try add
Code: hdmi_ignore_edid=0xa5000080 also try to remove Code: disable_overscan=1 ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
16th Feb, 2013, 02:26 AM
Post: #11
|
|||
|
|||
RE: Resolution output incorrect
(16th Feb, 2013 02:19 AM)rikardo1979 Wrote: did u try add Hmmm. I can try that later with the other settings together. Maybe that will help. I did try it with hdmi_edid_file=1 enabled, but that did not help either. I will later you know later if it helped or not. Put my daughter in front of the tv for a moment now. :-) Code: disable_overscan=1 |
|||
16th Feb, 2013, 04:32 AM
Post: #12
|
|||
|
|||
RE: Resolution output incorrect | |||
16th Feb, 2013, 04:37 AM
Post: #13
|
|||
|
|||
RE: Resolution output incorrect
can you please read PM what I've sent you ?
-thx- ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
16th Feb, 2013, 05:07 AM
Post: #14
|
|||
|
|||
RE: Resolution output incorrect
(16th Feb, 2013 04:37 AM)rikardo1979 Wrote: can you please read PM what I've sent you ? Got it now with help from rikardo1979. This is my config: arm_freq=840 core_freq=375 gpu_mem_256=100 gpu_mem_512=100 sdram_freq=400 over_voltage=0 overscan=1 Seems like the problem was the overscan=1 that was not in my config. :-) |
|||
16th Feb, 2013, 05:12 AM
Post: #15
|
|||
|
|||
RE: Resolution output incorrect
thanks for sharing with us
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
« Next Oldest | Next Newest »
|