Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Fri, 28 Aug 1998 02:09:30 +1000

Re: XF68_FBDEV XF86Config help

James A Simmons writes:

>  Can someone with XF68_FBDEV working email their XF86Config file.

Here's the relevant bits from mine :

:  Section "Device"
:      Identifier  "kgicon"
:      VendorName  "Unknown"
:      BoardName   "Unknown"
:      speedup    "none"
:  EndSection
:  
:  # XF68_FBDev on /dev/fb*
:  
:  Section "Screen"
:      Driver      "fbdev"
:      Device      "kgicon"
:      Monitor     "COSMO"
:      Subsection "Display"
:          Depth       1
:          Modes       "default"
:          ViewPort    0 0
:      EndSubsection
:      Subsection "Display"
:          Depth       8
:          Modes       "default"
:          ViewPort    0 0
:      EndSubsection
:  EndSection
   
NB: that just uses the current mode (set via fbset).  Haven't tried
modesetting yet.

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

Index: [thread] [date] [subject] [author]