Asus EeePC xorg.conf
From Gentoo Linux Wiki
- This page is a candidate for deletion
- Reason given: Orphaned page. No longer used.
- If you disagree with its deletion, please explain why on its discussion page.
- If you intend to fix it, please remove this notice, but do not remove this notice from articles that you have created yourself.
- Make sure no other pages link here and check the page's history before deleting.
| File: /etc/X11/xorg.conf |
Section "ServerLayout"
Identifier "X.Org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "Mouse0" "CorePointer"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "ddc"
Load "vbe"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap"
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "InputDevice"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
#!!Configure this for your locale!!
#Option "XkbLayout" "us,ru(winkeys)"
#Option "XkbOptions" "grp:shift_caps_toggle,grp_led:scroll,caps:internal,compose:rwin"
Option "Xleds" "1 2 3"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "explorerps/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/input/event1"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1900"
Option "BottomEdge" "4000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.10"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "SendCoreEvents"
Option "HorizEdgeScroll" "1"
EndSection
# Auto-generated by mkxf86config
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Modeline "800x480" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync
Modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
Modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
Modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
Modeline "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
Modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
# The following line is auto-generated by x11-misc/mkxf86config
Driver "intel"
VendorName "All"
BoardName "All"
BusID "PCI:0:2:0"
Option "EnablePageFlip" "on"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
Option "AccelDFS" "true"
Option "DynamicClocks" "on"
Option "ColorTiling" "on"
Option "FBTexPercent" "95"
Option "XAANoOffscreenPixmaps" "true"
Option "AddARGBGLXVisuals" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "1024x768" "800x600" "800x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Endsection
|
