hi
I am trying to install Linux on an HP Vectra 486 PC
according to the HP config disk,
the video card is a
HP Super Vga D2382A
according to SuperProbe it is a
Video7 1024i HT208A
The card has 256k Ram
I am using XFree3.2
The configuration obtained by XF86Setup, telling it it is a video7,
crach the machine.
The configuration obtained from xf86config gets
600x400 600x480 out of XF86_VGA16
320x200 out of XF86_SVGA
Since the video memory would be enough to get 600x400 with 256 colors,
I would really love to get 600x400
I have tried with the XF86Config that I summarize here at the end,
inserting the Clocks found in README.Video7
either I do not get the resolution, or the video card goes crazy,
and even if I exit from the server, I see only white circles instead of
characters
and I need to reboot.
I have tried to add the lines
BoardName "video7"
Chipset "video7"
Any help REALLY appreciated
thanks
A. Mennucci
this is the XF86Config
-------------------
# Any number of monitor sections may be present
Section "Monitor"
Identifier "hitt"
VendorName "hit"
ModelName "Unknown"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 30 - 48.5
VertRefresh 40-90
Modeline "800x600h" 38 800 856 976 1040 600 637 643 666 +hsync
+vsync
Modeline "800x600" 38 800 856 976 1040 600 637 643 666
Modeline "640x400" 25.175 640 664 760 800 400 409 411 450
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525
EndSection
Section "Device"
Identifier "vidd"
VendorName "Unknown"
BoardName "Unknown"
VideoRam 256
# Insert Clocks lines here if appropriate
Clocks 25.175 28.322 30.000 32.514 34.000 36.000 38.000 40.000
EndSection
Section "Screen"
Driver "svga"
#Device "Generic VGA"
Device "vidd"
Monitor "hitt"
Subsection "Display"
Depth 8
Modes "320x200" "640x400"
ViewPort 0 0
#Virtual 320 200
Virtual 640 400
EndSubsection
EndSection
Section "Screen"
Driver "vga16"
Device "vidd"
Monitor "hitt"
Subsection "Display"
Modes "640x480" "800x600" "800x600h"
ViewPort 0 0
Virtual 800 600
EndSubsection
EndSection