View Single Post
  #2   (View Single Post)  
Old 24th November 2017
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

In a terminal
$ glxinfo
and look to see if direct rendering is active.

drm(4)


Quote:
To make use of the driver, the kernel must include agp(4) (for some driv-
ers, using options DRM_NO_AGP instead may be sufficient), X(7) must be
compiled with DRI support, Mesa DRI drivers must be installed, the appro-
priate /dev/dri/card* device must exist, and DRI must be enabled in the X
configuration file. X(7) provided with NetBSD and compiled from
pkgsrc(7) do so automatically where supported.
Quote:
To enable DRI in the X configuration add the following to either
xorg.conf for Xorg(1) or XF86Config for XFree86(1) :

Section "Module"
...
Load "dri"
Load "dri2"
Load "glx"
EndSection
...
Section "DRI"
Group "wheel"
Mode 0660
EndSection

Last edited by shep; 25th November 2017 at 03:14 AM. Reason: nman showing NBSD5 page
Reply With Quote