FS#5754 - X uses 100% CPU with -sharevts

Attached to Project: Arch Linux
Opened by Christ Schlacta (aarcane) - Saturday, 04 November 2006, 15:37 GMT
Last edited by Alexander Baldeck (kth5) - Wednesday, 05 September 2007, 09:34 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Alexander Baldeck (kth5)
Architecture All
Severity Medium
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

whenever X is run with -sharevts in the form:

X :0 -sharevts [-novtswitch]

it runs with 100% CPU usage. the two are normally used together, however, it is linked almost solely to -sharevts this happens running stock kernels and xorg in current. it has only been tested with nvidia cards so far.

to recreate this, do the following:

at a true console (not a terminal like xterm or urxvt) type:

cp .xinitrc .xinitrc.bak
echo "exec xterm" > .xinitrc
startx -- :0 -sharevts


when X starts, and the xterm comes up, run top and look at the CPU usage for X

when done you can run:

rm .xinitrc
mv .xinitrc.bak .xinitrc

to recover your .xinitrc.
This task depends upon

Closed by  Alexander Baldeck (kth5)
Wednesday, 05 September 2007, 09:34 GMT
Reason for closing:  Not a bug
Additional comments about closing:  too old, too many major upgrades since
Comment by Jan de Groot (JGC) - Sunday, 08 April 2007, 23:58 GMT
Is this still an issue with xorg-server-1.2.0?

Loading...