From owner-freebsd-questions Mon Sep 2 14:53:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22BDC37B401 for ; Mon, 2 Sep 2002 14:53:45 -0700 (PDT) Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by mx1.FreeBSD.org (Postfix) with SMTP id A575443E42 for ; Mon, 2 Sep 2002 14:53:44 -0700 (PDT) (envelope-from thanatos@vcnet.com) Received: (qmail 77875 invoked from network); 2 Sep 2002 21:53:44 -0000 Received: from 1-0-401.adsl.vcnet.com (HELO vcnet.com) (209.239.236.203) by mail.vcnet.com with SMTP; 2 Sep 2002 21:53:44 -0000 Message-ID: <3D73DFFC.3040903@vcnet.com> Date: Mon, 02 Sep 2002 15:02:36 -0700 From: Thanatos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: ATI Rage Mobility on Dell Latitude CPx J running FreeBSD 4.6.2 & XF86 4.2.0 - Success Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy All, I was having a hard time getting X to work with my system in anything other than 8 bit mode. I finally found a solution and wanted to share my findings in hopes of helping others with the same problem. The solution ( for me anyways ) was to add the following line to the "Screen" section of /etc/XF86Config DefaultDepth 24 Here is what my config looks like: Section "Device" ... other ATI config stuff, see the XF86 link below Identifier "Card0" Driver "ati" VendorName "ATI" BoardName "Mach 64 LM" ChipSet "ati" ChipId 0x4c4d ChipRev 0x64 BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 ### this is what fixed things SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection For reference, here info for XF86 4.2.0 ( http://www.xfree86.org/4.2.0/index.html ) Hope this info helps :-), Thanatos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message