diff --git a/README.md b/README.md index 969b326..eaad2f8 100644 --- a/README.md +++ b/README.md @@ -132,26 +132,27 @@ Section "Monitor" Identifier "Monitor0" VendorName "Generic" ModelName "LCD" - Option "DPMS" # Включаем управление питанием монитора + #Option "DPMS" # Включаем управление питанием монитора EndSection Section "ServerLayout" Identifier "Layout0" Screen "Screen0" + Option "AutoAddDevices" "false" EndSection -Section "InputClass" - Identifier "libinput pointer catchall" - MatchIsPointer "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" +Section "InputDevice" + Identifier "Mouse0" + Driver "mouse" + Option "Protocol" "auto" + Option "Device" "/dev/sysmouse" + Option "ZAxisMapping" "4 5" + Option "Buttons" "5" EndSection -Section "InputClass" - Identifier "libinput keyboard catchall" - MatchIsKeyboard "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" +Section "InputDevice" + Identifier "Keyboard0" + Driver "kbd" EndSection ``` @@ -169,3 +170,22 @@ X :0 & sleep 2 && DISPLAY=:0 xterm & После запуска xserver можно запустить композитный менеджер ctwm +Дла нормальной работы клавиатуры в /etc/rc.conf раскладка должна быть английской + +``` +hostname="calista-dev" +keymap="us.kbd" +ifconfig_fxp0="DHCP" +ifconfig_fxp0_ipv6="inet6 accept_rtadv" +sshd_enable="YES" +ntpd_enable="YES" +ntpd_sync_on_start="YES" +moused_enable="YES" +# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable +dumpdev="AUTO" +zfs_enable="YES" +kld_list="nvidia" +dbus_enable="YES" +``` + +