Hi floppy.
OK, here's my Xorg file:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/local/lib/X11/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "extmod"
Load "dbe"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "standard"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 30-80
VertRefresh 56-75
DisplaySize 380 300
Modeline "1280x1024x60.0" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
Modeline "1024x768x60.0" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
Modeline "800x600x56.2" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
Modeline "640x480x59.9" 25.18 640 656 752 800 480 489 492 525 -hsync -vsync
Option "PreferredMode" "1280x1024x60.0"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
Option "BusID" "PCI:0000:01:05.0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024x60.0"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768x60.0"
EndSubSection
EndSection
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The machine I use the Xorg on is still working very well. I switched from running TC on a USB stick to running it on a 40GB SATA drive, and that yielded a very useful improvement in the speed of the machine.
It's not perfect, but for a single-core 2GHz Athlon 64 running with integrated graphics, it's great. The mobo and CPU don't use too much power either: it probably averages 50watts, and peaks at about 75watts when I'm streaming 780p video off YouTube.
On a further positive note, I was lucky enough to get another HP T5720 thin client off eBay, for £25 including postage, this time with the expansion bay which will allow me to fit a PCI graphics card :-) No more problems with SiS and Xorg! Mind you, the power consumption will be higher...
Cheers, Jon.