Please, upgrade to Envy 0.9.1-0ubuntu2

This is a bugfix release. Here is the changelog:

* Fixed: compilation error with Nvidia driver 9631
* Changed: Envy GTK interface returns to its initial position after an operation is
performed (radio button 1 is enabled by default)

16 thoughts on “Please, upgrade to Envy 0.9.1-0ubuntu2

  1. Thanks for good work.
    Just tried Envy 0.9.1-0ubuntu2 on edgy and dapper with nvidia driver version 1.0-9755. Works great on edgy, failed on dapper.
    The reason for failure on dapper is nvidia-glx dependency on x11-common version higher than 7.0.0. Unfortunately it is 7.0.0 on dapper.

  2. Alberto,

    All the .9x series fails to install the legacy driver whereas your .8x series did it fine, I remove the older Envy with aptitude purge command, then get out of X server by ALT+F1 type envy -t and make it uninstall previous driver, then tell the latest .9x Envy to install the driver, by default it selects the 9xxx driver instead of 7xxx, after installing and configuring X server, I don’t get any GUI, it fails to load, I have to do a dpkg-reconfigure and select nv in video card to get X to start.

  3. Not sure if this is an Nvidia problem, or an envy problem

    I just installed and ran 0.9.1-0ubuntu2. Simply clicked on the .deb file, installed over the top of the older version.

    Ran the GUI, it downloaded the new Nvidia driver (9755), all went well.

    I chose the option to update my xorg.conf, rebooted, and x failed to start.

    The problem is a missing line [Section “ServerFlags”] in the modified xorg.conf, between [Section “Module”] and [Section “InputDevice”] see below:

    ================================================================
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder3) Fri Dec 15 10:12:14 PST 2006

    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder3) Wed Nov 1 19:48:08 PST 2006

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

    Section “Files”
    RgbPath “/usr/lib/X11/rgb”
    EndSection

    Section “Module”
    Load “dbe”
    Load “extmod”
    Load “type1”
    Load “freetype”
    Load “glx”
    EndSection

    Option “Xinerama” “0”
    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”
    EndSection

    Section “Monitor”
    Identifier “Monitor0”
    VendorName “Sony”
    ModelName “Multiscan G500”
    HorizSync 28.0 – 121.0
    VertRefresh 43.0 – 160.0
    Option “DPMS”
    EndSection

    Section “Device”
    Identifier “Videocard0”
    Driver “nvidia”
    VendorName “NVIDIA Corporation”
    BoardName “GeForce 6600 GT”
    EndSection

    Section “Screen”
    Identifier “Screen0”
    Device “Videocard0”
    Monitor “Monitor0”
    DefaultDepth 24
    Option “metamodes” “1600x1200_85 +0+0; 1400x1050_85 +0+0; 1280x1024_85 +0+0; 1024x768_85 +0+0; 800×600 +0+0; 640×480 +0+0;”
    Option “AddARGBGLXVisuals” “True”
    SubSection “Display”
    Depth 24
    Modes “1600×1200” “1400×1050” “1280×1024” “1024×768” “800×600” “640×480”
    EndSubSection
    EndSection

    Section “Extensions”
    Option “Composite” “Enable”
    EndSection
    ================================================================

    Excellent work Alberto, you are a genius and your work is VERY much appreciated 🙂

  4. If you are having a trouble to install envy’s latest file, on your ubuntu system then please have your ubuntu updates the repository.

  5. Igor Uchenik:
    I’ll look into that

    Arup Roy Chowdhury:
    I would like to know:
    a) the model of your card
    b) the version of Ubuntu which you’re using

    Kev:
    Interesting report. I didn’t test Envy with Xinerama. I’ll fix it as I can.

  6. Sorry to reply again, but after further testing it seems that Envy does not work at all (Kubuntu 6.10 Edgy with latest updates). Using the textual interface (on yakuake) I select the option to install the ATI driver, then confirm via “yes”, then the program simply exits.

  7. Ok, I found the problem. You should make envy depend on python-glade2: by debugging the program with pydb I noticed that the GUI generated an ImportError for module glade (and for some reason the exception did not get reported). Installing it fixed the problem.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.