Hello, I read the guide but I have follow problem.
I have installated FreeBSD 8 minimal and then I have installaed Xorg with command
When I execute "Xorg" the X server start but only black screen appear. If I execute "Xorg -retro" the X server start and grey screen appear with symbol of mouse.
1) Why this difference ? What means "-retro" option ?
2) To make mouse functioning I add to /etc/rc.conf follow lines:
Is this obligatory ?
3) When I run "Xorg -retro" I obtain from the shell "Failed to load module "fbdev", but the server screen appear. Is this module necessary ? What is its scope ?
Thanks
I have installated FreeBSD 8 minimal and then I have installaed Xorg with command
pkg_add -r xorg
.When I execute "Xorg" the X server start but only black screen appear. If I execute "Xorg -retro" the X server start and grey screen appear with symbol of mouse.
1) Why this difference ? What means "-retro" option ?
2) To make mouse functioning I add to /etc/rc.conf follow lines:
Code:
hald_enable="YES"
dbus_enable="YES"
3) When I run "Xorg -retro" I obtain from the shell "Failed to load module "fbdev", but the server screen appear. Is this module necessary ? What is its scope ?
Thanks