Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

  1. #1
    Join Date
    Mar 2006
    Location
    Eastern United States
    Beans
    396

    Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

    I'm already regretting I upgraded from Hardy - had flawless, zippy Desktop effects before I upgraded.

    After upgrading, it took me some trial and error just to get a working desktop without using failsafe gnome. (Got that fixed by purging and reinstalling the package xserver-xorg-video-radeon). Now I can't get any Desktop Effects or Compiz working whatsoever.However, I can get desktop effects and compiz to work if I run from a Lucid live CD. Before I try a clean installation (which I would really rather not do ...) Any suggestions about how I can troubleshoot?

    Brief system specs:

    Intel E6600 processor, Intel D975XBX2 motherboard, 4GB ram, Radeon X1650 Pro graphics card
    "Klaatu barada nikto"
    On the keyboard of life, always keep one finger on the escape button.
    Registered Linux User 424417

  2. #2
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

    Have you used the catalyst driver?
    Last edited by realzippy; August 28th, 2010 at 09:43 PM.

  3. #3
    Join Date
    Mar 2006
    Location
    Eastern United States
    Beans
    396

    Re: Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

    Quote Originally Posted by realzippy View Post
    Have you used the catalyst driver?
    My card is not supported by the latest one. The last catalyst driver that would work with my card is not compatible with the Xorg version that's in Lucid. However, the radeon driver works well enough for desktop effects and Compiz from the Lucid Live-CD ....
    "Klaatu barada nikto"
    On the keyboard of life, always keep one finger on the escape button.
    Registered Linux User 424417

  4. #4
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

    Maybe an old xorg.conf file conflicts with the newer free ATI driver?

  5. #5
    Join Date
    Mar 2006
    Location
    Eastern United States
    Beans
    396

    Re: Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

    Quote Originally Posted by realzippy View Post
    Maybe an old xorg.conf file conflicts with the newer free ATI driver?
    I tried:
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    and rebooted, but that didn't help.

    I noticed that while the desktop was loading, a warning message about not being able to access settings for the monitor flashed by. At that's what I think the warning was about; it flashed by too quickly for me to read it. I don't know if that's relevant, but my monitor resolution is what it should be.
    "Klaatu barada nikto"
    On the keyboard of life, always keep one finger on the escape button.
    Registered Linux User 424417

  6. #6
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

    Mind posting your xorg.conf?

  7. #7
    Join Date
    Mar 2006
    Location
    Eastern United States
    Beans
    396

    Re: Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

    Quote Originally Posted by realzippy View Post
    Mind posting your xorg.conf?
    Sure:

    # 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.
    #
    # 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 "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    Defaultdepth 24
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    # Driver "fglrx"
    # Option "TexturedVideo" "off"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    EndSection

    # commented out by update-manager, HAL is now used and auto-detects devices
    # Keyboard settings are now read from /etc/default/console-setup
    #Section "InputDevice"
    # Identifier "Generic Keyboard"
    # Driver "kbd"
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" "intl"
    # Option "XkbOptions" "lv3:ralt_switch"
    #EndSection

    # commented out by update-manager, HAL is now used and auto-detects devices
    # Keyboard settings are now read from /etc/default/console-setup
    #Section "InputDevice"
    # Identifier "Configured Mouse"
    # Driver "evdev"
    # Option "CorePointer"
    # Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
    #EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    screen "Default Screen"
    EndSection

    Section "Module"
    Load "glx"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    "Klaatu barada nikto"
    On the keyboard of life, always keep one finger on the escape button.
    Registered Linux User 424417

  8. #8
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

    AFAIK the ATI free driver in the liveCD needs no xorg.conf (you could boot the liveCD;
    if there is a xorg.conf,copy it and compare/swap).So I would suggest to rename
    the file -so it is not found- and boot without xorg.conf...


    The outcommented fglrx shows that you formerly used this driver (?)
    According to the wiki you should uninstall every fglrx package (synaptic) and reinstall xorg & co:

    Code:
    sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-video-radeon xserver-xorg-core
    As mentioned,you need no xorg.conf.
    the command sudo dpkg-reconfigure -phigh xserver-xorg does not work anymore;now it is: sudo Xorg -configure,but you should only run it if the driver is not working without xorg.conf...

    Since Lucid uses KMS for ATI cards,you can disable KMS if the driver is not working properly by creating a file:

    Code:
    gksudo gedit /etc/modprobe.d/radeon-kms.conf
    with this content:

    options radeon modeset=0
    Last edited by realzippy; August 29th, 2010 at 12:06 PM.

  9. #9
    Join Date
    Mar 2006
    Location
    Eastern United States
    Beans
    396

    Re: Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

    Quote Originally Posted by realzippy View Post
    AFAIK the ATI free driver in the liveCD needs no xorg.conf (you could boot the liveCD;
    if there is a xorg.conf,copy it and compare/swap).So I would suggest to rename
    the file -so it is not found- and boot without xorg.conf...


    The outcommented fglrx shows that you formerly used this driver (?)
    According to the wiki you should uninstall every fglrx package (synaptic) and reinstall xorg & co:

    Code:
    sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-video-radeon xserver-xorg-core
    As mentioned,you need no xorg.conf.
    the command sudo dpkg-reconfigure -phigh xserver-xorg does not work anymore;now it is: sudo Xorg -configure,but you should only run it if the driver is not working without xorg.conf...

    Since Lucid uses KMS for ATI cards,you can disable KMS if the driver is not working properly by creating a file:

    Code:
    gksudo gedit /etc/modprobe.d/radeon-kms.conf
    with this content:

    options radeon modeset=0
    Thanks for the advice.

    Last night I did notice, as you indicate above, that xorg.conf was not being used and I tried booting without it. No difference.

    Poking around in the logs, I think I've figured out one of the issues - I'm missing the file ati_drv.so in /usr/lib/xorg/modules/drivers. Maybe reinstalling as you suggest will correct this. I'll give it a shot and post back.

    FYI, I thought I removed fglrx before I upgraded. How can I check to be sure that there are no remnants left over that might be interfering?
    "Klaatu barada nikto"
    On the keyboard of life, always keep one finger on the escape button.
    Registered Linux User 424417

  10. #10
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Upgraded from 8.04 - Lucid: Can't get Desktop Effect/Compiz working

    How can I check to be sure that there are no remnants left over that might be interfering?

    https://wiki.ubuntu.com/X/Troublesho...thRadeonDriver

Page 1 of 2 12 LastLast

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
  •