Perfect playback of 23.976 fps possible with nVidia?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
David1977 Offline
Senior Member
Posts: 206
Joined: Jan 2011
Reputation: 3
Location: Germany
Post: #11
@FernetMenta:

You didn“t answered my pn, so I ask here Wink

I have googled for the driver you suggested and found this:

http://www.nvidia.com/object/linux-displ...river.html

and this one

http://www.nvidia.de/object/freebsd-x86-...er-de.html

For my Zotac ION1 with XBMCbuntu (stable release) installed I had to take the second one, correct?

Thanks in advance

David
find quote
FernetMenta Offline
Team-XBMC Member
Posts: 1,622
Joined: Jul 2010
Reputation: 34
Location: Munich
Post: #12
Just answered (holiday) Smile
You need driver for Linux, not BSD.
find quote
David1977 Offline
Senior Member
Posts: 206
Joined: Jan 2011
Reputation: 3
Location: Germany
Post: #13
Yes...of course Wink my fault!

Gonna take this one...

http://www.nvidia.com/object/linux-displ...river.html
find quote
ZyntaX Offline
Junior Member
Posts: 18
Joined: May 2010
Reputation: 0
Post: #14
xorg.conf link is dead.

The paste you are looking for does not exist
find quote
neil.j1983 Offline
Donor
Posts: 589
Joined: Jun 2009
Reputation: 28
Post: #15
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 302.17  (buildmeister@swio-display-x86-rhel47-04.nvidia.com)  Tue Jun 12 17:05:44 PDT 2012
    
    
    Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
    
        # 1920x1080p @ 50Hz (EIA/CEA-861B)
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        HorizSync       28.0 - 33.0
        VertRefresh     23.0 - 72.0
        ModeLine       "1920x1080_24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
        ModeLine       "1920x1080_23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
        Option         "DPMS"
        Option         "DPI" "96 x 96"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        Option         "VertRefresh"  "DFP-0: 23-60; CRT-0: 23-200"
        Option         "HorizSync"    "DFP-0: 25-100; CRT-0: 25-200"
        DefaultDepth    24
        Option         "FlatPanelProperties" "Scaling = Native"
        Option         "ModeValidation" "NoVesaModes, NoXServerModes"
        Option         "ExactModeTimingsDVI" "True"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    
    Section "Extensions"
       Option         "Composite" "Disable"
    EndSection
find quote
Hack_kid Offline
Fan
Posts: 567
Joined: Jan 2007
Reputation: 2
Post: #16
is the xorg.conf esential or just the driver? i updated the driver but have my own default xorg and i dont have some of those settings including the modlines are those needed for smooth playback as i dont think i see any problems with it what should i be looking for to know if its timed correctly?
find quote
ozp1 Offline
Junior Member
Posts: 27
Joined: Jul 2012
Reputation: 0
Post: #17
is it possible to just highlight the options or parameters required for the perfect playback?

I fear that if we use the entire xorg.conf this could lead to problems with mouse, monitor or other custom stuff
find quote
john.cord Online
Fan
Posts: 397
Joined: Jan 2007
Reputation: 5
Location: Vienna
Post: #18
...
(This post was last modified: 2012-09-10 01:41 by john.cord.)
find quote
neil.j1983 Offline
Donor
Posts: 589
Joined: Jun 2009
Reputation: 28
Post: #19
your top link is outdated since the 302 drivers.

and your bottom link only has a 24hz modeline, and no 23,976 modeline.

perhaps the original xorg that i've reposted isn't the best, but it's done me fine, and it's certainly not useless.
find quote
Hack_kid Offline
Fan
Posts: 567
Joined: Jan 2007
Reputation: 2
Post: #20
Are the modlines essential?
find quote
Post Reply