Nvtv

F

flammenflitzer

Routinier
Hallo
Ich habe eine GeForce 6800 GT
Ich habe in meiner xorg.conf


Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/lib64/X11/rgb"
ModulePath "/usr/lib64/modules"
FontPath "/usr/share/fonts/msfonts-style/
FontPath "/usr/share/fonts/sgi-fonts/
FontPath "/usr/share/fonts/sharefonts/
FontPath "/usr/share/fonts/vc/
####neu für x11-libs/libdockapp-0.5.0-r1 /etc/fonts/local.conf
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/afms"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/msfonts"
FontPath "/usr/share/fonts/libdockapp-fonts"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/msfonts-style"
FontPath "/usr/share/fonts/sgi-fonts"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/urw-fonts"
FontPath "/usr/share/fonts/vc"
FontPath "/usr/X11R6/lib/X11/fonts/xawtv"
EndSection

Section "Module"
Load "dbe" # Double buffer extension
Load "extmod" # tv-karten
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
### neu
Load "ddc" # ddc probing of monitor
Load "v4l"
Load "bitmap"
Load "speedo"
EndSection

####neue Sektion
#Section "Extensions"
# Option "Composite" "enable" #Um die Funktion Schatten und echte Transparenz zu nutzen.
# Option "RENDER" "Enable"
#EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"

Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"

EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection


Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
###neu
Option "DPMS" "true"
HorizSync 30 - 80 # DDC-probed
VertRefresh 60 - 85 # DDC-probed
EndSection

###neu für TV-Ausgang

Section "Monitor"
Identifier "TV"
VendorName "fernseher"
ModelName "sony"
HorizSync 30-50
VertRefresh 60
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "6800GT"
BusID "PCI:1:0:0"
Option "DigitalVibrance" "1"
# VideoRam 512
Option "RenderAccel" "true" #Bei nvidia-Grafikkarte Hardware Beschleunigung für die Render Erweiterung aktivieren
# Option "RenderAccel" "1"
# Option "AllowGLXWithComposite" "true" #Der nvidia Treiber schaltet bei aktivem Composite GLX ab. Um beides parallel zu verwenden.
EndSection

###neu für TV-Ausgang

Section "Device"
Identifier "device2"
Driver "nvidia"
Screen 2
BusID "PCI:1:0:0"
Option "TVStandard" "PAL"
Option "TwinView"
Option "NoLogo"
Option "ConnectedMonitor" "TV"
Option "TwinViewOrientation" "Clone"
# Option "TwinViewOrientation" "RightOf"
Option "TVoutFormat" "SVIDEO" #oder "S-VIDEO"?
# Option "TVoutFormat" "COMPOSITE"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1024x768" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

###neu für TV-Ausgang

Section "Screen"
Identifier "screen2"
Device "device2"
Monitor "TV"
DefaultColorDepth 16
Subsection "Display"
Depth 16
Modes "720x576PAL" "800x600PAL" "800x600"
EndSubsection
EndSection

#Section "DRI"
# Mode 0666
#EndSection



Aufruf von nvtv


Fatal: No supported video card found.


Ich denke, daß es daran liegt, daß meine Karte noch zu neu ist.

Frage 1.) Kann jemand in meiner xorg.conf einen Fehler entdecken?
Frage 2.) Gibt es Fehler in der Konfiguration, die zu "Fatal: No supported video card found." führen?
MfG
 

Ähnliche Themen

X11 Monitor Position

X startet nichtmehr

xrandr X11 Problem

NagiosGrapher 1.7.1 funktioniert nicht

Zweiter Monitor geht bei Vollbildspielen aus.

Zurück
Oben