Jim Roland wrote:
> I have a Dell Latitude CPi laptop with this same card (new laptop),
> however RH 6.1 seems to always send it to 320x200 mode. How can I
> get it to go to proper higher resolution (1024 or 800x600) like it
> does in Win9x? What settings do I need to setup for scan and refresh
> rates (if that's my problem)?
>
> TIA,
> Jim
>
Ok, I am **not** saying that these settings will work for you!
but from my /usr/X11R6/lib/X11/XF86Config the parts or interest are:
Section "Monitor"
Identifier "IBM 9514-B TFT Panel @ 1024x768"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 48.0-65.0 # defaults
VertRefresh 60.0-75.0 # defaults
# 1024x768 @ 70 Hz, 56.5 kHz hsync <default settings>
Modeline "1024x768" 75 1024 1048 1184 1328
768 771 777 806 -hsync -vsync
<some cut>
EndSection
Section "Device"
Identifier "NeoMagic"
VendorName "MagicGraph 256 AV 48K"
Option "hw_cursor"
Option "intern_disp"
Option "extern_disp"
EndSection
Section "Screen"
<some cut>
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
IMHO I think the timing 'stuff' is for real CRT monitors (in the case of
laptops an external monitors) and are only needed because of the way
that XFree is written and that the LCD (TFT) will display the image if
it conforms to the resolution, depth of the LCD. Remember this is only
my option.
In any case the above works for me. I can have 8,16 or 24 bpp, at 24bpp
there is no acceleration. I suggest you look at the file :
/usr/X11R6/lib/X11/doc/README.neo
One last point, how much video memory do you have? I have 2.5 MB. This
of course plays a big roll in what resolution and depth you can have.
I hope this helps
Mohrgan.