
On Fri, Aug 09, 2013 at 09:23:50PM +1000, Mark Trickett wrote:
I have managed to install Debian 7.1.0 on an Acer Travelmate 3230, even coping with the binary blobs during the install. It is generally working well, standalone, but now I am looking to sorting out and using now and then networked.
First, I am finding the Gnome 3 series different, and not certain that I either appreciate or like. Any comments about making it behave more "traditionally" appreciated.
if you want it to be similar to the old Gnome 2.0, your best option is to install xfce4, and configure debian to use it as the default (as root, run "update-alternatives --config x-session-manager" and then choose xfce4-session from the menu). all of your gnome applications will still work - for best results, install a theme that has good support for both GTK2 and GTK3 (I use clearlooks-phenix-theme) i spent about 8 months trying to get gnome 3 to a usable/useful state and ended up just giving up and switching to xfce. it does everything i want in a window manager, without fuss and without forcing an "experience" or, worse, a glorious vision on me. there are a few minor differences between the "look-and-feel" of xfce4 and gnome 2, but they're trivial and easy to get used to. slight differences and evolutionary changes/improvements rather than radical, revolutionary change.
I may need to remove a great deal and install a lighter desktop, the Notebook is maxed out with 1.5Gig of RAM.
IMO, that's definitely not enough for gnome3. IME it's barely enough for normal casual use if you're going to use a web browser. my little asus x401u laptop only has 2GB RAM and even running xfce, swapping delays are quite noticable if i'm running iceweasel or chromium. I strongly recommend use zram as a swap device. a compressed swap device works very nicely in low-ram machines, and makes a really noticable performance difference. as long as you've running a new enough kernel (3.6 or later, IIRC). it's easy to do, but here's a useful howto on setting up zram in debian: http://linuxvillage.net/index.php?topic=92.0 apart from bloated web browsers, it runs fine (although I still hate touchpads - one of the most annoying input device ever invented) (i've actually got a 2nd 2GB SODIMM to install in the laptop but I got as far as opening it up and pulling the keyboard and case off it before realising i'd have to completely disassemble it to pull out the motherboard to get at the bottom of it where the RAM sockets are. designed to be a PITA to upgrade)
Next, comment appreciated about Net-Manager. As I expect to use it on
whenever anyone says "Net-Manager" my initial reaction is "purge, purge, purge! kill it with fire!" however, as long as you don't want to do anything even remotely fancy or unusual, it should just work for you. it can cope with handling an ethernet and/or ppp connection as well as uncomplicated wifi connections. it is very limited and inflexible, however, so don't be surprised if it is incapable of being configured to do what you want - if that happens, don't fight it and try to figure out how to get it to do something it is designed NOT to do - just purge it and configure your networks manually. your sanity will thank you for that.
The other thing is that CUPS (V 1.5?) will not let me set up a printer
sorry, can't help with cups.
I will need to poke around further as IceApe (FireFox) could not find
iceape isn't firefox, it's seamonkey (and obsolete). it still works (i use it myself as a secondary browser) but the debian package is old and pops up a warning about how terribly ancient and unsupported it is every time i launch it. iceweasel is firefox.
The initial install left my user account without sudo access. I have rectified that so I have both full root access, and sudo. They give me ways of doing different things. For a single command that need not be run from a root login, sudo can be much better than an unguarded root login left sitting vulnerable, while some tasks are where I want full root login, at least at this time.
it's never a good idea to login as root on X. instead, if you want to run several root commands without typing "sudo" in front of every one of them (a tedious practice that i blame ubuntu for popularising :), run "sudo -i" in a terminal to get a root shell, run whatever commands you need as root, and then "exit" or Ctrl-D to exit the root shell and return to your login user's shell. "su -" would work just as well (except you'll need to type in root's password rather than your own password as you would for sudo) you can also "ssh root@localhost" if root ssh logins are enabled.
Overall 7.1 is reasonably impressive, but I would still appreciate a lighter version. I am inclined to do a base install as a command line only box on something with perhaps a PIII or PII and 256 Mb of RAM, or even less. There are other distros, but there are reasons I am looking at Debian, primarily the apt toolset.
for a minimal debian install, you have to be careful to install nothing but the base system (and maybe ssh) from the installer CD/USB/PXE/whatever. de-select *everything* when d-i gets to the Task Selection stage. then when you've booted into the new system, use apt-get to install only the things you know you'll need. you'll end up with a system that's still significantly larger than a tiny-distro like Damn Small Linux, but you'll have access to apt-get and the enormous library of packaged software. it's been a very long time since i tried to install debian on a system with only 256M...i'm not entirely sure it will work. it should *run* OK-is once it's installed but the installer may require more than 256M (the debian package list is *huge*) IMO, though, if 256MB isn't enough then a tiny-distro is still not the right solution, apt-get and friends are far too useful to discard - you can get P3s and better with 512M or 1GB or more for free without looking too hard. they're disposable "rubbish" that most people/businesses don't want (but still make perfectly good routers/firewalls and even desktop systems) craig -- craig sanders <cas@taz.net.au> BOFH excuse #266: All of the packets are empty.