David1977
Senior Member
Posts: 206
Joined: Jan 2011
Reputation: 3
Location: Germany
|
@FernetMenta:
You didn“t answered my pn, so I ask here
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
Team-XBMC Member
Posts: 1,622
Joined: Jul 2010
Reputation: 34
Location: Munich
|
Just answered (holiday) 
You need driver for Linux, not BSD.
|
|
find
quote
|
David1977
Senior Member
Posts: 206
Joined: Jan 2011
Reputation: 3
Location: Germany
|
|
|
find
quote
|
ZyntaX
Junior Member
Posts: 18
Joined: May 2010
Reputation: 0
|
xorg.conf link is dead.
The paste you are looking for does not exist
|
|
find
quote
|
neil.j1983
Donor
Posts: 589
Joined: Jun 2009
Reputation: 28
|
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
Fan
Posts: 567
Joined: Jan 2007
Reputation: 2
|
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
Junior Member
Posts: 27
Joined: Jul 2012
Reputation: 0
|
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
Fan
Posts: 397
Joined: Jan 2007
Reputation: 5
Location: Vienna
|
...
(This post was last modified: 2012-09-10 01:41 by john.cord.)
|
|
find
quote
|
neil.j1983
Donor
Posts: 589
Joined: Jun 2009
Reputation: 28
|
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
Fan
Posts: 567
Joined: Jan 2007
Reputation: 2
|
Are the modlines essential?
|
|
find
quote
|