On Wed, Jul 17, 2002 at 04:56:08AM -0700, Dom Leon wrote:
> I was able to get XFree86 started, but the display is
> larger than the screen. My XF86Config reads the
> DefaultDisplay at 16 and the Display Mode is "800x600"
> which I know this laptop display does support.
> 
> Im I missing something? According to the XFree86
> documentation this seems to be the only place in the
> XF86Config where any sort of dimensions ae written. Im
> using teh appropriate video device driver for the
> correct video driver.

Are there any other Display Subsections in that Screen Section? In the
manpage, it says that "if [the Virtual] entry is not present, the
virtual screen resolution will be set to accommodate all the valid video
modes given in the Modes entry." If the virtual resolution is greater
than the resolution in the Modes entry, then you get a display that is
larger than the screen. The ViewPort entry just gives where on that
larger display you first see, 0 0 being the upper left corner.

What happens if you put the line "Virtual 800 600" into your XF86Config,
so that you would have (using the information from a previous post of
yours):

Section "Screen"
   Identifier     "Screen1"
   Device         "Trident Cyber9525"
   Monitor        "3110CT Display"
   Default 16

   Subsection "Display"
      Depth   8
      Modes  "640x480"
      Virtual 800 600
      Viewport 0 0
   End Subsection
   
   Subsection "Display"
      Depth   16
      Modes  "800x600"
      Virtual 800 600
      Viewport 0 0
   End Subsection

> --- Helgi ?rn <[EMAIL PROTECTED]> wrote:
> > On Tue, 2002-07-16 at 04:50, Dom Leon wrote:
> > > My XF86Config file is not working. StartX is
> > failing
> > > with 'no screens found'
> > > 
> > > I found the following links with Toshiba 3110ct
> > specs,
> > > but I would like to know if you can provide me
> > with
> > > you XF86Config?
> > > 
> > >
> >
> http://cdgenp01.csd.toshiba.com/content/product/pdf_files/detailed_specs/portege_3110ct.pdf
> > > http://newsletter.toshiba-tro.de/main/index.html
> > > 
> > > I created my XF86Config file with xf86config tool.
> > > Thank you if you can.
> > > 
> > Hi!
> > 
> > 'no screens found' means that X is not properly
> > configured.
> > You have to provide the list with the proper
> > information before
> > asking...:-)
> > * Tell us what you installed: Potato, Woody? There
> > is a difference
> > between the versions of X  in these two and how you
> > configure it.
> > 
> > Have checked the http://linux-laptop.net if there is
> > a Debian + Toshiba
> > 3110ct installation description there?
> > 
> > Cheers,
> > H? 
> > 
> > -- 
> > ~~~~ <http://www.sacred-eagle.com/> ~~~~
> > ~~~~~~ Gnupg signature ID 83AC4814 ~~~~~
> > 
> 
> > ATTACHMENT part 2 application/pgp-signature
> name=signature.asc
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
> http://autos.yahoo.com
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Seneca
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to