Hi, More details from my laptop maybe this help:
sudo dmidecode -s system-product-name K42Jv sudo dmidecode -s system-version 1.0 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 18) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT215 [GeForce GT 335M] [10de:0caf] (rev a2) (prog-if 00 [VGA controller]) I hope you can help me, I would like use my nvidia card with Linux. Thanks, Robert 2011/5/1 Robert Jobbagy <[email protected]>: > Hi Guys, > > I have Asus K42JV laptop and I wrote to support earlier but they said me that > I cant to use my laptop with nvidia card on Linux. > > Your asus-switcheroo program will be the solution on my problem ? > I can use only integrated intel card now :( > > Thanks, > Robert > > 2011/5/1 Alex Williamson <[email protected]>: >> On Sun, May 1, 2011 at 9:28 AM, Antonin Delpeuch <[email protected]> wrote: >>> Update : asus-switcheroo loads everytime now (I just managed to make it load >>> earlier). Resolution problems are fixed (they were due to a buggy intel >>> driver). >>> Switching to the discrete card freezes the laptop, now. >> >> I've found netconsole good for debugging these if you have a wired >> network you can plug into and another system to monitor the laptop. >> On Fedora, I load it using this: >> >> $ cat /etc/sysconfig/modules/netconsole.modules >> #!/bin/sh >> modprobe netconsole >> [email protected]/eth0,[email protected]/00:26:2d:f3:e8:cf >> >> Then I monitor it from the other system using: >> >> $ nc -l -u 9666 >> >> Note that firewalls can prevent the log from getting through, so >> either open the port the remote system listens on (9666 in this case) >> or turn off the firewall (service iptables stop). >> >> Alex >> >> _______________________________________________ >> 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 >> > > > > -- > Best Regards, > > Robert > -- Best Regards, Robert _______________________________________________ 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

