Sain ATI kortin toimimaan 7.04:ssa muttei onnistu 7.10:ssä. Onko kellään toimiva tällainen kokoonpano, Jos on, olisiko ohjeita?
Onnistuin sittenkin, lataamalla uusin versio envy:stä,
http://albertomilone.com/nvidia_scripts1.html kiitos Alberto Limonelle, joka nyt on tehnyt version myös Gutsy:lle.
Jouduin kyllä muokkaamaan xorg.conf, tiedostoa, hp w19 screenin osalta. 
Lisäämällä seuraavat rivit:
Section "Files"
   Fontpath   "/usr/share/fonts/X11/misc"
   Fontpath   "/usr/share/fonts/X11/cyrillic"
   Fontpath   "/usr/share/fonts/X11/100dpi/:unscaled"
   Fontpath   "/usr/share/fonts/X11/75dpi/:unscaled"
   Fontpath   "/usr/share/fonts/X11/Type1"
   Fontpath   "/usr/share/fonts/X11/100dpi"
   Fontpath   "/usr/share/fonts/X11/75dpi"
   # path to defoma fonts
   Fontpath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
ja
Section "Screen"
   Identifier   "Default Screen"
   Device      "Generic Video Card"
   Monitor      "HP w19"
   Defaultdepth   24
   SubSection "Display"
      Depth   1
      Modes      "1440x1440"   "1440x900"   "1280x1280"   "1280x1024"   "1280x960"   "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   4
      Modes      "1440x1440"   "1440x900"   "1280x1280"   "1280x1024"   "1280x960"   "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   8
      Modes      "1440x1440"   "1440x900"   "1280x1280"   "1280x1024"   "1280x960"   "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   15
      Modes      "1440x1440"   "1440x900"   "1280x1280"   "1280x1024"   "1280x960"   "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   16
      Modes      "1440x1440"   "1440x900"   "1280x1280"   "1280x1024"   "1280x960"   "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Modes      "1440x1440"   "1440x900"   "1280x1280"   "1280x1024"   "1280x960"   "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection