<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
hey jd,<br>
<br>
No problem.... <br>
I guess "the rt2860 wifi mini-pci" driver won't be affected by building
a xserver ^^<br>
<br>
"ATI Mobility Radeon 9600"  I guess the latest driver from the git
works fine (but<br>
you better ask here or google first)<br>
<br>
"How do you suggest I install 7.4 (once I build it) - I mean
<br>
do I first uninstall my existing X (on which so many packages
<br>
depend), and then install 7.4?"<br>
<br>
You don't need to replace or uninstall your "old" xserver,<br>
as you might have noticed the script builds the server <br>
here: PREFIX="/opt/gfx-test" which means you can <br>
start the sever like that:<br>
<br>
<br>
<ol type="1">
  <li>
    <p class="line891"><tt class="backtick">rmmod i915</tt> <em>#
assuming you're using Intel</em> <span class="anchor" id="line-144"></span></p>
  </li>
  <li>
    <p class="line891"><tt class="backtick">rmmod drm</tt> <span
 class="anchor" id="line-145"></span></p>
  </li>
  <li>
    <p class="line891"><tt class="backtick">insmod </tt><em><path_to_drm_tree_above></em><tt
 class="backtick">/linux-core/drm.ko</tt> <span class="anchor"
 id="line-146"></span></p>
  </li>
  <li>
    <p class="line891"><tt class="backtick">insmod </tt><em><path_to_drm_tree_above></em><tt
 class="backtick">/linux-core/i915.ko</tt> <span class="anchor"
 id="line-147"></span></p>
  </li>
  <li>
    <p class="line891"><tt class="backtick">export LD_LIBRARY_PATH=/opt/gfx-test/lib</tt>
    <span class="anchor" id="line-148"></span></p>
  </li>
  <li>
    <p class="line891"><tt class="backtick">startx -- /opt/gfx-test/bin/Xorg -verbose</tt>
    <em># make sure you have a ~/.xinitrc with what you want to run</em></p>
  </li>
</ol>
<br>
If the server works fine you can set the new xorg stack as your default
x-server. I won't recommend you<br>
setting a "bleeding edge" X as default (btw, it won't startup atm have
a look @ xorg tinderbox). <br>
I don't know that much about Fedora, but I installed FC10 lately from a
live cd which works fine for me...<br>
Do you want to compile it from scratch?<br>
<br>
Cheers, Florian<br>
<br>
<br>
<br>
JD wrote:
<blockquote cite="mid:49AAD127.90709@gmail.com" type="cite">Hi Florian,
  <br>
and thank you very much for your response.
  <br>
I have a Fedora FC7 notebook.  with 2 cruicial drivers
  <br>
that I had struggled a lot to make  them work; namely,
  <br>
the rt2860 wifi mini-pci card from Ralink Technology, and
  <br>
the ATI Mobility Radeon 9600.
  <br>
The modification that have been made to these drivers in
  <br>
their latest incarnations, do not work for me.
  <br>
  <br>
How do you suggest I install 7.4 (once I build it) - I mean
  <br>
do I first uninstall my existing X (on which so many packages
  <br>
depend), and then install 7.4? I am afraid that the dependencies
  <br>
will be broken, and many if not most graphical packages
  <br>
will stop working.
  <br>
  <br>
Best regards,
  <br>
  <br>
JD
  <br>
  <br>
  <br>
Florian Lier wrote:
  <br>
  <blockquote type="cite">Hey JD,
    <br>
    <br>
there's a little script on the Xorg / git development site.
    <br>
    <br>
<a class="moz-txt-link-freetext" href="http://www.x.org/wiki/Development/git">http://www.x.org/wiki/Development/git</a>
    <br>
    <br>
You can copy and paste the script into a myxorgscript.sh (chmod +x it )
    <br>
You can start building X like that (in console): sh myxorgscript init |
build | update
    <br>
    <br>
Depending on what distri you're using you'll need a bunch of
dependencies.
    <br>
If you're on Ubuntu I can help you out...
    <br>
    <br>
    <br>
DEPS="\autoconf automake xserver-xorg-dev libdrm-dev build-essential
libxxf86vm-dev libxdamage-dev libxfixes-dev libxfixes3 expat
libexpat-dev libtool autobook \
    <br>
libxinerama1 libxinerama-dev libxkbfile-dev libxkbfile1 openssl
libssl-dev xkbsel x11-xkb-utils libxfont1 libxfont-dev git-core gawk
libxt-dev \
    <br>
xdebconfigurator autoconf-doc libhal-dev libdbus-1-dev
libxcomposite-dev libpng12-dev libsm-dev libxrandr-dev \
    <br>
libxdamage-dev libxinerama-dev libstartup-notification0-dev
libgconf2-dev libgl1-mesa-dev libglu1-mesa-dev libmetacity-dev
librsvg2-dev libdbus-1-dev \
    <br>
libdbus-glib-1-dev libgnome-desktop-dev libgnome-window-settings-dev
gitweb curl intltool libxslt1-dev xsltproc libwnck-dev python-dev
libX11-xcb-dev \
    <br>
pyrex-mode python-pyrex x11proto-scrnsaver-dev libxss-dev libprotobuf0
libprotobuf-dev protobuf-compiler gperf xmlto libglut3-dev
freeglut3-dev \
    <br>
freeglut-dev libglu1-mesa-dev libglu1-mesa"
    <br>
    <br>
    <br>
(this is if you want to build compiz too)
    <br>
    <br>
    <br>
I hope this helps.
    <br>
    <br>
cheers florian
    <br>
    <br>
JD wrote:
    <br>
    <blockquote type="cite">Dear Developers of Xorg
      <br>
      <br>
I wanted to build the entirety of X 7.4 frm source, but when
      <br>
I saw that it is made up of individual tarballs, I decided to
      <br>
write and ask if there is a single tarball of everything,
      <br>
with a top level configure ...etc to build the whole thing.
      <br>
      <br>
I searched the FAQ for a "how to build X" or just "how to build"
      <br>
but came up empty.
      <br>
      <br>
Thanx for any info to show how to build the whole 7.4 X system.
      <br>
      <br>
Best Regards,
      <br>
      <br>
JD
      <br>
_______________________________________________
      <br>
xorg mailing list
      <br>
<a class="moz-txt-link-abbreviated" href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a>
      <br>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/xorg">http://lists.freedesktop.org/mailman/listinfo/xorg</a>
      <br>
      <br>
  </blockquote>
    <br>
  </blockquote>
  <br>
</blockquote>
<br>
</body>
</html>