On Sat, 12 Jul 2003, Paul wrote:

> and 196 mb of ram. The speed of X is fine but the quality is horrible.
> Colours get stuffed up often, pixel get messed up when I move windows. I
> am using the amp driver for a allience promotion AT25 with xfree86 4.* .
> >From my research on the net I found out that this is the right driver
> for the AT25.

Hi Paul,
      I have a Alliance Promotion AT3D 4Meg card on Slackware which uses
the same "apm" driver (I presume "amp" was a typo),the trick is to select
"no_accel" since it is a hardware accelerated card which does not require
software acceleration iirc.

An older monitor should work with DefaultDepth on 16.

below are relevant sections of my XF68Config file.

hth,
Keith.

-----cut---------------

Section "Device"
    Identifier  "apcard"
    Driver      "apm"
#    VideoRam    4096
    Option "no_accel"
#    Option "swcursor"



Section "Screen"
    Identifier  "Screen 1"
    Device      "apcard"
    Monitor     "dell770"
    DefaultDepth 24



    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
EndSection

-------uncut----------


Reply via email to