Announcement

Collapse
No announcement yet.

Disable 3d effect

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Disable 3d effect

    They're nice and fancy but when your system started jerking around when minimizing windows etc., that's not cool at all.

    How do I disable it?

    #2
    Re: Disable 3d effect

    KMenu>System>Desktop Effects>Click "No Effect" button
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: Disable 3d effect

      @OP

      See if using XAA rendering works for you. If you still need it to be smoother, you may disable it.

      To use XAA rendering, edit your xorg.conf file:
      Code:
      sudo kate /etc/X11/xorg.conf
      Search for:
      Code:
      Section "Device"
          Identifier   "Configured Video Device"
      EndSection
      And add this line:
      Code:
      Section "Device"
          Identifier   "Configured Video Device"
          Option     "AccelMethod" "XAA"
      EndSection
      Save the file and reboot your PC. This setting should improve it to *some* extent (for me, it atleast makes the effects usable).

      Comment

      Working...
      X