Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export INTEL_BATCH=1
- Driver "intel"
- Option "AccelMethod" "exa"
- Option "MigrationHeuristic" "greedy"
- options acerhdf verbose=0 fanon=67000 fanoff=62000 interval=10 kernelmode=1
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Synaptics Mouse" "AlwaysCore"
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules"
- FontPath "/usr/share/fonts/X11/misc"
- FontPath "/usr/share/fonts/X11/cyrillic"
- FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
- FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
- FontPath "/usr/share/fonts/X11/Type1"
- FontPath "/usr/share/fonts/X11/100dpi"
- FontPath "/usr/share/fonts/X11/75dpi"
- FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
- EndSection
- Section "Module"
- Load "glx"
- Load "extmod"
- Load "record"
- Load "dri2"
- Load "dbe"
- Load "dri"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "us,ru"
- Option "XkbOptions" "grp:ctrl_shift_toggle"
- EndSection
- Section "InputDevice"
- Identifier "Synaptics Mouse"
- Option "Protocol" "auto-dev"
- Driver "synaptics"
- # cat /proc/bus/input/devices
- Option "Device" "/dev/my-acer-synaptics"
- #Option "Device" "/dev/input/event10"
- Option "SHMConfig" "on"
- Option "HorizScrollDelta" "45"
- Option "HorizEdgeScroll" "on"
- Option "VertEdgeScroll" "on"
- Option "VertScrollDelta" "45"
- Option "TapButton1" "1"
- Option "TapButton2" "3"
- Option "TapButton3" "2"
- Option "SendCoreEvents" "on"
- Option "LeftEdge" "1700"
- Option "RightEdge" "5300"
- Option "TopEdge" "1700"
- Option "BottomEdge" "4200"
- Option "AccelFactor" "0.0015"
- #Option "CircularScrolling" "on"
- # Option "CircScrollTrigger" "0"
- #Option "FingerLow" "25"
- #Option "FingerHigh" "30"
- #Option "MaxTapTime" "180"
- #Option "MaxTapMove" "220"
- #Option "VertScrollDelta" "100"
- #Option "MinSpeed" "0.09"
- #Option "MaxSpeed" "0.18"
- # Option "CorePointer"
- # Option "Device" "/dev/input/mice"
- # Option "Protocol" "ImPS/2"
- # Option "Emulate3Buttons" "true"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- Option "DPMS"
- DisplaySize 195 113
- EndSection
- Section "Device"
- ### Available Driver options are:-
- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
- ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
- ### [arg]: arg optional
- #Option "NoAccel" # [<bool>]
- #Option "SWcursor" # [<bool>]
- #Option "ColorKey" # <i>
- #Option "CacheLines" # <i>
- #Option "Dac6Bit" # [<bool>]
- #Option "DRI" # [<bool>]
- #Option "NoDDC" # [<bool>]
- #Option "ShowCache" # [<bool>]
- #Option "XvMCSurfaces" # <i>
- #Option "PageFlip" # [<bool>]
- Identifier "Card0"
- Option "Clone" "true"
- Option "DRI" "true"
- Option "MigrationHeuristic" "greedy"
- Option "AccelMethod" "EXA"
- Option "NoDDC"
- Driver "intel"
- VendorName "Intel Corporation"
- BoardName "Mobile 945GME Express Integrated Graphics Controller"
- BusID "PCI:0:2:0"
- Option "ForceEnablePipeA" "true"
- Option "FramebufferCompression" "off"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- SubSection "Display"
- Viewport 0 0
- Depth 1
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 4
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 8
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 15
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 16
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
- Section "ServerFlags"
- # Option "DontZap" "true"
- # Option "DontVTSwitch" "true"
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
- Section "Extensions"
- Option "Composite" "enable"
- EndSection
- GRUB_CMDLINE_LINUX_DEFAULT="pciehp.pciehp_force=1 elavator=noop quiet splash"
Add Comment
Please, Sign In to add comment