Forgot your password?
typodupeerror
Debian

Journal Journal: Apple PB Titanium II Xfree config file

Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
        FontPath "/usr/lib/X11/fonts/misc/"
#       FontPath "/usr/lib/X11/fonts/cyrillic/"
        FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath "/usr/lib/X11/fonts/Type1/"
        FontPath "/usr/lib/X11/fonts/CID"
        FontPath "/usr/lib/X11/fonts/Speedo/"
        FontPath "/usr/lib/X11/fonts/75dpi/"
        FontPath "/usr/lib/X11/fonts/100dpi/"
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath "/usr/lib/X11/fonts/TrueType/"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "bitmap"
        Load  "dbe"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        # Load  "pex5"
        Load  "record"
        Load  "speedo"
        Load  "type1"
        Load  "vbe"
        # Load  "xie"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "macintosh"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "ZAxisMapping"    "4 5"
        Option      "Protocol"        "IMPS/2"
        Option      "Emulate3Buttons" "true"
        Option      "Device"          "/dev/input/mice"
EndSection

Section "Monitor"
        Identifier   "LCD"
        Option       "DPMS"
        HorizSync    40 - 100
        VertRefresh  40 - 120

        Mode "1152x768"
                DotClock 78.741
                HTimings 1152 1173 1269 1440
                VTimings 768 769 772 800
                Flags "+HSync" "+VSync"
        EndMode
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        Option      "UseFBDev"
        BusID  "PCI:0:16:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "LCD"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1152x768"
        EndSubSection
EndSection

Section "DRI"
        Mode    0666
EndSection
The Internet

Journal Journal: notes on mail and balsa config

Add this header to obtain notification on the delivery of an email.

Disposition-Notification-To: name <email@ddress>

Balsa and my account on poste.it

SMTP: relay.poste.it:25
Login: complete email addy

POP: relay.poste.it:110
login: username only (check this one)

X

Journal Journal: Notes on Windowmaker - Debian powerpc

The gnome file manager, gmc, seems to work well with wmaker:, launch it the first time (from debian menu:Apps - Tools) and then save session (menu: workspace) so it gets automatically opened at each windowmaker startup. Gmc can be closed from its Command menu: exit

Many other gnome apps work well, gnumeric, gnome-terminal (better than xterm), galeon; however, gnome apps depending on gnome-session-manager seem to break wmaker - xdm configuration.

Tip: The debian and windows menus are usually accessible with 2nd and 3rd mouse buttons, but clicking on their bar and dragging them to the bottom of the screen make them accessible just by scrolling down on them and choosing the desired item: making this change permanent involves opening another copy of debian menu with the third mouse button and selecting save session from there.

Slashdot Top Deals

Memories of you remind me of you. -- Karl Lehenbauer

Working...