Debian 5.0 XFCE At A Glance

khess 0 Tallied Votes 333 Views Share

I've had the pleasure of taking a special Debian 5.0 (Debian 5.0 i386 XFCE LXDE) for a recent test drive as a virtual machine in Citrix XenServer 5.0.

This single CD distribution comes with two selections for a graphical interface, XFCE and LXDE. XFCE works great and is very similar to the Mac OS X look and feel although your PC is probably equipped with a two or three button mouse.

I didn't have good luck with the LXDE, Lightweight X11 Desktop Environment, although it does look promising. I couldn't use the interface at all. Every time I selected an application, it minimized and the screen started to jitter uncontrollably. I had to shut down the VM and remove it. It's possible that LXDE doesn't like being virtualized. XFCE, on the other hand, works flawlessly and quickly as advertised.

My default installation with XFCE is 1.4GB but includes the full OpenOffice.org suite, graphics programs, support for scanners, and much more.

The system performs well with a single processor and 512MB of RAM for the VM. Once XenTools were installed the graphical interface, in undocked mode, performs at near-native speeds.

If you have a small or old computer or laptop, I highly recommend this distribution but I'd choose XFCE instead of LXDE for the time being. You'll have a computer that's ready to connect to the Internet, create spectacular graphics, and run a full office suite. One of the best parts about this distribution is it's name: Debian. You can't beat Debian for simplicity, ease of updating, ease of upgrading, small footprint, support for the latest hardware, and for being one of the most popular distributions in the world.

If you haven't tried XFCE, you haven't enjoyed the power of a lightweight desktop. Additionally, it's fast and attractive. I don't know what XFCE stands for but for me it's "What Else Do You Need?"

Write back and tell me what you think of this distribution and XFCE. If you have better luck with LXDE, let me know that as well.

Dani AI

Generated

Short expert summary and practical steps based on the thread

Debian 5.0 (codename “Lenny”) is the release being discussed — it shipped in Feb 2009 and included both Xfce and LXDE. Lenny is now end-of-life (no security updates), so treat any internet-connected Lenny install as legacy/testing only. ’s XenServer VM test (XFCE good, LXDE jitter) and ’s report (LXDE fine on older physical hardware) show that behavior can differ between bare metal and virtualized guests. (debian.org)

If using XenServer (or similar), install the Xen/Citrix guest tools to get the PV I/O and guest agent — that commonly fixes slow graphics, input lag, and other VM quirks. The guest-tools ISO can be mounted inside the VM and its Linux installer run (the CD often appears as /dev/xvdd). Example sequence:

mount /dev/xvdd /mnt
sudo bash /mnt/Linux/install.sh
sudo umount /mnt

Reboot and retest the desktop. This is the usual path for XenServer guest utilities. (scribd.com)

For lightweight, low-RAM systems do a Debian netinstall and add only X and the desktop you want; avoid full desktop meta-packages. Use apt’s --no-install-recommends (or tasksel/--without-recommends) to prevent recommended extras from pulling in large bundles. Example:

sudo apt-get update
sudo apt-get install --no-install-recommends xorg xfce4

This follows the minimal-netinstall approach mentioned earlier in the thread. (manpages.org)

Quick troubleshooting for LXDE jitter in a VM: check X logs (grep -i EE /var/log/Xorg.0.log), try a basic Openbox session to isolate the problem, disable any compositor (xcompmgr/compton), or switch temporarily to the vesa/fbdev driver. If the issue is VM-specific and hard to fix, XFCE inside the VM is a stable alternative—both are lightweight, but behavior depends on the exact X driver, kernel and guest tools in use.

jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster

Just to note,

On debian if you do a netinstall, then apt-get X and Gnome manually , you can get a light system which runs very well on 256mb ram.

Kind of negates the need for XFCE

P.S if you like XFCE and debian based distros, try out Dreamlinux.

khess 95 Practically a Master Poster

But GNOME is anything but light. I haven't seen DreamLinux--I'll have to check it out.

Member Avatar for Member #498464
Member #498464

Funny you should mention it.... I tested this out last week with VMplayer. Today I checked out Ubuntu 9.04 in VM. I use Xubuntu normally so I was kind of surprised when both came up looking like my own pc and acting like it too :)

I'm having trouble finding a lot of difference (yes, Ubuntu is based on Debian).

jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster

Seriously, if you do a debian netinstall then install gnome it installs much less crap than ubuntu

when idling my lenny box with gnome uses 70-90mb of ram, compared to ubuntu which is about 120-160mb when idling

maybe it isnt running things like beagle indexer or something

But yeah try dreamlinux its nice. Quite OSXey but not a copy, its nice.

meckel 0 Newbie Poster

The LXDE runs perfect for me. I see this Debian XFCE+LXDE CD as a hidden gem. On my old 1Ghz, PIII, 384MB this distribution runs very fast. I've tried many, miniMe, Puppy 4.2.1, Vector Light 5.9, PCLinuxOS, Antix, Slitaz, GoblinX, DSL. The only ones that are probably faster than Debian 5.0 with LXDE are Puppy and DSL, but Debian has so much more to offer.

Most think of the big Gnome with Debian. This is unfortunate. The Debian XFCE+LXDE CD is the way to go for old low resource PCs. Fast and convenient, but not ideal for beginners.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.