Results 1 to 2 of 2

Thread: Disable Compositing From Terminal?

  1. #1
    Join Date
    Jul 2007
    Location
    Amarillo, Texas, USA
    Beans
    149
    Distro
    Xubuntu 10.04 Lucid Lynx

    {SOLVED} Disable Compositing From Terminal?

    Need HALP.

    I made the mistake of trying to enable compositing in Xubuntu 9.10 & my laptop immediately informed me that I had made a grievous error.

    Now when I'm in Xfce, all I get is horrid white lines everywhere.

    How do I turn compositing back off via the CLI? I'll also need help with vi/vim. I'm not terribly used to them. Many thanks in advance.
    Last edited by likemindead; December 6th, 2009 at 06:30 PM.
    I see that there is evil, and I know that there is good, and the in-betweens I've never understood...

  2. #2
    Join Date
    Jul 2007
    Location
    Amarillo, Texas, USA
    Beans
    149
    Distro
    Xubuntu 10.04 Lucid Lynx

    Talking Re: {SOLVED} Disable Compositing From Terminal?

    I did it! Thanks to this thread. Looks like it works in Karmic too. Here's what I did.

    First, I hit Alt+Ctrl+F2 to get the the CLI. Then I logged in. Then the following.

    Code:
    sudo nano /etc/X11/xorg.conf
    Due to the weirdness that *buntu has made of Xorg you will be creating a new file. Add the following.

    Code:
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection
    
    Section "ServerFlags"
    Option "AIGLX" "off"
    EndSection
    Hit F3 to save. Then exit nano (Ctrl+x). Then reboot "sudo reboot". I have my Xfce desktop back! And the notifications are no longer garbled! Huzzah!
    I see that there is evil, and I know that there is good, and the in-betweens I've never understood...

Tags for this Thread

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
  •