After a fresh installation of 9.0-RELEASE, I have added xorg, xdm and gnome2.
I have this in xorg.conf for mouse and keyboard:
At thefreebsd FreeBSD prompt, my keyboard is ok (French azerty) and the mouse moves an arrow on the screen, but not when I run startx.
Have I forgotten something?
I have this in xorg.conf for mouse and keyboard:
Code:
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
At the
Have I forgotten something?