From owner-freebsd-x11@FreeBSD.ORG Mon Nov 28 00:50:40 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0BDB16A41F for ; Mon, 28 Nov 2005 00:50:40 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AB8743D5E for ; Mon, 28 Nov 2005 00:50:39 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 2B4BE17B8A8; Mon, 28 Nov 2005 01:50:38 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 45355-03; Mon, 28 Nov 2005 01:50:35 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 4BF0B17B892; Mon, 28 Nov 2005 01:50:34 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 694A51702F; Mon, 28 Nov 2005 01:50:34 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org, andy@triera.net Date: Mon, 28 Nov 2005 01:50:32 +0100 User-Agent: KMail/1.8.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511280150.33509.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: Subject: Re: Problem with X on startup 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: Mon, 28 Nov 2005 00:50:40 -0000 On Sunday 27 of November 2005 16:31, Andy Rozman (Aleksander) wrote: > Hi ! > > I have installed X on my FreeBSD 6.0, but I am having problem running it . > I tried with original driver i810 (intel), but I can't get it to work. Then > I wanted to run it with vesa driver. This time X starts (only with X > command not with startx), but it stops. It displays X (mouse pointer), I > can move it arround if I want, but start up stops here. > > Attached is zip file with Xorg.0.log and messages file, and config. Attachments have ways of not getting through to this list. You might have to mark their type as text/plain, that usually helps them. > Andy > > Here is my configuration: > > FreeBSD 6 > X Windows System Version 6.8.2 > Computer Notebook Dell Insiron 2200, grahic card Intel i810, ver 915GM You might want to try x11-servers/xorg-server-snap instead of x11-servers/xorg-server port. You can replace it using portupgrade with something like: portupgrade -o x11-servers/xorg-server-snap xorg-server Dejan