Great, I was looking for that in your config, but missed it I guess.  

Is this the server, not the terminal??

JSR/

On Thu, 6 Mar 2003 10:05:42 -0500 
Patrick Regnouf <[EMAIL PROTECTED]> scripted:

> Hi, 
> 
> Removing the line 
> Option     "UseFBDev" "true"                  
> seems to do the trick
> 
> ta
> 
> /Patrick
> 
> On Thu, 2003-03-06 at 13:21, Josiah Ritchie wrote:
> > My best guess, until you can find someone more knowledgeable is that
> it is a driver issue (resulting in two problems).  
> > 
> > I've gotten the "No screen found" bit when I was using the wrong
> driver.  Make sure you figure out which one you need and specify it for
> your PC in the lts.conf file.  Then see what happens.  The framebuffer
> is obviously just not there.  I'm not sure how it gets there, but that
> may be a function of the driver also.  Thereby; fixing 2 problems w/ one
> fix.
> > 
> > I'm a bit confused by your files below.  You are aware that terminal
> peripherals are configured in the /opt/ltsp/i386/lts.conf file instead
> of /etc/X11/XF86Config right?
> > 
> > Check to see if there is anymore information in /var/log/messages or
> /var/log/xfree or some name that looks associated w/ xfree somehow.
> > 
> > _JR
> > 
> > On Thu, 6 Mar 2003 03:40:57 -0500 
> > Patrick Regnouf <[EMAIL PROTECTED]> scripted:
> > 
> > > Hi, list ;-)
> > > 
> > > Sorry to repost but I did get no answer so I do ask again ;-) May I
> get
> > > some help with fb problem please ?
> > > 
> > > Cheers
> > > 
> > > /Patrick
> > > 
> > > 
> > > 
> > > 
> > > -----Forwarded Message-----
> > > 
> > > > From: Patrick Regnouf <[EMAIL PROTECTED]>
> > > > To: [EMAIL PROTECTED]
> > > <[EMAIL PROTECTED]>
> > > > Subject: [Ltsp-discuss] MGA 2164W [Millennium II], framebuffer
> problem
> > > > Date: 03 Mar 2003 10:09:57 +0000
> > > > 
> > > > extract from X log:
> > > > 
> > > > (II) Loading sub module "fbdevhw"
> > > > (II) LoadModule: "fbdevhw"
> > > > (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
> > > > (II) Module fbdevhw: vendor="The XFree86 Project"
> > > >         compiled for 4.2.99.1, module version = 0.0.2
> > > >         ABI class: XFree86 Video Driver, version 0.6
> > > > (WW) open /dev/fb0: No such file or directory
> > > > (WW) open /dev/fb1: No such file or directory
> > > > (WW) open /dev/fb2: No such file or directory
> > > > (WW) open /dev/fb3: No such file or directory
> > > > (WW) open /dev/fb4: No such file or directory
> > > > (WW) open /dev/fb5: No such file or directory
> > > > (WW) open /dev/fb6: No such file or directory
> > > > (WW) open /dev/fb7: No such file or directory
> > > > (EE) MGA(0): Failed to open framebuffer device, consult warnings
> > > and/or
> > > > errors above for possible reasons
> > > >         (you may have to look at the server log to see warnings)
> > > > (II) UnloadModule: "mga"
> > > > (II) UnloadModule: "fbdevhw"
> > > > (II) Unloading /usr/X11R6/lib/modules/linux/libfbdevhw.a
> > > > (II) UnloadModule: "vgahw"
> > > > (II) Unloading /usr/X11R6/lib/modules/libvgahw.a
> > > > (EE) Screen(s) found, but none have a usable configuration.
> > > > 
> > > > Fatal server error:
> > > > no screens found
> > > > 
> > > > 
> > > > 
> > > > XF86Config extracts:
> > > > 
> > > > Section "Module"
> > > >         Load    "GLcore"
> > > >         Load    "bitmap"
> > > >         Load    "dbe"
> > > >         Load    "ddc"
> > > >         Load    "dri"
> > > >         Load    "extmod"
> > > >         Load    "freetype"
> > > >         Load    "glx"
> > > >         Load    "int10"
> > > >         Load    "pex5"
> > > >         Load    "record"
> > > >         Load    "speedo"
> > > >         Load    "type1"
> > > >         Load    "vbe"
> > > >         Load    "xie"
> > > > EndSection
> > > > 
> > > > [...]
> > > > 
> > > > Section "Device"
> > > >         Option     "UseFBDev" "true"            
> > > >         Identifier  "Card0"
> > > >         Driver      "mga"
> > > >         VendorName  "Matrox Graphics, Inc."
> > > >         BoardName   "MGA 2164W [Millennium II]"
> > > >         BusID       "PCI:0:10:0"
> > > >         VideoRam    4096
> > > > EndSection
> > > > 
> > > > [...]
> > > > 
> > > > Section "Screen"
> > > >         Identifier "Screen0"
> > > >         Device     "Card0"
> > > >         Monitor    "Monitor0"
> > > >         DefaultDepth    24
> > > >         SubSection "Display"
> > > >                 Depth           1
> > > >                 Modes           "1024x768" "800x600" "640x480"
> > > >         EndSubSection
> > > >         SubSection "Display"
> > > >                 Depth           4
> > > >                 Modes           "1024x768" "800x600" "640x480"
> > > >         EndSubSection
> > > >         SubSection "Display"
> > > >                 Depth           8
> > > >                 Modes           "1024x768" "800x600" "640x480"
> > > >         EndSubSection
> > > >         SubSection "Display"
> > > >                 Depth           15
> > > >                 Modes           "1024x768" "800x600" "640x480"
> > > >         EndSubSection
> > > >         SubSection "Display"
> > > >                 Depth           16
> > > >                 Modes           "1024x768" "800x600" "640x480"
> > > >         EndSubSection
> > > >         SubSection "Display"
> > > >                 Depth           24
> > > >                 Modes           "1024x768" "800x600" "640x480"
> > > >         EndSubSection
> > > > EndSection
> > > > 
> > > > 
> > > > Any help appreciated about the non creation of the fb0 .... fb<n>
> > > > devices
> > > > 
> > > > /Patrick
> > 
> > 
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Etnus, makers of TotalView, The
> debugger 
> > for complex code. Debugging C/C++ programs can leave you feeling lost
> and 
> > disoriented. TotalView can help you find your way. Available on major
> UNIX 
> > and Linux platforms. Try it free. www.etnus.com
> > _____________________________________________________________________
> > Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
> >       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> > For additional LTSP help,   try #ltsp channel on irc.freenode.net
> 


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to