Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2002 23:45:00 +0300
From:      Petre Bandac <g38@rdsbv.ro>
To:        freebsd-questions@freebsd.org
Subject:   X-Window under a S3 Trio 64V+ card
Message-ID:  <200204072045.g37Kj7j18091@g38.rdsbv.ro>

next in thread | raw e-mail | index | archive | help
I can't make it work in 16 bits

I use the default Xfree86 which comes with freebsd 4.4

only works in 256 colors, and if I add the line DefaultDepth 16, it isn't 
recognized as a command, but as an error

below is an excerpt from my /etc/XF86Config file

any ideas ?

thanks,

petre



----

# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64)

Section "Screen"
    Driver      "accel"
    Device      "S3 86C765 (Trio64V+)"
    Monitor     "My Monitor"
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480" "800x600" "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "640x480" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

----
-- 
 11:32pm  up 14 min,  1 user,  load average: 0.24, 0.12, 0.07

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?200204072045.g37Kj7j18091>