|
Ver temas sin respuesta | Ver temas activos
Foros Linux » Entorno gráfico » X Window
Página 1 de 1
|
[ 3 mensajes ] |
|
| Autor |
Mensaje |
Te0

Forista Nuevo
Registrado: Mié Ene 03, 2007 12:00 am Mensajes: 1
|
 Publicado: Mié Ene 03, 2007 4:29 am |
|
|
Hola tengo una tarjeta gráfica intel 852/855 que usa el driver i810
Bien, mi problema es que no consigo activar la salida de televisión correctamente.
Si pongo la opción Clone "True" en mi xorg.conf me funciona poniendo monitorlayout "TV,LFP" pero entonces se me ve mal en la tele hasta que no pongo resolución 800x600 en mi portátil. Además se me ve todo menos los vídeos, que me sale una pantalla negra.
He leído que para que se vea el overlay de vídeo (que creo que es lo que no se me ve) tiene que anularse el clone y poner una linea del tipo MonitorLayout "NONE, TV+LFP"
pero si lo pongo así (quitando el clone) me da error el gdm por que me dice:
Screen(s) fount but none have a usable configuration
no screens found
os copio mi xorg.conf para ver si alguien me puede ayudar.
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Intel 852/855GM"
Driver "i810"
BusID "PCI:0:2:0"
# Option "MonitorLayout" "NONE,LFP+TV" #Para salida S-Video y Pantalla
# Option "MonitorLayout" "CRT,LFP"#Para la salida VGA y Pantalla
# Option "MonitorLayout" "LFP,TV"
# Option "Clone" "True"
EndSection
Section "Monitor"
Identifier "Monitor genérico"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Monitor"
Identifier "Televisión"
HorizSync 30.0-50.0
VertRefresh 60
EndSection
Section "Screen"
Identifier "TV Screen"
Device "Intel 852/855GM"
Monitor "Televisión"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel 852/855GM"
Monitor "Monitor genérico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
# Screen "TV Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Como veis hay líneas comentadas, esas son las que he ido probando sin demasiado éxito, de esta manera está desactivada la TV-out.
Cualquier ayuda me sirve
Gracias de antemano.Salu2
.-Te0-.
|
|
|
|
 |
atlas

Forista Nuevo
Registrado: Sab Mar 11, 2006 12:00 am Mensajes: 4
|
 Publicado: Mié Oct 24, 2007 12:52 pm |
|
|
Que tal aqui te dejo mi xorg.conf a ver si te ayuda a mi se me ve todo en el TV, el unico problema es que solo se me ve en el TV pero no se me ve nada en la laptop y estoy tratando de solucionar eso pero no he podido.
# /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
Section "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "latam"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "Clone" "true"
EndSection
Section "Device"
Identifier "LCD"
Driver "i810"
Option "MonitorLayout" "TV+LCD"
Screen 0
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "TV"
Driver "i810"
Option "MonitorLayout" "TV+LCD"
Option "TVStandard" "NTSC"
Option "TVOutFormat" "SVIDEO" # "Composite"
Option "ConnectedMonitor" "TV"
Screen 1
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 30-50
VertRefresh 60
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Screen"
Identifier "LCD"
Device "LCD"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "TV"
Monitor "TV"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x800"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "LCDandTV"
Screen 0 "LCD"
#Screen 1 "TV" RightOf "LCD_TV"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerFlags"
Option "DefaultServerLayout" "LCDandTV"
EndSection
Section "DRI"
Mode 0666
EndSection
|
|
|
|
 |
karlakas

Forista Nuevo
Registrado: Lun Nov 08, 2010 4:21 pm Mensajes: 2
|
 Publicado: Lun Nov 08, 2010 4:28 pm |
|
|
Yo tengo la misma tarjeta grafica y veo las pantallas bien , en extendida y en clone , el unico problema es que en la tv se ve en blanco/negro , supongo que habra que cambiar el NTFS pero no encuentro el fichero xorg.conf para editar . Mi linux es ubuntu 10.10 . Mi grafica tiene instalada el controlador intel . Sabeis como puedo acceder a mi xorg.conf lo intentado con x-configure pero nada . SAludos
|
|
|
|
 |
|
|
|
Página 1 de 1
|
[ 3 mensajes ] |
|
¿Quién está conectado?
Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 3 invitados
No puede abrir nuevos temas en este Foro No puede responder a temas en este Foro No puede editar sus mensajes en este Foro No puede borrar sus mensajes en este Foro No puede enviar adjuntos en este Foro
|
|