From owner-freebsd-x11@FreeBSD.ORG Fri May 2 17:02:59 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 656FF1065679 for ; Fri, 2 May 2008 17:02:59 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 601B78FC27 for ; Fri, 2 May 2008 17:02:58 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by ug-out-1314.google.com with SMTP id y2so76655uge.37 for ; Fri, 02 May 2008 10:02:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; bh=AwrPo0U4Q3fv2WAym3dx2Qi5Sbp6+sv3CZs+Jc43BAI=; b=aihZxesdsOI2dzhRTiPxqMFOBNaV+yiIF334nkKUI/z5GX3BL9mkn/NgQT3zITqdUdHZkVn6xIbbBCCfmP26WBROpwS7YS/1Twprl0GIvR3pADDzbO9kYtB0iatOwGmm3UOsGOTTKQLF1a1YVFIv1ZvrYBP35/KlUsT7nZQ4iDY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=bW9dOSsgEhcuJoGLNan40Wtn6Q+obWIGl+0DgccJth7Un9pkAW++G2S5fQp8qvV4OVzZQkhH3na5n2akRkGsUXbfFXaT8ZjaeIVlVxgiYIt2pgsFzSmdCi1DaHEDtGuIPMpMD3NhsJijtUChZw9+43X9rez6VuT2sjhuHhfJeJ0= Received: by 10.67.87.6 with SMTP id p6mr168146ugl.39.1209746077254; Fri, 02 May 2008 09:34:37 -0700 (PDT) Received: from ?127.0.0.1? ( [217.206.187.80]) by mx.google.com with ESMTPS id j8sm3685327gvb.1.2008.05.02.09.34.35 (version=SSLv3 cipher=RC4-MD5); Fri, 02 May 2008 09:34:36 -0700 (PDT) From: Tom Evans To: Rudy In-Reply-To: <481B40C3.2000602@monkeybrains.net> References: <481B3B80.4070204@monkeybrains.net> <481B40C3.2000602@monkeybrains.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-GgoARuH+CXIPuJA660An" Date: Fri, 02 May 2008 17:34:34 +0100 Message-Id: <1209746074.27474.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Cc: freebsd-x11@freebsd.org Subject: Re: FIXED: Compiz + nvidia GeForce 6150 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 17:02:59 -0000 --=-GgoARuH+CXIPuJA660An Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2008-05-02 at 09:26 -0700, Rudy wrote: > > compiz --sm-disable --replace ccp > > Without indirect-rendereing, the Desktop goes black, and newly=20 > launched windows are all black: >=20 >=20 > DOH! >=20 > I rebooted and upped the Frame Buffer from 32M to 256M in the BIOS menu.=20 >=20 >=20 >=20 > Also, I added UseEvents=3Dfalse. Which fixed it? I'll never know! > Here is the diff on the Xorg.log files >=20 > # diff -u /var/log/Xorg.0.log.old /var/log/Xorg.0.log > --- /var/log/Xorg.0.log.old 2008-05-02 09:15:16.000000000 -0700 > +++ /var/log/Xorg.0.log 2008-05-02 09:19:10.000000000 -0700 > @@ -409,6 +409,7 @@ > (**) NVIDIA(0): Option "RenderAccel" "True" > (**) NVIDIA(0): Option "NoRenderExtension" "False" > (**) NVIDIA(0): Option "AllowGLXWithComposite" "True" > +(**) NVIDIA(0): Option "UseEvents" "false" > (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True" > (**) NVIDIA(0): Option "DisableGLXRootClipping" "True" > (**) NVIDIA(0): Option "DamageEvents" "True" > @@ -416,7 +417,7 @@ > (II) NVIDIA(0): Support for GLX with the Damage and Composite X=20 > extensions is > (II) NVIDIA(0): enabled. > (II) NVIDIA(0): NVIDIA GPU GeForce 6150 (C51) at PCI:0:5:0 (GPU-0) > -(--) NVIDIA(0): Memory: 262144 kBytes > +(--) NVIDIA(0): Memory: 524288 kBytes > (--) NVIDIA(0): VideoBIOS: 05.51.22.33.07 > (--) NVIDIA(0): Interlaced video modes are supported on this GPU > (--) NVIDIA(0): Connected display device(s) on GeForce 6150 at PCI:0:5:0= : >=20 > Odd that I set it from 32M to 256M and the Xorg.log file show 256M -->=20 > 512M. What is up with that? >=20 > Rudy >=20 You probably changed AGP aperture size. I expect there is an algorithm in the nvidia driver which calculates the 'correct' amount of VideoRam to steal from shared memory when attaching to a shared memory graphics card like the 6150. It is probably max(256MB, 2 * agp_aperture_size). I could be dead wrong.. The intel driver manages shared memory in a similar way. Tom --=-GgoARuH+CXIPuJA660An Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgbQpYACgkQlcRvFfyds/eF8QCeJAVQseUP4NDVwnlXrhf00l6u otEAoIS+gaZEtj0VjlbqJGIPfXl/lDwK =7hR2 -----END PGP SIGNATURE----- --=-GgoARuH+CXIPuJA660An--