Hi Alex, as far as I know the N61Jv uses Optimus which due to it's architecture isn't supported at the moment and I wouldn't hold my breath for it. For more information search the internet, for example http://www.notebookcheck.net/Nvidia-Optimus-Review.25467.0.html
The main problem is that there aren't two mostly independent graphics cards whose output can be switched but to use the dedicated gpu the drivers of both cards have to work together. So at the moment what you can hope for is to be able to use the integrated graphics and disable the dedicated to save power. Try telling X which card to use (PCI Bus ID), unloading all nvidia related kernel modules and run the acpi_call script to power down the nvidia card. For debugging you could to keep a ssh session open so you can spot potential problems in dmesg etc. Am 06.09.2010 um 18:49 schrieb Alexander Grill: > Hi! > > As mentioned earlier on this list, two GFX0 video devices are recognized > by the kernel (2.6.34.6-47.fc13.x86_64) on this laptop, causing a kernel > crash. > Test script causes total system freeze after a few seconds. > > I also didn't manage to get X with nouveau drivers working. The kernel > module seems to load. > > Is there any experience here how to make the graphic chips work at least > seperately? > > greetings, > > Alex > > [r...@projectalice alexg]# dmidecode -s system-product-name > N61Jv > [r...@projectalice alexg]# dmidecode -s system-version1.0 > [r...@projectalice alexg]# lspci -vnnn | perl -lne 'print if /^\d > +\:.+(\[\S+\:\S+\])/' | grep VGA > 00:02.0 VGA compatible controller [0300]: Intel Corporation Core > Processor Integrated Graphics Controller [8086:0046] (rev 12) (prog-if > 00 [VGA controller]) > 01:00.0 VGA compatible controller [0300]: nVidia Corporation Device > [10de:0a35] (rev a2) (prog-if 00 [VGA controller]) > > [r...@projectalice acpi_call]# ./test_off.sh > Trying \_SB.PCI0.P0P1.VGA._OFF: failed > Trying \_SB_.PCI0.OVGA.ATPX: failed > Trying \_SB_.PCI0.OVGA.XTPX: failed > Trying \_SB.PCI0.P0P2.PEGP._OFF: failed > Trying \_SB.PCI0.MXR0.MXM0._OFF: failed > Trying \_SB.PCI0.PEG1.GFX0._OFF: failed > Trying \_SB.PCI0.PEG1.GFX0.DOFF: failed > Trying \_SB.PCI0.XVR0.Z01I.DGOF: failed > Trying \_SB.PCI0.PEGR.GFX0._OFF: works! > <DSDT.dsl>_______________________________________________ > Mailing list: https://launchpad.net/~hybrid-graphics-linux > Post to : [email protected] > Unsubscribe : https://launchpad.net/~hybrid-graphics-linux > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~hybrid-graphics-linux Post to : [email protected] Unsubscribe : https://launchpad.net/~hybrid-graphics-linux More help : https://help.launchpad.net/ListHelp

