Play Grim Fandango on Linux with the Open Source Radeon Drivers
Even though the official line is that the open source AMD radeon drivers are not supported for Grim Fandango, you can get them to work very easily. »
Even though the official line is that the open source AMD radeon drivers are not supported for Grim Fandango, you can get them to work very easily. »
In a recent KDE upgrade, the katepart text editor, which powers, kwrite, kile and kate, has been modified to open files with long lines as read only. Sometimes it will tell you about this in a warning, sometimes you’ll just notice that you cannot modify the file. It also turns out that the maximum line length is actually very short: 1024 characters. You will have no trouble finding log files with lines longer than this. »
We didn’t come up with this one, but it’s a very handy reference guide. In good medieval monastery style, we’re copying it here in order to safeguard this information for future generations. »
KDE (and linux) in general has a very elaborate system of guessing the file type of your file, that depends on both the file extension and the file contents. In 99% of the cases these rules work, unfortunately the other 1% has been annoying me for quite some time. »
Some builds of Mendeley had a bug on KDE systems though: you couldn’t open a pdf in an external viewer, which is rather annoying because the internal one is rather limited. »
We wanted to have a code repository that can be browsed from the web. We have chosen to install open source gitorious: http://www.gitorious.org. Unfortunately there are no ready made packages, nor is there an extensive amount of documentation on how to get it running. »
Latex is a very powerful typesetting application. A powerful package to be used with this is pgfplots, which allows you to render your plots using the latex engine. Unfortunately the default latex settings assume you’re running latex on an ancient 20 MHz 486 with less ram than your average mobile phone. This is ok if you’re just asking it to process text, but if you’re using pgfplots it will run out of memory trying to draw your images. »
The goal is to make a universal bootable usb device with a small boot partition and a data partition on which we’ll store the iso files. This means you can just download almost any bootable iso and boot it without having to burn a cd or unpack the iso. We’ll install grub4dos as boot loader, using the ‘triple mbr’ feature to increase the compatibility with different mainboard and BIOS configurations. We’ll be using command line linux applications to reach our goal, any distro will do. »