# file:///etc/X11/XF86Config-4 # @author: http://RzR.online.FR/ Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" 0 0 InputDevice "Generic Keyboard" "CoreKeyboard" InputDevice "Configured Mouse DEXXA" "CorePointer" # AllowMouseOpenFail EndSection Section "ServerFlags" Option "Blank Time" "10" Option "Standby Time" "20" Option "Suspend Time" "30" Option "Off Time" "60" #DontZap # disable (server abort) #DontZoom # disable / (resolution switching) EndSection #/Server Flags/ Section "Files" # fonts etc ------------------------------------------------- FontPath "unix/:7100" # stop here if success FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" # ---------------------------------------------------------- Load "glx" # openGL harware layer Load "dri" # direct rendering @ dri.sf.net Load "GLcore" Load "freetype" Load "speedo" Load "type1" Load "dbe" # doublebuffer Load "bitmap" Load "ddc" Load "extmod" Load "int10" ## Load "pex5" Load "record" Load "vbe" # = vesa bios extension ## Load "xie" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "fr" EndSection Section "InputDevice" # 3button w/ wheel Identifier "Configured Mouse DEXXA" # VendorName "DEXXA" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" #"/dev/mouse" # "/dev/input/mice" Option "Protocol" "IMPS/2" # Was "PS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" # Option "SendCoreEvents" "true" EndSection Section "Monitor"#---------------------------------------------------------- Identifier "TV" # please tell me VertRefresh 50.0 - 50.0 # PAL= 720x576@50Hz EndSection Section "Monitor" # Monitor: Identifier "VGA" # 640x480 HorizSync 31.5 - 57.0 VertRefresh 50.0 - 70.0 EndSection # Monitor/ Section "Monitor" ### 17" 43.2 cm / Pitch=0.27mm / 1600x1200 --------------- Identifier "C787" VendorName "Fujitsu Siemens" ModelName "C787" HorizSync 30.0 - 85.0 # kHz # auto VertRefresh 50.0 - 160.0 # Hz #auto # VideoDotRate "165Mhz" Option "DPMS" # ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync # ModeLine "640x480" 50.00 640 656 752 832 480 481 484 509 -hsync -vsync EndSection # Monitor/ Section "Device" #-------------------------------------------------- Identifier "Radeon VE" VendorName "ATI" BoardName "Radeon VE Powered by ati" Driver "radeon" #radeon" ##"radeon" or "ati" ??? VideoRam 65536 # 64MB # Option "UseFBDev" "true" # must be in kernel Option "AGPMode" "4" # kernel # Option "EnablePageFlip" Option "TwinView" # TVout: Option "sw_cursor" # a big white block instead of the cursor! Option "SecondMonitorHorizSync" "30-50" # 28-49 Option "SecondMonitorVertRefresh" "60" # 50-60 Option "TwinViewOrientation" "Clone" Option "ConectedMonitor" "CRT, TV" # DFP,TV # CRT Option "TVStandard" "SECAM" # "PAL-N" # FRAnce # duneii/ Option "TVOutFormat" "Composite" Option "composite_sync" "off" Option "MetaModes" "1024x768,NULL;1024x768,640x480+2+22" Option "NoTwinViewXineramaInfo" "true" Option "MetaModes" "640x480,640x480;,640x480;640x480," EndSection # Device/ # http://dri.sf.net # irc://irc.debian.org/ati # http://www.ati.com/support/drivers/linux/radeon-linux.html Section "Screen" #--------------------------------------------------- Identifier "Default Screen" Device "Radeon VE" Monitor "C787" DefaultDepth 24 # SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" "320x240" #" "1152x864" "640x400" "512x384" "400x300" "320x200" EndSubSection SubSection "Display" Depth 16 Modes "640x480" #"800x600" #"640x480" "1152x864" "1024x768" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" EndSubSection # 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 EndSection # Section Screen/ Section "DRI" Mode 0666 EndSection # EOF - file:///etc/X11/XF86Config-4 - @author : http://rzr.online.fr/