You may want to give the intel driver a whirl instead of i810. I'm waiting for a response from one of the intel developers, so take this with a grain of sand (usually smaller than salt
). The i810 that currently ships with Kubuntu 7.04 (the one we use for LinuxMCE Beta 1.1) has seen better days. It's getting old and doesn't have the usefulness a newer version may have (but supports a wider range of hardware out of the box). If you do a:
sudo apt-get install xserver-xorg-video-intel
You will get the updated version of the driver, and to boot you don't have to change anything in your xorg.conf (a symlink is created when the install happens so you can call either "intel" or "i810" and be calling the same driver).
If none of that makes sense, or at least the technical parts don't, basically a newer driver may help and the install line above will get a newer version of that driver.
To get to the command line to type that above stuff, after you boot up and everything is just sitting there type:
CTRL + ALT + F1
Login with your user you created while installing Kubuntu. Then you should be able to type that line and answer Y to the question on whether to remove your existing driver (i810) or to abort. Choosing Y **may** b0rk your GUI system, but in reality, you are fairly safe in saying Y. The upside is that if it works you may have a better responding GUI, the downside is if something goes wrong you'll be stuck in command line land until you either reinstall or revert to the older 810 driver, which is probably:
sudo apt-get install xserver-xorg-video-i810
So write those down as you'll be in "the dark" when you need to use them. Good luck!
-Chad