Re: [XFree86] Intel 845 drivers

2003-02-11 Thread Tom Dolan
 Try this thread, its one person's successful attempt to setup up an Intel
 845 on RedHat 8.0

Take a look at: 
http://www.mail-archive.com/xfree86@xfree86.org/msg00515.

Tom Dolan

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] Intel 854g borad Redhat 7.2 Display problems

2003-02-04 Thread Tom Dolan
 Hello
 I am unable start X (KDE) because I am unloable to configure display
drivers
 Please advise so that I can configure the X server

Sandeep,

Sorry I don't have experience with RH7.2 , but here's my notes on how I got
XFree86 4.2.99.x to work in RedHat 8.0 (Caution: this loads the whole CVS
tree - you can read the docs to figure out how to download just the 4.2.99.x
stuff):

This procedure was successful on a fresh install of RedHat 8.0 - no claim
the procedure will work on anything else is implied.
1. Get CVSup from
ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/binaries/RedHat-6/
2. Place the .tar.gz file in desired directory and extract contents (in KDE,
right click on file and select Extract Here...)
3. Launch terminal and cd to /usr
4. create /xbuild and /sup under /usr (mkdir xbuild, mkdir sup)
5.create /xf86 under /sup (cd to sup, mkdir xf86)
6. with a text editor, create a text file named a.txt containing the
following content:
*default release=cvs host=anoncvs.xfree86.org base=/usr/sup/xf86
*default prefix=/usr/Xbuild delete use-rel-suffix
*default compress
*default tag=.
cvs-base
xc-all
contrib-all
xtest-all
doctools-all
utils-all
7. place a.txt in the directory where cvsup was extracted to
8. in terminal, cd to directory where cvsup was extracted to
9. run the command: ./cvsup a.txt
10. run the command several times, as necessary, until the last line in
terminal says the transfer was completed successfully
11. run the command one more time to make sure.
12. in terminal, cd to /usr/xbuild
13. in terminal, run the command: make World
14. make World may take 1 to 2 hours to complete
15. shut down xFree86, if it is running - the easiest way to do this is to
go to a terminal window and execute the command: shutdown now
This will shutdown xFree86 and a few other processes and bring up a console
prompt
16. with xFree86 not running and at a terminal prompt, cd /usr/xbuild
17. run the command: make install
18. make install will take 30min to an hour
19. reboot the machine
20. Under System Settings, Display, you should have more resolution and
color depth choices under the Intel 845 chip.


Tom Dolan

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] startx problems.

2003-01-17 Thread Tom Dolan
 This is what caused me to go after the 2.4.20 kernel.  Just got it in
 earlier this week.  Now it seems simple.
 I first tried to install the XFree86 via the cvs.  Got things all tied in
a
 knot and re-installed.  Later found binaries.

Greg,

I forgot to say that I had to remove all the XFree86 stuff and then do the
cvs thing.  I'm working on a new installation, so to give me an
un-adulterated XFree86 installation I simply reinstalled RedHat 8.0, I
selected the 845 card during the installation process, then imeediately ran
the CVSup process (notes below - cvsup, make World, make install) and then
upon reboot XFree86 works well with multiple choices for screen resolution
and color depth.

So - I don't know how to clean out your current XFree86 installation to make
way for a fresh CVSup process - hopefully someone else can help you with
that.

Tom Dolan

1. Get CVSup from
ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/binaries/RedHat-6/
2. Place the .tar.gz file in desired directory and extract contents (in KDE,
right click on file and select Extract Here...)
3. Launch terminal and cd to /usr
4. create /xbuild and /sup under /usr (mkdir xbuild, mkdir sup)
5.create /xf86 under /sup (cd to sup, mkdir xf86)
6. with a text editor, create a text file named a.txt containing the
following content:
*default release=cvs host=anoncvs.xfree86.org base=/usr/sup/xf86
*default prefix=/usr/Xbuild delete use-rel-suffix
*default compress
*default tag=.
cvs-base
xc-all
contrib-all
xtest-all
doctools-all
utils-all
7. place a.txt in the directory where cvsup was extracted to
8. in terminal, cd to directory where cvsup was extracted to
9. run the command: ./cvsup a.txt
10. run the command several times, as necessary, until the last line in
terminal says the transfer was completed successfully
11. run the command one more time to make sure.
12. in terminal, cd to /usr/xbuild
13. in terminal, run the command: make World
14. make World may take 1 to 2 hours to complete
15. shut down xFree86, if it is running - the easiest way to do this is to
go to a terminal window and execute the command: shutdown now
This will shutdown xFree86 and a few other processes and bring up a console
prompt
16. with xFree86 not running and at a terminal prompt, cd /usr/xbuild
17. run the command: make install
18. make install will take 30min to an hour
19. reboot the machine
20. Under System Settings, Display, you should have more resolution and
color depth choices under the Intel 845 chip.



___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86