UNA SOLUCION ! [LUG.ro] salida TV-OUT independiente/separada de X ???
pablo
pm47.pablo en gmail.com
Mar Dic 30 18:16:36 ART 2008
Sebastián D. Criado escribió:
> pablo escribió:
> [...]
>> Sebastián y demás.
>> El comando llevó el xorg.conf a uno standard , tambien me puso como
>> driver "nv" (los free) y no los nvidia (propietarios) que tenía instalados.
>>
>> bueno, seguiré probando otras alternativas.
>> Si se les ocurre algo, tiren la idea y la investigo
>
> Sobre drivers propietarios, difícil que se me ocurra algo :D
>
> Lo siento.
> Saludos.-
>
>> Gracias a todos.
>> Feliz año
>
Sebastián y demás.
conseguí una solución (por prueba y de casualidad )
cambié "Screen1" 0 0 a 0 1 y en un momento se desapareció el mouse del
display y lo ví en TV.
ahora accedo a controlar la sesion en el TV.
--------
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" 0 1 ## antes era: "Screen 1 "Screen1" 0 0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
-------
para Lanzar una peli sobre la sesion en la TV funciona este comando
$ mplayer mongol.mpg -display :0.1
Dejo abajo el xorg.conf como quedo.
saludos y gracias.
Pablo M.
-----------
enviado desde Mozilla ThunderBird sobre GNU/linux Debian 4.0 - Etch
( Use SOFTWARE Libre )
-----------
Software Libre se refiere a la defensa a sus Libertades ( de Ud. )
----- xorg.conf ---------
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister en builder57) Thu Jul 17
18:40:12 PDT 2008
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister en builder57) Thu Jul 17
18:39:19 PDT 2008
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
## para beryl inicio
## para beryl fin
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" 0 1
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "dri" ## para beryl
Load "freetype"
Load "glx"
Load "int10"
Load "v4l"
Load "vbe"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
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 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
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
----- end xorg.conf ------------
Más información sobre la lista de distribución Lugro