# xorg.conf.cpu=martin_334mhz # for Martins main board & graphics card that I used 2006.06.12 # when my AMD system died. Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/lib/X11/rgb" ModulePath "/usr/local/lib/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/Speedo/" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/CID/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "glx" Load "dri" Load "extmod" Load "dbe" Load "record" Load "xtrap" Load "type1" Load "freetype" Load "speedo" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" #DisplaySize 430 320 # mm Identifier "Monitor0" VendorName "SAM" ModelName "SyncMaster" # http://www.bonafidereviews.com/article.php?id=16 # Horizontal Frequency Analog (Hz): 30-75 # Horizontal Frequency Digital (Hz): 30-63 # Vertical Frequency (Hz): 56-75 # Maximum Resolution: 1600x1200 @ 60 Hz VertRefresh 56-75 # HorizSync 30-63 # Comes up in less than 1600x1200 # HorizSync 30-75 # Come up in 1600x1200, flickering on analogue KVM # HorizSync 30-70 # Come up in 1024x768 # HorizSync 30-72.5 # Come up in 1024x768 # HorizSync 30-73.75 # Come up in 1024x768 HorizSync 30-75 # Old: # Wild guesses that work below # Old: HorizSync 31.5 - 78.0 # Old: VertRefresh 50.0 - 80.0 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "Dac6Bit" # [] #Option "Dac8Bit" # [] #Option "ForcePCIMode" # [] #Option "BusType" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # #Option "AGPMode" # #Option "AGPFastWrite" # [] #Option "AGPSize" # #Option "GARTSize" # #Option "RingSize" # #Option "BufferSize" # #Option "EnableDepthMoves" # [] #Option "EnablePageFlip" # [] #Option "NoBackBuffer" # [] #Option "PanelOff" # [] #Option "DDCMode" # [] #Option "MonitorLayout" # [] #Option "IgnoreEDID" # [] #Option "OverlayOnCRTC2" # [] #Option "CloneMode" # [] #Option "CloneHSync" # [] #Option "CloneVRefresh" # [] #Option "UseFBDev" # [] #Option "VideoKey" # #Option "DisplayPriority" # [] #Option "PanelSize" # [] #Option "ForceMinDotClock" # Identifier "Card0" Driver "ati" VendorName "ATI" BoardName "3D Rage Pro AGP 1X/2X" ChipSet "ati" ChipId 0x4742 ChipRev 0x5c BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 Modes "1600x1200" "1024x768" "640x480" "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 4 Modes "1600x1200" "1024x768" "640x480" "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 Modes "1600x1200" "1024x768" "640x480" "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1600x1200" "1024x768" "640x480" "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1600x1200" "1024x768" "640x480" "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1600x1200" "1024x768" "640x480" "800x600" EndSubSection EndSection