Page 2 of 2

Posted: Sun 23 Nov 2008, 03:30
by Pizzasgood
It isn't paranoia. Apparently somebody downloaded an uber-crapload and put him way over his monthly limit. So now it's down for the rest of the month.

Posted: Sun 23 Nov 2008, 03:49
by cb88
IC... well im sorry to hear that caneri has always been very helpful with hosting ( often with quite a bit of stress from random illegitimate server traffic from what i have gathered...)

Posted: Mon 24 Nov 2008, 01:51
by technosaurus
Welcome back Kirk - Looking forward to seeing your work as soon as we can get to it

Posted: Tue 02 Dec 2008, 19:50
by kirk
Just a note to anyone trying Xorg 7.4 with Puppy. Xorg 7.4 auto configures it self, and uses HAL for input devices. So if your not using HAL you need to tell Xorg not to look for it. Here's a xorg.conf file I've been using:
Section "ServerFlags"
Option "AutoAddDevices" "False" # No HAL
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc102"
Option "XkbLayout" "us" #xkeymap0
EndSection

Section "InputDevice"

#Option "Emulate3Timeout" "50"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto" #mouse0protocol
Option "Device" "/dev/mouse"
#Option "Emulate3Buttons"
Option "ZAxisMapping" "4 5" #scrollwheel
EndSection

Posted: Fri 05 Dec 2008, 04:41
by cb88
would you mind uploading somewhere? puppylinux.ca is still down