Sebastián D. Criado escribió:
pablo escribió:
Sebastián D. Criado escribió:
pablo escribió:

Levantala en la pc y movela hasta la pantalla de la TV

Saludos.-

Sebastian y demás:
Con este xorg.conf (abajo lo relevante), cuando mi sesion normal, en el TV aparece otra sesion y no logro comar control.

¿Cómo puedo tomar control de dicha sesion ?
desde ya, gracias a todos

Pablo

---------------------------
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    Option         "AIGLX" "true"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "dri"              
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "v4l"
    Load           "vbe"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection


Section "Monitor"
    Identifier     "Envision D35"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 55.0
    VertRefresh     50.0 - 120.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "TV-0"
    HorizSync       30.0 - 55.0
    VertRefresh     50.0 - 120.0
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV34 [GeForce FX 5500]"
    Driver         "nvidia"
    Option         "RenderAccel" "true"                 ## para beryl
    Option         "AllowGLXWithComposite" "true"   ## para beryl   
    Option         "TVStandard" "PAL-B"
    Option         "NoLogo"
    Option         "CursorShadow" "On"
    Option         "TwinView"
    Option         "TwinViewOrientation" "Clone"
    Option         "MetaModes" "1024x768, 640x480"
    Option         "ConectedMonitor" "CRT, TV"
    Option         "TVOutFormat" "Composite"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX 5500"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX 5500"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV34 [GeForce FX 5500]"
    Monitor        "Envision D35"
    DefaultDepth    24
    Option         "AGPMode" "8" # Bus AGP 8x
    Option         "GARTSize" "128"  # dmesg | grep agp
    Option         "EnablePageFlip" "true"
        # Option "ColorTiling" "true"
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard1"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "CRT: 1024x768 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard0"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "TV: 1024x768 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

---------------------------
_______________________________________________
Lugro mailing list
[email protected]
http://www.lugro.org.ar/mailman/listinfo/lugro

Responder a