LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   configuring debian on an old computer (https://www.linuxquestions.org/questions/linux-newbie-8/configuring-debian-on-an-old-computer-410235/)

preeth26 01-31-2006 09:52 PM

configuring debian on an old computer
 
Hi there
I am entirely new to Linux and do not have much experience with computers. I have been trying to redeem an old Micron P166 with a 2 GB Hard Drive and a 48 MB RAM with a workable Linux distribution. As an experiment I did an internet installation of the latest Debian distribution and after much trial and error, have the desktop working with KDE installed. However the display on the monitor is not adequate and does not cover the entire 17 inch screen. When I check the configuration it seems to be set at 800x600 maximum even though I repeatedly configured XF86 config file to reflect 1024x768, the recommended resolution. When I try to reconfigure XServer-XFree86, there too the maximum resolution seems to be set at 800x600. Can anybody help me with this? Also, I am unable to run any XWindows environment even though I believe I have installed twm and Window Maker. Is there any way I can get this to work from my KDE Desktop environment or outside of it?

Thanks to anybody who can help me with this.
preeth26

pljvaldez 01-31-2006 10:19 PM

KDE is your xwindow environment. Not sure about configuring the server, but sometimes as root you can type dkpg-reconfigure xserver-xfree86 and reset the settings. To switch between desktops (i.e use windowmaker instead of KDE), you might install something like kdm or gdm that will give you a choice at login. They'll run faster than KDE on your old machine.

Another option if you're not opposed to a reinstall is to install Damn Small Linux.

Matty_Woo 02-01-2006 03:05 AM

Re: the screen size thing - it's possible on a machine of this age that the VGA chip doesn't support > 800x600.:)

gheesh 02-01-2006 03:50 AM

Try lowering the color depth (to 16 for example) in order to increase resolution.

HappyTux 02-01-2006 09:55 AM

Use the already mentioned reconfigure command and have the settings for the vertical/horizontal refresh rates handy for the monitor (a quick Google search on make/model number usually comes up with these if you do not have the manual) choose the advanced option and put them in definitely use the 16bit colour depth as I doubt you have a card with more than 2mb memory on-board it in that machine.

preeth26 02-01-2006 02:02 PM

Thanks everyone, will definitely try what you have suggested and let you know what happens.
preeth26

risu 02-03-2006 08:09 AM

What Driver do you have in Section "Device" of /etc/X11/XF86Config? I don't think "vga" can do more than 800x600, 16 colors.

esje 02-03-2006 08:26 AM

Quote:

Originally Posted by pljvaldez
To switch between desktops (i.e use windowmaker instead of KDE), you might install something like kdm or gdm that will give you a choice at login. They'll run faster than KDE on your old machine.

Go figure how much faster a simple
Code:

$echo "exec *thewindowmanageryouwanttousetoday*" > ~/.xinitrc
startx

will be :) Google will probably supply tons and tons of these non-graphical solutions.


All times are GMT -5. The time now is 12:47 AM.