Hi FreeBSD users,
Things is i am going to using NVidia card (GT730) for my PC as Handbook say: http://docs.freebsd.org/doc/7.3-RELEASE/usr/share/doc/en/articles/compiz-fusion/nvidia-setup.html
So, I install the latest driver:
And this is my rc.conf:
And my xorg.conf (generated by nvidia-xconfig):
But when I reboot PC, I got:
So I thought if i uses the wrong driver. And as https://forums.freebsd.org/threads/50620/ .
I remove the nvidia-driver but instead with nvidia-driver-340 but still not fine. (put my Xorg.0.log after change the driver from nvidia-driver to nvidia-driver-340: http://paste.ubuntu.com/19998794/)
First post. any help appreciate.
Things is i am going to using NVidia card (GT730) for my PC as Handbook say: http://docs.freebsd.org/doc/7.3-RELEASE/usr/share/doc/en/articles/compiz-fusion/nvidia-setup.html
So, I install the latest driver:
Code:
pkg install x11/nvidia-driver
Code:
hostname="seven"
ifconfig_bce0="DHCP"
local_unbound_enable="YES"
sshd_enable="YES"
moused_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
# KDE support
dbus_enable="YES"
hald_enable="YES"
# enable KDM
kdm4_enable="YES"
# webcamd requires the cuse4bsd or cuse kernel module, depending on
# how webcamd was compiled.
webcamd_enable="YES"
# using the kernel modules for bridged or host-only networking add this
vboxnet_enable="YES"
# load rules in /etc/devfs.rules add the following:
devfs_system_ruleset="system"
# for linux compatibility to be enabled at boot time
linux_enable="YES"
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 355.11 (root@101amd64-quarterly-job-06) Mon Jun 6 03:30:56 UTC 2016
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
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 "/usr/local/share/fonts/Caladea/"
FontPath "/usr/local/share/fonts/Carlito/"
FontPath "/usr/local/share/fonts/Droid/"
FontPath "/usr/local/share/fonts/GentiumBasic/"
FontPath "/usr/local/share/fonts/Liberation/"
FontPath "/usr/local/share/fonts/cantarell/"
FontPath "/usr/local/share/fonts/cyrillic/"
FontPath "/usr/local/share/fonts/dejavu/"
FontPath "/usr/local/share/fonts/encodings/"
FontPath "/usr/local/share/fonts/kanjistrokeorders/"
FontPath "/usr/local/share/fonts/util/"
FontPath "/usr/local/share/fonts/wqy"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
ModeLine "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080@60"
EndSubSection
EndSection
Code:
Xserver died during startup X server for display :0 cannot be started, session disabled.
I remove the nvidia-driver but instead with nvidia-driver-340 but still not fine. (put my Xorg.0.log after change the driver from nvidia-driver to nvidia-driver-340: http://paste.ubuntu.com/19998794/)
First post. any help appreciate.