User Feedback :: 10 things I do not like about DSL



KenK, how much memory (RAM) does this computer have?
Does it have a swap file/partition?

I'd suggest that Firefox wouldn't generally be a viable option on machines with 32Mb RAM and no swap.

As a test perhaps try dillo plus your text app.

I have found a workaround for my mouse issue (the fact that I am using a hd-install probably helps).
My .xserverrc now reads:
------------------------------------------
 exec /usr/bin/X11/Xvesa -2button -screen 800x600x16 -mouse /dev/ttyS0 -shadow -nolisten tcp -I &>/dev/null
------------------------------------------
and my .xinitrc reads:
------------------------------------------
#^comments^-->editted out for shortness
grep noicons /proc/cmdline >/dev/null
if [ $? != 0]; then
    enhance &>/dev/null &
fi
home/dsl/.xserverrc &>/dev/null &
fluxbox
---------------------------------------
The mouse works straight up and I don't get the welcome/manual screen anymore. :D

I have no idea what the /dev/null thingies are for, or if they are necessary, can anyone enlighten me on this?

My current setup is listed earlier, however I didn't mention that the HDD is split up into swap (96MB), ext2 / (280MB), and ext2 /home (180MB).

Cheers

a command followed by &>/dev/null just redirects output of that command to /dev/null

2>/dev/null redirects only standard errors to /dev/null

/dev/null is basically a black hole in these situations...anything redirected to it will disappear.  This is often used when you don't want to receive error messages.

Thanks milkshaw,
It's a slow process, but I'm learning stuff. :)

Now I've gotta find a good WP compatible with M$ Word, and figure out how to install it...

Quote (codestorm @ Feb. 16 2005,00:50)
KenK, how much memory (RAM) does this computer have?
Does it have a swap file/partition?

I'd suggest that Firefox wouldn't generally be a viable option on machines with 32Mb RAM and no swap.

As a test perhaps try dillo plus your text app.

32mgs memory
No I don't have enough space for that.
Dillo works fine but it is kinda limited, eh? Thanks for your answers.
Ken

Next Page...
original here.