Results 1 to 2 of 2

Thread: HOWTO: Small Xorg fix with Nvidia Drivers.

  1. #1
    Join Date
    May 2007
    Location
    United Kingdom
    Beans
    2,803
    Distro
    Ubuntu Development Release

    HOWTO: Small Xorg fix with Nvidia Drivers.

    Hi,

    It may not apply to all of you but when i use the Nvidia driver Xorg seems to use a lot of CPU, when watching videos etc. Also it uses a higher amount of RAM.

    I found a fix by pure chance (Well, it worked for me.)

    Code:
     gksudo gedit /etc/X11/xorg.conf
    Under the secton "Device" where all your graphics info is, add this:

    Code:
     Option "UseEvents" "on"
    That's it! It worked for me, might not for you. Just something i thought was useful

    Source

  2. #2
    Join Date
    Jun 2006
    Location
    $ pwd _
    Beans
    3,999
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: HOWTO: Small Xorg fix with Nvidia Drivers.

    Thanks for the tip.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •