Find the answer to your Linux question:
Results 1 to 9 of 9
First time Debian installer - whats the first step in getting x windows to work in Debain, I don't see any xorg.conf files or anything and xorgconfig doesn't seem to ...
  1. #1
    Just Joined!
    Join Date
    Jul 2005
    Posts
    84

    Solved - quick debian question

    First time Debian installer - whats the first step in getting x windows to work in Debain, I don't see any xorg.conf files or anything and xorgconfig doesn't seem to be included. I am running Sarge.

  2. #2
    Linux Newbie
    Join Date
    May 2005
    Posts
    222
    During installation it will ask you if you want a Desktop Environment, if you answer yes I believe X windows will be automatically included.

    To select the Desktop Environment, you must highlight the option and press <space> to select it then press <enter>.

  3. #3
    Linux Engineer
    Join Date
    Oct 2004
    Location
    Vancouver
    Posts
    1,366
    plus in debian there is no xorg.conf, you will have to look for /etc/X11/XF86Config-4
    Operating System: GNU Emacs

  4. #4
    Just Joined!
    Join Date
    Jul 2005
    Posts
    84
    the installation did not ask me if i wanted a desktop environment, and there is no x11 dir in etc, i already looked for that. I think i have a minimul cd and don't realize it

  5. #5
    Linux Newbie
    Join Date
    May 2005
    Posts
    222
    Try

    #apt-get install kde

    I think it will fetch the files via the internet then you can have desktop environment.

  6. #6
    Just Joined!
    Join Date
    Sep 2005
    Posts
    39
    All you should need to do is use apt to pull down whichever desktop or window manager you want to use, and it will grab and install X as a dependency.

    For example, if you want to use Gnome then you'd use:
    apt-get update && apt-get install gnome-core

  7. #7
    Just Joined!
    Join Date
    Jul 2005
    Posts
    84
    Yeah I needed to get kde since I had a minimal cd and didn't know it. I will use the apt-get tool. Thank you all.

  8. #8
    Just Joined!
    Join Date
    Aug 2005
    Location
    india
    Posts
    27
    even you can try
    Code:
    apt-get install x-window-system

  9. #9
    Linux User
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    401
    I prefer

    Code:
    apt-get install x-window-system-core
    When using Windows, have you ever told "Ehi... do your business?"
    Linux user #396597 (http://counter.li.org)

Posting Permissions

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