Probe #b075cf8841 of Apple MacBookPro9,2
Log: xorg.conf
Section "Files"
FontPath "/nix/store/7amlf2b5gf4qgddwlx9n5qi9xqlvj2wd-font-cursor-misc-1.0.3/lib/X11/fonts/misc"
FontPath "/nix/store/5dfab3blhg1zl2nq4kvqgs5ikzjr8a50-font-misc-misc-1.1.2/lib/X11/fonts/misc"
FontPath "/nix/store/vfqf9gc5bprwxjav975brin3b2daxzrx-font-adobe-100dpi-1.0.3/lib/X11/fonts/100dpi"
FontPath "/nix/store/mqca5wjhhm2l0p1f61rdbh5v0rqz0xfk-font-adobe-75dpi-1.0.3/lib/X11/fonts/75dpi"
ModulePath "/nix/store/4lga12px9b8p2f0f2l7grp0xfxangq6c-xf86-input-libinput-1.2.0/lib/xorg/modules/input"
ModulePath "/nix/store/9knzks2rkgwq3wghghc1z36anzgmh64v-xf86-video-fbdev-0.5.0/lib/xorg/modules/drivers"
ModulePath "/nix/store/ha2fv9kc6lq490q4lb39zc5qhy9x8hz7-xorg-server-21.1.8/lib/xorg/modules"
ModulePath "/nix/store/ha2fv9kc6lq490q4lb39zc5qhy9x8hz7-xorg-server-21.1.8/lib/xorg/modules/drivers"
ModulePath "/nix/store/ha2fv9kc6lq490q4lb39zc5qhy9x8hz7-xorg-server-21.1.8/lib/xorg/modules/extensions"
ModulePath "/nix/store/ha2fv9kc6lq490q4lb39zc5qhy9x8hz7-xorg-server-21.1.8/lib/xorg/modules/input"
ModulePath "/nix/store/nsvn31dwkgnan31mmsfsc9yplcpnzffk-xf86-input-evdev-2.10.6/lib/xorg/modules/input"
FontPath "/nix/store/9c75wa2cr0hj2j8w4yvx0p5vwmbvknj5-X11-fonts/share/X11/fonts"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "DontZap" "on"
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "Monitor[0]"
EndSection
# Additional "InputClass" sections
Section "InputClass"
Identifier "libinput mouse configuration"
MatchDriver "libinput"
MatchIsPointer "on"
Option "AccelProfile" "adaptive"
Option "LeftHanded" "off"
Option "MiddleEmulation" "on"
Option "NaturalScrolling" "off"
Option "ScrollMethod" "twofinger"
Option "HorizontalScrolling" "on"
Option "SendEventsMode" "enabled"
Option "Tapping" "on"
Option "TappingDragLock" "on"
Option "DisableWhileTyping" "off"
EndSection
Section "InputClass"
Identifier "libinput touchpad configuration"
MatchDriver "libinput"
MatchIsTouchpad "on"
Option "AccelProfile" "adaptive"
Option "ClickMethod" "clickfinger"
Option "LeftHanded" "off"
Option "MiddleEmulation" "on"
Option "NaturalScrolling" "on"
Option "ScrollMethod" "twofinger"
Option "HorizontalScrolling" "on"
Option "SendEventsMode" "enabled"
Option "Tapping" "on"
Option "TappingDragLock" "on"
Option "DisableWhileTyping" "on"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
# Reference the Screen sections for each driver. This will
# cause the X server to try each in turn.
Screen "Screen-fbdev[0]"
Screen "Screen-modesetting[0]"
EndSection
# For each supported driver, add a "Device" and "Screen"
# section.
Section "Device"
Identifier "Device-fbdev[0]"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "Screen-fbdev[0]"
Device "Device-fbdev[0]"
EndSection
Section "Device"
Identifier "Device-modesetting[0]"
Driver "modesetting"
EndSection
Section "Screen"
Identifier "Screen-modesetting[0]"
Device "Device-modesetting[0]"
EndSection