Hello
FreeBSD does not start the graphical interface (Gnome). It stays in "login:". If I login as user or superuser and run "startx", I get:
Fatal server error:
no screens found
...
Server terminated with error (1). Closing log file
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
My /etc/rc.conf is as follows:
sendmail_enable="NONE"
hostname="freebsd"
keymap="en.kbd"
ifconfig_em0="DHCP"
sshd_enable="YES"
moused_enable="YES"
ntpd_enable="YES"
dumpdev="AUTO"
kld_list="nvidia nvidia-modeset linux linux64"
dbus_enable="YES"
hald_enable="YES"
gdm_enable="YES"
gnome_enable="YES"
vmware_guest_enable="YES" vmware_guest_enable="YES"
linux_enable="YES"
My /etc/fstab is as follows:
/dev/ada0p2 / ufs rw 1 1
/dev/ada0p1 /boot/efi msdosfs rw 2 2
/dev/ada0p3 none swap sw 0 0
proc /proc procfs rw rw rw 0 0 0
In /etc/X11/xorg.conf I have the following:
Section "ServerLayout"
Identifier "X.org configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0" 0 0 0 0
InputDevice "Mouse0" "CorePointer" InputDevice "Mouse0" "CorePointer" "CorePointer" "CorePointer
InputDevice "Keyboard0" "CoreKeyboard" "CoreKeyboard" "CorePointer
Option "AutoAddDevices" "Off"
EndSection
...
Section "Device"
Identifier "Card0"
Driver "nvidia"
BusID "PCI:1:0.0" BusID "PCI:1:0.0" BusID "PCI:1:0.0
EndSection
...
And in ~/.xinitrc I have
exec gnome-session
I'm driving myself crazy looking at texts and videos, and I can't seem to get the problem unstuck.
FreeBSD does not start the graphical interface (Gnome). It stays in "login:". If I login as user or superuser and run "startx", I get:
Fatal server error:
no screens found
...
Server terminated with error (1). Closing log file
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
My /etc/rc.conf is as follows:
sendmail_enable="NONE"
hostname="freebsd"
keymap="en.kbd"
ifconfig_em0="DHCP"
sshd_enable="YES"
moused_enable="YES"
ntpd_enable="YES"
dumpdev="AUTO"
kld_list="nvidia nvidia-modeset linux linux64"
dbus_enable="YES"
hald_enable="YES"
gdm_enable="YES"
gnome_enable="YES"
vmware_guest_enable="YES" vmware_guest_enable="YES"
linux_enable="YES"
My /etc/fstab is as follows:
/dev/ada0p2 / ufs rw 1 1
/dev/ada0p1 /boot/efi msdosfs rw 2 2
/dev/ada0p3 none swap sw 0 0
proc /proc procfs rw rw rw 0 0 0
In /etc/X11/xorg.conf I have the following:
Section "ServerLayout"
Identifier "X.org configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0" 0 0 0 0
InputDevice "Mouse0" "CorePointer" InputDevice "Mouse0" "CorePointer" "CorePointer" "CorePointer
InputDevice "Keyboard0" "CoreKeyboard" "CoreKeyboard" "CorePointer
Option "AutoAddDevices" "Off"
EndSection
...
Section "Device"
Identifier "Card0"
Driver "nvidia"
BusID "PCI:1:0.0" BusID "PCI:1:0.0" BusID "PCI:1:0.0
EndSection
...
And in ~/.xinitrc I have
exec gnome-session
I'm driving myself crazy looking at texts and videos, and I can't seem to get the problem unstuck.