I DID IT!!!!
I followed these directions and got my screen resolution to 1280x1024 although it shows up now as 'Unknown video card'. I am clueless as to what I did and if, in fact, it made a difference, but I can now at least use my distro of FC6.
1) Copy the driver binary (intel_drv.o) to the X server's modules/driver
directory. The default installation location is
/usr/X11R6/lib/modules/drivers. This location can vary so check
your system for the proper path.
2) Copy the necessary port driver files (*.so files) into X server's modules
directory. The default installation location is /usr/X11R6/lib/modules.
This location can vary so check your system for the proper path.
Once copying the required port drivers, specify them in "PortDrivers"
option in the Device section of config file. For more information,
look for option "PortDrivers" in the man page.
3) Copy the driver man page to the X server's man/man4 directory. The default
installation location is /usr/X11R6/man/man4. This location can vary so
check your system for the proper path.
4) Modify your X server config file to include a device section for this driver.
See the man page for details on the configuration options and example
usage.
The default location for the config file is /etc/X11
5) Copy the port control client libraries libXportctl.a and libXportctl.so.1.0
to the X server's library directory. Create symbolic links for additional
names:
ln -s libXportctl.so.1.0 libXportctl.so
ln -s libXportctl.so.1.0 libXportctl.so.1
The default installation location is /usr/X11R6/lib. This location can
vary so check your system for the proper path.
6) Copy the port control include file to the X server's include/extensions
directory. The default installation location is /usr/X11R6/include/X11.
This location can vary so check your system for the proper path.
Awesome! Good job!
Thanks. And thanks to everyone who chimed in.
Bookmarks