[ Content | View menu ]

Monthly Archive May, 2005

XF86Config-4 – Dual-Head

May 27, 2005

Section “ServerLayout” Identifier “Matrox PowerDesk configured.” Screen 0 “Display 1″ RightOf “Display 2″ Screen “Display 2″ 0 0 InputDevice “Keyboard0″ “CoreKeyboard” InputDevice “PS/2 Mouse” “CorePointer” EndSection Section “Files” RgbPath “/usr/X11R6/lib/X11/rgb” ModulePath “/usr/X11R6/lib/modules” FontPath “/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType” FontPath “/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID” FontPath “/usr/local/fonts/unicode” # FontPath “unix/:7101″ FontPath “unix/:7100″ FontPath “/usr/X11R6/lib/X11/fonts/misc” # FontPath “/usr/X11R6/lib/X11/fonts/misc:unscaled” # FontPath “/usr/X11R6/lib/X11/fonts/misc” # FontPath “/usr/X11R6/lib/X11/fonts/75dpi:unscaled” # [...]

config - 0 Comments

Backdrop in Python

May 16, 2005

#!/usr/bin/python import os, sys, random, imghdr # This is a little program I call via cron to change my desktop every # few minutes. With no arguments it goes to my directory of backdrop # images and picks a valid image at random. If I specify a path and a # file the program will [...]

code - 0 Comments

oglerc

May 8, 2005

<!– I left the RC file almost totally alone, but I run two monitors on a Matrox G400, and so I had to do the following: –> <geometry> <width>400</width> <height>300</height> </geometry> <geometry_src>user</geometry_src> <resolution_src>Xinerama</resolution_src>

config - 0 Comments