From owner-freebsd-questions Fri Oct 5 14:13:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id 5F95037B403 for ; Fri, 5 Oct 2001 14:13:22 -0700 (PDT) Received: (qmail 16984 invoked from network); 5 Oct 2001 23:13:20 +0200 Received: from bb-62-5-36-29.bb.tninet.se (HELO there) (62.5.36.29) by mail.telenordia.se with SMTP; 5 Oct 2001 23:13:20 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: "ScaryG" Subject: Re: Escaping 256 colours/8ppp in Xwindows 4.1 Date: Fri, 5 Oct 2001 23:13:33 +0200 X-Mailer: KMail [version 1.3] References: In-Reply-To: Cc: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011005211322.5F95037B403@hub.freebsd.org> 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 On Friday 05 October 2001 3:22 am, you wrote: > I guess I don't comprehend the Config file, but for the life of me, I can't > get Xwindows to get out of this crappy 256 colour mode. > > Here is my XF86Config file... I don't understand how the "ServerLayout" > section line about Screen matches the various depths later in the Screen0 > section? > > Any suggestions on what to change?? > > Section "ServerLayout" > Identifier "XFree86 Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > RgbPath "/usr/X11R6/lib/X11/rgb" > ModulePath "/usr/X11R6/lib/modules" > FontPath "/usr/X11R6/lib/X11/fonts/misc/" > FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > FontPath "/usr/X11R6/lib/X11/fonts/CID/" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" > EndSection > > Section "Module" > Load "extmod" > Load "xie" > Load "pex5" > Load "glx" > Load "dri" > Load "dbe" > Load "record" > Load "v41" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "keyboard" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/mouse" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > HorizSync 31.5-48.5 > VertRefresh 40-120 > EndSection > > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "accel" # [] > #Option "crt_screen" # [] > #Option "composite_sync" # [] > #Option "hw_cursor" # [] > #Option "linear" # [] > #Option "mmio_cache" # [] > #Option "probe_clocks" # [] > #Option "reference_clock" # > #Option "shadow_fb" # [] > #Option "sw_cursor" # [] > Identifier "Card0" > Driver "ati" > #Driver "ati.2" > VendorName "ATI" > #BoardName "Mach64 GI" > BoardName "ATI graphics card" > ChipSet "ati" > ChipId 0x4749 > ChipRev 0x5c > BusID "PCI:0:12:0" > #VideoRam 8192 # 8Mb of video RAM on card, NTSC/PAL-M tuner. > VideoRam 7592 # 8Mb - 600kb for buffers. -Uncomment this line > > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > 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 > have you tried startx -depth 24 ?.......also try mentioning what you actually have as a video card, which version of X, of freebsd -- Spelling is a lossed art. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message