"Just Scan" on Samsung TV

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
diazamet Offline
Junior Member
Posts: 19
Joined: Sep 2008
Reputation: 0
Post: #1
I've got an Asrock 330 hooked up to a Samsung 46" LCD TV.
They are connected via HDMI.

I have set the TV to "Just Scan" and the picture looks perfect.

However, if I reboot the Asrock, the TV switches back to 16:9 mode and I have to switch it back to "Just scan".

Has anyone with a Samsung TV had similar behaviour?
find quote
tslayer Offline
Team-XBMC Developer
Posts: 3,581
Joined: Oct 2003
Reputation: 12
Post: #2
Mine stays on Just Scan... I have a 40 though. Lnt4061f.

Maybe goto the setup of the TV and change it there (instead of cycling through them). See if that makes a difference.

42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
AzzX Offline
Senior Member
Posts: 152
Joined: Jul 2008
Reputation: 0
Location: Oz
Post: #3
Had the same issue with my display reverting back after my receiver is turned off or the HTPC starts.

The fix is to hold the menu button down for 10secs untill Dynamic is displayed - It should now remember to stay on "Just Scan"
find quote
mason Offline
Senior Member
Posts: 267
Joined: Sep 2008
Reputation: 0
Location: Germany
Post: #4
i have the same trouble on my samsung, works from the windows box fine as second display, maybe it gets confused due to the bootscreen? ill give AzzX suggestion a try, also i dont really get it, dynamic is usual a viewmode... we will see
find quote
XBMC Rocks Offline
Junior Member
Posts: 1
Joined: Oct 2009
Reputation: 0
Post: #5
Hi!

I have the same problem with my Samsung LE40A866 TV.
Shop-mode is not the issue for me, I have set my TV to "home-mode".

Whenever I reboot (my Asrock Ion 330 with Ubuntu 9.04 and XBMC) it changes back to 16:9 everytime. All other settings are saved accept the "just scan" setting.

Did you find a solution for the problem?
find quote
iGudi Offline
Junior Member
Posts: 33
Joined: Jul 2009
Reputation: 0
Post: #6
I have the same issue...
Running XBMC on Ubuntu, ION 330
find quote
Alphix Offline
Junior Member
Posts: 5
Joined: Nov 2009
Reputation: 0
Big Grin  A possible solution Post: #7
I had the same problem on my Samsung TV and after spending hours searching all kinds of forums I finally found a solution (can't remember where I found the answer though):

1. Connect HTPC to HDMI2 on TV
2. Rename HDMI2 in the TV setup menu to "PC"

After I've done this, only "4:3" and "16:9" aspects are available for HDMI2, but "16:9" behaves like "just scan" and it survives a reboot of the HTPC.
find quote
Nick8888 Offline
Fan
Posts: 716
Joined: Jan 2007
Reputation: 0
Post: #8
Alphix Wrote:1. Connect HTPC to HDMI2 on TV
2. Rename HDMI2 in the TV setup menu to "PC"

Lucky you! this didnt work for me.. think Ive got a series 6. Ill keep searching for an answer and in the meantime use a macro on my mx-810 to control it.
find quote
iGudi Offline
Junior Member
Posts: 33
Joined: Jul 2009
Reputation: 0
Post: #9
Didn't work for me either...

Would be nice if you could disable the different sizes - as I ONLY use "Just scan".
Also the different sources that you dont use, annoying that you have to jump over those you dont use.
find quote
milenko79 Offline
Junior Member
Posts: 31
Joined: Feb 2007
Reputation: 0
Post: #10
It's because you use your xorg.conf is set to negotiate the resolution with the tv through the edid.

Turn of ed-id and set the resolution manually, that wil fix it. The tv will always stay on just scan.

This is the xorg.conf i use:

Code:
Section "Device"
  Identifier  "Device0"
  Driver      "nvidia"
  VendorName  "NVIDIA Corporation"
EndSection

Section "Screen"
  Identifier  "Screen0"
  Device      "Device0"
  Monitor     "Monitor0"

  # Fixes issue with modesetting on xbmc
  Option      "ExactModeTimingsDVI" "True" # we have proper modelines
  Option      "UseEDIDFreqs"        "True" # trust no edid
  Option      "ModeValidation"      "NoEdidModes, NoMaxPClkCheck, NoEdidMaxPClkCheck, AllowNon60HzDFPModes" trust no edid
  Option      "FlatPanelProperties" "Scaling = Native" # make sure the gpu does not scale and loose performance

  # Fixes tearing/smoothvideo issues
  Option      "DynamicTwinView"           "False" # disable or you'll get tearing
  Option      "TripleBuffer"              "0" # disable or xbmc will segfault with smoothvideo

  # Misc
  Option      "NoLogo"                    "True" # we're not myspace

  DefaultDepth  24
  SubSection "Display"
    Depth       24
    Modes      "1920x1080@50" "1920x1080@60" "1920x1080@24" "1920x1080@23.976" "1920x1080@59.94" "1920x1080@25" "1920x1080@29.97" "1920x1080@30"
  EndSubSection
EndSection

Section "Monitor"
  Identifier  "Monitor0"

  HorizSync   20.0 - 150.0
  VertRefresh 22.0 - 90.0

  # 1920x1080p @ 50Hz (EIA/CEA-861B)
  ModeLine "1920x1080@50" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  # 1920x1080p @ 60Hz (EIA/CEA-861B)
  ModeLine "1920x1080@60" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  # 1920x1080p @ 24Hz (EIA/CEA-861B)
  ModeLine "1920x1080@24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  # 1920x1080p @ 23.976Hz (EIA/CEA-861B)
  ModeLine "1920x1080@23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  # 1920x1080p @ 59.94Hz (EIA/CEA-861B)
  ModeLine "1920x1080@59.94" 148.350 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  # 1920x1080p @ 25Hz (EIA/CEA-861B)
  ModeLine "1920x1080@25" 74.250 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  # 1920x1080p @ 29.97Hz (EIA/CEA-861B)
  ModeLine "1920x1080@29.97" 74.175 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  # 1920x1080p @ 30Hz (EIA/CEA-861B)
  ModeLine "1920x1080@30" 74.250 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
EndSection

Section "Extensions"
  # fixes tearing with vdpau/vsync
  Option      "Composite"           "Disable"
EndSection
find quote
Post Reply