Jump to content

ATI X1300 Arctifacts! No kext loaded...help?


alfanumerica
 Share

5 posts in this topic

Recommended Posts

I need help to get work properly my his ati x1300 pci-e 512mb, please help!

I've installed kalyway 10.5.1 without special kext for x1x00 ati cards.

My x1300 works out of the box @1024x768 with QE/CI supported but theres a lot of arctifatcs and no possibility to change monitor resolution.

I've tried to install many kext found on this forum but non works (I've reinstalled 8times!!)

My vendor id: ati 0x1002

Device id: 0x7146

Please help me! Thanks in advance and sorry for my bad english.

Link to comment
Share on other sites

I need help to get work properly my his ati x1300 pci-e 512mb, please help!

I've installed kalyway 10.5.1 without special kext for x1x00 ati cards.

My x1300 works out of the box @1024x768 with QE/CI supported but theres a lot of arctifatcs and no possibility to change monitor resolution.

I've tried to install many kext found on this forum but non works (I've reinstalled 8times!!)

My vendor id: ati 0x1002

Device id: 0x7146

Please help me! Thanks in advance and sorry for my bad english.

 

boot with f8 and try entering the following into the bootloader cmd-line:

 

"graphics mode"="1280x1024x32"

 

press enter to check if anything changes for you...

Link to comment
Share on other sites

  • 4 months later...

I have this same problem. I did fix the screen resolution by manually entering at startup (1280x1024 ends up being 1152x864 for some reason). QE/CI is enabled. However, there are artifacts all over the place. Are there any new drivers that could fix this?

Link to comment
Share on other sites

  • 1 month later...

Firstly, load up Terminal (Applications/Utilities/) from within OS X, then type:

 

sudo nano /System/Library/Extensions/ATIRadeonX1000.kext/Contents/info.plist

 

Scroll down to where it says <key>IOPCIMatch</key> and replace the <string></string> section so that it looks like this:

 

<key>IOPCIMatch</key>

<string>0x71451002</string>

 

Press CTRL+O and then Enter to save the file, after which you can safely close the session by pressing CTRL+X.

Next step is to set permissions and rebuild the kextcache

 

sudo -s

chmod -R 755 /System/Library/Extensions/ATIRadeonX1000.kext

chown -R root:wheel /System/Library/Extensions/ATIRadeonX1000.kext

rm -r /System/Library/Extensions.kextcache

rm -r /System/Library/Extensions.mkext

 

To set your maximum screen resolution (this is entirely dependant on what screen you have):

 

WXGA supports a maximum of 1280x800

SXGA+ supports a maximum of 1400x1050

WXGA+ supports a maximum of 1440x900

 

sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

Add this new section and change the screen resolution according to the panel type:

 

<key>Graphics Mode</key>

<string>1400x1050x32</string>

 

Now when you restart your system, you should have QE/CI enabled with the resolution automatically set.

You can also manually set the refresh rate to 60 Hz: 1400x1050x32@60 but this isn't recommended because it can cause a garbled display or hang the boot process.

Unfortunately you will not be able to set a higher resolution than 1400x1050 until DiaboliK or someone releases a dedicated kext to utilize the full features of this card.

Link to comment
Share on other sites

I have modified "com.apple.Boot.plist",added

<key>Graphcs Mode</key>

<string>1440x900x32</string>

I reboot ,then fouded it become 1152x854.

How can I work it out ?

My monitor is Samsung 931bw.显示器:

 

类型: 显示器

总线: PCIe

PCIe Lane 宽度: x16

VRAM(总和): 256 MB

厂商: ATI (0x1002)

设备 ID: 0x71ce

修正版 ID: 0x0000

显示器:

未知显示器:

分辨率: 1024 x 768

深度: 32 位彩色

Core Image: 硬件已加速

主显示器: 是

镜像: 关

联机: 是

Quartz Extreme: 支持

Link to comment
Share on other sites

 Share

×
×
  • Create New...