Find the answer to your Linux question:
Results 1 to 4 of 4
Hi there so I managed to install Debian finally but got few questions cause it doesnt look as I would like it to look. I installed KDE. Do I have ...
  1. #1
    Just Joined! Gaspacho's Avatar
    Join Date
    Feb 2007
    Location
    Stropkov, Slovak Republic
    Posts
    38

    Installing Debian



    Hi there so I managed to install Debian finally but got few questions cause it doesnt look as I would like it to look. I installed KDE. Do I have to install KDM too? How do I make Debian to boot and to switch to KDE automaticlz without need to write startx? What video drivers should I choose for my nc6120 laptop..the graphic card si intel 900 I think. Thx

  2. #2
    Just Joined!
    Join Date
    Nov 2005
    Posts
    80
    Im no expert but i believe that KDM is exactly what you seek. KDM is nothing more than a graphical login interface to replace your login prompt.

    For your video drivers use the i810 driver. If you are running sarge (and thereby use XFree86) than i dont think i can help you.
    If you are running etch (which has xorg) do:
    # apt-get install xserver-xorg-video-i810
    than just replace whatever is listed as the 'Driver' in xorg.conf with 'i810'.

    On a side note getting everything to work on a laptop in sarge is a nightmare. I would recommend upgrading to testing (etch).

  3. #3
    Just Joined! Gaspacho's Avatar
    Join Date
    Feb 2007
    Location
    Stropkov, Slovak Republic
    Posts
    38

    Re

    How do I upgrade form sarge to etch? Thx

  4. #4
    Just Joined!
    Join Date
    Nov 2005
    Posts
    80
    Kernel: I would highly recommend upgrading to a 2.6 kernel as the new versions of Gnome (witch is included in etch...) are very reliant on a 2.6. Also a side note if your laptop has an 'atheros' chip ($ lspci | grep -i atheros) than you will need a version *earlier* than 2.6.19.
    That said, check out this site for exactly how to upgrade. Its really not that hard and it will definitely pay off.

    Upgrading is cake. You can search for instructions, but basically all one has to do is:
    kill x (ctrl alt f1)
    stop gdm (# /etc/init.d/gdm stop) ***EDIT: I think KDM can be stopped in a similar way but dont quote me...***
    edit /etc/apt/sources.lst, replacing all 'stable' with 'testing'
    # apt-get update
    # apt-get dist-upgrade
    Wait a while...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •