Advertisement
CGarces

Xorg Config Asus 761GX

Jun 8th, 2013
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerFlags"
  2.     Option "DontZap" "Off"
  3.     Option "AllowMouseOpenFail" "true"
  4.     Option "blank time" "0"
  5.     Option "standby time" "0"
  6.     Option "suspend time" "0"
  7.     Option "off time" "0"
  8. EndSection
  9.  
  10. Section "InputClass"
  11.     Identifier "middle button emulation class"
  12.     MatchIsPointer "on"
  13.     #Option "Emulate3Buttons" "on"
  14.     #Option "Emulate3Timeout" "50"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18.     Identifier "Touchpad"
  19.     Driver "synaptics"
  20.     Option "Device" "/dev/psaux"
  21.     Option "Protocol" "auto-dev"
  22.     Option "LeftEdge" "1700"
  23.     Option "RightEdge" "5300"
  24.     Option "TopEdge" "1700"
  25.     Option "BottomEdge" "4200"
  26.     Option "FingerLow" "25"
  27.     Option "FingerHigh" "30"
  28.     Option "MaxTapTime" "180"
  29.     Option "MaxTapMove" "220"
  30.     Option "VertScrollDelta" "100"
  31.     Option "HorizScrollDelta" "0"
  32.     Option "MinSpeed" "0.09"
  33.     Option "MaxSpeed" "0.18"
  34.     Option "AccelFactor" "0.0015"
  35.     Option "SHMConfig" "on"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39.     Driver "synaptics"
  40.     Identifier "ALPS Touchpad"
  41.     Option "Device" "/dev/input/mice"
  42.     Option "Protocol" "event"
  43.     Option "LeftEdge" "130"
  44.     Option "RightEdge" "840"
  45.     Option "TopEdge" "130"
  46.     Option "BottomEdge" "640"
  47.     Option "FingerLow" "7"
  48.     Option "FingerHigh" "8"
  49.     Option "MaxTapTime" "180"
  50.     Option "MaxTapMove" "110"
  51.     Option "EmulateMidButtonTime" "75"
  52.     Option "VertScrollDelta" "20"
  53.     Option "HorizScrollDelta" "0"
  54.     Option "MinSpeed" "0.25"
  55.     Option "MaxSpeed" "0.50"
  56.     Option "AccelFactor" "0.030"
  57.     Option "EdgeMotionMinSpeed" "200"
  58.     Option "EdgeMotionMaxSpeed" "200"
  59.     Option "UpDownScrolling" "1"
  60.     Option "CircularScrolling" "1"
  61.     Option "CircScrollDelta" "0.1"
  62.     Option "CircScrollTrigger" "2"
  63.     Option "SHMConfig" "on"
  64. EndSection
  65.  
  66. Section "InputDevice"
  67.     Identifier "Appletouch"
  68.     Driver "synaptics"
  69.     Option "Device" "/dev/psaux"
  70.     Option "Protocol" "auto-dev"
  71.     Option "LeftEdge" "100"
  72.     Option "RightEdge" "1120"
  73.     Option "TopEdge" "50"
  74.     Option "BottomEdge" "310"
  75.     Option "FingerLow" "25"
  76.     Option "FingerHigh" "30"
  77.     Option "MaxTapMove" "220"
  78.     Option "TapButton1" "1"
  79.     Option "TapButton2" "3"
  80.     Option "TapButton3" "2"
  81.     Option "MinSpeed" "0.79"
  82.     Option "MaxSpeed" "0.88"
  83.     Option "AccelFactor" "0.0015"
  84.     Option "SHMConfig" "on"
  85. EndSection
  86.  
  87. Section "Monitor"
  88.     Identifier "Monitor0"
  89.     VendorName "unknown"
  90.     ModelName "unknown"
  91.     Option "DPMS" "true"
  92.     HorizSync    30-75
  93.     VertRefresh  55-70
  94. EndSection
  95.  
  96. Section "Device"
  97.     Identifier  "Card0"
  98.     Driver "@@XMODULE@@"
  99.     BoardName "unknown"
  100.  
  101.     Screen 0
  102.    #Option "UseDisplayDevice" "dfp"
  103.    #Option "MonitorLayout" "crt,crt"
  104.    #BusID  "PCI:1:0:0"
  105.    #Option "sw_cursor" # needed for some ati cards
  106.    #Option "hw_cursor"
  107.    #Option "NoAccel"
  108.    #Option "ShowCache"
  109.    #Option "ShadowFB"
  110.    #Option "UseFBDev"
  111.    #Option "Rotate"
  112.     Option "UseInternalAGPGART" "no"
  113.  
  114.     Option "XAANoOffscreenPixmaps" "true"
  115.  
  116. # savage special options, use with care
  117.    #Option "NoUseBios"
  118.    #Option "BusType" "PCI"
  119.     Option "DmaMode" "None"
  120.  
  121. # nvidia special options, use with care
  122.     Option "CursorShadow" "1"
  123.     Option "CursorShadowAlpha" "63"
  124.     Option "CursorShadowYOffset" "2"
  125.     Option "CursorShadowXOffset" "4"
  126.     Option "FlatPanelProperties" "Scaling = native"
  127.     Option "NoLogo" "true"
  128.     Option "UseEDID" "true"
  129.     Option "AddARGBGLXVisuals" "true"
  130.     Option "RenderAccel" "true"
  131.    #Option "AllowGLXWithComposite" "true"
  132. EndSection
  133.  
  134. Section "Device"
  135.     Identifier  "Card1"
  136.     Driver "@@XMODULE@@"
  137.     BoardName "unknown"
  138.  
  139.     Screen 1
  140.    #Option "MonitorLayout" "crt,crt"
  141.    #BusID  "PCI:1:0:0"
  142. EndSection
  143.  
  144. Section "Screen"
  145.     Identifier "Screen0"
  146.     Device "Card0"
  147.     Monitor "Monitor0"
  148.     DefaultColorDepth 16
  149.    
  150.     SubSection "Display"
  151.     Depth 8
  152.     @@MODES@@
  153.     EndSubSection
  154.     SubSection "Display"
  155.     Depth 15
  156.     @@MODES@@
  157.     EndSubSection
  158.     SubSection "Display"
  159.     Depth 16
  160.     @@MODES@@
  161.     EndSubSection
  162.     SubSection "Display"
  163.     Depth 24
  164.     @@MODES@@
  165.     EndSubSection
  166.     SubSection "Display"
  167.     Depth 32
  168.     @@MODES@@
  169.     EndSubSection
  170.    
  171.     # Only the official NVIDIA driver supports twinview
  172.     # these setting are an example
  173.     Option "TwinView" "false"
  174.     Option "SecondMonitorVendorName" "unknown"
  175.     Option "SecondMonitorModelName" "unknown"
  176.     Option "SecondMonitorHorizSync" "30-75"
  177.     Option "SecondMonitorVertRefresh" "55-70"
  178.    #Option "MetaModes" "1024x768, 1024x768"
  179.     Option "TwinViewOrientation" "RightOf"
  180.     Option "ConnectedMonitor" "dfp,dfp"
  181. EndSection
  182.  
  183. Section "DRI"
  184.     Mode 0666
  185. EndSection
  186.  
  187. Section "Extensions"
  188.     Option "Composite" "Enable"
  189. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement