Twitter
Become an osx86.net member, click here to Register!
Results 1 to 7 of 7

Thread: nvidia 9800 GT

  1. #1
    Junior Member
    Join Date
    Feb 2012
    Posts
    4
    Thanked
    0
    Downloads
    8
    Uploads
    0

    Default nvidia 9800 GT

    I've had Lion running since release and has worked fine with my Nvidia 9800 GT until I applied the
    10.7.3 update. After installing update and rebooting the monitor goes black.

    If I enter my login password at the black screen, Lion appears to continue as evidenced by heavy
    disk activity. However, the screen remains black and appears disconnected from the system.

    Any suggestions or help would be appreciated.

    Thanks


  2. #2
    Senior Member gils83's Avatar
    Join Date
    Feb 2011
    Posts
    140
    Thanked
    0
    Downloads
    418
    Uploads
    0

    Default



    yep !!

    PCIRootUID=1
    Asus M5A97 pro bios 813 / FX 4100 modbin_kernel en 32 bit / x4/6 960t /iatkos S3 V2 SL 10.6.8 / Lion 10.7.3 32 bit , Finder actif .

    Carte graphique opérationnelle : HD 5450 / Gainward GTX 460 / Sapphire HD 5770 / EAH 5870 / 9800 GT / Gainward 9500 GT passive / Sapphire HD 4850 .

    Asus P8P67M-PRO / Xeon E3-1230 à 3,3 / iatkos L2 10.7.3 (modifier)/ Lion des montagnes 10.8 DP2/DP3

    http://www.hack-my-mac.fr/index.php/...-l2-sur-pc-amd

  3. #3
    Junior Member
    Join Date
    Feb 2012
    Posts
    4
    Thanked
    0
    Downloads
    8
    Uploads
    0

    Default

    Can you elaborate on that a little bit. Thanks

  4. #4
    Senior Member gils83's Avatar
    Join Date
    Feb 2011
    Posts
    140
    Thanked
    0
    Downloads
    418
    Uploads
    0

    Default

    Quote Originally Posted by snifferpro View Post
    Can you elaborate on that a little bit. Thanks


    un exemple pour ma GTX 460 (problème écran noir)


    <?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>Boot Graphics</key>
    <string>Yes</string>
    <key>npci</key>
    <string>0x2000</string>

    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>GraphicsEnabler</key>
    <string>Yes<string/>

    <key>Kernel Flags</key>
    <string>arch=i386 darkwake=0</string>
    <key>PCIRootUID</key>
    <string>1</string>

    <key>Rescan</key>
    <string>Yes</string
    <key>UseKernelCache</key>
    <string>No</string>
    <key>Quiet Boot</key>
    <string>No</string>
    <key>Timeout</key>
    <string>5</string>
    </dict>
    </plist>
    Last edited by gils83; 16th February 2012 at 20:33.
    Asus M5A97 pro bios 813 / FX 4100 modbin_kernel en 32 bit / x4/6 960t /iatkos S3 V2 SL 10.6.8 / Lion 10.7.3 32 bit , Finder actif .

    Carte graphique opérationnelle : HD 5450 / Gainward GTX 460 / Sapphire HD 5770 / EAH 5870 / 9800 GT / Gainward 9500 GT passive / Sapphire HD 4850 .

    Asus P8P67M-PRO / Xeon E3-1230 à 3,3 / iatkos L2 10.7.3 (modifier)/ Lion des montagnes 10.8 DP2/DP3

    http://www.hack-my-mac.fr/index.php/...-l2-sur-pc-amd

  5. #5
    Junior Member
    Join Date
    Feb 2012
    Posts
    4
    Thanked
    0
    Downloads
    8
    Uploads
    0

    Default

    I take it that this is a plist that you edited.

    What plist is this?

  6. #6
    OSx86.net Crew noname's Avatar
    Join Date
    Nov 2010
    Posts
    1,199
    Thanked
    0
    Downloads
    67
    Uploads
    0

    Default

    org.chameleon.boot.plist or com.apple.boot.plist. Both usually in Extra folder.
    Lenovo g550 / Intel® Core2Duo processor T6600 / RAM - Kingston 6GB DDR3 / Video - Nvidia GeForce G210M
    Lion 10.7.3 / Mountain Lion 10.8



  7. #7
    Junior Member
    Join Date
    Feb 2012
    Posts
    4
    Thanked
    0
    Downloads
    8
    Uploads
    0

    Default

    ok, I added those items to my boot.plist and 10.7.3 still boots to black screen at the logon prompt.

    With those items in or out of my boot.plist I can boot successfully to 10.7.1

    Here are the plists I use

    Com.apple.Boot.plist with additions - Works with Lion 10.7.1 but not 10.7.3

    <?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>
    <key>Boot Graphics</key>
    <string>Yes</string>
    <string>arch=i386</string>
    <key>NPCI</key>
    <string>0x2000</string>
    <key>GraphicsEnabler</key>
    <string>y</string>
    <key>PCIRootUID</key>
    <string>1</string>
    <key>Timeout</key>
    <string>5</string>
    <key>device-properties</key>
    USBBusFix=yes




    com.apple.Boot.plist without a dditions - works with Lion 10.7.1

    <?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>arch=i386</string>
    <key>Timeout</key>
    <string>5</string>
    <key>device-properties</key>
    USBBusFix=yes

    I don't think this is a plist issue in going from 10.7.1 to 10.7.3

    My system is as follows
    ASUS P5Q3 Deluxe
    Intel Core 2 Duo E8500
    8gb of memory
    Nvidia Geforce 9800 GT


  • Advertising

    advertising
    OSx86.net
    has no influence
    on advertisings
    that are displayed by
    Google Adsense

      
     

Similar Threads

  1. The HDMI nVidia (9800 or other cards) issue....
    By Mr-Gonfio in forum Video & Graphics
    Replies: 17
    Last Post: 17th September 2011, 17:40
  2. Problema configuracion NVIDIA 9800 GT QE/CI
    By gorki75 in forum Español
    Replies: 8
    Last Post: 20th May 2011, 10:55
  3. Nvidia GeForce 9800 GT Vram issue with FCP
    By jondaler in forum Video & Graphics
    Replies: 0
    Last Post: 26th January 2011, 19:19
  4. Nvidia 9800 or ATI 4870?
    By aksolanki in forum Video & Graphics
    Replies: 21
    Last Post: 19th March 2010, 14:47
  5. Nvidia 9800 GTX+ issues
    By Njambris in forum Video & Graphics
    Replies: 12
    Last Post: 5th March 2010, 12:56

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •