hsfmodem-7.60.00.09full.tar.gz from the linuxant
download page, detected the debdist target in their
makefile, & after some swearing & fixing errors I got a
.deb (no, I don't really know if it's different
from the .deb offered there)..deb a kernel module is built (so
kernel-headers & stuff are necessary but they are here anyway).
one reboot (hello?) later the module works. wvdial didn't
like me but pppconfig/pon/poff worked (with an old
account from
technix.at)./dev/modem on my laptop :)gregoa@belanna:~$ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/hde3 152807104 9158584 135886316 7% / tmpfs 509460 0 509460 0% /lib/init/rw udev 10240 48 10192 1% /dev tmpfs 509460 4 509456 1% /dev/shm /dev/hde1 45130 22914 19808 54% /boot /dev/hdg1 240362656 106449076 121703780 47% /home /dev/hda1 288435168 10465756 263317732 4% /mnt/hda1 gregoa@belanna:~$oh, & when I finally deleted the backup of my moved home directory I accidentely deleted parts of my real homedir. grmpf. I think I could recover most of the deleted stuff from my laptop but still ... oh, & I also deleted my homedir on our flat server (& I don't know how exactly, it must still have been mounted somewhere). *sigh*
glxinfo | grep -i direct).
Section "Device"
Identifier "Intel Corporation 82865G Integrated Graphics Controller"
Driver "intel"
...
Option "Cachelines" "3582"
EndSection
& the most interesting part: all this fuzzing around for dri or
the modlines is
not the xserver's fault, not the monitor's fault, not the graphic
card's fault — but it's necessary because there's a KVM-switch
between the monitor & the machine. if I plug the monitor
directly into the machine's vga-port I don't even need an
xorg.conf.
#!/bin/sh
[ "$#" != "1" ] && echo "Usage: $0 integer" && exit 1
STARTDATE=$(date)
echo "
define fac (x)
{
res = 1
while (x > 1)
{
res *=x;
x -= 1;
}
return res;
}
fac ($1)
" | bc
ENDDATE=$(date)
echo "start: $STARTDATE"
echo "end: $ENDDATE"
exit 0
(EE) intel(0): detecting sil164 (EE) intel(0): Unable to read from DVOI2C_E Slave 112. (EE) intel(0): Unable to read from DVOI2C_E Slave 236. (EE) intel(0): ivch: Unable to read register 0x00 from DVOI2C_B:04. (EE) intel(0): Unable to read from DVOI2C_E Slave 112. (EE) intel(0): tfp410 not detected got VID FFFFFFFF: from DVOI2C_E Slave 112. (EE) AIGLX: Screen 0 is not DRI capablethe information in #434028 lead me to the following entries in my /etc/X11/xorg.conf:
Section "Monitor"
...
# gtf 1280 1024 75
# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; pclk: 138.54 MHz
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028
Option "PreferredMode" "1280x1024_75.00"
EndSection
& now my monitor is running on 1280x1024 again.