From owner-freebsd-x11@FreeBSD.ORG Sun Feb 26 01:13:07 2012 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 D8A16106564A for ; Sun, 26 Feb 2012 01:13:07 +0000 (UTC) (envelope-from kayasaman@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE9B8FC12 for ; Sun, 26 Feb 2012 01:13:06 +0000 (UTC) Received: by werm13 with SMTP id m13so3112656wer.13 for ; Sat, 25 Feb 2012 17:13:06 -0800 (PST) Received-SPF: pass (google.com: domain of kayasaman@gmail.com designates 10.180.86.105 as permitted sender) client-ip=10.180.86.105; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kayasaman@gmail.com designates 10.180.86.105 as permitted sender) smtp.mail=kayasaman@gmail.com; dkim=pass header.i=kayasaman@gmail.com Received: from mr.google.com ([10.180.86.105]) by 10.180.86.105 with SMTP id o9mr16746670wiz.4.1330218786349 (num_hops = 1); Sat, 25 Feb 2012 17:13:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=g6AnjIMo7qtifKfbfcDfr69iwvzWxFNRwxNWIc9g2NQ=; b=nr351sk6+nBrlvbAgapf5Zp1BkU13NoiIqLZhHbHuoTr+kqb25jSHKiKFx00bVzqst DpMhiQKtALIHydnI0poJ1k3lNEGgcWB7gfUD/Nexuc1xzS8qcAHD31HxAIO//aY7Y1D7 FPvsISj0RYCD5OrriOpTdJ/QhxzS/4D0VfcC4= Received: by 10.180.86.105 with SMTP id o9mr13389076wiz.4.1330218786119; Sat, 25 Feb 2012 17:13:06 -0800 (PST) Received: from X220.optiplex-networks.com (81-178-2-118.dsl.pipex.com. [81.178.2.118]) by mx.google.com with ESMTPS id er8sm31804039wib.1.2012.02.25.17.13.04 (version=SSLv3 cipher=OTHER); Sat, 25 Feb 2012 17:13:05 -0800 (PST) Message-ID: <4F49871F.50305@gmail.com> Date: Sun, 26 Feb 2012 01:13:03 +0000 From: Kaya Saman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1 MIME-Version: 1.0 To: matt References: <4F493127.8060207@gmail.com> <4F493F3D.5090609@gmail.com> In-Reply-To: <4F493F3D.5090609@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Intel X3000 black screen using Vesa driver 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: Sun, 26 Feb 2012 01:13:07 -0000 On 02/25/2012 08:06 PM, matt wrote: > On 02/25/12 11:06, Kaya Saman wrote: >> Hi, >> >> I'm running FreeBSD 9.0 x64 Release on a Lenovo X220 notebook. >> >> >> So far everything seems to work but for whatever reason I can't seem >> to start X properly! >> >> >> I ran: Xorg -configure xorg.conf.new -retro >> >> which worked and I got the Xorg grey fuzzy screen with X cursor in it. >> >> The rest of the steps I took from the handbook: >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html >> >> >> I have a .xinitrc file containing: >> >> exec xterm& >> exec fluxbox/jwm (I set to either option) >> >> >> But to no luck :-( >> >> >> I think it's because Xorg has changed and the .xinitrc seems to be >> deprecated/depreciated and not used any more. >> >> >> Currently am using the Vesa driver as none of the Intel drivers seem >> to work for me: >> >> Screen not found >> >> >> Error coming up each time. >> >> >> I tried with both these drivers: >> >> xf86-driver-intel >> xf86-driver-intel29 >> >> >> Also my screen is 720p half HD so res supported is 1366x768 which >> standard Vesa driver doesn't like the mode of either. >> >> >> Can anyone help me out? >> >> >> Will post the Xorg.log and other output if necessary but am stuck >> using virtual terminals so had to reboot into Fedora 16 to be able to >> send email. >> >> Will need to get Alpine coupled with my .pinerc files working so that >> I can use my Gmail account but that's not an issue - it's something I >> have to do regardless :-) >> >> >> Regards, >> >> >> Kaya >> _______________________________________________ >> freebsd-x11@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > .xinitrc works fine. I use it all the time...maybe try commenting out > all items and just put "xterm -rv"? > I haven't tried the vesa drivers, but xorg should work after using the > patches for intel graphics KMS. VESA only supports resolutions exposed > by the video bios, which are often "wrong". > > Meowthink has been posting patches from head backported to 9, my > understanding is you'll want to merge the xorg-dev port from here: > http://wiki.freebsd.org/Intel_GPU (after the long list of individual > ports, or...) > and then apply Meowthink's patch. > > The xorg-dev merge will add some ports including a kms enabled intel > driver (3d, native resolution) > > Matt > > I just checked the xorg-dev port and tried to download it to FreeBSD but unfortunately it seems to be offline....?? svn co https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev didn't work, came out saying that there was no data or so. I will try the other method from the git repos but they seem like quite a hack to build and patch on the go etc.... I'm wondering, would it be better to just upgrade to FreeBSD 9.1 or 9.2? From what I've read it seems that the Xorg version and other port versions I want are part of this. I might loose out a little on stability but that's ok as long as things work - I mean things can't get any worse then Fedora 16 which I currently run can they??? :-) I also would like to install Gnome3 given a chance but don't know the level or work that's been done on it for FreeBSD - again reading claimed that the work was still "in progress" and not officially released yet..... Regards, Kaya