Hola gente, hoy he intentado configurar mi tele para que se pudiese usar correctamente xbmc en una pantalla y lo demás en la otra. He modificado el xorg y me ha quedado así:
Section "ServerLayout"
Identifier "Salida"
Screen 0 "Pantalla"
Screen 1 "Pantalla1" rightOf "Pantalla"
EndSection
#Section "ServerFlags"
# Option "Xinerama" "1"
#EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dbe"
EndSection
Section "Monitor"
Identifier "Monitor"
VendorName "Samsung"
ModelName "901N"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Gráfica"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "AddARGBGlxVisuals" "true"
# Option "TwinView" "true"
# Option "RenderAccel" "true"
# Option "AllowGLXWithComposite" "true"
# Option "XAANoOffscreenPixmaps" "true"
# Option "TripleBuffer" "true"
BusId "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Gráfica1"
Driver "nvidia"
# Edit the BusID with the location of your graphics card
BusId "PCI:2:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Pantalla"
Device "Gráfica"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Pantalla1"
Device "Gráfica1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
# Modes "1600x1200" "1024x768" "800x600" "640x480"
Modes "1024x768"
EndSubsection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Total, he reiniciado xorg y ya tenia mis dos pantallas configuradas. He creado una entrada en el .bashrc con esto para que con "tvout" se vean los programas en la otra tv tal que así:
alias tvout='DISPLAY=:0.1'
Total, que rulo un "tvout xbmc" y obtengo esto:
edu@Naru ~/ $ tvout xbmc
XBMC needs hardware accelerated OpenGL rendering.
Install an appropriate graphics driver.
Please consult XBMC Wiki for supported hardware
http://xbmc.org/wiki/?title=Supported_hardware
No sé por qué me dice eso, sin las dos pantallas va bien y he probado algunos juegos en mi TV que han funcionado a la perfección además de un vídeo en 1080p con smplayer y vdpau que se ve perfectamente. ¿Alguna idea? Gracias de antemano.
P.D.: lo mismo si lo echo a andar en la pantalla 1.