|
DynaBook SS S1/170PN2にVine
## XF86Config ####################################################
##################################################################
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/japanese"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection
##################################################################
Section "ServerFlags"
EndSection
##################################################################
Section "Keyboard"
Protocol "Standard"
XkbRules "xfree86"
XkbKeycodes "xfree86"
XkbOptions "ctrl:swapcaps"
XkbTypes "default"
XkbCompat "default"
XkbSymbols "us(pc101)"
XkbGeometry "pc"
XkbModel "jp106"
XkbLayout "jp"
AutoRepeat 500 5
EndSection
##################################################################
Section "Pointer"
Protocol "IMPS/2"
Device "/dev/mouse"
ZAxisMapping 4 2
Emulate3Buttons
Emulate3Timeout 50
EndSection
##################################################################
Section "Monitor"
Identifier "Primary Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-57.0
VertRefresh 50-90
Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
EndSection
##################################################################
Section "Device"
Identifier "Primary Card"
VendorName "Unknown"
BoardName "None"
VideoRam 8192
EndSection
##################################################################
Section "Screen"
Driver "SVGA"
Device "Primary Card"
Monitor "Primary Monitor"
DefaultColorDepth 16
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
EndSection
## lilo.conf #####################################################
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=30
message=/boot/message
append="apm=on"
lba32
default=linux
image=/boot/vmlinuz-2.2.18-0vl4.2
label=linux
read-only
root=/dev/hda3
other=/dev/hda1
label=dos
|