The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-04-2002
killerserv's Avatar
killerserv killerserv is offline
Unix Predator
 

Join Date: Dec 2000
Location: Phoenix, AZ
Posts: 670
Try this.
Code:
This is to change your 24bit display depth to 8bit
#/usr/sbin/m64config -res 1152x900x76 -depth 8 

To check your display depth try
# /usr/sbin/m64config -propt
Hope this helps, post back if you still facing the problem.