Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36122

Fedora 18 and Intel NUC DCCP847DYE (Celeron) and 100% CPU XORG Fix

$
0
0
Recently installed Fedora 18 (live) on Intel NUC DCCP847DYE

Install went smooth, but realized sluggish performance, and slow response in the gnome shell. After looking at "top", realized XORG (x11) was consuming 80-105% CPU Utilization (dual core Celeron)

After some research both on the NUC hardware and some X11 config. The Solution is quite simple:

Create/Edit "/etc/X11/xorg.conf"

Inert the following:

Code:

Section "Device"
    Identifier "intel"
    Driver "intel"
    Option "AccelMethod" "sna"
EndSection

Reboot.

Now CORG is next to nothing as it should be.

Great little LINUX Install for under $200 and 4inches in size.

Just wanted to pass it along for anyone using the same platform.

Viewing all articles
Browse latest Browse all 36122

Trending Articles