Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-02-2006, 11:54 AM
|
#1
|
|
Member
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265
Rep:
|
Debian 3.1 kde
I just installed Debian Sarge and I found that I can't make it autoselect kde for startup, but when I boot kde it has most of gnome's(which I hate) visual characteristics and runs like it. What can I do to change these? Also, the screen won't resize past 800x600 which is really bad on a 19 in. monitor. Please Help!
|
|
|
|
02-02-2006, 11:59 AM
|
#2
|
|
Member
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265
Original Poster
Rep:
|
Debian noob needs help
I just installed Debian 3.1 Sarge and I can't get it to autoboot to kde. It lets you boot it once you get to a login screen but it has many of the gnome features that way. What can I do?
Also, I can't resize my screen past 800x600(really bad on a 19in. monitor). Please Help!
|
|
|
|
02-02-2006, 12:13 PM
|
#3
|
|
Senior Member
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 3,513
Rep:
|
Quote:
|
Originally Posted by DanTaylor
I just installed Debian Sarge and I found that I can't make it autoselect kde for startup, but when I boot kde it has most of gnome's(which I hate) visual characteristics and runs like it. What can I do to change these? Also, the screen won't resize past 800x600 which is really bad on a 19 in. monitor. Please Help!
|
For the first apt-get install kdm and when the dialog asks choose kdm from the list as the default. For the second get the refresh rates ranges for the vertical and horizontal that are supported by your monitor (if you do not have the manual handy a quick Google search on the make/model number usually comes up with these) then dpkg-reconfigure xserver-xfree86 choose advanced then when you come to those questions put them in making sure that when you get to the resolutions you want to use that you select a higher one than the 800x600 as well. Now logout and use Left Control + Left ALT + Backspace keys at the same time to kill off and respawn the X server. If at the command line when doing then /etc/init.d/kdm start if you still had the gdm running then you would have wanted to have used /etc/init.d/gdm stop before the kdm command.
|
|
|
|
02-02-2006, 12:18 PM
|
#4
|
|
Member
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815
Rep:
|
Your question is not clear. Assuming this is a new install when tasksel asked did you pick desktop system or installed pkgs individually? Sarge defaults to gdm and gnome but in login screen you can pick different desktop and choose it as default desktop. Man gdm will help.
You need correct horiz. and vert. ranges for your monitor model(from manual or google) or optimal settings for lcd and best video driver for your video card to get desired desktop settings. As root lspci will give useful info. Then dpkg-reconfigure xserver-xfree86 or XF86config or XF86cfg can then be used for better display setting. Review Debian Configuration Post Install at top of this forum. http://www.debianhelp.co.uk/ may be useful too. good luck.
|
|
|
|
02-02-2006, 12:19 PM
|
#5
|
|
Member
Registered: Oct 2005
Location: Annapolis
Distribution: Ubuntu
Posts: 275
Rep:
|
What video card?
gdm? kdm? Sure you have kde installed?
Can we see your x config file?
We'd love to help, but not much to go on.
|
|
|
|
02-02-2006, 12:21 PM
|
#6
|
|
Guru
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Squeeze (x86)
Posts: 6,092
|
Do you mean that it won't let you auto login to KDE? And what do you mean by
Quote:
|
it has many of the gnome features that way.
|
As for resizing your screen, try using dpkg-reconfigure xserver-xfree86 as root and have the specs for your monitor handy (refresh rates, maximum resolution, etc).
|
|
|
|
02-02-2006, 02:53 PM
|
#7
|
|
Member
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265
Original Poster
Rep:
|
I'll get those as soon as I can, but I don't have access to my computer right this minute - however, I am sure it is not my video card as I was running knoppix 3.2 and it worked fine with res way past 1280x. My main problem with the boot is that when debian starts up, it pops up a screen that you choose what gui you want to use, and when you choose kde, it keeps all the gnome settings and programs(including config) and drops alot of the kde ones.
|
|
|
|
02-02-2006, 02:58 PM
|
#8
|
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
Do you need gnome? If not then you can remove it and that should solve the problem.Try this command:
Code:
update-alternatives --set x-session-manager
/usr/bin/startkde
|
|
|
|
02-02-2006, 02:58 PM
|
#9
|
|
Member
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265
Original Poster
Rep:
|
I don't have an option on my boot screen to chose kde as the default login, and when I run it, it keeps most of the gnome config programs and drops most of the kde ones. As for the res support of my monitor, I ran knoppix with the kde desktop and it ran above 1280x .
During the install I chose to install the kde packeges and that didn't work, so I had it do autoinstall with the same results - however my friend knows a lot more about linux than me and he is helping me now so thanks for the help.
|
|
|
|
02-02-2006, 03:10 PM
|
#10
|
|
Member
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265
Original Poster
Rep:
|
That fixed the problem - still don't know what it was though. Thanks for the help.
|
|
|
|
02-02-2006, 03:12 PM
|
#11
|
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
I had the same problem once, so I had to remove gnome ... I find it a waste having two different desktop managers. Get the one you like and stick with it.
|
|
|
|
02-02-2006, 03:15 PM
|
#12
|
|
Member
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265
Original Poster
Rep:
|
gnome is a pain in the butt - almost as bad as the Win. gui.
|
|
|
|
02-02-2006, 03:38 PM
|
#13
|
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
LOL, there's nothing like Windows GUI 
|
|
|
|
02-02-2006, 04:00 PM
|
#14
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
Moved: This thread is more suitable in Linux-Newbie and has been moved accordingly to help your thread/question get the exposure it deserves.
|
|
|
|
02-02-2006, 04:10 PM
|
#15
|
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,471
Rep: 
|
The two threads, posted in Newbie and Debian have been merged.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:11 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|