[25315] in Athena Bugs

home help back first fref pref prev next nref lref last post

Re: 8-bit mode on Linux

daemon@ATHENA.MIT.EDU (Jonathan Reed)
Fri Nov 14 15:24:15 2003

Mime-Version: 1.0
Message-Id: <p05230102bbdae9e5f2b7@[18.187.6.249]>
In-Reply-To: <1068833662.6083.83.camel@error-messages.mit.edu>
Date: Fri, 14 Nov 2003 15:24:18 -0500
To: Greg Hudson <ghudson@mit.edu>
From: Jonathan Reed <jdreed@mit.edu>
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu

Well, that mostly works.  Except that you end up with a tty login, 
because X fails to start because there's no modeline for 8 bit depth. 
So you also need to add a second Display subsection to Screen0 in 
XF86config-4 like so:

----------------------snip---------------------------------
--- XF86Config-4.pre    2003-11-14 15:11:29.000000000 -0500
+++ XF86Config-4        2003-11-14 15:15:32.000000000 -0500
@@ -75,4 +75,8 @@
                 Modes "1280x1024"
         EndSubSection
+       Subsection "Display"
+               Depth 8
+               Modes "1280x1024"
+       EndSubSection
  EndSection

----------------------snip---------------------------------

I tested that, and combined with the change to xwrapper, it works fine.

-Jon

At 1:14 PM -0500 11/14/03, Greg Hudson wrote:
>If you could do me a favor: edit /etc/athena/xwrapper and on line 10,
>change "-bpp 8" to "-depth 8".  See if that fixes the 8-bit mode
>option.  If it does, I can put that into the release.  (It should change
>the default depth, not the supported depths, but that should be good
>enough.)


-- 
-------------------
Jonathan Reed

jdreed@mit.edu
-------------------
_______________________________________________
Bugs@mit.edu
http://mailman.mit.edu/mailman/listinfo/bugs

home help back first fref pref prev next nref lref last post