View Single Post
Old 2nd December 2017
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,503
Default

Xorg is unable to create direct rendering
Code:
[   169.717] (II) Loading /usr/X11R7/lib/modules/drivers/radeon_drv.so
[   169.717] drmOpenDevice: node name is /dev/dri/card0
[   169.732] drmOpenDevice: open result is -1, (Operation not supported by device)
[   169.733] drmOpenDevice: open result is -1, (Operation not supported by device)
[   169.733] drmOpenDevice: Open failed
[   169.733] drmOpenByBusid: Searching for BusID pci:0008:01:04.0
[   169.733] drmOpenDevice: node name is /dev/dri/card0
[   169.734] drmOpenDevice: open result is -1, (Operation not supported by device)
[   169.736] drmOpenDevice: open result is -1, (Operation not supported by device)
[   169.736] drmOpenDevice: Open failed
[   169.736] drmOpenByBusid: drmOpenMinor returns -19
drm is a kernel module and I believe it is enabled in the default 7.0.2 kernel.

As a result it is using the VESA driver

The last entry in your Xorg.0.log
Code:
[   211.823] (II) XINPUT: Adding extended input device "<default keyboard>" (type: KEYBOARD)
[   824.820] (WW) VESA(0): remove MTRR 0 - 1000
[   824.852] (WW) VESA(0): remove MTRR 0 - 1000
[   836.453] (WW) VESA(0): remove MTRR 0 - 1000
[   836.485] (WW) VESA(0): remove MTRR 0 - 1000
[   905.959] (WW) VESA(0): remove MTRR 0 - 1000
[   906.000] (WW) VESA(0): remove MTRR 0 - 1000
I'm not sure what to do beyond this in NetBSD.

Last edited by shep; 2nd December 2017 at 01:17 AM.
Reply With Quote