In breve, se uso il tv-off (normale conf solo con monitor crt) tutto funziona bene, anche l'accelerazione 3d, ma se provo a usare anche la tv (attraverso composito) rimangono neri ENTRAMBI i monitor!!
La scheda è una gigabyte con un attacco strano che ha un adattatore per svideo, sul quale a sua volta ho messo un adattatore per RCA e collegato alla televisione.
Ho seguito tutti gli howto possibili ma non cambia niente
Questo è lo xorg.conf, se vedete qualche problema vi prego fatemelo notare...
Code: Select all
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Oct 16 22:13:07 PDT 2006
Section "ServerLayout"
Identifier "tvoff"
Screen 0 "tvoff"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from data in "/etc/conf.d/gpm"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "crt"
VendorName "hitachi"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "tvoff"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "tvoff"
Device "tvoff"
Monitor "crt"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "tvon"
Device "tv"
Monitor "crt"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Device"
Identifier "tvon"
Driver "nvidia"
Option "TwinView" "on"
Option "NvAGP" "1"
Option "ConnectedMonitor" "Crt, TV"
Option "TvStandard" "PAL-B"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "30-60"
Option "MetaModes" "En5100e,800x600"
EndSection
Section "Device"
Identifier "tv"
Driver "nvidia"
Option "RenderAccel" "1"
Option "ConnectedMonitor" "TV"
Option "TvStandard" "PAL-B"
Option "TVOUTFormat" "COMPOSITE"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "30-60"
Option "MetaModes" "En5100,800x600"
EndSection
Section "ServerLayout"
Identifier "tvon"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Clone" "on"
Option "Xinerama" "on"
Screen "tvon"
EndSection

