From owner-freebsd-x11@FreeBSD.ORG Thu Sep 13 07:09:24 2007 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 021B816A41B for ; Thu, 13 Sep 2007 07:09:24 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 3CFFD13C45E for ; Thu, 13 Sep 2007 07:09:23 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so919847pyb for ; Thu, 13 Sep 2007 00:09:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=SN0BmgTSqB73+zXwoFnYVnlFZRYo2qTZkDqNEBVrqTQ=; b=lfhyvlmxU1j88pfOW8BntSTPHsKtxJO8lbVMqjRtDERZFieDdatxhn1t7zBin5vNeoZzqhtak0uAJqMUDH7KmGxDIy7AN/NeEwulov7SkPRMduiBOvjDfqHjTZq+Vhg8BrV9aDjPDLwGm//RXX/P6WA8YQKEc6TSmAg53UKLslw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WH+xzJVDpcl7iqHf5oyckDAQRITUDBdU5td8pLxe0OLryeNUERoi5BhotJCUoJ1DTBuOyqzzcGnEz/J7YYXfdKjygX4Dg+V8Qag+xXkjn1cy8FLQdavU7wvgqcB28/xPJZVnntnBjbd/Xsrbw+Mk3HMX3b1io/JU4zLkijOLHPY= Received: by 10.64.242.5 with SMTP id p5mr1037144qbh.1189667360297; Thu, 13 Sep 2007 00:09:20 -0700 (PDT) Received: by 10.65.112.4 with HTTP; Thu, 13 Sep 2007 00:09:19 -0700 (PDT) Message-ID: Date: Thu, 13 Sep 2007 07:09:19 +0000 From: "Aryeh Friedman" To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: two questions 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: Thu, 13 Sep 2007 07:09:24 -0000 1) How do I determine what my current resolution and color depth are (i.e. the ones that are actually be used right now)... gnome's screen resolution tool crashs on me 2) I have installed the following configuration and the screen blanks for a fraction of a second at arbitrary points (kind of like a "blink") how do I go about debugging/fixing this Hardware: P-35 Intel based mother board nVidia 8400 GS (256MB PCI-E) Software: FreeBSD 7.0-CURRENT #0: Wed Sep 12 20:49:01 UTC 2007 (cvsup'e and integrated about 8 hrs ago) xorg-7.3 (using the posted port tree patch) vesa driver (nv nor the nvidia's drivers work) my xorg.conf (except for the default depth and modelines generated by X -configure): Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "GLcore" Load "xtrap" Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" ModeLine "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional Option "ShadowFB" # [] Option "DefaultRefresh" # [] #Option "ModeSetClearScreen" # [] Identifier "Card0" Driver "vesa" BusID "ISA" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600" EndSubsection Subsection "Display" Depth 16 Modes "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600" EndSubsection Subsection "Display" Depth 24 Modes "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600" EndSubsection Subsection "Display" Depth 32 Modes "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600" EndSubsection EndSection