From owner-freebsd-questions@FreeBSD.ORG Thu Feb 15 09:26:42 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 D790A16A408 for ; Thu, 15 Feb 2007 09:26:42 +0000 (UTC) (envelope-from neeraj.dl@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id 9CCCF13C4B8 for ; Thu, 15 Feb 2007 09:26:42 +0000 (UTC) (envelope-from neeraj.dl@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so602448wxc for ; Thu, 15 Feb 2007 01:26:42 -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=sGG4zn7qOmiBoU1K2KOShzIbw8yGc6H/e1LjV4Z8skEJLj1C0C48oHj6/kq6KAgcEDn1LMly3hTGZQ3XA4uK1ZpfqMphIXI10w+gO/Udv4EHM1lZc4eFOSPQlKw7H+p3mdrYLDBMX1W7YfhmSn+y3aOzFAwcSCn6PbJtLeK15Ag= Received: by 10.70.32.10 with SMTP id f10mr2538510wxf.1171531602413; Thu, 15 Feb 2007 01:26:42 -0800 (PST) Received: by 10.70.90.13 with HTTP; Thu, 15 Feb 2007 01:26:42 -0800 (PST) Message-ID: <2b5834fa0702150126lfa35b6fvdce1133325dca1d0@mail.gmail.com> Date: Thu, 15 Feb 2007 01:26:42 -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: Xorg on FreeBSD does not work 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:26:43 -0000 Resending with apropriate subject.. > 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 > > > -- Thanks & Regards, Neeraj Sharma