Probe #ae5b4dcc9e of Fujitsu D3417-B2 S26361-D341... Desktop Computer
Log: xorg.conf.d
00-keyboard.conf
----------------
Section "InputClass"
Identifier "local keyboard defaults"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc104"
Option "XkbVariant" "altgr-intl"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputClass"
Identifier "FreeBSD system keyboard by kbdmux(4)"
MatchIsKeyboard "on"
MatchProduct "System keyboard multiplexer"
Option "Ignore" "on"
EndSection
10-mouse.conf
-------------
Section "InputClass"
Identifier "HP Omen 600 Gaming Mouse"
MatchProduct "HP HP Gaming Mouse"
MatchIsPointer "on"
Option "AccelProfile" "custom"
Option "AccelPointsMotion" "0 0.8 1.5 2.0 4.0"
Option "AccelStepMotion" "2.5"
Option "NaturalScrolling" "on"
Option "ScrollMethod" "button"
EndSection
Section "InputClass"
Identifier "FreeBSD sysmouse by moused(8)"
MatchIsPointer "on"
MatchProduct "System mouse"
Option "Ignore" "on"
EndSection
20-fontpaths.conf
-----------------
Section "Files"
FontPath "/usr/local/share/fonts/webfonts/"
FontPath "/usr/local/share/fonts/nerdfonts.com/"
FontPath "/usr/local/share/fonts/juliamono/"
FontPath "/usr/local/share/fonts/dejavu/"
FontPath "/usr/local/share/fonts/LinLibertineG/"
FontPath "/usr/local/share/fonts/Carlito/"
FontPath "/usr/local/share/fonts/Caladea/"
FontPath "/usr/local/share/fonts/GentiumBasic/"
FontPath "/usr/local/share/fonts/Liberation/"
EndSection
screens.conf
------------
Section "Screen"
Identifier "TripleDisplay"
Monitor "Dell-30inch-center"
Monitor "Eizo-21portrait-right"
Monitor "Eizo-24inch-left"
Device "GT2-haswell"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Monitor"
Identifier "Dell-30inch-center"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "Eizo-24inch-left"
Option "LeftOf" "Dell-30inch-center"
EndSection
Section "Monitor"
Option "Rotate" "left"
Identifier "Eizo-21portrait-right"
Option "RightOf" "Dell-30inch-center"
EndSection
server.conf
-----------
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/75dpi/"
FontPath "catalogue:/usr/local/etc/X11/fontpath.d"
EndSection
Section "ServerLayout"
Identifier "titan"
Screen 0 "TripleDisplay" 0 0
EndSection
Section "Device"
Identifier "GT2-haswell"
Driver "modesetting"
Option "HotPlug" "0"
Option "DRI" "3" Option "monitor-DP-1" "Dell-30inch-center"
Option "monitor-DP-2" "Eizo-24inch-left"
Option "monitor-HDMI-1" "Eizo-21portrait-right"
BusID "PCI:0:2:0"
EndSection
Section "Module"
Load "glx"
Load "glamoregl"
EndSection