Archive for the Category » gentoo «

2007-05-31 18:30:12 | Author: Fusselwurm

Desktop in 3D: linux-2.6.20, Xorg-7.2, Beryl 0.2.1, KDE 3.5.7. Installation und Konfiguration Beryl: alles in allem etwa eine Stunde (gentoo!)
3D-Effekte mit Beryl3D-Effekte mit Beryl3D-Effekte mit Beryl3D-Effekte mit Beryl

Category: Linux, gentoo  | Leave a Comment
2006-12-14 19:06:34 | Author: Fusselwurm

When trying to print a test page from the cups frontend on localhost:631 it said Unsupported format ‘application/postscript’! (German: Nicht unterstütztes Format ‘application/postscript’!).

Easy: add those lines to /etc/cups/mime.convs (or uncomment them):

application/octet-stream application/vnd.cups-raw 0 -
application/vnd.cups-postscript application/vnd.cups-raster 100 pstoraster

Category: gentoo  | Leave a Comment
2006-10-17 18:12:03 | Author: Fusselwurm

note to self:

getting a 404 on http://localhost:631/ (the local cups admin panel) was solved by adding the line
DocumentRoot /usr/share/cups/html/
to /etc/cups/cupsd.conf

Category: gentoo  | Leave a Comment
2006-04-29 07:23:57 | Author: Fusselwurm

note to self:

Wenn KMail die Meldung “SASL authentication is not compiled into kio_imap4″ in die Landschft brüllt, dann:

useflag “sasl” setzen, und

emerge kdepim-kioslaves

Zu kleine Schriften in Xorg / KDE / irgendwas:

falsche Bildschirmauflösung. – in
/etc/X11/xorg.conf in der Monitor-Sektion die DPI oder Bildschirmgröße explizit setzen

Zusätzliche Startscripte in
/etc/conf.d/local.start

Category: gentoo  | One Comment