Debian Linux 3.1 beta
on Satellite 1110
I successfully managed to get Debian Linux 3.1 beta
to run on that puter. The
only problem was to get a running installation procedure
- Mandrake 9.0
failed, but I grabbed the Debian Installer-ISO from
http://people.debian.org/~sjogren/d-i/local-di-sarge.iso,
set up a basic
Debian Linux and then installed the lot from the
unofficial Beta-ISOs from
ftp://ftp.fsn.hu/pub/CD-IMAGES/debian-unofficial/sarge/
Right now the box is running a 2.4.19 kernel with
added ACPI-support (patched
manually; still does not work fully), uses devfs and
autofs (properly
configured with the default debian configs) and runs
KDE 3.1rc5 (line for
/etc/apt/sources.list: "deb"http://wh9.tu-dresden.de/kde3/karolina/)
at
1024x768 with 24bpp.
Problems: the internal modem (AC97 - soundchip-integrated;
see infos at
http://linux.toshiba-dme.co.jp/linux/eng/aboutmodem.htmdoes
not work. I use
a PCMCIA modem which works good for me.
Here's my XF86Config-4. Pls note that I didn't use
debconf for the
configuration of xserver-xfree86, because it doesn't
allow more than one
pointer device (and I don't like my touchpad ;-):
------------- begin XF86Config-4 ----------------------------
Section "Files"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
# if the local font server has problems, we can fall
back on these
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Elsa_Gladiac_MX400"
Driver "nvidia"
Option "NoLogo" "true"
Option "CursorShadow" "true"
EndSection
Section "Monitor"
Identifier "Head 15'' LCD"
HorizSync 28-49
# VertRefresh 43-72
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Elsa_Gladiac_MX400"
Monitor "Head 15'' LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
------------- end XF86Config-4 ----------------------------
|