XFree Configuration HOWTO
Quello che segue è un esempio di file di configurazione per X11 che
utilizza i frame buffer su Amiga. Dovrebbe funzionare così com'è.
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
# LeftAlt Meta
# RightAlt ModeShift
# RightCtl Compose
# ScrollLock ModeLock
XkbDisable
EndSection
Section "Pointer"
Protocol "BusMouse"
Device "/dev/mouse"
# Protocol "Xqueue"
# BaudRate 9600
# SampleRate 150
Emulate3Buttons
# Emulate3Timeout 50
# ChordMiddle
EndSection
Section "Monitor"
Identifier "C=1942"
HorizSync 15.5-15.8, 27-32
VertRefresh 47-72
Mode "mono"
DotClock 28.376
HTimings 640 736 848 912
VTimings 480 489 491 521
EndMode
Mode "multiscan"
DotClock 28.376
HTimings 640 752 824 920
VTimings 480 488 496 525
Flags "-HSync" "-VSync" "-CSync"
EndMode
EndSection
Section "Device"
Identifier "Linux/m68k Frame Buffer Device"
EndSection
Section "Screen"
Driver "fbdev"
Device "Linux/m68k Frame Buffer Device"
Monitor "C=1942"
SubSection "Display"
Depth 8
Modes "multiscan"
ViewPort 0 0
Virtual 640 480
EndSubSection
EndSection