[PROBLEMA] Drivers Graficas

Buenas pues resulta que mi problema buene de que cuando instalo los Drivers libres para mi ATI HD2400Pro al reiniciar el sistema se me queda la pantalla en Fuera de Rango y no me aparece nada, teniendo incluso que volver a instalar Linux. He probado tanto con graficas ATI como NVIDIA y el problema es siempre el mismo. La resolucion maxima d mi pantalla es de 1024x768 es de 15". Necesito ayuda ya que no puede iniciar algunas aplicaciones que requieren aceleracion 3D y me hacen falta. Gracias.
Prueba cambiar a mano la resolucion en el xorg.

Prueba con un sudo dpkgreconfigure xserver-xorg o sino modificalo con un editor de texto: sudo gedit /etc/X11/xorg.conf y donde pone la resolución la cambias por la que quieras.
de todos modos, reinstalar porque no va el entorno gráfico....
Orion escribió:de todos modos, reinstalar porque no va el entorno gráfico....


Entonces que sugieres?
En que distribucion estas???.
dark_hunter escribió:Prueba cambiar a mano la resolucion en el xorg.

Prueba con un sudo dpkgreconfigure xserver-xorg o sino modificalo con un editor de texto: sudo gedit /etc/X11/xorg.conf y donde pone la resolución la cambias por la que quieras.


Gedit no porque no le va el entorno gráfico, haz eso pero con vi /etc/X11/xorg.conf. Pero primero pulsa control+alt+F1 por ejemplo (o F2, el que quieras), y ahí entras en modo texto y desde ahí lo editas.
Bueno, no tengo mucha idea de Suse, pero estoy de acuerdo con dark_hunter en :

#dpkg-reconfigure xserver-xorg

Y vuelves a configurar las "x".

Aunque en Arch utlizamos :

#hwd -xa

Y todo resuelto, te configura las "x" para el driver libre de vesa, no se si me sigues ??,No hace falta reinstalarlo todo otra vez!!.
Yo he mirado en xorg.conf y esta todo a 1024x768, entonces que tendria que configurar?

Os dejo mi xorg.conf>

# /.../
# SaX generated X11 config file
# Created on: 2008-06-10T02:54:00+0200.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
Identifier "Layout[all]"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
EndSection

Section "Files"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "ZapWarning" "on"
EndSection

Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "es"
Option "XkbModel" "pc102"
Option "XkbRules" "xfree86"
EndSection

Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Name" "GenPS/2 Genius Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

Section "Modes"
Identifier "Modes[0]"
ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
ModeLine "1024x768" 64.1 1024 1080 1184 1344 768 769 772 795
EndSection

Section "Monitor"
Identifier "Monitor[0]"
VendorName "--> VESA"
ModelName "1024X768@60HZ"
UseModes "Modes[0]"
HorizSync 31.0 - 48.0
VertRefresh 50.0 - 60.0
Option "DPMS"
Option "PreferredMode" "1024x768"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "Device[0]"
Driver "radeonhd"
VendorName "ATI"
BoardName "Radeon HD 2400 Pro"
Option "monitor-VGA_1" "Monitor[0]"
BusID "1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection
Saludos.

No logro entender porqué tienes varias secciones duplicadas... A no ser que quieras tener un xorg.conf preparado para poner dos monitores a la vez no tiene sentido, y también veo que faltan cargar algunas cosas como el "dri". Si te sirve de algo, aquí te dejo mi xorg.conf, preparado para ati con drivers libres, AIGLX, etc... Te lo he modificado para que esté preparado para drivers propietarios, a la resolucion de tu monitor.

# File generated by xorgconfig.
#
# Copyright 2004 The X.Org Foundation

Section "DRI"
    Group 0
    Mode 0666
EndSection

Section "ServerLayout"
   Identifier     "Simple Layout"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard1" "CoreKeyboard"
   Option         "AIGLX" "true"
EndSection

Section "Files"
    FontPath   "/usr/share/fonts/TTF"
    FontPath   "/usr/share/fonts/Type1"
# The module search path.  The default path is shown here.
#     ModulePath "/usr/lib/modules"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/100dpi:unscaled"
   FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath    "/usr/local/share/fonts"
EndSection

Section "Module"
        Load "fglrx"
        Load  "dri"
   Load  "glx"
   Load  "drm"
   Load  "dbe"     
   Load  "freetype"
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

Section "InputDevice"

   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "es"
EndSection

Section "InputDevice"

   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "Auto"   # Auto detect
   Option       "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
   Option       "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
EndSection

Section "Monitor"
   Identifier  "Screen0"
        HorizSync   31.5 - 90
        VertRefresh 60 - 180
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "Screen0"
   Driver      "fglrx"
#Extra options
   BusID       "PCI:1:0:0"
   Option      "XAANoOffscreenPixmaps" "true"
   Option      "DRI"     "true"
# APG Performance
        Option "AGPMode" "4"
        Option "ColorTiling" "on"
        Option "AccelMethod" "EXA"  # Off if X down
        Option "EnablePageFlip" "on"
        Option "AGPFastWrite" "yes" # Off if X down
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Screen0"
   Monitor    "Screen0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1024x768"
   EndSubSection
EndSection


Compara tu xorg.conf, pues no se si metiendo directamente el mio te funcionaría, pero teóricamente debería funcionar.

Requiescat In Pain.
Muchisimas gracias ahora pruebo

PD: No funciona pero gracias de todas maneras.
10 respuestas