From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-54200-garchives=archives.gentoo.org@gentoo.org>) id 1GfihE-0005gt-BG for garchives@archives.gentoo.org; Thu, 02 Nov 2006 19:57:52 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kA2JsBCF026778; Thu, 2 Nov 2006 19:54:11 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kA2JoqKL008891 for <gentoo-user@lists.gentoo.org>; Thu, 2 Nov 2006 19:50:52 GMT Received: by nf-out-0910.google.com with SMTP id p46so1676844nfa for <gentoo-user@lists.gentoo.org>; Thu, 02 Nov 2006 11:50:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=FT8Qt9x0zn7l5iaTczp4r0fkF9YxBllcxjkUU/MHdgy7nVVvTVL7uw0uHDMtYBD9mnY3cEON8+B8uxT+5pjMnckMWdmFK+MmGOMMxTYmUufKpuC/JjINgIhJuegX7fGWyJv7dRmChjJ/y1B3RDDJL9vlIKM9iIFnToGaqCyp2Wo= Received: by 10.82.152.16 with SMTP id z16mr321723bud.1162497051417; Thu, 02 Nov 2006 11:50:51 -0800 (PST) Received: by 10.82.106.3 with HTTP; Thu, 2 Nov 2006 11:50:51 -0800 (PST) Message-ID: <7573e9640611021150ydebc957n4d216d8d320e90d3@mail.gmail.com> Date: Thu, 2 Nov 2006 12:50:51 -0700 From: "Richard Fish" <bigfish@asmallpond.org> Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Modular X.org issue (feelings of absolute failure) In-Reply-To: <4549CE3A.7040602@akyasociados.com.ar> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4548C6EF.7090800@akyasociados.com.ar> <7573e9640611011257ud65c0aeq54e6186900c524dd@mail.gmail.com> <4549CE3A.7040602@akyasociados.com.ar> X-Google-Sender-Auth: 7dd2c75dd3635d66 X-Archives-Salt: d2c43ee6-b61a-485a-8705-7ed9c9f81bac X-Archives-Hash: dcf6b66055bcc4bf468c2bdd5fa1ebc3 On 11/2/06, Rafael Barrera Oro <rafael@akyasociados.com.ar> wrote: > Richard Fish wrote: > > Not that I'm aware of. Can you post your /var/log/Xorg.0.log > > file...maybe there is some clue there. > > > > -Richard > > Gladly, could the problem be that i compiled with KDE with the DRI flag > set on make.conf?, anyway here it goes: > > Information about my grapchic card: VGA compatible controller: VIA > Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01) Hmm, your log looks incomplete. The beginning of it should be some lines like: X Window System Version 7.1.1 Release Date: 12 May 2006 X Protocol Version 11, Revision 0, Release 7.1.1 Regardless, it looks like you are using the vesa driver for your hardware. This is pretty much the lowest common denominator driver, and will be *very* slow. I'm not sure if you need the s3 or via driver for your hardware (perhaps someone else with similar hardware can comment). What did you set VIDEO_CARDS to in /etc/make.conf? This should probably be something like: VIDEO_CARDS="vesa s3 via" If you have to change this setting, you need to remerge x11-base/xorg-server. I suggest to keep the vesa setting only to make sure you have a recovery path if you make a mistake. Once that is done, you should be able to change the Driver setting in xorg.conf from "vesa" to "s3" (or "via"). The Driver setting to change appears in the "Device" section. -Richard -- gentoo-user@gentoo.org mailing list