Bug 6005

Summary: [i915] cannot get dri/drm working with latest Xorg driver
Product: DRI Reporter: Sven Herzberg <sven.herzberg>
Component: DRM/otherAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: DRI git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Sven Herzberg 2006-02-23 06:21:13 UTC
I'm running Ubuntu dapper with X.org 7 and the i810 driver from
http://www.fairlite.demon.co.uk/intel.html.

I compiled the drm.ko and i915.ko from dri cvs HEAD.

When starting Xorg I get the following log messages:

...
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) I810(0): [drm] loaded kernel module for "i915" driver
(II) I810(0): [drm] DRM interface version is 1.2
(II) I810(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
(II) I810(0): [drm] added 8192 byte SAREA 0x60520000
(II) I810(0): [drm] mapped SAREA 0x60520000 to 0x37930000
(II) I810(0): [drm] drmAddMap failed
(EE) I810(0): [dri] DRIScreenInit failed
...
Comment 1 Alan Hourihane 2006-02-23 11:23:22 UTC
Re-download the latest test driver from http://www.fairlite.demon.co.uk/intel.html

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.