Neo Darkman wrote:
Oi,
Instalei o CL10 num Toshiba Satellite 1905-S277 est� quase tudo funfando...
alguma dica para fazer funfar a sa�da de S-Video no linux?
No rWin basta teclar Fn+F5 e a sa�da � ativada, mas no linux nada acontece...
Qualquer ajuda ser� bem vinda.
Grato.



Configure a placa de video geforce como se houvesse dois monitores.
Os notebooks toshiba precessam algumas Fn por hardware e independe do uso de softwares.
A �nica tecla Fn que n�o vejo funcionar � o suspend (f1, f3 e f4), que na realidade com o uso de outro programa (esquec� qual) pode ser mapeada para chamar o protetor de tela, suspend, etc...
Aproveitando, voce sabe para que s�o as tecas F8, F10, F11, F12, at� hoje n�o sei para que servem (mesmo no windows) ?


Veja meu XF86Config-4 como exemplo :
#
# 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"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "Protocol" "IMPS/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


--------------------------------------------------------------------------- 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