From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MOajz-0007wy-07 for garchives@archives.gentoo.org; Wed, 08 Jul 2009 17:15:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8556E07AD; Wed, 8 Jul 2009 17:15:29 +0000 (UTC) Received: from mail-gx0-f220.google.com (mail-gx0-f220.google.com [209.85.217.220]) by pigeon.gentoo.org (Postfix) with ESMTP id 9C13BE07AD for ; Wed, 8 Jul 2009 17:15:29 +0000 (UTC) Received: by gxk20 with SMTP id 20so14916104gxk.10 for ; Wed, 08 Jul 2009 10:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=0BpHl096Rot/roa9g5atrlnyFrjEQDpRxDWFGiqvRSM=; b=tMAInk5d9nNsmm26l1M/TgAKJ3+tRLUENtXQELegAOl6xjDke4xcpexRIDX39lUi+w /eFDydxx3DcHpP5McbpKrqYXjYg3+E9UmqafNnP0U6FqKqo4xbyrLMkbFJSE9Dbt6wmD D7ukGhRj78TJpnwueuzgcrjgXdHrfHDCW1HO4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=K1cFPOUhIRcQhXP8FkXZ0tJNHNN8Um6hVEklNrDwsSu86G/5frhsh8vhltlu+tgZKb iwCGSf/QUsV0ze7IJDfLCiWoAPI4Vtw+vmBwm7uPwwe/b3jY7FQUt+tiCJgYwan8MyFc gp9+U/dkp35VwjP9C8JVEm0hlJ1SwFsLwQ4Cg= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.90.120.14 with SMTP id s14mr6338778agc.51.1247073329338; Wed, 08 Jul 2009 10:15:29 -0700 (PDT) Date: Wed, 8 Jul 2009 10:15:29 -0700 Message-ID: <9acccfe50907081015s41d3c4dan369291296e2ee8e5@mail.gmail.com> Subject: [gentoo-user] xorg won't start From: "Kevin O'Gorman" To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 5cf91f12-6992-4fcc-abc3-7eba667812e8 X-Archives-Hash: 5ff8e44bde79266b2ad6f4120e6ada08 In addition to other troubles, my X server won't start under any circumstances that I've been able to construct. My actual video is on the motherboard and is an ATI Rage XL chipset (I think that uses the drvier r128?) My current worry is that "startx" fails quickly, reporting no screens found. My guess is the missing extensions reported in the following typescript. The files named there are broken symbolic links to /usr/lib/opengl/xorg-x11/extensions/ but that directory is empty. If I change the driver to "fbdev", it fails and reports that /dev/fb0 does not exist. I don't understand frambuffers, so I don't know what to make of that. It sure seems this system is missing a bunch of pieces. Here's a typescript below, the /var/log/Xlog.0.log is at http://www.heypasteit.com/clip/9SF: treat X11 # startx xauth: creating new authority file /root/.serverauth.7070 X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.28-gentoo-r5-kosmanor i686 Current Operating System: Linux treat 2.6.28-gentoo-r5-kosmanor #6 SMP PREEMPT Sat May 23 19:17:22 PDT 2009 i686 Build Date: 25 May 2009 08:41:29AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 8 09:46:04 2009 (==) Using config file: "/etc/X11/xorg.conf" dlopen: /usr/lib/xorg/modules/extensions//libglx.so: cannot open shared object file: No such file or directory (EE) Failed to load /usr/lib/xorg/modules/extensions//libglx.so (EE) Failed to load module "glx" (loader failed, 7) dlopen: /usr/lib/xorg/modules/extensions//libdri.so: cannot open shared object file: No such file or directory (EE) Failed to load /usr/lib/xorg/modules/extensions//libdri.so (EE) Failed to load module "dri" (loader failed, 7) (EE) No devices detected. Fatal server error: no screens found giving up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error. treat X11 # exit Script done on Wed 08 Jul 2009 09:46:21 AM PDT -- Kevin O'Gorman, PhD