Description of problem: After loading the intel KMS support with 'modprobe i915 modeset=1', Xv no longer works. [notting@nostromo: ~]$ xvinfo X-Video Extension version 2.2 screen #0 no adaptors present The relevant portion of the log appears to be: ... (II) intel(0): [DRI2] Setup complete (**) intel(0): Kernel mode setting active, disabling FBC. (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (==) intel(0): VideoRam: -1 KB (II) intel(0): Attempting memory allocation with tiled buffers. (II) intel(0): Tiled allocation successful. (WW) intel(0): Disabling Xv because the overlay register buffer allocation failed. ... 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) Version-Release number of selected component (if applicable): xorg-x11-drv-i810-2.6.0-5.fc11.x86_64 xorg-x11-server-Xorg-1.5.99.902-10.fc11.x86_64 kernel-2.6.29-0.119.rc5.fc11.x86_64 How reproducible: Well, only booted once so far, but there's no reason to think it isn't repeatable. Steps to Reproduce: 1. Load modesetting driver 2. Start X 3. Attempt to use Xv Actual results: Fails. Expected results: Works.
I still believe that /var/log/Xorg.0.log would be useful.
(In reply to comment #1) > I still believe that /var/log/Xorg.0.log would be useful. No, it's ok, I'll take it from here - thanks.
Remove needinfo.
xorg-x11-drv-i810-2_6_0-6_fc11 should bring back the textured xv adaptor.
Created attachment 332657 [details] X log xorg-x11-server-Xorg-1.5.99.903-3.fc11.x86_64 xorg-x11-drv-i810-2.6.0-6.fc11.x86_64 kernel-2.6.29-0.134.rc5.git2.fc11.x86_64 It still fails. X-Video Extension version 2.2 screen #0 no adaptors present
What is the "correct" way to enable KMS for Intel? I tries "options i915 modeset=1" in one of the modprobe.d/ files but with that, X never really draws anything after boot and I cannot switch to a VT either...
With kernel >= 0.122, it should be enabled by default. Otherwise, you have to load i915 with modeset=1 before starting X.
With: 2.6.29-0.157.rc6.git2.fc11.x86_64 xorg-x11-drv-intel-2.6.0-9.fc11.x86_64 it works now again.