From owner-freebsd-x11@FreeBSD.ORG Mon Jan 20 19:56:52 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEC56968 for ; Mon, 20 Jan 2014 19:56:52 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9118B14C5 for ; Mon, 20 Jan 2014 19:56:52 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id at1so5840589iec.39 for ; Mon, 20 Jan 2014 11:56:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=9Ih13TE2x4y9Dd24jEevzS46E97uaWyEWlzoj/x3oco=; b=0sW0ztPqpnoH6JbXniR7S+KYr0Z92EK6EfbhEGMyKLu5Cwbi1KdxlN2ywiyaQFRDhj fVzqR3vYqcdB3KULjpJ/NQSj3dhWvslTJDzHGQVJuynfs/GJZQpEnBrl6A4axJP8oALl 1V7HCFm5VlEbu5IVfedVSeskxgzj4KOj3brETC2ae71L7WMpgotMnhUbsb8I/GsvXRiY fccAB/YWlVt0o8iQc18qGHEkchTPxvvdKjE9qTAKy+35zoBMmYuPEDus3oiwNiyqYOdF CAz+cRgyU88fK6o1WrjtNyENsjrddIFVr1SvvnqO9OAiij3vv9Efm19HT4vcUxiPzmmU eUSg== X-Received: by 10.42.40.83 with SMTP id k19mr14900251ice.3.1390247811954; Mon, 20 Jan 2014 11:56:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.15.38 with HTTP; Mon, 20 Jan 2014 11:56:31 -0800 (PST) From: kraxadmin Date: Mon, 20 Jan 2014 23:26:31 +0330 Message-ID: Subject: To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 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, 20 Jan 2014 19:56:52 -0000 only had 800*600 resolution when I installed xorg and openbox. I did some digging and I found out I have to active it. so I added this to my /etc/make.conf WITH_NEW_XORG=true WITH_KMS=true and update my base system and also portmaster -af to update all my packages. That update worked; **but now every time I am trying to do startxor X -configure , my monitor goes black and and its power light start blinking like it is on standby. further investigation showed this black screen happens whenever I do kldload i915kms. Now i am out of idea and options.