## syd:/etc/X11/xorg.conf # # Xorg configuration file for use with a Sony Vaio PCG-V505DX. # Includes ATI firegl driver with cloned display and Synaptics # touchpad driver. # # Jason R. Blevins # # $Id: xorg.conf,v 1.22 2006/03/17 02:21:07 jrblevin Exp $ Section "dri" # Access to OpenGL ICD is allowed for all users: Mode 0666 EndSection Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" # don't initialize DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" # libglx.a Load "dri" # libdri.a EndSection Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/CID" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/misc" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" # Mathematica fonts FontPath "/usr/local/Wolfram/Mathematica/5.1/SystemFiles/Fonts/Type1" FontPath "/usr/local/Wolfram/Mathematica/5.1/SystemFiles/Fonts/AFM" FontPath "/usr/local/Wolfram/Mathematica/5.1/SystemFiles/Fonts/BDF" EndSection Section "InputDevice" Identifier "Laptop Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection #Section "InputDevice" # Identifier "Synaptics Touchpad" # Driver "mouse" # Option "CorePointer" # Option "Device" "/dev/input/mouse0" # Option "Protocol" "GlidePointPS/2" # Option "HorizScrollDelta" "0" # Option "Emulate3Buttons" # Option "Resolution" "1000" #EndSection Section "InputDevice" Identifier "Alps Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/input/event2" Option "Protocol" "event" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "180" Option "MaxTapMove" "110" Option "ClickTime" "0" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "10" Option "HorizScrollDelta" "0" Option "MinSpeed" "0.45" Option "MaxSpeed" "0.75" Option "AccelFactor" "0.020" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "0" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "2" Option "SHMConfig" "true" EndSection Section "InputDevice" Identifier "Touchpad" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "AlwaysCore" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Buttons" "5" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Sony LCD" # HorizSync 31.5 - 48.4 # VertRefresh 50 - 70 Option "DPMS" EndSection Section "Monitor" Identifier "External LCD" # HorizSync 31.5 - 48.4 # VertRefresh 50 - 70 Option "DPMS" EndSection Section "Device" Identifier "ATI Radeon 9200se" Driver "fglrx" # ### generic DRI settings ### # === disable PnP Monitor === # Option "NoDDC" # === disable/enable XAA/DRI === Option "no_accel" "no" Option "no_dri" "no" # === misc DRI settings === # disable DRI mtrr mapper, driver has its own code for mtrr Option "mtrr" "off" # ### FireGL DDX driver module specific settings ### # === Screen Management === Option "DesktopSetup" "0x00000100" #clone # Alternative Configurations: # Option "DesktopSetup" "0x00000000" #single # Option "DesktopSetup" "0x00000201" #big # Option "DesktopSetup" "0x00000000" #dual Option "MonitorLayout" "TMDS, AUTO" Option "IgnoreEDID" "off" Option "HSync2" "unspecified" Option "VRefresh2" "unspecified" Option "ScreenOverlap" "0" Option "GammaCorrectionI" "0x00000000" Option "GammaCorrectionII" "0x00000000" # === OpenGL specific profiles/settings === Option "Capabilities" "0x00000000" Option "CapabilitiesEx" "0x00000000" # === Video Overlay for the Xv extension === Option "VideoOverlay" "on" # === OpenGL Overlay === # Note: When OpenGL Overlay is enabled, Video Overlay # will be disabled automatically Option "OpenGLOverlay" "off" # === Center Mode (Laptops only) === Option "CenterMode" "off" # === Pseudo Color Visuals (8-bit visuals) === Option "PseudoColorVisuals" "off" # === QBS Management === Option "Stereo" "off" Option "StereoSyncEnable" "1" # === FSAA Management === Option "FSAAEnable" "no" Option "FSAAScale" "1" Option "FSAADisableGamma" "no" Option "FSAACustomizeMSPos" "no" Option "FSAAMSPosX0" "0.000000" Option "FSAAMSPosY0" "0.000000" Option "FSAAMSPosX1" "0.000000" Option "FSAAMSPosY1" "0.000000" Option "FSAAMSPosX2" "0.000000" Option "FSAAMSPosY2" "0.000000" Option "FSAAMSPosX3" "0.000000" Option "FSAAMSPosY3" "0.000000" Option "FSAAMSPosX4" "0.000000" Option "FSAAMSPosY4" "0.000000" Option "FSAAMSPosX5" "0.000000" Option "FSAAMSPosY5" "0.000000" # === Misc Options === Option "UseFastTLS" "0" Option "BlockSignalsOnLock" "on" Option "UseInternalAGPGART" "yes" Option "ForceGenericCPU" "no" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "ATI" Driver "ati" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Radeon 9200se" Monitor "Sony LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Laptop Keyboard" # InputDevice "ALPS Touchpad" InputDevice "Touchpad" InputDevice "USB Mouse" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "30" Option "OffTime" "2" EndSection