Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
Hi, I'm new to Linux, and I thought I'd give Debian a shot. I have some experience with Fedora, and I've read a few books on Linux, so that describes ...
  1. #1
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942

    Linux newbie trying to get X Window...

    Hi, I'm new to Linux, and I thought I'd give Debian a shot. I have some experience with Fedora, and I've read a few books on Linux, so that describes my knowledge base.

    My "problem" is that I used the NetInstall version of Debian to install and it didn't install X! (At least to my knowledge) Is there a way to get X up and running without reinstalling?

    Thank you very much in advance!

  2. #2
    Linux User
    Join Date
    Mar 2005
    Location
    CA
    Posts
    352
    Does it get you to a CLI at least? If so, login and then type startx and see what that gives you.

  3. #3
    Just Joined!
    Join Date
    Apr 2005
    Posts
    80
    As root:

    # apt-get install x-window-system

  4. #4
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    I did apt-get install x-window-system, but I think I screwed up during the configuration phase. I tried apt-get remove x-window-system, and then repeating the installation phase, but no good. How do I change the settings (I think the mouse setting is what I screwed up)?

    Thanks again!

  5. #5
    Linux Engineer
    Join Date
    Jan 2005
    Location
    Chicago (USA)
    Posts
    1,028
    Not sure about this, but try dpkg-reconf x-window-system.

  6. #6
    Just Joined!
    Join Date
    Apr 2005
    Posts
    80
    It is:

    # dpkg-reconfigure xserver-xfree86

  7. #7
    Just Joined!
    Join Date
    Jul 2005
    Location
    US
    Posts
    3
    you may also want to install kde, gnome, etc. (whichever you want) instead of just X-windows. (very minimal) to do that, use:
    Code:
     apt-get install gnome
    ... etc...

    you can also use
    Code:
    aptitude
    it's a curses based package manager (helps you find and install software)

    hope this helps...

    --linx--

  8. #8
    Linux User
    Join Date
    Sep 2003
    Posts
    254
    Quote Originally Posted by Javasnob
    I did apt-get install x-window-system, but I think I screwed up during the configuration phase. I tried apt-get remove x-window-system, and then repeating the installation phase, but no good. How do I change the settings (I think the mouse setting is what I screwed up)?

    Thanks again!
    Lo
    What mouse is it? Indeed I suppose u're in sarge so:
    Code:
    dpkg-reconfigure xserver-xfree86
    Be careful about ur screen resolutions. If it doesn't work again take a look at /var/log/XFree86.log at the end of the file u must have the error and an explanation to solve the problem

  9. #9
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    I finally got X to work! It certainly was a gratifying feeling seeing twm come up...Thank you all very much!

    But unfortunately...I still have questions...

    First: How do you change screen resolutions in tvm? (The xterm window continues off the side of the screen, making it very hard to work)

    Second: What script do you edit to change whether or not you want tvm to start on system startup?

    Third: Which file specifies which window manager is used?

    Fourth and finally: Once I get Gnome installed, how do I get that to startup and work?

    Thanks for your patience and answers!

  10. #10
    Just Joined!
    Join Date
    Apr 2005
    Posts
    80
    You can use xdm, gdm, or kdm to manage your desktops. Just apt-get install whichever one you want to use. I like gdm, myself.

Page 1 of 2 1 2 LastLast

Posting Permissions

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