Created attachment 1063035 [details] Bug in action. Description of problem: When graphing data in R the graphics window only displays what was directly below it. It also hits a CPU for 100%. The R interpreter remains responsive and I can exit it using CTRL-D. Version-Release number of selected component (if applicable): R-core-3.2.1-2.el6 How reproducible: For instance, plot a vector. Steps to Reproduce: 1. Start R 2. Assign a vector to a variable: m <- c(1, 2, 3, 4, 5) 3. plot(m) Actual results: Plot does not render, only displays what had been under the graph window upon execution, does not return user back to interpreter prompt. Expected results: Graph is rendered and user can enter more data into interpreter. Additional info: Although similar in concept, this problem seems to be different than the bug running R in Gnome2 with Nvidia drivers. If you were to run Desktop Effects(Compiz), functions like data.entry() will not display correctly. This bug happens whether you run Compiz or not. R graphing worked correctly with the 304 Nvidia driver that I use currently before this.
This package has changed maintainer in the Fedora. Reassigning to the new maintainer of this component.
This was reported against an old version of R. Closing.