Kyseisestä tilasta pääset todennäköisesti merkkipohjaiseen tilaan CTRL-ALT-F1 näppäinyhdistelmällä.
Siellä sitten kirjaudut normaalisti.
Kun olet kirjautunut, niin vaihda grafiikka-ajuriksi vesa, jotta pääset graafisessa tilassa säätämään grafiikoita kuntoon.
Vesa-tilaan vaihtaminen tapahtuu seuraavasti merkkitilassa.
sudo nano /etc/X11/xorg.conf
Huom. siis /etc/X' yksi yksi'/xorg.conf
Siitä pitäisi avautua tämän tapainen tiedosto editoitavaksi:
# /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 xorg.conf(5) manual page.
# (Type "man 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
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 "vbe"
EndSection
...
Section "Device"
Identifier "nVidia Corporation NV34M [GeForce FX Go5200 64M]"
Driver "nv"
BusID "PCI:1:0:0"
# Option "RenderAccel" "true"
# Option "AllowGLXWithComposite" "true"
EndSection
...
Siis muuta ko. tiedostossa Driveriksi vesa. Äläkä muuten koske ko. tiedostoon. Tallenna tietenkin muutokset.
...
Section "Device"
Identifier "nVidia Corporation NV34M [GeForce FX Go5200 64M]"
Driver "vesa"
BusID "PCI:1:0:0"
# Option "RenderAccel" "true"
# Option "AllowGLXWithComposite" "true"
EndSection
...
Tämän jälkeen käynnistä koneesi uudestaan ja toivo parasta.