23
Mar 09

Disasterous Kubuntu Hardy upgrade to Intrepid

What *bangs head on desk* was *bang* I *bang* thinking?

I tried KDE4 before, I didn’t like it. I downgraded back to KDE3 just to get something that worked. I know my new toy upgraded to Intrepid without problems, but that was running Xubuntu, not KDE, so why did I think that a quick apt-get dist-upgrade to Kubuntu 8.10 was going to work on the machine I have all my precious, precious data on? Continue reading →


13
Mar 09

Fujitsiu LT C-500 touchscreen in Ubuntu

Just as a small note to anyone trying to get this to work, the fpit driver has a bug in every version of ubuntu up to and including hardy; upgrade to intrepid and you get fully a functional touchscreen again, using this xorg.conf:

Section "InputDevice"
    Identifier     "touchscreen"
    Driver         "fpit"
    Option         "Device"    "/dev/ttyS1"
    Option        "BaudRate"    "9600"
    Option        "MaximumXPosition"    "4096"
    Option        "MaximumYPosition"    "4096"
    Option        "MinimumXPosition"    "0"
    Option        "MinimumYPosition"    "0"
    Option        "Passive"
    Option        "SendCoreEvents"
    Option        "TrackRandR" "true"
EndSection

Just don’t try using KDE4 unless slow-motion work sounds appealing 😀 XFCE is reasonable though, so Xubuntu is an option (and what I’m running on it right now).

Now, on with the PyQT4 coding…


02
Mar 09

Interactive kernel map

Very very sweet. Finding your way round the kernel isn’t easy if your last name isn’t Cox or Torvalds; this is a very useful tool for overcoming such nominal handicaps…