Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Xfree 4.4 Released

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
124 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
Author
Message
no4b
Bodhisattva
Bodhisattva
User avatar
Posts: 774
Joined: Sun Jan 18, 2004 12:42 pm
Location: Tarnów, Poland

  • Quote

Post by no4b » Sat Mar 13, 2004 1:27 pm

I wonder what developers want to achive... The license isn't bad, it is more liberal than openssl licence i think...
Top
himpierre
l33t
l33t
User avatar
Posts: 867
Joined: Sat Aug 31, 2002 7:08 am
Location: Berlin

  • Quote

Post by himpierre » Sat Mar 13, 2004 2:00 pm

Hello

I also tried to install 4.4.0 with a modified ebuild on my 64bit machine. But the ebuild installs some libs in /usr/X11R6/lib64 some in /usr/X11R6/lib. No good. Don't have a clue why is that so and switched back to 4.3. :-(

best regards
Thomas
Top
Syntaxis
Guru
Guru
User avatar
Posts: 511
Joined: Sun Apr 28, 2002 10:05 pm
Location: London, UK

Re: Lets just wait for Keith's Xserver

  • Quote

Post by Syntaxis » Sat Mar 13, 2004 4:37 pm

spyderous wrote:Think about how many Gentoo users there are (somewhere between 250,000 and 500,000 at best estimate)
Out of interest, where did you get this figure from?
Top
dberkholz
Retired Dev
Retired Dev
User avatar
Posts: 1008
Joined: Tue Mar 18, 2003 6:51 am
Location: Minneapolis, MN, USA
Contact:
Contact dberkholz
Website

Re: Lets just wait for Keith's Xserver

  • Quote

Post by dberkholz » Sat Mar 13, 2004 11:44 pm

Syntaxis wrote:
spyderous wrote:Think about how many Gentoo users there are (somewhere between 250,000 and 500,000 at best estimate)
Out of interest, where did you get this figure from?
The infrastructure people. =)
Top
DarkMind
Guru
Guru
User avatar
Posts: 525
Joined: Thu Dec 18, 2003 5:44 pm
Location: Santiago, Chile

Re: Lets just wait for Keith's Xserver

  • Quote

Post by DarkMind » Sun Mar 14, 2004 5:02 am

Visnu wrote:
Msson wrote:Even though Xfree is usable, even with the new license, Do we really want to use it? Still no real transparency, and a new license not compatible with the GPL, on which Linux is formed. I can't speak for a lot of Linux users, but I know even if fd.o's xserver will run a little slower then XFree, I will use it anyway, as I see it as being better. I just hope a stable/working release comes out soon...that supports nVidia with 3D acceleration :( Until then, I wait here, running XFree 4.3, having no plans to update to 4.4
Finally! Someone who refuses to use the new XFree and plans on changing to fd.o asap. Thank God I'm not the only one.
:wink:

Everyone on the other forums and some on here are all about using it, even though they intentionally made their license invalid to other GPL software, as you stated "...on which Linux is formed."

Thank God for similar logic.

:D
I reject the xfree 4.4 too, i want to use the fd.o but not has 3d acceleration(nvidia).. i still with xfree 4.3... when fd.o launch a stable version with nvidia's 3d accelerator, i will change to fd.o :D


sorry: my english is very bad... :oops:
Top
zrl
n00b
n00b
Posts: 47
Joined: Tue Jan 20, 2004 7:30 pm

  • Quote

Post by zrl » Sun Mar 14, 2004 7:02 am

ok this is how I got 4.4.0 to emerge:

replaced XFree-4.3.99.902.tar.bz2 with the xfree-4.4.0 source from xfree86.org
unmaks xfree-4.3.99.902-r2
***emerge xfreexfree-4.3.99.902-r2 (you will see an error saying can't apply patch ...)

the solution is to hack the xfree-4.3.99.902-r2.ebuild to disable those 4 patches: 7200 9200 0410 9860.

you can edit your xfree-4.3.99.902-r2.ebuild:
by adding lines like the following
mv -f ${PATCH_DIR}/0120*parallel-make* ${PATCH_DIR}/excluded (you can find this line in the file xfree-4.3.99.902-r2.ebuild)
so, add the following:
mv -f ${PATCH_DIR}/7200* ${PATCH_DIR}/excluded
mv -f ${PATCH_DIR}/9200* ${PATCH_DIR}/excluded
mv -f ${PATCH_DIR}/0410* ${PATCH_DIR}/excluded
mv -f ${PATCH_DIR}/9860* ${PATCH_DIR}/excluded

I assume the above method will work. I found those 4 bad patches by trial and error. (I delete one patch at a time and correct the digest file each time. the patches are in XFree86-4.3.99.902-patches-0.5.tar.bz2)

enjoy!!
Last edited by zrl on Sun Mar 14, 2004 7:33 am, edited 1 time in total.
Top
dberkholz
Retired Dev
Retired Dev
User avatar
Posts: 1008
Joined: Tue Mar 18, 2003 6:51 am
Location: Minneapolis, MN, USA
Contact:
Contact dberkholz
Website

  • Quote

Post by dberkholz » Sun Mar 14, 2004 7:07 am

zrl wrote:the solution is to hack the xfree-4.3.99.902-r2.ebuild to disable those 4 patches: 7200 9200 0410 9860.
Hope those patches aren't anything important...
Top
zrl
n00b
n00b
Posts: 47
Joined: Tue Jan 20, 2004 7:30 pm

  • Quote

Post by zrl » Sun Mar 14, 2004 7:42 am

9200_all_4.3.0-libfont-buffer-overflow.patch
7200_all_4.2.99.901-fbdev-depth24-support.patch
9860_all_4.3.0-synaptics-sdk-includes.patch
0410_all_4.3-keyboard-fixes-and-hp-symbols.patch

I don't know if these were fixed or not in 4.4.0.
Top
Ian Goldby
Guru
Guru
User avatar
Posts: 539
Joined: Sat May 18, 2002 8:47 pm
Location: (Inactive member)
Contact:
Contact Ian Goldby
Website

  • Quote

Post by Ian Goldby » Sun Mar 14, 2004 10:48 am

If you're an i810 user (and possibly other i8x0 graphics chipsets), you'll also want to delete the patch

5750_all_4.2.1-i8x0-xv.patch

in order to get full-screen mplayer to work (and any other application that uses xv overlays/hardware scaling). In fact, this also works for XFree-4.3.99*, and possibly even the older unmasked ebuilds too.

Since XFree86 are distributing 4.4.0 without any patches, presumably the important patches have already been applied. The only patch I know of that is definitely needed is the libXau patch, because Gentoo's build of KDM won't work without it.

I wonder - can anyone account for each and every patch in the xfree-4.3.99.902-r2 ebuild, and state authoritatively what each patch does and whether it is still required? Just including a patch because it was in the previous version seems rather dubious to me.
Top
dberkholz
Retired Dev
Retired Dev
User avatar
Posts: 1008
Joined: Tue Mar 18, 2003 6:51 am
Location: Minneapolis, MN, USA
Contact:
Contact dberkholz
Website

  • Quote

Post by dberkholz » Sun Mar 14, 2004 11:25 pm

Ian Goldby wrote:If you're an i810 user (and possibly other i8x0 graphics chipsets), you'll also want to delete the patch

5750_all_4.2.1-i8x0-xv.patch

in order to get full-screen mplayer to work (and any other application that uses xv overlays/hardware scaling). In fact, this also works for XFree-4.3.99*, and possibly even the older unmasked ebuilds too.
I'm dropping this from 4.3.0-r6 as well, we'll see whether it helps.
Since XFree86 are distributing 4.4.0 without any patches, presumably the important patches have already been applied.
Poor assumption. XFree86 has been famous for being slow to apply submitted patches.
I wonder - can anyone account for each and every patch in the xfree-4.3.99.902-r2 ebuild, and state authoritatively what each patch does and whether it is still required? Just including a patch because it was in the previous version seems rather dubious to me.
Tried the ChangeLog?

Generally if a patch still applies cleanly, it is assumed that the problem it's there for hasn't been fixed.
Top
Ian Goldby
Guru
Guru
User avatar
Posts: 539
Joined: Sat May 18, 2002 8:47 pm
Location: (Inactive member)
Contact:
Contact Ian Goldby
Website

  • Quote

Post by Ian Goldby » Mon Mar 15, 2004 1:20 pm

spyderous wrote:XFree86 has been famous for being slow to apply submitted patches.
I wasn't aware of this. I wonder if this is one of the factors behind the "XFree86 must die!" movement...
Top
gentoo newbie
n00b
n00b
Posts: 12
Joined: Mon Jun 09, 2003 9:48 am

Re: Lets just wait for Keith's Xserver

  • Quote

Post by gentoo newbie » Mon Mar 15, 2004 2:04 pm

DarkMind wrote:
Visnu wrote:
Msson wrote:Even though Xfree is usable, even with the new license, Do we really want to use it? Still no real transparency, and a new license not compatible with the GPL, on which Linux is formed. I can't speak for a lot of Linux users, but I know even if fd.o's xserver will run a little slower then XFree, I will use it anyway, as I see it as being better. I just hope a stable/working release comes out soon...that supports nVidia with 3D acceleration :( Until then, I wait here, running XFree 4.3, having no plans to update to 4.4
Finally! Someone who refuses to use the new XFree and plans on changing to fd.o asap. Thank God I'm not the only one.
:wink:

Everyone on the other forums and some on here are all about using it, even though they intentionally made their license invalid to other GPL software, as you stated "...on which Linux is formed."

Thank God for similar logic.

:D
I reject the xfree 4.4 too, i want to use the fd.o but not has 3d acceleration(nvidia).. i still with xfree 4.3... when fd.o launch a stable version with nvidia's 3d accelerator, i will change to fd.o :D


sorry: my english is very bad... :oops:
I won't use xfree 4.4 either. I'm also going to use fd.o when there is a compatible nvidia driver for 3d acceleration :)
Top
NitroPye
Apprentice
Apprentice
User avatar
Posts: 152
Joined: Mon May 12, 2003 2:43 pm
Location: Wish I was in England
Contact:
Contact NitroPye
Website

Re: Lets just wait for Keith's Xserver

  • Quote

Post by NitroPye » Mon Mar 15, 2004 2:56 pm

gentoo newbie wrote: I won't use xfree 4.4 either. I'm also going to use fd.o when there is a compatible nvidia driver for 3d acceleration :)
Ditto.
waka waka
me and my fun work
Top
Ian Goldby
Guru
Guru
User avatar
Posts: 539
Joined: Sat May 18, 2002 8:47 pm
Location: (Inactive member)
Contact:
Contact Ian Goldby
Website

Re: Lets just wait for Keith's Xserver

  • Quote

Post by Ian Goldby » Mon Mar 15, 2004 8:14 pm

NitroPye wrote:
gentoo newbie wrote:I won't use xfree 4.4 either. I'm also going to use fd.o when there is a compatible nvidia driver for 3d acceleration :)
Ditto.
You do realise, don't you, that the GPL only applies to distribution of software? If you don't intend to distribute software from your machine, there is simply no issue with the license change regardless of what you understand the new XFree86 license to actually mean.
Top
NitroPye
Apprentice
Apprentice
User avatar
Posts: 152
Joined: Mon May 12, 2003 2:43 pm
Location: Wish I was in England
Contact:
Contact NitroPye
Website

Re: Lets just wait for Keith's Xserver

  • Quote

Post by NitroPye » Mon Mar 15, 2004 11:00 pm

Ian Goldby wrote:You do realise, don't you, that the GPL only applies to distribution of software? If you don't intend to distribute software from your machine, there is simply no issue with the license change regardless of what you understand the new XFree86 license to actually mean.
I still don't have to like it, distributer or not. The forks on fd.org are offering improvments over the stale and slow moving xfree project, and that is a number one reason to switch/wait it out.
waka waka
me and my fun work
Top
dogshu
Apprentice
Apprentice
User avatar
Posts: 173
Joined: Sun Jun 22, 2003 5:51 pm
Location: New Haven, CT, USA

  • Quote

Post by dogshu » Tue Mar 16, 2004 2:00 am

Here is an xfree-4.4.0 ebuild I found, if anyone is looking for it:

http://media.homelinux.org/gentoo/

I haven't tried it yet, but I'm about to. Sorry, but I need a working xv implementation on this laptop. (xfree-4.3.0 doesn't cut it on this machine either).
Top
irf2003
Veteran
Veteran
Posts: 1078
Joined: Wed Sep 10, 2003 12:57 pm

Re: Lets just wait for Keith's Xserver

  • Quote

Post by irf2003 » Fri Mar 19, 2004 8:03 pm

Ian Goldby wrote:
NitroPye wrote:
gentoo newbie wrote:I won't use xfree 4.4 either. I'm also going to use fd.o when there is a compatible nvidia driver for 3d acceleration :)
Ditto.
You do realise, don't you, that the GPL only applies to distribution of software? If you don't intend to distribute software from your machine, there is simply no issue with the license change regardless of what you understand the new XFree86 license to actually mean.
i hope that you relealize, that the xfree problem as far as the user is concerned is related to whether the developers
and distros will endorse it, and so far none have done so.
what this means, regardless about how you feel about
the license or xfree, is that the software which you will
be using may or may not support such environment.
so unless you have the resources and skills to make
xfree 4.4.x and whatever currently depends on it work, you are on your own.
hth
Top
Ian Goldby
Guru
Guru
User avatar
Posts: 539
Joined: Sat May 18, 2002 8:47 pm
Location: (Inactive member)
Contact:
Contact Ian Goldby
Website

  • Quote

Post by Ian Goldby » Fri Mar 19, 2004 8:40 pm

I would imagine that anyone installing an unofficial ebuild knows perfectly well that they are on their own.

My point that there is no licensing problem for end users was in response to Visnu and the like:
Finally! Someone who refuses to use the new XFree and plans on changing to fd.o asap... Everyone on the other forums and some on here are all about using it, even though they intentionally made their license invalid to other GPL software, as you stated "...on which Linux is formed."
(Emphasis mine.)
Top
dberkholz
Retired Dev
Retired Dev
User avatar
Posts: 1008
Joined: Tue Mar 18, 2003 6:51 am
Location: Minneapolis, MN, USA
Contact:
Contact dberkholz
Website

  • Quote

Post by dberkholz » Fri Mar 19, 2004 9:47 pm

By the way, anyone having those i8x0 xv problems should try xfree-4.3.0-r6.
Top
ashtray
n00b
n00b
Posts: 8
Joined: Sat Jan 31, 2004 1:01 am

  • Quote

Post by ashtray » Fri Mar 19, 2004 10:20 pm

X.org is reported to work with nvidia drivers. Check it out @ http://www.nvnews.net/vbulletin/showthr ... adid=26205
Top
bokkepoot
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 123
Joined: Fri Mar 14, 2003 1:29 am
Location: The Hague, The Netherlands

  • Quote

Post by bokkepoot » Sat Mar 20, 2004 12:34 am

dogshu wrote:Here is an xfree-4.4.0 ebuild I found, if anyone is looking for it:

http://media.homelinux.org/gentoo/

I haven't tried it yet, but I'm about to. Sorry, but I need a working xv implementation on this laptop. (xfree-4.3.0 doesn't cut it on this machine either).
I've tried it, and it works perfectly for me. I'd advocate for inclusion of this ebuild in the portage tree, as i don't see the license change being a problem for the end user.
Top
sindre
Guru
Guru
Posts: 315
Joined: Fri Nov 01, 2002 7:40 pm
Location: Norway

  • Quote

Post by sindre » Sat Mar 20, 2004 1:12 am

no way! All migrate to x.org now!
Top
RedPingüim
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 82
Joined: Tue May 20, 2003 11:01 am
Location: São Paulo - SP

  • Quote

Post by RedPingüim » Sat Mar 20, 2004 2:16 am

bokkepoot wrote:
dogshu wrote:Here is an xfree-4.4.0 ebuild I found, if anyone is looking for it:

http://media.homelinux.org/gentoo/

I haven't tried it yet, but I'm about to. Sorry, but I need a working xv implementation on this laptop. (xfree-4.3.0 doesn't cut it on this machine either).
I've tried it, and it works perfectly for me. I'd advocate for inclusion of this ebuild in the portage tree, as i don't see the license change being a problem for the end user.
Great...

I'll try it too... 8)
Carlos Vendramini
opera 9 build 1635 (gentoo 2006.0; gentoo-sources-2.6.15-r7, gnome 2.12.2) - Linux user #293485 - Opera Fórum em Português
Top
dberkholz
Retired Dev
Retired Dev
User avatar
Posts: 1008
Joined: Tue Mar 18, 2003 6:51 am
Location: Minneapolis, MN, USA
Contact:
Contact dberkholz
Website

  • Quote

Post by dberkholz » Sat Mar 20, 2004 3:38 am

bokkepoot wrote:I've tried it, and it works perfectly for me. I'd advocate for inclusion of this ebuild in the portage tree, as i don't see the license change being a problem for the end user.
Perhaps you've ignored most of the information given thus far that restricts Gentoo's ability to distribute it.
Top
dberkholz
Retired Dev
Retired Dev
User avatar
Posts: 1008
Joined: Tue Mar 18, 2003 6:51 am
Location: Minneapolis, MN, USA
Contact:
Contact dberkholz
Website

  • Quote

Post by dberkholz » Sat Mar 20, 2004 3:39 am

sindre wrote:no way! All migrate to x.org now!
By the way, anyone interested:
http://dev.gentoo.org/~spyderous/overla ... /xorg-x11/
Top
Post Reply

124 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic