Е, как да постна толкова редове!?!?
Ядрото съм го компилирал с предварителните настройки:
ftp://ftp.debian.org/debian/pool/main/k/kernel-image-2.6.0-test9-i386/kernel-image-2.6.0-test9-i386_2.6.0-test9-1.dsc
kernel-image-2.6.0-test9-i386_2.6.0-test9-1.tar.gz
(във втория файл: kernel-image-2.6/config/386
Файлът е 30KB)
Сорсът е от:
ftp://ftp.debian.org/debian/pool/main/k/kernel-source-2.6.0-test9kernel-source-2.6.0-test9_2.6.0-test9-1_all.deb
или
kernel-source-2.6.0-test9_2.6.0-test9-1.diff.gz
kernel-source-2.6.0-test9_2.6.0-test9-1.dsc
kernel-source-2.6.0-test9_2.6.0-test9.orig.tar.gz
Всъщност, малко съм променил файла 386 - премахнал съм поддръжката за някои файлови системи, много модули, които не ми трябват и разните екстри, които хардуера изобщо няма.
PC-то е старо.
Иначе относно USB, мишки и др. подобни - нищо не съм променял.
# XF86Config-4
Section "Files"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "BTC Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,bg"
Option "XkbVariant" ",phonetic"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
Section "InputDevice"
Identifier "USB IntelliMouse 1.1A"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "PS/2 IntelliMouse 1.1A"
Driver "mouse"
Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/ttyS0"
Option "Protocol" "Microsoft"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. 3D Rage Pro AGP [264GT Pro GB]"
Driver "ati"
EndSection
Section "Monitor"
Identifier "Samtron 75G"
HorizSync 30-85
VertRefresh 50-160
Option "DPMS"
Gamma 1.50 1.55 1.65
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. 3D Rage Pro AGP [264GT Pro GB]"
Monitor "Samtron 75G"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "BTC Keyboard"
InputDevice "USB IntelliMouse 1.1A"
InputDevice "PS/2 IntelliMouse 1.1A"
InputDevice "Serial Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
# EOF