Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136053 - x11-misc/3ddesktop-0.2.9 doesn't release drm after leaving X
Summary: x11-misc/3ddesktop-0.2.9 doesn't release drm after leaving X
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-08 04:11 UTC by Paulo J. Matos
Modified: 2006-09-03 02:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paulo J. Matos 2006-06-08 04:11:47 UTC
I was going crazy with my X. I have upgraded to X-7.1 and started using fluxbox. I start 3ddeskd at .fluxbox/startup. Problem is that I could only start X once with DRI. The second time I had no DRI because something was locking it.

lsof /dev/dri/card0  showed me that 3ddeskd was 'locking' DRI so the second time I tried DRI was not available. 3ddesk should leave DRI alone once X is shutdown, or else DRI will not be available the second time.

3ddesktop version is 0.2.9.

Here's my 3ddesk.conf:
wm          fluxbox
AutoAcquire 0

and 3ddesk was started with:
3ddeskd --acquire --fastest &

Problem reported by X after starting X more than once was:
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) RADEON(0): [drm] DRM interface version 1.0
(II) RADEON(0): [drm] drmSetBusid failed (8, pci:0000:01:00.0), Permission denied
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-09-03 02:02:43 UTC
You should report it upstream.