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.67) (envelope-from ) id 1IFxhr-0001Uc-0N for garchives@archives.gentoo.org; Tue, 31 Jul 2007 19:48:35 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l6VJlFj1006604; Tue, 31 Jul 2007 19:47:15 GMT Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l6VJh82P001946 for ; Tue, 31 Jul 2007 19:43:08 GMT Received: by fk-out-0910.google.com with SMTP id 19so896709fkr for ; Tue, 31 Jul 2007 12:43:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id; b=mQ25fMyOxwNCqz/y/LuXfKF1Kw+0EmmN+CqsA6RNC0ioSwMvanYfQz7ojbjSAoDor3Vq4e+QRScCT1hvPtZeKNO+lrKup9atRWw1Bc1RNQO7C+ykuVbUATOvaT8PHozATn/XsVG93Ns6Y2G8CGr/hoL0Ku1FnUFt828e0COwrSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id; b=Gc0/jtCsVhUcT+OA55lRYrZMkin2uLWuaQGbxYE/5JyWDWuRVP1Ef0tFmiTOSl2073WZNYDu+CVUa1CrNzwKOdUB9Dy86gjsZhOh++j66sA5seChmtPs2ekjBv6hQ3DlFl3DsUwH/Zbc/bp201xGwn03UjsOGPPWqRxfvHZ4p5k= Received: by 10.82.174.20 with SMTP id w20mr6106428bue.1185910984011; Tue, 31 Jul 2007 12:43:04 -0700 (PDT) Received: from lappy.study ( [213.162.120.196]) by mx.google.com with ESMTPS id 35sm19777545nfu.2007.07.31.12.43.01 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2007 12:43:02 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: reiserfsprogs Date: Tue, 31 Jul 2007 20:42:22 +0100 User-Agent: KMail/1.9.5 References: <8cd1ed20707310152v11190fccn6151a1c43f4637d6@mail.gmail.com> In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart65890728.VnWZLdTD5N"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707312042.31769.michaelkintzios@gmail.com> X-Archives-Salt: d07f9199-9502-4109-8cb5-1bed90ee45db X-Archives-Hash: cd034fab551d33ee015bd66d65be4f96 --nextPart65890728.VnWZLdTD5N Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 31 July 2007 17:32, James wrote: > I have no ide how to diable 'composite support'. Section "Extensions" Option "Composite" "Disable" (or False) > When the system was ordered it was specified 1680x1050 on the > 17 inch screen resolution. The few times (sporadically) I did > get X/kde to launch, it was is 1024x768 mode. I cold not build > a working xorg.conf file, so I boot up the liveCD 2007.0 can > copied over the default xorg.conf that at least worked with the > liveCD. My suspicion is that xorg.conf file, particularly the > Hortz and Vert ranges: > HorizSync 28.0 - 96.0 > VertRefresh 50.0 - 75.0 =46rom a terminal within X while you have booted the LiveCD run xvidtune (e= merge=20 it if you have to). That will tell you what is the HorizSync and=20 VertRefresh. Assuming all is looking right with the LiveCD use these=20 settings into your xorg.conf. Another trick is to remove them completely=20 (just comment them out) and xorg will try to guess them after it probes the= =20 hardware. It may just work. Final gotcha is the mouse. I assume that if = it=20 works with the LiveCD the same settings should do it for you, otherwise you= =20 may want to try playing with mine below and see what gives: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D Section "InputDevice" Identifier "Mouse0" Driver "synaptics" Option "Protocol" "SynPS/2" Option "InputFashion" "Mouse" Option "Device" "/dev/input/mice" Option "Name" "SynPS/2 Synaptics TouchPad" Option "SHMConfig" "on" Option "Vendor" "0002" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "True" Option "Buttons" "3" EndSection =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D HTH. =2D-=20 Regards, Mick --nextPart65890728.VnWZLdTD5N Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBGr5Cg5Fp0QerLYPcRAvnFAJ9b5Wy1+8KsQTRUBwcuZtqPad7q3gCgn5z/ azCqwOFTFqyMG/o+IMhB6b0= =ieFw -----END PGP SIGNATURE----- --nextPart65890728.VnWZLdTD5N-- -- gentoo-user@gentoo.org mailing list