Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
HotCoffee

Incompatible display to run linuxdoom

Recommended Posts

I'm trying to port the original linuxdoom released in 1996 to Ubuntu, I've got the source to compile after making some changes but now it won't run because it requires a screen with 8 bit color depth, and a "PseudoColor" display, I've tried changing the depth in the source code but the problem is the images that are getting drawn are 8 bits depth so I really don't know how I could convert them.

 

Share this post


Link to post

DoomLegacy is related to linuxdoom.

DoomLegacy is developed on Linux Slackware, so that should not be a problem.

Our 8bit draws work on current Linux Slackware.

The code has a ports for SDL, and X-windows direct drawing, as selected at compile-time by make_options.

 

It has added draw routines for 8bit, 15bit, 16bit, 24bit, and 32bit screens.  The user can select which draw mode they want.

It has been heavily modified for readability, bug fixes, has added features, but is still C code, and can be visually compared to PrBoom source.

I suggest you borrow what code you need.  LINK: doomlegacy_home_page

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×