How can i switch to 1980x1080@24Hz

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dlmh Offline
Member
Posts: 76
Joined: Feb 2009
Reputation: 5
Post: #11
cejstrup Wrote:If you provide me with the size of the TV and these data I can make a modeline and you can give it a go:

HorizSync (minimum and maximum)
VertRefresh (minimum and maximum)

Max pixelclock (you can get this the xorg log file) Smile
Thanks, I will look into it this weekend!

For starters, it's a Samsung 46" LE46A686 LCD-TV, I'll have to check the other specs. Can I do this using Powerstrip in Windows?
find quote
cejstrup Offline
Senior Member
Posts: 168
Joined: Mar 2008
Reputation: 0
Post: #12
Yes,I guess you should be able to.I don't know that application so I can't tell you for sure.
I got my info from the xorg log file (max pixelclock, this is a video card parameter) and from the TV manual (horizontal sync,vertical refresh).
find quote
dannybullit Offline
Senior Member
Posts: 114
Joined: Dec 2008
Reputation: 0
Location: Sweden
Post: #13
cejstrup Wrote:If you provide me with the size of the TV and these data I can make a modeline and you can give it a go:

HorizSync (minimum and maximum)
VertRefresh (minimum and maximum)

Max pixelclock (you can get this the xorg log file) Smile

Hi! Could you help me out generating a 1080p modeline for my tv?

I have a panasonic TH-42PZ70EA, xbmc can´t detect the edid Sad

Max pixelclock = 165 MHz
HorizSync (minimum and maximum) = 31 - 69 kHz
VertRefresh (minimum and maximum) = 59 - 86 Hz

106 cm (diagonal)
922 mm (S) × 518 mm (H)

My tv handles:
1 125 (1 080) / 60p
1 125 (1 080) / 50p

It should also be able to use 24p.

Thanks!
find quote
cejstrup Offline
Senior Member
Posts: 168
Joined: Mar 2008
Reputation: 0
Post: #14
IMPORTANT: I've had several issues with nvidia drivers and/or xbmc version. So this is my tested and verified combination what works without issues for me:

* xbmc live 9.04
* nvifia drivers 180.44



Your TV will not be able to do 24p ,look at your vertical refresh it's 59-86. So it's similar to my TV which means you can get 1080p@60.

Try my xorg.conf with the above combination of xbmc live and nvidia driver.Your TV has the same data as mine,so can't see why it shouldn't work out.Use the whole section from my conf file :

Section "Monitor"
Identifier "panasonic"
ModelName "Generated by Another Modeline Calculator"
HorizSync 31-69
VertRefresh 59-86
DisplaySize 929 523 # Aspect ratio 1.778:1
# Custom modes
Modeline "1920x1080" 148.5 1920 1980 2028 2200 1080 1084 1089 1125
EndSection # panasonic


Section "Device"
Identifier "nVidia Corporation NV43 [GeForce 6200]"
Driver "nvidia"
Option "TripleBuffer" "True"
Option "Composite" "False"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV43 [GeForce 6200]"
Option "TVStandard" "HD1080p"
Option "ConnectedMonitor" "DFP"
Option "UseEdid" "False"
Option "ExactModeTimingsDVI" "True"
Option "ModeValidation" "AllowNon60HzDFPModes, NoEdidModes, NoEdidDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck,NoMaxSizeCheck,
NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck"
Monitor "panasonic"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
find quote
dev/x Offline
Junior Member
Posts: 6
Joined: May 2009
Reputation: 0
Post: #15
cejstrup Wrote:It will fix both.But you need to enter some data about your TV and video card. Also it's an application that you run in a terminal in Linux.

hi there can you plss help me too?



the television is a panasonic th-42pz 80 and is capble of 1920x1080@60 hz or 24 hz
i have the latest nvidia drivers installed on nvidia gt9600 xfx videocard
nv clock videocard is 700 mhz
memory clock 1000 mhz

i also have tried your program but it wont run in ternimal
not even with sudo parameter.

here are mine logs from xorg:

http://www.mediafire.com/?sharekey=3598c...f6e8ebb871

many thanx in advance !!!
find quote
dannybullit Offline
Senior Member
Posts: 114
Joined: Dec 2008
Reputation: 0
Location: Sweden
Post: #16
Thanks!

I will try this tonight. I´ve seen posts one avsforum that my V can handle 24p with a mild "judder". Still it´s probably better to use 1080p@60.

btw, is it always better to use 1080p@60 instead of 1080p@50?
I´mthinking that it could depend on what material you are playing.

Br, Daniel
find quote
boba23 Offline
Fan
Posts: 348
Joined: Nov 2007
Reputation: 0
Post: #17
Folks, you do NOT need a modeline in xorg.conf. My Panasonic 46PZ80 is happily running 24p 1080p without a modeline. Played around with it first but it wasn't needed.
Make sure you have:

Option "DynamicTwinView" "false"

in your xorg.conf among your "Screen" section options.
Then enable "adjust refresh rate" in xbmc, settings, video, player ....
And enjoy 24p output. Check the output refresh rate while playing a video with pressing "z" on your keyboard ....

Edit: and make sure xrandr is available on your linux installation. XBMC will use it to auto adjust refresh rates.

boba

Antec Black Fusion 430, Gigabyte GA-73PVM-S2H, NVIDIA 9400GT 1GB - passive, Intel E8400 @ 3ghz C0 Stepping, 2x 1024MB DDR2-667, Samsung DVD-ROM - Ubuntu Lucid Beta2 AMD64, XBMC switching between Camelot and SVN.
find quote
dannybullit Offline
Senior Member
Posts: 114
Joined: Dec 2008
Reputation: 0
Location: Sweden
Post: #18
boba23 Wrote:Folks, you do NOT need a modeline in xorg.conf. My Panasonic 46PZ80 is happily running 24p 1080p without a modeline. Played around with it first but it wasn't needed.
Make sure you have:

Option "DynamicTwinView" "false"

in your xorg.conf among your "Screen" section options.
Then enable "adjust refresh rate" in xbmc, settings, video, player ....
And enjoy 24p output. Check the output refresh rate while playing a video with pressing "z" on your keyboard ....

Edit: and make sure xrandr is available on your linux installation. XBMC will use it to auto adjust refresh rates.

boba

This is exciting information! I will try this.

But could it be so that it´s working for you because "xbmc live" can detect your TV´s EDID properly?

Is Option "DynamicTwinView" "false" the only thing that you have modified in xorg.conf, what about vertical and horizontal refresh rates?

Br, Daniel
(This post was last modified: 2009-05-18 16:44 by dannybullit.)
find quote
boba23 Offline
Fan
Posts: 348
Joined: Nov 2007
Reputation: 0
Post: #19
I can post my xorg.conf tonight when I am home. I am not using xbmc live but the latest svn revision ... not sure if I disabled EDID in xorg.conf or not. Will let you know.

boba

Antec Black Fusion 430, Gigabyte GA-73PVM-S2H, NVIDIA 9400GT 1GB - passive, Intel E8400 @ 3ghz C0 Stepping, 2x 1024MB DDR2-667, Samsung DVD-ROM - Ubuntu Lucid Beta2 AMD64, XBMC switching between Camelot and SVN.
find quote
dev/x Offline
Junior Member
Posts: 6
Joined: May 2009
Reputation: 0
Post: #20
boba23 Wrote:Folks, you do NOT need a modeline in xorg.conf. My Panasonic 46PZ80 is happily running 24p 1080p without a modeline. Played around with it first but it wasn't needed.
Make sure you have:

Option "DynamicTwinView" "false"

in your xorg.conf among your "Screen" section options.
Then enable "adjust refresh rate" in xbmc, settings, video, player ....
And enjoy 24p output. Check the output refresh rate while playing a video with pressing "z" on your keyboard ....

Edit: and make sure xrandr is available on your linux installation. XBMC will use it to auto adjust refresh rates.

boba


thanxx man that was the trick for me !!!!
find quote
Post Reply