![]() |
#11
|
||||
|
||||
I don't have two of them. I've got a DVI and a VGA output. If I plug in both monitors, it shows the VGA-Monitor. If I only plug in the DVI-Monitor, it shows the DVI-Monitor. "Detect Monitors" doesn't work.
|
#12
|
||||
|
||||
crawle: have you tried a DVI-2-VGA adaptor?
2 Opteron systems: OSx86 10.5.8, Andy's 9.8.0 kernel, Asus A8N-SLI Premium, Opteron 185 o'clocked @ 2 x 2,95 GHz (2nd system 2.6 GHz), ATI Radeon HD2600XT 256MB Dual-Monitor 2x HP L2035, 4 GB RAM, Griffin FireWave as main audio device, Marvell + nForce LAN, Asus U3S6 USB3/SATA6 card, 5,5 TB harddisk, Firewire 800 card, Apple Remote + eHome IR receiver, 2x Wacom serial graphics tablet, Canon Pixma iP4700, Logitech Internet Navigator wireless keyboard/mouse combination. My Audio stuff: M-Audio Transit USB (default audio), M-Audio ProFire 610, M-Audio ProFire Lightbridge (34 channels) using Creamware A16 ADAT converter • MIDI: M-Audio Midiman 4x MIDI interface • Behringer Audio Mixers: Xenyx 1002, Xenyx 1002FX, Xenyx 1202FX, Eurorack UB1002FX, Eurorack MX1804FX, Eurorack MX262A • FX devices: Lexicon MPX100 DSP, Behringer DSP-1000 Virtualizer, Behringer MiniFEX 800 DSP, Behringer Multicom Pro MDX4400 compressor • RETRO: MSSIAH midi/sequencer/synthesizer cardridge for the C64 (Dual-SID), Steinberg M.S.I. MIDI Interface for C64 |
#13
|
|||
|
|||
@ roisoft: what did i have to change there ??
can you pls explain it ?? |
#14
|
||||
|
||||
add the device ID , for do it, open a terminal and type this:
sudo -s (password) nano /System/Library/Extensions/GeForce.kext/Contents/Info.plist you will see something like this Code:
<string>GeForceGA.plugin</string> </dict> <key>IOClass</key> <string>NVKernel</string> <key>IOMatchCategory</key> <string>IOAccelerator</string> <key>IOPCIMatch</key> <string>0x014F10de 0x00F310de (put here your device id) <key>IOProbeScore</key> <integer>100</integer> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOSourceVersion</key> repeat this step for all the kext nvdaresm... ok? before reboot type from terminal "diskutil repairpermissions /" |
#15
|
|||
|
|||
i used zephyroth's installer and there are sooo many id's
![]() i think i dont get it work ... (sorry i'm too stupid) ![]() could you change this for me ?? on the screeny above you can see my device id. it would be great Edit: i've installed nvinject 0.1.5 and now i have QE/CI ![]() ![]() |
#16
|
|||
|
|||
imo - may be AGPGart.kext 2.2 (joblo) could improve things? (works for me on Tiger).
|
#17
|
|||
|
|||
which driver is the best for 6600GT AGP?? any suggestions ???
i have installed nvinject 0.1.5 WITH agpgart 2.4.6 is this right ??? i cant run trough all opengl extensions viewer tests . xbench runs fine. call of duty 1 runs with poor performance. other games and benches will be tested. to be continued............. |
#18
|
|||
|
|||
Hello,
I have an Nvidia Card which is defined in "System Profiler" as an "0x00cd" and I installed on Zeph's 10.5.1 the last Nvidia Universal Installer. Quote:
After reboot, I just have "1024" in my screen section. Do I need to do something else ? Thanks, iero. |
#19
|
|||
|
|||
Ok, I added "10de" in device IDs, but since then, my X freezes 10 seconds after log in....
Erk ! |
#20
|
||||
|
||||
If your device id is "00cd" (not the revision id ok?), add this line "0x00cd10de" to the info.plist and for the permissions open a terminal and type
Code:
sudo -s (your password) cd /system/library/extensions chmod -R 755 * && chown -R root:wheel * cd .. rm extensions.mkext kextcache -a i386 -e reboot 6600gt I28 AGP 0x00f110de 6600gt 128/256 PCI-e 0x014010de 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. |