Problemas con una X600 en breezy

Parece que de un tiempo a esta parte la gráfica ha dejado de funcionar correctamente en Linux. Parece que al activar la salida de TV cada cosa que todo hace que el servidor X caiga.

Además desde hace un par de actualizaciones al hacer lspci en vez de retornarme mi modelo de gráfica me dice que es un modelo desconocido.

Mi /etc/X11/xorg.conf

# /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 commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
# Load "int10"
Load "type1"
Load "vbe"
Load "dbe" # Double buffer extension
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"
Option "ZAxisMapping" "4 5"
EndSection
#Section "Device"
# Identifier "ATI Technologies, Inc. Radeon X600 (RV380)"
# Driver "ati"
# BusID "PCI:5:0:0"
#EndSection
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
#Option "no_accel" "no"
#Option "no_dri" "no"
# === misc DRI settings ===
#Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
#Option "DesktopSetup" "(null)"
#Option "ScreenOverlap" "0"
#Option "GammaCorrectionI" "0x00000000"
#Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
#Option "Capabilities" "0x00000000"
#Option "CapabilitiesEx" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
#Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
#Option "PseudoColorVisuals" "off"
# === QBS Management ===
#Option "Stereo" "off"
#Option "StereoSyncEnable" "1"
# === FSAA Management ===
#Option "FSAAEnable" "no"
#Option "FSAAScale" "1"
#Option "FSAADisableGamma" "no"
#Option "FSAACustomizeMSPos" "no"
#Option "FSAAMSPosX0" "0.000000"
#Option "FSAAMSPosY0" "0.000000"
#Option "FSAAMSPosX1" "0.000000"
#Option "FSAAMSPosY1" "0.000000"
#Option "FSAAMSPosX2" "0.000000"
#Option "FSAAMSPosY2" "0.000000"
#Option "FSAAMSPosX3" "0.000000"
#Option "FSAAMSPosY3" "0.000000"
#Option "FSAAMSPosX4" "0.000000"
#Option "FSAAMSPosY4" "0.000000"
#Option "FSAAMSPosX5" "0.000000"
#Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
#Option "UseFastTLS" "0"
#Option "BlockSignalsOnLock" "on"
#Option "UseInternalAGPGART" "no"
#Option "ForceGenericCPU" "no"
BusID "PCI:5:0:0" # vendor=1002, device=3e50
Screen 0
# ======= Salida de TV ==========
Option "ConnectedMonitor" "CRT,TV"
Option "TVStandard" "PAL-B"
Option "TwinView" "true"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertrefresh" "60"
#Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"
Option "MetaModes" "800x600, 800x600; 640x480, 640x480;"
Option "NoTV" "no"
#Option "TVHSizeAdj" "0"
#Option "TVVSizeAdj" "0"
#Option "TVHPosAdj" "0"
#Option "TVVPosAdj" "0"
#Option "TVHStartAdj" "0"
#Option "TVColorAdj" "0"
#Option "GammaCorrectionI" "0x00000000"
#Option "GammaCorrectionII" "0x00000000"
EndSection
Section "Monitor"
Identifier "Monitor gen�ico"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "Default Screen"
#Device "ATI Technologies, Inc. Radeon X600 (RV380)"
Device "ATI Graphics Adapter"
Monitor "Monitor gen�ico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection



¿Alguna idea?
Siento no poder ayudarte; no tengo hardware tan caro :)

Además desde hace un par de actualizaciones al hacer lspci en vez de retornarme mi modelo de gráfica me dice que es un modelo desconocido.


Como apunte decir que el hecho de que lspci devuelva o no el nombre no significa nada. La historia puede venir de dos sitios:

1) el kernel tiene una opcion (CONFIG_PCI_NAMES) para activar la tabla de nombres de tarjetas

2) lspci (parte de pciutils) utiliza la base de datos de 'ids->nombre' que el kernel. Es decir, la sacan del mismo sitio (http://pci-ids.ucw.cz/), no quiere decir que tengan la misma versión claro.

Supongo que no te mostrará tu tarjeta por (2), pero eso no debería estar relacionado de ninguna forma con que no te funcione la tarjeta.

Saludos.Ferdy
Mira lo del lspci no lo sabia.

Si te digo que la compre porque era lo que más barato me salia seguro que no me crees :D :D :D
2 respuestas