Bonjour à tous!
Un terminal! Qu'on me donne un terminal!
Ma dernière modif de XF86Config-4 m'a été fatale... Ayant modifié les drivers de ma nouvelle CG Radeon (j'ai choisi ATI lors de mon dpkg-reconfigure xserver-xfree86), je me suis retrouvé avec un zoli écran tout noir... et pour cause, le moniteur est passé en veille et refuse d'en sortir (mais il fonctionne TB sous Windaube XP (je suis en dual boot) :-( Pas grave, j'ai rebooté, mais je me suis retrouvé sur le même moniteur qui refuse de s'allumer.
Si je fais Ctrl+AlT+Backspace, ou Ctrl+Alt+F1, toujours rien: impossible d'avoir un terminal, et donc de modifier manuellement mon fichier XF86Config-4.
Impossible de le faire à partir de Windows, les partitions Linux étant alors invisibles.
La seule solution à laquelle j'ai pensé: booter avec une knoppix et modifier XF86Config-4. Mais bon, si vous avez d'autree solutions, je suis preneur...
# failsafe
Posté par B16F4RV4RD1N . Évalué à 3.
J'imagine qu'il doit y avoir d'autres méthodes (pour empêcher au boot de lancer un kdm / gdm quelconque), mais je ne connais pas. C'est aussi pour cela que je lance toujours X manuellement :)
Only wimps use tape backup: real men just upload their important stuff on megaupload, and let the rest of the world ~~mirror~~ link to it
[^] # linux single
Posté par daggett . Évalué à 3.
Lors du chargeur Lilo ou grub, il faut lui demander à lancer linux dans un runlevel minimaliste pour n'avoir qu'une console texte.
Sous lilo en mode texte: modifier le kernel à booter en rajouter " single" à la fin
Sous lilo en mode graphique: il faut taper Ctrl-X pour avoir le mode texte, et faire pareil
Sous grub: editer l'entrée qu'on veut booter par "e", rajouter "single" à la fin, entrée, et "b" pour la booter.
Ça devrait lancer linux avec juste un shell root qui te permette d'éditer tes fichiers de conf. Dans ce mode, quasiment rien d'autre n'est lancé (aucun service, tout n'est pas forcément monté, etc...)
[^] # Re: failsafe
Posté par tontonflingueur . Évalué à 3.
ou passer le paramètre init 3 au boot du kernel sous Grub. (Normalement Grub te permets de le faire en appuyant sur e au boot). Chez moi la commande est:
tu la modifies pour rajouter init 3. Moi je ferais:
Soit effectivement tu bootes sur un LiveCD, tu montes ta partition root et tu édites le fichier /mnt/broken_system/etc/inittab
Tu repères la ligne où il y a
et tu la remplaces par
En ce qui me concerne, je passe toujours le niveau d'init par défaut à 3 avant toute manipulation de X pour éviter ce problème.
[^] # Re: failsafe
Posté par cxente . Évalué à 2.
Ça dépend des distributions. Sur Debian et Ubuntu, par défaut c'est 2.
# GRUB
Posté par Tartarin . Évalué à 1.
Effectivement GRUB me propose de booter sur un "safe mode " ou "recovery mode" (de mémoire, car je suis au boulot).
Je tente ça cet aprèm et vous tiens au courant.
[^] # Ca remarche mais...
Posté par Tartarin . Évalué à 1.
Mais je me retrouve avec un vieux problème: une image moniteur "aplatie" et décalée sur la gauche. :-(
Si quelqu'un peut m'aider à y voir plus clair; voici mon XF86Config-4:
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI Radeon 9800 pro"
Driver "vesa"
VideoRam 128
EndSection
Section "Monitor"
Identifier "HP v72"
HorizSync 30-60
VertRefresh 50-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Radeon 9800 pro"
Monitor "HP v72"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Merci...
# Solutionné!
Posté par Tartarin . Évalué à 3.
loggué en root, j'ai fait:
aticonfig --initial
dpkg-reconfigure xserver-xfree86
Là, j'ai choisi "fglrx" dans la liste de drivers proposés...
et tout remarche!
Salut à tous
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.