You are not logged in.
Pages: 1
Hi !
I have problem with my video card TV Out.
With kernel26 package, TV-out doesn't work at all.
With kernel26-lts, TV-out works fine, but when I launch OpenGL apps (glxgears, xbmc, mednafen for example) I only see a black window.
Here's the lspci dump :
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 03)
Boot log :
$ dmesg |grep i915
Command line: BOOT_IMAGE=/vmlinuz26-lts root=/dev/disk/by-uuid/54cc1830-0f99-4e09-b79d-39093777eb89 ro quiet i915.modeset=1 acpi_enforce_resources=lax
Kernel command line: BOOT_IMAGE=/vmlinuz26-lts root=/dev/disk/by-uuid/54cc1830-0f99-4e09-b79d-39093777eb89 ro quiet i915.modeset=1 acpi_enforce_resources=lax
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
i915 0000:00:02.0: irq 28 for MSI/MSI-X
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
xorg.conf :
Section "Monitor"
Identifier "TV"
EndSection
Section "Screen"
Identifier "Screen_TV"
Device "Card0"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
EndSection
Section "DRI"
Mode 0666
EndSection
And the xorg.log is here : http://pastebin.com/0AVxHSWq
Is there any bug in kernel i915 module ?
Offline
Pages: 1