Hi guys,
I noticed that my Xorg states I do not have enable DRM on my system:
This my GPU:
Xorg:
What am I doing wrong? ?
Thanks! ?
I noticed that my Xorg states I do not have enable DRM on my system:
Code:
[ 18072.672] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 18073.063] (WW) NVIDIA: No DRM device: No direct render devices found.
[ 18074.158] (WW) NVIDIA(0): Failed to request fliplock.
This my GPU:
Code:
pciconf -lv|grep -B4 VGA
vgapci0@pci0:1:0:0: class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x1618 subvendor=0x1558 subdevice=0x7703
vendor = 'NVIDIA Corporation'
device = 'GM204M [GeForce GTX 970M]'
class = display
subclass = VGA
nvidia-driver and nvidia-drm-kmod are installed, below my (partial) rc.conf:
Code:
dbus_enable="YES"
kld_list="nvidia nvidia-modeset fusefs"
lightdm_enable="YES"
cupsd_enable="YES"
devfs_system_ruleset="system"
avahi_daemon_enable="YES"
dsbmd_enable="YES"
#wlans_iwm0="wlan0"
#ifconfig_wlan0="WPA DHCP"
saned_enable="YES"
Xorg:
Code:
$ cat 10-screen.conf
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-5"
Option "metamodes" "DP-0: nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-3: nvidia-auto-select +1920+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
$ cat 20-nvidia.conf
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce GTX 970M"
EndSection
What am I doing wrong? ?
Thanks! ?