[rešeno] Kubuntu 10.10 - samo tekstovni način

Živijo
Namestil sem novi kubuntu (s pomočjo nadgradnje). Po namestitvi sem naredil ponovni zagon, vendar dobim samo tekstovni način v katerega se moram javiti z uporabniškem imenom in geslom. Kaj bi moral narediti, da dobim grafični način.

Hvala
«1

Komentarji

  • probaj napisat
    sudo service kdm start
  • sem probal, mi napiše
    Job is already running : kdm
  • probaj CTRL + ALT + F7
  • Sem probal (najprej sem se prijavil z uporabniškem imenom in geslom).
    Izpiše mi:
    Starting the firestarter firewall… [fail]
    Saned disabled; edit/etc/defauld/saned
    Tukaj se ustavi, ctrl+alt+delete se resetira.

    Še kakšna ideja?
  • Glede na to da ti piše da se že izvaja probaj:
    sudo service kdm stop
    sudo service kdm start
  • ko napišem "sudo service kdm stop" piše da se je ustavil,
    ko napišem "sudo service kdm start" piše kdm start/running, process 1892
  • Katero grafično kartico imaš oz. kateri gonilnik si uporabljal sedaj?
  • Imam NVIDIA GeForce2 MX/MX 400. V kubuntu 04.10 sem inštaliral gonilnik preko synaptica in je normalno delalo do posodobitve.
    Hvala
  • Aha, verjetno nvidia-legacy gonilnik ne podpira novega Xserverja 1.9. Odstrani ga in uporabljaj nv gonilnik, dokler nvidia ne izkašlja kaj uporabnega (lahko pa pogledaš na njihovi strani, če je gonilnik že na voljo).
  • Verjetno je res kaj z gonilniki nvidia, kjer ob nalaganju piše error.
    Probal sem par stavi, ki sem jih našel na internetu (sudo apt-get remove...) vendar mi ni uspelo.
    Kaj naj napišem še.

    Hvala
  • Sem naredil in mi je uspelo. Vsem hvala.
    Vendar imam sedaj "čudno" resolucijo zaslona. Napisal sem "sudo dpkg-reconfigure xserver-xorg" za spremembo resolucije in se nič ne zgodi.

    Še enkrat hvala.
  • Poskusi s tem vodičem: http://ubuntuforums.org/showthread.php?t=83973
    Ko bodo gonilniki za legacy grafične na voljo, pa posodobi in enostavno izbriši xorg.conf
  • Sem naredil kot piše v navodilu, vendar ko napišem "sudo dpkg-reconfigure xserver-xorg" se ne zgodi nič .
  • Pojaviti bi se morala nova xorg.conf datoteka v /etc/X11/.
  • Pojavi se. Potem se ustavi kde. Gre v tekstovni način. Se znova prijavim. Ko napišem "sudo dpkg-reconfigure xserver-xorg" se ne zgodi nič .

    Hvala
  • Ključno je zate tole, vrstica Modes:

    Section \"Screen\"
    Identifier \"Default Screen\"
    Device \"NVIDIA Corporation NV34 [GeForce FX 5200]\"
    Monitor \"CM752ET\"
    DefaultDepth 16
    SubSection \"Display\"
    Depth 16
    Modes \"1024x768_75.00\"
    EndSubSection
    EndSection


    1024x768_75.00 zamenjaj s svojo želeno resolucijo, recimo 1600x1200, itd.
  • Sem spremenil, vendar se ni spremenilo nič.
    V originalu sem imel napisano to:
    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "NoLogo" "True"
    SubSection "Display"
    Depth 24
    Modes "nvidia-auto-select"
    EndSubSection



    popravil sem na to:
    ection "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "NoLogo" "True"
    SubSection "Display"
    Depth 24
    Modes "1280x1024_60.00"
    EndSubSection

    kot rečeno postane isto.
    Hvala za odgovor.
  • Ali lahko na pastebin.com prilepiš celotno vsebino datoteke xorg.conf?
  • # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Jul 13 13:31:50 PDT 2010

    # xorg.conf (X.Org 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 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.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # 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 "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection

    Section "Module"
    Load "glx"
    EndSection

    Section "InputDevice"

    # generated from default
    Identifier "Keyboard0"
    Driver "keyboard"
    EndSection

    Section "InputDevice"

    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    Driver "nv"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "NoLogo" "True"
    SubSection "Display"
    Depth 24
    Modes "1280x1024_60.00"
    EndSubSection
    EndSection
Za komentiranje se prijavite ali pa se vpišite.