~* LZ *~ a �crit:
> 
> how to make it so that x-win will run in 1024x768 with 16bit color mode
> by default ? I remember that u can add command line to startx or edit the
> XF86Config. How to do this ??
>...

Hi (what's your name, "Led Zeppelin" ? :-)

Of course, I'm too lazy to type in more than "startx", so here are my
config file entries

in /etc/XF86Config or /etc/X11/XF86Config (or other places, depends on
which X you have) :

<SNIP>
Section "Screen"
   Driver          "Accel"       # or whatsoever...
   Device          "My Video Card"
   Monitor         "My Monitor"
   DefaultColorDepth 16          # <--this one, and maybe...
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        16            # <--this one, too
      Modes        "1024x768" "800x600" "640x480" # "1024x768" first !
      ViewPort     0 0
   EndSubSection
# etc...
EndSection
# same thing in other screen sections, if any...
</SNIP>

<include standard disclaimer here> :^)

CU !
-- 

   *   *
    \ /
 *-- * --*
    / \    This was TMTM (The Megabyte Text Magician)
   /   *   ------------------------------------------
  /                     [EMAIL PROTECTED] 
 /              http://www.globenet.org/periph
/

-"Since I have dual boot, Win95 has become much more stable"
-"That's what YOU think. In reality since, sometimes you happen to
  shutdown Lose95 before the GPF does it for you..."

Reply via email to