[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: setting up X



> EndSection
> 
> Section "Screen"
> Driver "fbdev"
> Device "My Video Card"
> Monitor "My Monitor"
> DefaultColorDepth 16
> 
> Subsection "Display"
> Depth       8
> Modes  "640x480"
> EndSubsection
> 
> Subsection "Display"
> Depth       16
> Modes  "640x480"
> EndSubsection
> 
> Subsection "Display"
> Depth       24
> Modes  "640x480"
> EndSubsection
> 
> Subsection "Display"
> Depth       32
> Modes  "640x480"
> EndSubsection
> 
> EndSection

i had the same problem as you, and despite others advice couldn't fix it
until i did this :

> Subsection "Display"
> Depth       16
> Modes  "default"
> EndSubsection
> 

and now it works :) hope this helps u.



Reply to: