## 21/01/2003 ## this is an example for a XFree86 config file ## which lets your external monitor show something ## clear on ibooks. ## ## of course this work for me and won't necessary work ## for you. i won't absoulutely be responsible for ## damages to hw/sw on your machine. try at your own risk. ## this try is just a best-effort. ## ## just peruse this file. there are lines double-commented: ## pay attention to them. you could need to edito manually ## something here or there. write to me Mij ## if you have suggestions. Section "Files" FontPath "unix/:7100" # local font server # FontPath "/usr/lib/X11/fonts/misc" # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" # FontPath "/usr/share/AbiSuite/fonts" # FontPath "/usr/lib/X11/fonts/Type1" # FontPath "/usr/lib/X11/fonts/Speedo" # FontPath "/usr/lib/X11/fonts/75dpi" # FontPath "/usr/lib/X11/fonts/100dpi" EndSection Section "ServerFlags" EndSection Section "Module" Load "dbe" Load "extmod" Load "glx" Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "" # !!!!!!!!!!!!!!!!!!!!!!!!! ## Edit here your keyb layout: "en" "de" ... Option "XkbLayout" "it" # Option "XkbOptions" "ctrl:nocaps" # Option "XkbDisable" 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 "RadeonM6" Driver "radeon" ## this has to be disabled when using internal panel # Option "Monitor" "CRT" ## this has to be put off to the next session with your embedded panel Option "UseFBDev" Option "DRIReinit" EndSection Section "Monitor" Identifier "iBook Panel" HorizSync 30-70 VertRefresh 55-65 Option "DPMS" EndSection # Section "Monitor" Identifier "Samsung" HorizSync 30-70 VertRefresh 55-65 EndSection # Section "Screen" Identifier "Default Screen" Device "RadeonM6" Monitor "iBook Panel" DefaultDepth 16 SubSection "Display" Depth 8 Modes "1024x768" Virtual 1024 768 EndSubSection SubSection "Display" Depth 16 Modes "1024x768" Virtual 1024 768 EndSubSection SubSection "Display" Depth 24 Modes "1024x768" Virtual 1024 768 EndSubSection EndSection # Section "Screen" Identifier "CRT" Device "RadeonM6" Monitor "Samsung" DefaultDepth 16 # Option "NoAccel" Option "Monitor" "CRT" SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection SubSection "Display" Depth 32 Modes "1280x1024" "1280x960" "1152x864" EndSubSection EndSection # Section "ServerLayout" Identifier "Default Layout" # Screen "Default Screen" Screen "CRT" LeftOf "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Group "dri" Mode 0666 EndSection