From owner-freebsd-questions@FreeBSD.ORG Sat Nov 15 10:02:01 2008 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 78764106568B for ; Sat, 15 Nov 2008 10:02:01 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 632E08FC13 for ; Sat, 15 Nov 2008 10:02:01 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from [10.0.10.6] ([202.69.173.137]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 15 Nov 2008 01:55:20 -0800 Message-ID: <491E9CD7.4070502@a1poweruser.com> Date: Sat, 15 Nov 2008 17:56:39 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Bernt Hansson References: <491E781C.3090405@bah.homeip.net> In-Reply-To: <491E781C.3090405@bah.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Nov 2008 09:55:21.0216 (UTC) FILETIME=[45BE0000:01C94708] X-Sender: fbsd1@a1poweruser.com Cc: freebsd-questions@freebsd.org Subject: Re: Problems with Xfce & console 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: Sat, 15 Nov 2008 10:02:01 -0000 Bernt Hansson wrote: > Hello list > > When exiting xfce to return to my console, xfce put my graphicscard in > an unusable state i.e no picture and my monitors led blinks slowly as if > it where in powersave/suspend mode. This do not happen with fluxbox, > windowmaker or twm. Commenting out the "Virtual" directive helps but > then I have to set the reolution every time xfce is started. > > The other WM's get really strange resolutions if "Virtual" is commented > out, like 2880x1400 and such. > > Is it a driver or xfce issue? > > %uname -a > FreeBSD testbox 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Thu Aug 28 > 14:13:44 CEST 2008 root@testbox:/usr/obj/usr/src/sys/GENERIC amd64 > > xorg.conf > > Section "Device" > Identifier "his radeon 3870" > Driver "radeon" > # BusID "PCI:1:0:0" > Option "DDCMode" "1" Driver specific option > Option "PanelSize" "1280x1024" Driver specific option > EndSection > > > Section "Screen" > Identifier "Screen 1" > Device "his radeon 3870" > Monitor "Hitachi CM752ET" > DefaultDepth 24 > > Subsection "Display" > Depth 24 > Modes "640x480" "800x600" "1024x768" "1280x1024" "1600x1200" > Virtual 1280 1024 > ViewPort 0 0 > EndSubsection > EndSection > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > Did you try ctrl-Alt-backspace on the blank screen to return to the command line. I think what you are seeing is the xorg screen. Try while in xfce ctrl-alt-f1 to switch from desktop to virtual console. and then alt f9 to return to desktop?