Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

> Forum Guidelines.

Welcome to the Genius Bar. Here's how this forum works:

1. Members are encouraged to make a guide that details something that they might have found troubling or challenging.
Chances are, if you've seen the same question asked over and over again, you should write a guide for it.

2. This is not the forum for asking questions. If you have a question about a thread that's already here, feel free to ask it.
Just don't start a thread for a specific question. Use the other forums here for that.

3. Posting links to off-site tutorials is not allowed.

4. That's it! Thanks for sharing your information with the rest of us. :)

To keep this forum clean this forum is moderated. You can post in existing topics but new ones will have to be approved before they show up.

2 Pages V   1 2 >  
Reply to this topic Start new topic
[How To] Enable QuartzGL and Disable BeamSync on Leopard
**
  • Group: Members
  • Posts: 93
  • Joined: 6-June 06
  • Member No.: 42,282
This guide will help you enable/disable QuartzGL and BeamSync on Leopard!

Enable QuartzGL

Open Terminal

CODE
sudo defaults write /Library/Preferences/com.apple.windowserver QuartzGLEnabled -boolean YES

Change YES to NO to disable it.

Restart or Log Out to take effect.


Disable BeamSync

Open Terminal

CODE
sudo defaults write /Library/Preferences/com.apple.windowserver Compositor -dict deferredUpdates 0

Change 0 to 1 to enable it

You can also edit the file /Library/Preferences/com.apple.windowserver.plist using PlistEdit Pro or Property List editor from Xcode.



That should take care of it..

- Shredplayer

TPC Hackintosh Users Group
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 35
  • Joined: 13-August 05
  • Member No.: 5,018
no work in my hackintosh 10.5 9A528d Saphire x1950xtx
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 93
  • Joined: 6-June 06
  • Member No.: 42,282
you have to Log off, then look at the System Profiler!


open terminal

CODE
sudo nano com.apple.windowserver.plist



if you see QuartzGLDisabled remove that entry.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 5
  • Joined: 29-September 07
  • Member No.: 138,435
hey thanks, ive been editing the /Library/Preferences/com.apple.windowserver but cannot make Quartz2DExtreme to work, i did'nt know it should be QuartzGLEnabled. rather than Quartz2DExtremeEnabled.

thanks works on my 9A527 though i don't notice any improvements, oh well i'll try Xbench!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 35
  • Joined: 13-August 05
  • Member No.: 5,018
Now work thanks!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 3
  • Joined: 6-February 08
  • Member No.: 183,541
QUOTE (shredplayer @ Sep 28 2007, 11:59 AM) *
you have to Log off, then look at the System Profiler!
open terminal

CODE
sudo nano com.apple.windowserver.plist

if you see QuartzGLDisabled remove that entry.


when i open that file,i haven't nothing inside,please help me
Attached File(s)
Attached File  Picture_2.png ( 561.6K ) Number of downloads: 273
Attached File  Picture_1.png ( 534.83K ) Number of downloads: 224
 
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 99
  • Joined: 19-January 06
  • From: Brazil
  • Member No.: 20,633
Works in original Imac !!
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 466
  • Joined: 31-July 05
  • From: Nottingham, UK
  • Member No.: 1,253
What's the reason to do this?
PM Profile Card
Go to the top of the page
+ Quote Post
**********
  • Group: Members
  • Posts: 2,478
  • Joined: 25-September 07
  • From: Da Bathroom!!
  • Member No.: 137,567
It is supposed to be:

sudo nano /Library/Preferences/com.apple.windowserver, but youre supposed to know this!



SticMAN

QUOTE (pavelstoykov @ Feb 7 2008, 11:13 AM) *
when i open that file,i haven't nothing inside,please help me
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 159
  • Joined: 27-October 06
  • Member No.: 61,808
QUOTE (flibblesan @ Feb 7 2008, 11:57 AM) *
What's the reason to do this?


yes, please, explain.
what is beamsync mate?
thanks
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 220
  • Joined: 29-November 06
  • Member No.: 66,307
interesting, QuartzGLEnabled made my performance worse actually sleep.gif
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 93
  • Joined: 6-June 06
  • Member No.: 42,282
Well QuartzGL can boost extra performance if the application is hardware acceleration dependent, though some applications will be slowed down when used on system wide default, for regular users this is not really recommeended other than the fun testing it but for programmers, this can be used this for debuging purposes....it's still a buggy drawing mode that's why it's Off by default.

BeamSync on the other hand is a delay time mode for CPU/GPU/Output syncronization, if you're using a CRT better leave it on but if using LCD's you can turn this off since LCD's don't used Beamsync and can actually slow down GUI Speed.
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 420
  • Joined: 1-August 05
  • From: The Netherlands
  • Member No.: 1,370
it slows my xbench score

i got a nvidia 8800 gtx and intel Q6600 cpu with leopard 10.5.2

video score goes from 250 to 200

i guess the reason why apple don't activate QuartzGL is the slow overall performance
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 162
  • Joined: 30-April 07
  • Member No.: 104,543
would QGL and beamsync slow down the overall performance or feel to the desktop? ive noticed if i put my resolution up high (1920x1200) it just feels laggy compared to lower resolutions on my 7950GT, if it does slow the performance then i'd be better of disabling these yeah?

thanks =]
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 7
  • Joined: 5-April 08
  • Member No.: 210,613
QUOTE (pavelstoykov @ Feb 7 2008, 06:13 PM) *
when i open that file,i haven't nothing inside,please help me

Hello, Please help. I have ASUS Geforce 8600GT. I have problem with resolution and Chipset Model. unsure.gif Others working well. Can you help me to resolve these.
Sorry for bad english tongue.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 28
  • Joined: 13-March 07
  • Member No.: 92,376
That makes my Office 2008 crashed.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 52
  • Joined: 22-April 08
  • Member No.: 219,808
What are the advantages of QuartzGL and should I enable it? I don't want to slow down performance. Is it just a visual thing?
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 104
  • Joined: 28-February 06
  • Member No.: 25,929
Intresting, But i am not very sure if this is going to be helpful for a lad like myself.


Thanks for the info thou.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 11-January 06
  • From: London UK
  • Member No.: 19,537
I'm hardly an Apple in-house systems engineer, I'm a user, but from what I understand from my reading, it works something like this.

QuartzGL may not be so optimised at the moment. Your Graphics card may be not so hot. CPUs are really fast when munching up screen-res sized images. It may also be that the apps aren't optimised for QuartzGL either, and is having to effectively run the old code as well in order to translate into suitable Hardware Accelerated form. It may also be all of the above co-operating to make it sluggish.

QuartzGL is not exactly off either. It's off by default. Applications which are compatible with it switch it on, and use it happily.

Basically the data flow is that QuartzGL or Quartz non-GL (CPU flavour) feed into a natively OpenGL Compositing element of OSX. This whole process is called Core Image. Were you to do Quartz non-GL > QuartzGL > OpenGL Composite, then obviously this is less efficient.

Chances are that when we get OpenCL in Snow Leopard, then all of the tasks can be passed to the GPU indiscriminately, and the card will just munch them raw, regardless of what you want.

When you activate QuartzGL by default, all apps start using QuartzGL, not just the right apps.

The bottom line: the software which uses it dynamically will run at the same speed. The software which predates the option to switch it on isn't written for it, and won't work any faster. In actual fact, it'll run slower. The CPU is having to do just the same work as before, running just the same code as before.

I don't know which version of Xbench you're using. Chances are it's for testing current Macs, so the performance will obviously deteriorate when you switch on QuartzGL by default.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 73
  • Joined: 10-December 06
  • Member No.: 67,966
Hmmm, I do not have /Library/Preferences/com.apple.windowserver file...

What does that mean?

My Quartz Extreme appears as Not Supported for my 9800 GTX card...
PM Profile Card
Go to the top of the page
+ Quote Post
2 Pages V   1 2 >
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 02:56 AM