From owner-freebsd-questions@FreeBSD.ORG Mon Apr 20 00:48:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72A82106564A for ; Mon, 20 Apr 2009 00:48:57 +0000 (UTC) (envelope-from chuckop@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 3ABDC8FC08 for ; Mon, 20 Apr 2009 00:48:57 +0000 (UTC) (envelope-from chuckop@gmail.com) Received: by wa-out-1112.google.com with SMTP id m38so993743waf.27 for ; Sun, 19 Apr 2009 17:48:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=5Qfw1X2Cg8uZUJmkrkYc5hhw05Y0j8CftnSN8xXoxRo=; b=qHq4phOBffro0b1cfiv3VSutLyLNMzM0mt+gf8JhMia4Y24bhoBNJE67cHZvO1+5Jd egFF7xBtfsRh7iWLT0syrfrzIeGDbRjOkHYDp+hmU3WF018RLmbDCORniCUuP+J3Z6xy xFf3HAH9gvRpFw50T5fzDupoeGbgggv2jhG7w= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=XHWO+AUYqTjlnPEBPyOHM4tHJ+770qSIUQzH07Ry8mqHeWg47Qg4jDBpxUNwSx3fDP lZuJc2sl3cH8JHVLgoOmZOgvObWamSInvluFB/cN3KYDahUwckd8Ici8fm+eSb6ME9Ul QiTrGkOnj6WO7ptrU2+ra0xfI1MjJ7cWKgW7A= Received: by 10.114.125.15 with SMTP id x15mr2976026wac.42.1240186612024; Sun, 19 Apr 2009 17:16:52 -0700 (PDT) Received: from think.coppersoftware.com (pool-71-112-39-100.sttlwa.dsl-w.verizon.net [71.112.39.100]) by mx.google.com with ESMTPS id y25sm21440798pod.1.2009.04.19.17.16.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 19 Apr 2009 17:16:51 -0700 (PDT) Message-ID: <49EBBEED.7080903@gmail.com> Date: Sun, 19 Apr 2009 17:16:45 -0700 From: Charles Oppermann User-Agent: Thunderbird 2.0.0.18 (X11/20081220) MIME-Version: 1.0 To: Warren Block References: <89ce7f740904182018s5ee0934ew54021bd2e44d207e@mail.gmail.com> <49EACF5B.9090107@otenet.gr> <49EB3CFD.6010408@otenet.gr> <89ce7f740904191438j222d34ddtaf1ade298a09abd1@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Ivan \"Rambius\" Ivanov" , Manolis Kiagias , "mail.list freebsd-questions" Subject: Re: Problems with Xorg after portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 00:48:57 -0000 Warren Block wrote: > On Mon, 20 Apr 2009, Ivan "Rambius" Ivanov wrote: >> >> I even tried with Manolis's xorg.conf - same results. >> >> I use startx as a non-root user and I invoke startkde from .xinitrc, >> but kde does not appear. The screen just blinks once or twice. I also >> tried to enable xdm from /etc/ttys - same result. >> >> Indeed, I think the xorg.conf is OK and no errors appear in the log, >> but still I can not get it running. > > It's easier to test if you remove the big desktop manager from the > equation. So rename or delete your .xinitrc, .xsession, and don't start > X from /etc/ttys. Don't forget to kill -HUP 1 and kill xdm. > Then try startx to just get the plain twm screen. I'm having similar problems after upgrading an older machine to Xorg 7.4. The monitor blinks it's power light indicating no signal. While CTRL+ALT+Backspace does not kill the X server, I can press CTRL+ALT+F1 or ALT+F1 to return to the text mode console. I then kill the X server via CTRL+C. Interestingly, if I restart the server (via Xorg, X, startx, etc), the screen will switch to graphics mode and briefly show the contents of the previous session, and then go blank. I believe I'm seeing the contents of the video memory after the mode switch and before the video memory is overwritten or erased. I believe that Xorg is working fine, but somehow the video card is told to blank the screen (maybe via DPMS?) or is otherwise incorrectly programmed. I was using the DPMS screen saver modul via rc.conf, I will remove that and check again. I'll also remove all the .xinitrc, .xsession, left over crud as well. This is a machine using the VESA driver with an older Voodoo Banshee AGP card.