[Prev][Next][Index]
Re: X with Avance logic chip
>
> Hi
>
> I got a pentium PCI with Avance Logic ALG 2302 Graphics Accelerator, but
> XFree86 3.1.1 doesn't seem to have a driver for it. Did anyone succeeded
> in installing that card with X. If so could you please send me a
> configuration file.
>
> thank's in advance
> Yehiyam
>
>
Hi,
I work with it, BUT only with a resolution of 800x600
(I couldn't manage the 1024x768 resolution).
I know that this card can support 1024x768 with MS-win.
My XFCONFIG:
Section "Files"
FontPath "/usr/X386/lib/X11/fonts/misc/"
FontPath "/usr/X386/lib/X11/fonts/Type1/"
FontPath "/usr/X386/lib/X11/ntPath "/usr/X386/lib/X11/fonts/100dpi/"
RGBPath "/usr/X386/lib/X11/rgb"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
ServerNumLock
EndSection
Section "Pointer"
Protocol "mousesystems"
Device "/dev/mouse"
BaudRate 1200
# Protocol "PS/2"
# Device "/dev/psaux"
# Emulate3Buttons
EndSection
Section "Monitor"
Identifier "RandomMonitor-0"
VendorName "Unknown"
ModelName "Unknown"
BandWidth 45 # EDIT THIS!
HorizSync 30.0-50.0 # EDIT THIS!
VertRefresh 50-100 # EDIT THIS!
ModeLine "640x480" 25 640 672 768 800 480 490 492 525
ModeLine "640x480" 28 640 672 768 800 480 490 492 525
# ModeLine "800x600" 50 800 856 976 1040 600 637 643 666
ModeLine "800x600" 36 800 816 952 1056 600 601 605 628
ModeLine "800x600" 40 800 840 968 1056 600 601 605 628
ModeLine "1008x752" 45 1008 1048 1216 1256 752 752 756 792
#interlace
EndSection
Section "Device"
Identifier "RandomDevice-0"
VendorName "Unknown"
BoardName "Unknown"
Clocks 24.8 28.32 22.17 35.45 37.25 31.92 39.07 39.9
EndSection
Section "Screen"
# Driver "vga256"
Driver "svga"
Device "RandomDevice-0"
Monitor "RandomMonitor-0"
Subsection "Display"
Modes "800x600" "640x480"
ViewPort 0 0
Virtual 1024 768
# Virtual 800 600
EndSubsection
EndSection