# /etc/XF86Config # makes XF68_FBDev emulate Xpmac by using the current video mode # and the mac mouse. be sure to compile macintosh mouse # support into your kernel and to create /dev/adbmouse. # major=10 minor=10 # (Courtesy Brad Midgley ) Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" 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 "ServerFlags" EndSection ################################################################ Section "Keyboard" Protocol "Standard" AutoRepeat 300 5 XkbKeymap "macintosh" EndSection ################################################################ Section "Pointer" Protocol "busmouse" Device "/dev/adbmouse" EndSection ################################################################ Section "Monitor" Section "Pointer" Protocol "busmouse" Device "/dev/adbmouse" EndSection ################################################################ Section "Monitor" Identifier "Apple17" VendorName "Apple" ModelName "Apple Color Sync 17" HorizSync 30-80 VertRefresh 40-120 Gamma 1.4 Mode "1024x768" #H: 59.905 kHz, V: 74.509 Hz DotClock 100.001 HTimings 1024 1040 1048 1064 VTimings 768 784 792 808 Flags "-HSync" "-VSync" EndMode EndSection ################################################################## Section "Device" Identifier "Linux Frame Buffer Device" EndSection ################################################################## Section "Screen" Driver "fbdev" Device "Linux Frame Buffer Device" Monitor "Apple17" DefaultColorDepth 16 SubSection "Display" Modes "default" EndSubsection EndSection ##################################################################