Announcement

Collapse
No announcement yet.

Can't get Kwin desktop effects to work

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

    Can't get Kwin desktop effects to work

    After installing 9.04 64 I installed the Nvidia driver 1.0-4050 which gave me a few problems but Kwin did work.

    I decided to install 180.29 to try and fix the other problems. That didn't work but upgrading again to 180.45 did. Only now Kwin will not start.

    I used Nvidia Settings to re-write my xorg.conf

    ============================================

    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder58) Fri Apr 17 00:40:57 PDT 2009

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "DELL E228WFP"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    # HorizSync source: edid, VertRefresh source: edid
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection

    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    # generated from default
    EndSection

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8800 GT"
    EndSection

    Section "ServerFlags"
    Option "Xinerama" "0"
    Option "DontZap" "False"
    EndSection

    ================================================== ==

    Trying to enable desktop effects from System Setting > Desktop Effects > General gives the following error:

    Failed to activate desktop effects using the given configuration options. Settings will be reverted to their previous values.

    Check your X configuration. You may also consider changing advanced options, especially changing the compositing type.
    Any help appreciated.

    #2
    Re: Can't get Kwin desktop effects to work

    There's nothing jumping out at me that's "wrong" in the /etc/X11/xorg.conf file. Probably it is an issue with the driver installation itself. If, in a Konsole window, you run glxgears, does it work? If you open nvidia-settings, what does it say about OpenGL and GLX?

    You didn't say how you installed the driver. EnvyNG is normally the most straightforward method:
    Code:
    sudo apt-get update && sudo apt-get install envyng-qt
    Then get out of X with Ctrl-Alt-F1 and shut down the X server with
    Code:
    sudo /etc/init.d/kdm stop
    then run EnvyNG in text mode with
    Code:
    sudo envyng -t
    and follow the menu. Since you have a previous driver installation, first choose "Uninstall" or "Remove" the driver, then choose menu item #1 "Install the Proprietary Driver".

    Immediately upon completion of the installation routine, and BEFORE you restart X, run
    Code:
    sudo nvidia-xconfig
    to configure a new xorg.conf file.

    Then run
    Code:
    startx
    and you should see things working correctly, including GLX, desktop effects, Google Earth (when installed), or whatever.

    Comment


      #3
      Re: Can't get Kwin desktop effects to work

      Code:
      glxgears
      Error: couldn't get an RGB, Double-buffered visual
      Code:
      glxinfo
      name of display: :0.0
      Error: couldn't find RGB GLX visual or fbconfig
      I installed the 180.29 driver by downloading the drivers and installing them with dpgk after stoping kdm and dropping to Ctrl+Alt+F1. I had a few broken dependencies but managed to fix those. After rebooting I was offered the latest drivers by the update manager.

      Comment


        #4
        Re: Can't get Kwin desktop effects to work

        i would try to reinstall the driver w/ envyng (see dibi's post above)
        my guess is something had gone wrong w/ your install last time.
        Mark Your Solved Issues [SOLVED]
        (top of thread: thread tools)

        Comment

        Working...
        X