I've solved my issues now as well...
1. Install NVidia drivers according to the Envy guide found in this forum
2. Update the modules section in xorg.conf to include (I did this after running the AVwizard but I think it safely can be done at once)
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "record"
Load "xtrap"
Load "speedo"
Load "GLcore"
Load "v4l"
EndSection
3. Copy /etc/X11/xorg.conf to pluto.xorg.conf (sorry that name
is incorrect, it show up after a few faulty reboots but it seems to be deleted now when avwizard has completed) I'll update the guide if someone knows the correct name
4. Add the command exit on the second line in /usr/pluto/bin/Xconfigure.sh
#!/bin/bash
exit
function XorgConfLogging() {
local message="$1"
...