From owner-freebsd-questions@FreeBSD.ORG Thu Feb 15 09:22:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F36D16A407 for ; Thu, 15 Feb 2007 09:22:19 +0000 (UTC) (envelope-from neeraj.dl@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id E5E7F13C4C8 for ; Thu, 15 Feb 2007 09:22:18 +0000 (UTC) (envelope-from neeraj.dl@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so601170wxc for ; Thu, 15 Feb 2007 01:22:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=ZKOlcRlZzhajRJy84lyn6uVzYIoewySDBMevWVTWtjWEBoRWsqjEjpvo4S5/inYGKYv57jQVXhB1DarIwZeJGenBi9VUzxP/fYW3fEUGPpB5Pleelm6/wbxLFn87qt7LKiSNoLgu/Caj41XBQRQkBAcrvTT0WDo8zeA9g9REWGE= Received: by 10.70.38.12 with SMTP id l12mr2597708wxl.1171531338278; Thu, 15 Feb 2007 01:22:18 -0800 (PST) Received: by 10.70.90.13 with HTTP; Thu, 15 Feb 2007 01:22:18 -0800 (PST) Message-ID: <2b5834fa0702150122j2993e21w97dfc4e86a6e2e90@mail.gmail.com> Date: Thu, 15 Feb 2007 01:22:18 -0800 From: "Neeraj Sharma" To: youshi10@u.washington.edu MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 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: Thu, 15 Feb 2007 09:22:19 -0000 Here is the output of pciconf -lv (Video Driver) none3@pci1:5:0: class=0x030000 card=0x006b103c chip=0x58351002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Mobility Radeon 9100 IGP (RS300M AGP)' class = display subclass = VGA I tried bunch of things in my xorg.conf (like copying xorg.conf from ubuntu install which i posted earlier) and also I tried following monitor section config Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5-48.5 VertRefresh 40-70 EndSection Thanks!!! Neeraj Date: Wed, 14 Feb 2007 21:48:26 -0800 From: Garrett Cooper Subject: Re: Xorg on FreeBSD does not work To: freebsd-questions@freebsd.org Message-ID: <45D3F42A.7070709@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Neeraj Sharma wrote: > I am a newbie to FreeBSD world. I am trying to install FreeBSD6.2 on my HP > zv5240us laptop. Everything else went off fine except the X config. I ran > the command X -configure which created a xorg.conf.new file. When I use > that > to run X it just shows a blank screen and I am not able to go back to the > console also. > > I tried playing around with the parameters in xorg.conf.new file but > without > success. If anyone can help me with this it will be great... Two things that would really help: -The video card and monitor sections of your xorg.conf file. -More info about your video card (maker, model, etc). This can be found using pciconf -lv. A snippet would do nicely (not a whole list of all the devices in your PC that are PCI related. Thanks :). -Garrett