Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2001 10:31:08 -0400
From:      "Gerald T. Freymann" <freymann@scaryg.shacknet.nu>
To:        <marwan@q8internet.net>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Xwindow Screen Area 640x480
Message-ID:  <01f401c12660$177cdf20$0f01a8c0@phantom>
References:  <F555FbPPUHF9siVGRzq00008e20@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>  Its nothing but 640 x 480 This mode is large icons,
>  Also I tried to Press on (CTRL + ALT + "+" ) But nothing changed.
>  Iam using S3 SVGA card, which really compatiable with BSD.

 Stuck in 640x480 land eh? Sucks doesn't it! lol

 Same thing happened to me.

 It's one or both of these issues:

 -wrong video card specifications
 -wrong monitor refresh rates

 I have this in my XF86Config file:

# Device configured by xf86config:

Section "Device"
    Identifier  "S3 Virge/GX"
    VendorName  "Virge"
    BoardName   "S3 86C385"
    #VideoRam    4096
     #Option "xaa_benchmark"
     #Option "fifo_moderate"
     #Option "pci_burst_on"
     #Option "pci_retry"
# Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Driver      "accel"
    Device      "S3 Virge/GX"
    Monitor     "Daytek"
    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "640x480" "800x600" "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

 What did you set up for the Monitor specs??

-gf



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01f401c12660$177cdf20$0f01a8c0>