Contribute
Register

Lenovo G460

Status
Not open for further replies.
Joined
Jul 16, 2012
Messages
73
Motherboard
Lenovo G460
CPU
Intel Core i5 520M
Graphics
Nvidia GeForce 310M
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi everyone,
I have a Lenovo G460 having the following configuration :
Intel Core i5 520M 2.4 GHz
500 GB HDD
Nvidia Geforce 310M 512 MB

If anyone has successfully installed ML on a similar configuration machine please post your results here especially regarding the graphics chipset.
Thanks.
 
Ok so i installed ML and found a major problem.
Problem is that the system freezes after a couple of minutes after boot. I looked up the system log and found this:

NVDA(OpenGL): Channel exception! exception type = 0xd = GR: SW Notify Error
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: IOVendorGLContext::ReportGPURestart
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 0000006e
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 00200000 00008597 00000474 00000040
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 0000047e 000017b4 00000001 0000000a
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 00000000 00000000 00000002
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 00000040 00000000
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0xd = GR: SW Notify Error
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 0000006e
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 00200000 00008597 00000474 00000010
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 0000047e 00000dfc 0000002b 0000000a
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 00000000 00000000 00000403
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 00000010 00000000
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: NVDA(OpenGL): Channel exception! exception type = 0xd = GR: SW Notify Error
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 0000006e
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 00200000 00008597 00000474 00000010
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 0000047e 00000dfc 0000006e 0000000a
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 00000000 00000000 00000403
Jul 18 20:20:49 Sankets-MacBook-Pro kernel[0]: 00000010 00000000


I also got the
NVDA(OpenGL): Channel Timeout!

The graphic card show up in system profiler with all the info but the system hangs after a few minuted of boot. I can move the mouse but the screen is frozen. I have edited my DSDT in the following manner :
Code:
Device (PCI0)
        {
            Device (PEGP)
            {
                Name (_ADR, 0x00010000)
                Device (GFX0)
                {
                    Name (_ADR, Zero)
                    Name (_SUN, One)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x60)
                            {
                                "AAPL,aux-power-connected", 
                                Buffer (0x04)
                                {
                                    0x01, 0x00, 0x00, 0x00
                                }, 

                                "AAPL,backlight-control", 
                                Buffer (0x04)
                                {
                                    0x01, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,blackscreen-preferences", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,DataJustify", 
                                Buffer (0x04)
                                {
                                    0x01, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,Dither", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,DualLink", 
                                Buffer (0x04)
                                {
                                    0x01, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,Inverter", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,InverterFrequency", 
                                Buffer (0x04)
                                {
                                    0x08, 0x52, 0x00, 0x00
                                }, 

                                "AAPL00,LinkFormat", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,LinkType", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,PixelFormat", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,T1", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,T2", 
                                Buffer (0x04)
                                {
                                    0x01, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,T3", 
                                Buffer (0x04)
                                {
                                    0xC8, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,T4", 
                                Buffer (0x04)
                                {
                                    0xC8, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,T5", 
                                Buffer (0x04)
                                {
                                    0x01, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,T6", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "AAPL00,T7", 
                                Buffer (0x04)
                                {
                                    0x90, 0x01, 0x00, 0x00
                                }, 

                                "AAPL01,blackscreen-preferences", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "device_type", 
                                Buffer (0x0C)
                                {
                                    "NVDA,Parent"
                                }, 

                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }, 

                                "model", 
                                Buffer (0x17)
                                {
                                    "NVIDIA GeForce GT 310M"
                                }, 

                                "NVCAP", 
                                Buffer (0x14)
                                {
                                    /* 0000 */    0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 
                                    /* 0008 */    0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 
                                    /* 0010 */    0x00, 0x00, 0x00, 0x00
                                }, 

                                "rom-revision", 
                                Buffer (0x0E)
                                {
                                    "pacman-rules"
                                }, 

                                "subsystem-id", 
                                Buffer (0x04)
                                {
                                    0x10, 0x00, 0x00, 0x00
                                }, 

                                "subsystem-vendor-id", 
                                Buffer (0x04)
                                {
                                    0x6B, 0x10, 0x00, 0x00
                                }, 

                                "VRAM,memvendorID", 
                                Buffer (0x02)
                                {
                                    0x01, 0x00
                                }, 

                                "VRAM,totalsize", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x20
                                }, 

                                "@0,AAPL,blackscreen-preferences", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "@0,AAPL,boot-display", 
                                Buffer (Zero) {}, 
                                "@0,backlight-control", 
                                Buffer (0x04)
                                {
                                    0x01, 0x00, 0x00, 0x00
                                }, 

                                "@0,built-in", 
                                Buffer (Zero) {}, 
                                "@0,compatible", 
                                Buffer (0x0B)
                                {
                                    "NVDA,NVMac"
                                }, 

                                "@0,connector-type", 
                                Buffer (0x04)
                                {
                                    0x02, 0x00, 0x00, 0x00
                                }, 

                                "@0,device_type", 
                                Buffer (0x08)
                                {
                                    "display"
                                }, 

                                "@0,display-cfg", 
                                Buffer (0x04)
                                {
                                    0x03, 0x01, 0x00, 0x00
                                }, 

                                "@0,EDID", 
                                Buffer (0x80)
                                {
                                    /* 0000 */    0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 
                                    /* 0008 */    0x09, 0xE5, 0x86, 0x05, 0x00, 0x00, 0x00, 0x00, 
                                    /* 0010 */    0x01, 0x13, 0x01, 0x03, 0x80, 0x1F, 0x11, 0x78, 
                                    /* 0018 */    0x0A, 0x22, 0xC0, 0x95, 0x56, 0x4E, 0x8E, 0x26, 
                                    /* 0020 */    0x24, 0x50, 0x54, 0x00, 0x00, 0x00, 0x01, 0x01, 
                                    /* 0028 */    0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 
                                    /* 0030 */    0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x41, 0x1C, 
                                    /* 0038 */    0x56, 0xA0, 0x50, 0x00, 0x16, 0x30, 0x30, 0x20, 
                                    /* 0040 */    0x36, 0x00, 0x35, 0xAD, 0x10, 0x00, 0x00, 0x19, 
                                    /* 0048 */    0x00, 0x00, 0x00, 0xFE, 0x00, 0x0A, 0x20, 0x20, 
                                    /* 0050 */    0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 
                                    /* 0058 */    0x20, 0x20, 0x00, 0x00, 0x00, 0xFE, 0x00, 0x42, 
                                    /* 0060 */    0x4F, 0x45, 0x20, 0x4F, 0x54, 0x0A, 0x20, 0x20, 
                                    /* 0068 */    0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFE, 
                                    /* 0070 */    0x00, 0x48, 0x54, 0x31, 0x34, 0x30, 0x57, 0x58, 
                                    /* 0078 */    0x42, 0x2D, 0x31, 0x30, 0x30, 0x0A, 0x00, 0x51
                                }, 

                                "@0,fboffset", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x03, 0x00
                                }, 

                                "@0,name", 
                                Buffer (0x0F)
                                {
                                    "NVDA,Display-A"
                                }, 

                                "@0,pwm-info", 
                                Buffer (0x18)
                                {
                                    /* 0000 */    0x02, 0x18, 0x00, 0x64, 0x90, 0x59, 0x02, 0x00, 
                                    /* 0008 */    0x08, 0x52, 0x00, 0x00, 0xA5, 0x1C, 0x00, 0x00, 
                                    /* 0010 */    0x00, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
                                }, 

                                "@0,use-backlight-blanking", 
                                Buffer (Zero) {}, 
                                "@1,AAPL,blackscreen-preferences", 
                                Buffer (0x04)
                                {
                                    0x00, 0x00, 0x00, 0x00
                                }, 

                                "@1,can-hot-plug", 
                                Buffer (Zero) {}, 
                                "@1,compatible", 
                                Buffer (0x0B)
                                {
                                    "NVDA,NVMac"
                                }, 

                                "@1,connector-type", 
                                Buffer (0x04)
                                {
                                    0x00, 0x04, 0x00, 0x00
                                }, 

                                "@1,device_type", 
                                Buffer (0x08)
                                {
                                    "display"
                                }, 

                                "@1,display-cfg", 
                                Buffer (0x04)
                                {
                                    0xFF, 0xFF, 0x01, 0x01
                                }, 

                                "@1,name", 
                                Buffer (0x0F)
                                {
                                    "NVDA,Display-B"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }
            }
 
ok so i did a fresh install using unibeast. Now all the kexts are loaded properly including the geforce.kext, nvresman etc. But still the system freezes after boot. The cpu fan starts to spin really fast and the laptop heats up. I have attached my system log and a picture of the freeze. Please help me i'm really desperate.
 

Attachments

  • system.txt.zip
    88.9 KB · Views: 178
  • IMG_20120722_225109.jpg
    IMG_20120722_225109.jpg
    991 KB · Views: 458
now i'm beginning to think this is not related to graphics anymore and its a power management related problem. Can anyone confirm this please?
 
Can anyone please give some suggestions on how to solve the problem?
 
did you use ssdt?
i noticed you're using an i5 processor.

i read somewhere that i5s and i7s need this to work properly.s

also, is your lenovo g460 model have hd3000 as well? some models do come with both 310 and hd3000 build in. perhaps you can set your bios to just use the hd3000.

just a wild card guess...
 
hello thanks for your reply. I dont have the intel hd 3000..just the 310m. And about ssdt i think its only required for sandy bridge systems but still will give it a try.
 
Status
Not open for further replies.
Back
Top