Ver Mensaje Individual
  #7 (permalink)  
Antiguo 03/12/2007, 07:43
Exar
 
Fecha de Ingreso: diciembre-2007
Mensajes: 4
Antigüedad: 16 años, 5 meses
Puntos: 0
Re: Problema al reproducir vídeo en mandriva 08

Cita:
Iniciado por Defero.tk Ver Mensaje
Pon el contenido de tu archivo /etc/X11/xorg.conf para comprobar lo de las tasas de refresco, a ver si podemos "optimizar" la configuración. Y dinos también cuál es el modelo EXACTO de tu monitor.

Lo de la velocidad de descarga puede ser culpa de los repositorios de Mandriva. Prueba a cambiarlos por otros que estén más cerca de ti (los de Rediris suelen ir bien).
El /etc/X11/xorg.conf:

# File generated by XFdrake (rev 230776)

Section "Extensions"
Option "Composite"
EndSection
# ************************************************** ********************
# Refer to the xorg.conf man page for details about the format of
# this file.
# ************************************************** ********************

Section "ServerFlags"
#DontZap # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
Identifier "SynapticsMouse1"
Driver "synaptics"
Option "SHMConfig" "on"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName ""
HorizSync 31.5-54
VertRefresh 60-67

# Monitor preferred modeline (60.0 Hz vsync, 48.9 kHz hsync, ratio 16/10)
ModeLine "1280x800" 68.9 1280 1301 1333 1408 800 804 808 816 -hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_120" 181.21 1280 1376 1520 1760 800 801 804 858 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_100" 147.89 1280 1376 1512 1744 800 801 804 848 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_85" 123.38 1280 1368 1504 1728 800 801 804 840 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_75" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_50" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync
EndSection

Section "Device"
Identifier "device1"
VendorName "Intel Corporation"
BoardName "Intel 810 and later"
Driver "intel"
Option "DPMS"
Option "XaaNoOffscreenPixmaps" "1"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16

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 "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "SynapticsMouse1" "AlwaysCore"
Screen "screen1"
EndSection


Con lo del modelo EXACTO del monitor no se bien a que te refieres, sólo se (según me pone por aquí en lo referente a gráficos y monitor) esto:
Intel Corporation Mobile 915GM/PM/GMS/910GML Express Graphics Controller
Intel Graphics Media Accelerator 900
¿Si no es algo de eso, donde lo miro entonces?

En lo referente a los repositorios, el que más cerca de mi está son los de España, pero siempre me da error:

No se puede añadir soporte, errores reportados:

...falló la recuperación: curl failed: exited with 9
no se puede acceder al archivo hdlist de «Main Updates (Official2008.0-2)», soporte ignorado
No se puede recuperar la lista de paquetes nuevos desde el repositorio `Main Updates (Official2008.0-2)'. O bien este repositorio de actualizaciones está mal configurado, en cuyo caso debería utilizar el Administrador de Soportes de Software para quitarlo y volver a añadirlo para configurarlo nuevamente; o bien en este momento no se puede acceder al mismo y debería volver a intentarlo más tarde.

He probado muchos otros, de diversos sitios, pero la velocidad de descarga siempre es muy baja.


Saludos, y gracias a los que se pasan por aquí para echar una mano.