Jump to content
11 posts in this topic

Recommended Posts

hi,

 

I have: Mobile Intel® 945GM Express Chipset Controller 0 (Microsoft Corporation - WDDM)

 

And i guess this falls under intel 950 GMA, but in leopard the only available intel driver is for X3100. And after the installation (which went fabulously ;) ) the only resolution available is 1024x768 for my 15.4" laptop sreen. But I want 1280x800 as my resolution. But in the system preferences the only resolution that it is showing is 1024x768.

 

So how can I make my screen to have a resolution of 1280x800?

 

Regards,

limac

Link to comment
https://www.insanelymac.com/forum/topic/96267-iatkos-leopard-10i-intel-950gma/
Share on other sites

go edit /Library/Preferences/SystemConfiguration/com.apple.Boot.plist like this

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

<key>Graphics Mode</key>

<string>1440x900x32</string>

<key>Timeout</key>

<string>5</string>

</dict>

</plist>

 

you will have to insert where the stuff in bold is

 

 

insert your resolution where mine is and save

 

then restart it may ask you to restart when you turn back on mine did dont panic just restart and it will sort its self out

First i have to install leopard again...i will just now.

 

so i have to add:

 

<key>Graphics Mode</key>

<string>1280x800x32</string>

 

in my case right? and the 32 ia the color depth, right?

 

thanks dude, i will tell you as soon i try it.

 

regards,

limac

thanks man....anyways here is my com.apple.Boot.plist

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

<key>Graphics Mode</key>

<string>1280x800x32</string>

<key>Timeout</key>

<string>5</string>

</dict>

</plist>

try enter this string

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string>"Graphics Mode"="1280x800x32"</string>

<key>Graphics Mode</key>

<string>1280x800x32</string>

<key>Timeout</key>

<string>5</string>

</dict>

</plist>

×
×
  • Create New...