experimenta meu arquivo de configuracao em anexo.

Caio de Campos Ferreira wrote:
Eu dei uma lida no README.txt, tentei algumas mudan�as sem sucesso. Tentei o nvidia-settings mas n�o encontrei nenhuma op��o pra habilitar a sa�da de tv (tv-out).

Tentei adicionar no arquivo "/etc/X11/XF86Config-4":
        Option "TwinView"
        Option "MetaModes"    "1024x768,1024x768; 800x600,800x600"
        Option "TVStandard" "PAL-M"
        Option "ConnectedMonitor" "TV"
        Option "TVOutFormat" "SVIDEO"
        Option "SecondMonitorHorizSync"   "CRT-0: 50-110;  DFP-0: 40-70"
        Option "SecondMonitorVertRefresh" "CRT-0: 60-120;  DFP-0: 60"

Se aguem tiver com a sa�da de tv funcionando e puder me passar o arquivo "/etc/X11/XF86Config-4" eu agrade�o.


#
# screen section for an nvidia AGP TwinView card
# (look at the appropriate Device section)
#

Section "ServerLayout"
        Identifier     "NV AGP"
        Screen         "Screen AGP" 0 0
#        inputDevice    "Keyboard0"
        InputDevice    "Keyboard0" "CoreKeyboard"
#       InputDevice    "Mouse0" "SendCoreEvents"
#        InputDevice    "Mouse0"
EndSection

Section "Files"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        #FontPath     "/usr/X11R6/lib/X11/fonts/TTF"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/share/fonts/default/ghostscript"
        FontPath     "/usr/share/fonts/default/Type1-freefonts"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/esstix"
EndSection

Section "Module"
        #Load  "extmod"
        Load  "glx"
        Load  "dbe"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals
    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap
    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom
    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    #Option         "allowmouseopenfail"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        # xorg nao reconhece o driver chamado keyboard
        # neste lugar tem que se usar "kbd"
        #Driver      "keyboard"
        Driver "kbd"
        Option "XkbModel" "pc101"
        Option "XkbLayout" "us_intl"
        Option "CustomKeycodes" "off"
        Option      "XkdDisable" "off"
EndSection

Section "InputDevice"
        # Modified by mouseconfig
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Emulate3Buttons" "yes"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Generic LCD Display"
        ModelName    "LCD Panel 1024x768"
        HorizSync    31.5 - 48.5
        VertRefresh  40.0 - 70.0
        Option      "DPMS" "true"
EndSection

Section "Device"

    # update this with the PCI id of your card.  Consult the output
    # of the 'lspci' command.  The BusID is usually optional when
    # only using one graphics card.
        #Driver  "nv"
        #BusID       "PCI:1:0:0"
        #Option     "DPMS" "true"
        Identifier  "NV AGP"
        Driver      "nvidia"
        VendorName  "nvidia"
        VideoRam    32768
        Option      "RenderAccel" "true"
        Option      "CursorShadow" "true"
        Option      "CursorShadowAlpha" "100"
        Option      "NoLogo" "true"
        Option      "DigitalVibrance" "2"
        Option      "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
        Identifier "Screen AGP"
        Device     "NV AGP"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection

Section "Extensions"

    Option "Composite" "Enable"
    Option "RENDER" "Enable"

EndSection?
#
# screen section for an nvidia AGP TwinView card
# (look at the appropriate Device section)
#

Section "ServerLayout"
        Identifier     "NV AGP"
        Screen         "Screen AGP" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "SendCoreEvents"
        InputDevice    "TouchPad_ALPS" "CorePointer"
EndSection

Section "Files"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/share/fonts/default/ghostscript"
        FontPath     "/usr/share/fonts/default/Type1-freefonts"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/esstix"
EndSection

Section "Module"
        Load  "extmod"
        Load  "glx"
        #Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals
    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap
    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom
    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
        Option      "allowmouseopenfail"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "toshiba_s3000"
        Option      "XkbLayout" "us_intl"
        #Option      "XkdDisable" "off"
EndSection

Section "InputDevice"

        # Modified by mouseconfig
        Identifier      "Mouse0"
        # Modified by mouseconfig
        Driver          "mouse"
        Option          "Device"                "/dev/mouse"
        Option          "Protocol"              "GlidePointPS/2"
        Option          "Emulate3Buttons"       "yes"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier  "TouchPad_ALPS"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Device" "/dev/psaux"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Generic LCD Display"
        ModelName    "LCD Panel 1024x768"
        HorizSync    31.5 - 48.5
        VertRefresh  40.0 - 70.0
        Option      "DPMS" "true"
EndSection

Section "Device"

    # update this with the PCI id of your card.  Consult the output
    # of the 'lspci' command.  The BusID is usually optional when
    # only using one graphics card.
        #Driver  "nv"
        #BusID       "PCI:1:0:0"
        #Option     "DPMS" "true"
        Identifier  "NV AGP"
        Driver      "nvidia"
        VendorName  "nvidia"
        VideoRam    32768
        #Option     "RenderAccel" "true"
        Option      "CursorShadow" "true"
        Option      "CursorShadowAlpha" "100"
        Option      "NoLogo" "true"
        Option      "DigitalVibrance" "2"
        Option      "AllowGLXWithComposite" "true"
EndSection

Section "Device"

    # update this with the PCI id of your card.  Consult the output
    # of the 'lspci' command. The  BusID is usually optional when
    # only using one graphics card.
    # sample twinview setup
        Identifier  "NV AGP TwinView"
        Driver      "nvidia"
        VendorName  "nvidia"
        Option      "TwinView"
    # be sure to replace the HorizSync and VertRefresh with correct values
    # for your monitor!
        Option      "SecondMonitorHorizSync" "31-82"
        Option      "SecondMonitorVertRefresh" "55-120"
        Option      "TwinViewOrientation" "RightOf"
        Option      "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
        Option      "ConnectedMonitor" "crt,crt"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen AGP"
        Device     "NV AGP"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen AGP TwinView"
        Device     "NV AGP TwinView"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     8
                Modes    "1280x1024" "1024x768" "800x600" "640x400"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

# xorg entries
#Section "Extensions"
#
#    Option "Composite" "Enable"
#    Option "RENDER" "Enable"
#
#EndSection
---------------------------------------------------------------------------
Esta lista � patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br

Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br
Regras de utiliza��o da lista: http://linux-br.conectiva.com.br
FAQ: http://www.zago.eti.br/menu.html

Responder a