No puedo entrar en el sistema después de configurar mi t.gráfica!

Pues eso, que creo que acabo de cometer algun error como buen novato que soy...el caso es que después de haber conseguido que mi tarjeta wireless funcionase correctamente (gracias otra vez egc_bcn) me dispuse a toquetear con la gráfica...una ATI Radeon X700 SE.
Aqui un breve resumen de lo que hice:

1. sudo apt-get install linux-header-version-de-mi-kernel

2. sudo apt-get install linux-restricted-modulos-version-de-mi-kernel

3. sudo apt-get install xorg-driver-fglrx

4. modprobe agpgart

5. modprobe -r fglrx

6. Modifiqué el archivo /etc/X11/xorg.conf, concretamente esta sección y dejándolo como esta indicado aqui:
Antes:
Section "Device"
Identifier "ATI Technologies, Inc. Radeon X700 SE (RV410)"
Driver "vesa"

Después:
Section "Device"
Identifier “ATI Technologies, Inc. Radeon 9200 SE (RV280)"
Driver "fglrx"

7. Añadí las siguientes lineas en /etc/modules:
agpgart
fglrx

8. En este paso tenía que reiniciar y ya estaria la tarjeta configurada, pero cual es mi sorpresa y frustración el ver que cuando a terminado de cargar el sistema y se dirige a mostrar la pantalla de login, se queda pillado y que de ahi no pasa.

Hay alguna solución alternativa al formateo y reinstalación del sistema?? xDDD

Aqui lo que se me ocurrió e intenté hacer:
Me dispuse a entrar en modo consola para modificar el xorg.conf con un gedit y restablecer los parámetros que canvié en este archivo...pero no se que hago mal o que pasa que me da como unos errores al hacer el gedit /etc/X11/xorg.conf y no me deja...

Ando un bastante perdido... :?
Gedit es un programa que requiere que esté funcionando el servidor X. Prueba con algún editor en modo texto (nano, vi, ...)
Vale, ya he estado usando el nano para modificar algunas cosas...pero sigo igual, no me carga las X [toctoc]

Lo que he cambiado a sido restablecer el xorg.conf y el modules...es decir, ahora lo tengo igual que antes, sin el fglrx ni el gpgart en el modules y dentro del xorg, en driver ya vuelve a poner "vesa"...Pero se queda pillado igual!

[idea] Alguna idea? [idea]
el log de las X para poder intuir el problema seria recomendable verlo :)
edita con vi

sudo vi /etc/X11/xorg.conf y donde pone fglrx vuelves a poner vesa.

Si no sabes editar en vi te dire lo mas importante:
te colocas con el cursor ande pone fglrx y das al insert, pones vesa, escape, dos puntos , w, q todo junto -> :wq y le das a intro.
Saludos
Sertinell escribió:el log de las X para poder intuir el problema seria recomendable verlo :)

Ahi va (Es el /var/log/Xorg.0.log, será esto no?):

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15.7 i686
Current Operating System: Linux Xusep 2.6.15-26-386 #1 PREEMPT Fri Sep 8 19:55:17 UTC 2006 i686
Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 5 13:00:16 2006
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
Undefined Device "ATI Technologies, Inc. Radeon X700 SE (RV410)" referenced by Screen "Default Screen".
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor

mifune escribió:sudo vi /etc/X11/xorg.conf y donde pone fglrx vuelves a poner vesa.

Esto ya lo he hecho antes pero con el nano...tiene algo que ver que use editores diferentes?

PD: No se mucho que significa, pero este log lo veo muy feo [agggtt]
no importa que uses editores diferentes.

pega aqui el contenido de tu /etc/X11/xorg.conf
En el log pone claramente cual es el error, corrije tu xorg.conf :)
Hum... no se todavia sin el xorg.conf, pero con ver el log que te da, diria que es.... (de ejemplo te pongo mi conf)

Si yo tengo esto:
Section "Device"
Identifier "Targeta de vídeo genèrica"
Driver "nvidia"
vendorname ""
boardname ""

En section "Screen", cuando defina el Device ha de tener el mismo nombre, es decir.

Section "Screen"
Identifier "Default Screen"
Device "Targeta de vídeo genèrica"
Monitor "Monitor genèric"
DefaultDepth 16
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection


Si yo ahora, en el primer parrafo del Section Device, le cambio lo de "Targeta de vídeo genèrica" por "Nvidia GeForce4 MX440" pero dejo lo de Section "Screen" con: Device "Targeta de vídeo genèrica", le estaré indicando algo que ya no tiene ese nombre.

Todo esto lo digo por:
6. Modifiqué el archivo /etc/X11/xorg.conf, concretamente esta sección y dejándolo como esta indicado aqui:
Antes:
Section "Device"
Identifier "ATI Technologies, Inc. Radeon X700 SE (RV410)"
Driver "vesa"

Después:
Section "Device"
Identifier “ATI Technologies, Inc. Radeon 9200 SE (RV280)"
Driver "fglrx"

Si no has puesto el mismo nombre en Section "Screen", es normal que el log diga
Undefined Device "ATI Technologies, Inc. Radeon X700 SE (RV410)" referenced by Screen "Default Screen".
Exacto, muy bien explicado por capzo :)
Vaaale vale, creo que ya voy viendo por donde van los tiros...de todas formas cuando llegue de la uni colgare el xorg.conf para que veais lo que he echo y asi terminar de asegurarme...
Por cierto, gracias por la ayuda gente [oki]

EDIT: Ya toy en casa [sonrisa]
Y aqui va mi xorg.conf actual...ahora intentare arreglarlo con lo que me han dicho:


# /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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
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"
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"

# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "L1717S"
Option "DPMS"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon X700 SE (RÂV410) "
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon X700 SE (RV410)"
Monitor "L1717S"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection


Bueno, ahora mismo he intentado arreglarlo y estoy en las mismas ...aqui mi otro log del Xorg despues de haber modificado un par de cosas:



X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15.7 i686
Current Operating System: Linux Xusep 2.6.15-26-386 #1 PREEMPT Fri Sep 8 19:55:17 UTC 2006 i686
Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 5 20:36:00 2006
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
Undefined Device "ATI Technologies, Inc. Radeon X700 SE (RV410)" referenced by Screen "ATI Technologies, Inc. Radeon X700 SE (RV410)".
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor


Y aqui los canvios que le he hecho al Xorg:
Section "Device"
Identifier "ATI Technologies, Inc. Radeon X700 SE (RÂV410) "
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "ATI Technologies, Inc. Radeon X700 SE (RV410)"
Device "ATI Technologies, Inc. Radeon X700 SE (RV410)"
Monitor "L1717S"
DefaultDepth 24
SubSection "Display"


EDIT2:
Bueno, al final me las apañé y lo arregle por mi cuenta...ya tengo aceleracion grafica [beer]

saludos
¿Como sabes si tienes aceleración gráfica?

Yo es que seguí un tutorial, los videos se ven del carajo, las ventanas cuando las muevo se meuven 'suavecitas', vamos, que noto que si que ha ambiado a mejor la cosa pero.. Basta con eso?? [Ooooo]
JAPosti escribió:¿Como sabes si tienes aceleración gráfica?

Yo es que seguí un tutorial, los videos se ven del carajo, las ventanas cuando las muevo se meuven 'suavecitas', vamos, que noto que si que ha ambiado a mejor la cosa pero.. Basta con eso?? [Ooooo]


Yo diria que si...lo descubrí enseguida, más que nada porque iba todo como lento, y además los vídeos tambien se veian a pocos fps.

Otra forma es mirar que controlador de pantalla tienes como predeterminado: Preferencias del Sistema, Pantalla, pestaña Hardware, vi como ya ponia que ya detectava mi ATI.
Para saber si teneis aceleracion
glxinfo |grep direct

En tu xorg.conf tienes un error (RÂV410) deberia ser (RV410), imagino que has usado nano [fies]
13 respuestas