Find the answer to your Linux question:
Results 1 to 7 of 7
Hello guys, I am cannot enable the desktop effects, I just upgraded to ubuntu 9.04, I changed the video driver from vesa to intel, and when I try I got ...
  1. #1
    Just Joined! pelon07's Avatar
    Join Date
    Sep 2008
    Posts
    25

    Cannot use desktop effect

    Hello guys,

    I am cannot enable the desktop effects, I just upgraded to ubuntu 9.04, I changed the video driver from vesa to intel, and when I try I got the message "Cannot enable desktop effects"
    Can somebody help me please
    Thanks in advance

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which Intel Card do you have? Does your Graphics Card support 3D effects?
    Execute this
    Code:
    sudo lspci | grep -i vga
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! pelon07's Avatar
    Join Date
    Sep 2008
    Posts
    25

    Canno use desktop effects

    Hi and thanks for your answer, yes it does support 3d graphics, also it was working fine with ubuntu 8.10, but know I do not why is not woring, I had some problems with ubuntu 8.10 but when I changed the driver from vesa to intel, that fixed the but now it did not work.
    this is the video card

    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)


    I have a sony vaio, VGN-CR220E

    Thanks in advance

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try replacing intel with i810 in xorg.conf file. In case it doesn't work, post the contents of xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined! pelon07's Avatar
    Join Date
    Sep 2008
    Posts
    25

    Canno use desktop effects

    I tried i810 and it did not work, I restarted my computer and I got a message saying that ubuntu was going to run in safe mode,

    this is the xorg.conf

    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "Device"
    Identifier "Configured Video Device"
    Driver "intel"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection

  6. #6
    Just Joined! pelon07's Avatar
    Join Date
    Sep 2008
    Posts
    25
    Hello Devils, do you what to do with this case?

    Thanks in advance.

  7. #7
    Just Joined!
    Join Date
    Apr 2009
    Posts
    1
    i had the same problem a week ago, reverting to the old intel drivers from 8.10 worked for me fine (intel is rewriting his drivers)

    here is a page with some informations and a link to guide how to downgrade:
    wiki.ubuntu.com/X/Troubleshooting/IntelPerformance (copy'n'paste, i'm not allowed to post url's)

Posting Permissions

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