Bug 1154178

Summary: no keyboard or mouseclick response in KDE on i845G & i865G with xorg-x11-drv-intel-2.99.916-2.2
Product: [Fedora] Fedora Reporter: Felix Miata <mrmazda>
Component: xorg-x11-drv-intelAssignee: Adam Jackson <ajax>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: ajax, xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
URL: https://bugs.freedesktop.org/show_bug.cgi?id=85016
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-06 05:23:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Xorg.0.log with backtrace (Rawhide; no manual X configuration) none

Description Felix Miata 2014-10-17 19:08:54 UTC
Created attachment 948003 [details]
Xorg.0.log with backtrace (Rawhide; no manual X configuration)

# hostname -s
t2240
# grep PRETTY /etc/os-release
PRETTY_NAME="Fedora 22 (Rawhide)"
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)

Same failure in both Fedora 21 and Rawhide.

Boot to KDM succeeds, but after KDE desktop is painted, input response other than mouse pointer fails. Remote text login succeeds.

As explained by upstream https://bugs.freedesktop.org/show_bug.cgi?id=85016 this is already fixed via git commit on 12 Sept. In order for KDE to work as expected using current on the mirrors xorg-x11-drv-intel-2.99.916-2.2, it is necessary to configure in /etc/X11/ thus:

Section "Device"
     Identifier "foo"
     Driver "intel"
     Option "AccelMethod" "UXA"
EndSection

Comment 1 Felix Miata 2014-10-19 21:28:58 UTC
Same failure on i865G in both Fedora 21 and Rawhide:

# hostname -s
gx865.ij.net
# grep PRETTY /etc/os-release
PRETTY_NAME="Fedora 22 (Rawhide)"
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)

Comment 2 Fedora End Of Life 2015-11-04 15:01:09 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 3 Felix Miata 2015-11-06 05:23:08 UTC
xorg-x11-drv-intel-2.99.916-3 fixed this.