Jump to content

GMA 950 mirror device prop.


ivik
 Share

4 posts in this topic

Recommended Posts

I finnaly got GMA950 mirror mode working with 10.6.8 and vanilla drivers.

DSDT patch:

 

		 Method (_DSM, 4, NotSerialized)
		 {
			 Store (Package ()
			 {
                 "model", Buffer () {"GMA 950"},
                "built-in", Buffer () {0x00},
                "AAPL,HasLid", Buffer () {0x01, 0x00, 0x00, 0x00},
                "AAPL,HasPanel", Buffer () {0x01, 0x00, 0x00, 0x00},
                "AAPL,NumDisplays", Buffer () {0x04, 0x00, 0x00, 0x00},
                "AAPL,NumFramebuffers", Buffer () {0x02, 0x00, 0x00, 0x00},
                "AAPL,SelfRefreshSuported", Buffer () {0x01, 0x00, 0x00, 0x00},
                "AAPL01,BootDisplay", Buffer () {0x00, 0x00, 0x00, 0x00},
                "AAPL01,CurrentDisplay", Buffer () {0x00, 0x00, 0x00, 0x00},
                "AAPL01,Pipe", Buffer () {0x00, 0x00, 0x00, 0x00},
			 }, Local0)
			 DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			 Return (Local0)
		 }

 

http://www.youtube.com/watch?v=5RQTPXwIRoA

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...

Thank you so much! Finally mirroring works 100% on my Netbook with GMA950 DeviceID: 27AE

You have really helped me with posting this, before i had just a striped screen when trying to mirror the screen to an external monitor, now it works on all resolutions!

Link to comment
Share on other sites

  • 7 months later...

You are the best!!!

Finally my laptop works as it must be.

But my monitor works like a additional screen, not mirror - it is more than I ever want.

Lion, 10.7.5, Toshiba Satellite A100-811.

 

Some little issue - bottom side of the screen (only ext.Monitor), about half of Dock bar height, is like a scratches or scrambled (trying to solve on this method). That happens only when I use resolution higher than 1024x768x32 75Hz.

On the resolution 1024x768x32 75Hz and below, there is no problem.

Though the main screen of laptop has no problem (but I didn't try to change resolution on it, not needed).

On the 10.6.8 in the same resolution I hadn't such problem.

Link to comment
Share on other sites

 Share

×
×
  • Create New...