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 ...
- 07-28-2005 #1
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!
- 07-28-2005 #2Linux 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.
- 07-28-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 80
As root:
# apt-get install x-window-system
- 07-29-2005 #4
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!
- 07-29-2005 #5Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
Not sure about this, but try dpkg-reconf x-window-system.
- 07-29-2005 #6Just Joined!
- Join Date
- Apr 2005
- Posts
- 80
It is:
# dpkg-reconfigure xserver-xfree86
- 07-30-2005 #7Just 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:
... etc...Code:apt-get install gnome
you can also useit's a curses based package manager (helps you find and install software)Code:aptitude
hope this helps...
--linx--
- 07-30-2005 #8Linux User
- Join Date
- Sep 2003
- Posts
- 254
Lo
Originally Posted by Javasnob
What mouse is it? Indeed I suppose u're in sarge so:
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 problemCode:dpkg-reconfigure xserver-xfree86
- 07-31-2005 #9
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!
- 07-31-2005 #10Just 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.


Reply With Quote
