Bug 11029

Summary: [intel] I830DRISetVBlankInterrupt failed message when exiting apps
Product: xorg Reporter: WuNian <nian.wu>
Component: Driver/intelAssignee: Hong Liu <hong.liu>
Status: VERIFIED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: trivial    
Priority: lowest CC: zhenyu.z.wang
Version: git   
Hardware: Other   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 13027    

Description WuNian 2007-05-21 18:28:18 UTC
When exit last X app on nude xserver, it reports:
(EE) I810(0): I830 Vblank Pipe Setup Failed 0

Reproduce steps:
----------------
a) start X, run glxinfo;
b) start X, run xterm, glxinfo, kill xterm;
c) start X, kill X;
Comment 1 Jesse Barnes 2007-10-31 15:57:41 UTC
We should cleanup that message.
Comment 2 Michel Dänzer 2007-11-01 01:45:38 UTC
FWIW, it occurs because I830DRISetVBlankInterrupt is called after the DRM is de-initialized. It's harmless though, so if it can't be avoided easily, the message could just be disabled (maybe only by default, e.g. using a higher log level).
Comment 3 Jesse Barnes 2007-11-13 18:00:58 UTC
Pushed Hong's fix upstream.  Thanks.

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.