Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.16-beyond3 (deprecated, see beyond4)
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
iphitus
Apprentice
Apprentice


Joined: 03 Aug 2005
Posts: 226

PostPosted: Sat Apr 29, 2006 3:36 am    Post subject: 2.6.16-beyond3 (deprecated, see beyond4) Reply with quote

========================================
warning: Do not bug the gentoo devs abouts this patchset
If you have problems, contact Tiger or me, or post in this thread.
========================================

Beyond Sources
From the makers of -archck, and -nitro. iphitus and Tiger683

That single patchset has arrived, -beyond. Beyond will have both, a stable (ArchCK/CKO like) branch, and an unstable (nitro like) branch available via git.

The beyond stable tree is a patchset based on the CK patchset. It aims to include a variety of popular features and updates that have not yet made it to the vanilla kernel, while remaining relatively stable. Con Kolivas' CK patchset is the most important part of beyond stable tree, as it provides the great interactivity and responsiveness improvements that it is noted for.

VMWare users need to use the ~arch package

Undervolt patch users:
The order of the voltage table for undervolting is the same as beyond2, which was reversed from beyond1. Please keep this in mind if you use it, and adjust appropriately to avoid hardware damage!!!

If you use wget to download files from beyond-sources.generation.no, use the "--user-agent=WHATEVER" as command line option
at the _end_ of the command! example: "wget http://someaddres/somefile --user-agent=MyFunkyUserAgent"

Full changelog on homepage.
http://iphitus.loudas.com/beyond.html

Files
Patch: http://iphitus.loudas.com/beyond/2.6.16/patch-2.6.16-beyond3.bz2
Broken out: http://iphitus.loudas.com/beyond/2.6.16/2.6.16-beyond3-broken-out.tar.bz2
Ebuild: http://iphitus.loudas.com/beyond/beyond-sources-2.6.16-r3.ebuild

About unstable branch:
https://forums.gentoo.org/viewtopic-t-450025.html

Ebuilds, nicely formatted post and gentoo stuff will be here soon. In the meantime, use http://beyond-sources.generation.no/gentoo/2.6.16-beyond2/beyond-sources-2.6.16-r2.ebuild
and rename it to beyond-sources-2.6.16-r3.ebuild. Apparently this works.

Cheers,

iphitus and tiger683

(email: iphitus [ at ] gmail [ dot ] com)


Last edited by iphitus on Sat May 20, 2006 7:07 am; edited 3 times in total
Back to top
View user's profile Send private message
John5788
Advocate
Advocate


Joined: 06 Apr 2004
Posts: 2140
Location: 127.0.0.1

PostPosted: Sat Apr 29, 2006 3:52 am    Post subject: Reply with quote

i shall check this out :)
_________________
John5788
Back to top
View user's profile Send private message
jsosic
Guru
Guru


Joined: 02 Aug 2004
Posts: 510
Location: Split (Croatia)

PostPosted: Sat Apr 29, 2006 11:30 am    Post subject: Reply with quote

And what the heck is 'beyond3-broken' tarball?!?
Back to top
View user's profile Send private message
Ninpo
n00b
n00b


Joined: 30 Aug 2004
Posts: 37

PostPosted: Sat Apr 29, 2006 12:09 pm    Post subject: Reply with quote

No ebuild??

EDIT: copying the old -r2 ebuild to -r3 loads beyond3 just fine...if you're not going to host ebuilds, maybe suggest that for current beyond users?


Last edited by Ninpo on Sat Apr 29, 2006 12:22 pm; edited 1 time in total
Back to top
View user's profile Send private message
yoshi314
l33t
l33t


Joined: 30 Dec 2004
Posts: 850
Location: PL

PostPosted: Sat Apr 29, 2006 12:21 pm    Post subject: Reply with quote

aww just rename the beyond2 ebuild to beyond3. i always do that, b/c i check iphitus' page first. and i do my own ebuilds unless i missed a release and they're already available :D

Code:
yoshi@yOSHi ~ $ uname -r
2.6.16-beyond3


i'll put it here for completness

beyond-sources-2.6.16-r3.ebuild
Code:
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:  $

UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2"
K_PREPATCHED="yes"
UNIPATCH_STRICTORDER="yes"

K_NOUSENAME="yes"
ETYPE="sources"
RESTRICT="nomirror"

inherit kernel-2
detect_version

IUSE=""

DESCRIPTION="Beyond-Sources aims to include a variety of popular features and updates that have
                        not yet made it to the vanilla kernel, while remaining relatively stable.
                        Con Kolivas' CK patchset is the most important part of beyond stable tree,
                        as it provides the great interactivity and responsiveness improvements
                        that it is noted for."

HOMEPAGE="http://iphitus.loudas.com/beyond.php"
SRC_URI="${KERNEL_URI} http://iphitus.loudas.com/beyond/${OKV}/patch-${KV}.bz2"

KEYWORDS="~x86 ~amd64 ~ppc"

pkg_postinst() {
        postinst_sources

        einfo "NOTICE ON STABLE BEYOND BRANCH:"
        einfo "Although this branch of -beyond is designed to be stable, we cannot assure"
        einfo "a 100% bug-free release without user-feedback."
        einfo "Therefore, you should report any bugs either in the beyond-sources"
        einfo "thread on the Gentoo forums, or directly to one of the maintainers,"
        einfo "Email addresses can be found at the bottom of this message."
        ewarn ""
        ewarn "!!!! DO NOT BUG GENTOO DEVELOPERS ON ISSUES WITH THIS KERNEL !!!!"
        echo
        ewarn "DISTRIBUTION NOTICE:"
        ewarn "This program is distributed in the hope that it will be useful,"
        ewarn "but WITHOUT ANY WARRANTY; without even the implied warranty of"
        ewarn "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the"
        ewarn "GNU General Public License for more details."
        echo
        einfo "======================================================="
        einfo "|     Maintainer contact:                             |"
        einfo "|=====================================================|"
        einfo "| BEYOND-SOURCES:                                     |"
        einfo "|    iphitus     ( iphitus<AT>gmail<DOT>com )         |"
        einfo "|                                                     |"
        einfo "| BEYOND-DEV-SOURCES:                                 |"
        einfo "|    tiger683  ( tiger683<AT>buerotiger<DOT>de )      |"
        einfo "======================================================="
        echo
        einfo "Thanks for using beyond-sources ;)"
        echo
}

_________________
~amd64
shrink your /usr/portage with squashfs+aufs
Back to top
View user's profile Send private message
Ninpo
n00b
n00b


Joined: 30 Aug 2004
Posts: 37

PostPosted: Sat Apr 29, 2006 12:47 pm    Post subject: Reply with quote

yoshi314 wrote:
aww just rename the beyond2 ebuild to beyond3. i always do that, b/c i check iphitus' page first. and i do my own ebuilds unless i missed a release and they're already available :D


All well and good for people who already have an ebuild ;)
Back to top
View user's profile Send private message
yoshi314
l33t
l33t


Joined: 30 Dec 2004
Posts: 850
Location: PL

PostPosted: Sat Apr 29, 2006 1:32 pm    Post subject: Reply with quote

true true, but i already did post it a cuple of lines ago :]

and there are still topics for older beyond versions available.
_________________
~amd64
shrink your /usr/portage with squashfs+aufs
Back to top
View user's profile Send private message
iphitus
Apprentice
Apprentice


Joined: 03 Aug 2005
Posts: 226

PostPosted: Sun Apr 30, 2006 12:13 am    Post subject: Reply with quote

linked old version and instructions in the first post, tiger will post ebuilds soon.
Back to top
View user's profile Send private message
Ninpo
n00b
n00b


Joined: 30 Aug 2004
Posts: 37

PostPosted: Sun Apr 30, 2006 2:40 pm    Post subject: Reply with quote

iphitus wrote:
linked old version and instructions in the first post, tiger will post ebuilds soon.


Nice one, thanks :)

Incidentally, thank you both for your hard work.
Back to top
View user's profile Send private message
Cinder6
l33t
l33t


Joined: 05 Aug 2004
Posts: 767
Location: California

PostPosted: Sun Apr 30, 2006 11:00 pm    Post subject: Reply with quote

Before I go building it, can anyone tell me yay or nay on Adaptive File Readahead?
_________________
Knowledge is power.
Power corrupts.
Study hard.
Be evil.

Ugly Overload
Back to top
View user's profile Send private message
sobers_2002
Veteran
Veteran


Joined: 16 Mar 2004
Posts: 1128

PostPosted: Mon May 01, 2006 6:01 pm    Post subject: Reply with quote

Hi alll

I am having issues with vesafb-tng. The booting and all is fine. But after X is started, if i try to go to the terminal, I get the following error
Code:
Sync out of range
on the monitor. What's the reason for this?? Though the system doesn't lock up, I can't use the console part!!!

thanks
Saurabh
_________________
Pdict - dockable dictionary client for linux
FREE97WIN: Use this code on Dreamhost and you get $97 off !!
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Mon May 01, 2006 6:07 pm    Post subject: Reply with quote

sobers_2002 wrote:
Hi alll

I am having issues with vesafb-tng. The booting and all is fine. But after X is started, if i try to go to the terminal, I get the following error
Code:
Sync out of range
on the monitor. What's the reason for this?? Though the system doesn't lock up, I can't use the console part!!!

thanks
Saurabh


Try lowering your refresh rate.
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
yoshi314
l33t
l33t


Joined: 30 Dec 2004
Posts: 850
Location: PL

PostPosted: Mon May 01, 2006 7:50 pm    Post subject: Reply with quote

Quote:
Before I go building it, can anyone tell me yay or nay on Adaptive File Readahead?
it has the feature. use it only if you have a big fileserver, as kernel configuration help suggests.

Quote:
Try lowering your refresh rate.
i had to reduce my resolution in console once with some patchset since vesafb-tng got a little broken at that time. i used 1280x1024 and i reduced to 1024x768
_________________
~amd64
shrink your /usr/portage with squashfs+aufs
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue May 02, 2006 5:54 am    Post subject: Reply with quote

Hi guys I installed this kernel here too and nearly everything seems to work except an earlier fixed bug I reportet on kernel.org's Bugtracker.

Could you iphitus or Tiger point out the sata changes between beyond2->beyond3? Because there must be a change that causes the problem again.

Thanks in advance!

Phlogiston
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
iphitus
Apprentice
Apprentice


Joined: 03 Aug 2005
Posts: 226

PostPosted: Tue May 02, 2006 7:20 am    Post subject: Reply with quote

Phlogiston wrote:
Hi guys I installed this kernel here too and nearly everything seems to work except an earlier fixed bug I reportet on kernel.org's Bugtracker.

Could you iphitus or Tiger point out the sata changes between beyond2->beyond3? Because there must be a change that causes the problem again.

Thanks in advance!

Phlogiston


between 2 and 3 the only changes are those from the 2.6.16.y releases that could affect sata

although that bug is suspend related, so it could have been the suspend update.
Back to top
View user's profile Send private message
eiffel
n00b
n00b


Joined: 14 Feb 2006
Posts: 21
Location: Znojmo, CZ

PostPosted: Tue May 02, 2006 8:45 am    Post subject: Reply with quote

Code:
Linux Pikachu 2.6.16-beyond3 #1 Mon May 1 19:31:51 CEST 2006 x86_64 AMD Turion(tm) 64 Mobile Technology ML-28 GNU/Linux
Linux Onix 2.6.16-beyond3 #1 Mon May 1 23:44:08 CEST 2006 i686 AMD Sempron(tm)   2600+ GNU/Linux

good work :wink:
_________________
AMD Turion 64 ML-28, 768MB RAM, 40GB HDD, ATI x200, WiFi Atheros IEEE802.11a/b/g - Gentoo 2006.1 amd64
screenshot update 11.1.2007
Back to top
View user's profile Send private message
brazzmonkey
Guru
Guru


Joined: 16 Jan 2005
Posts: 372
Location: between keyboard and chair

PostPosted: Tue May 02, 2006 9:28 am    Post subject: Reply with quote

would you mind explaining what "broken out" is ?
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Tue May 02, 2006 9:33 am    Post subject: Reply with quote

Broken out is the collection of separate patches that make up the one big patch.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
brazzmonkey
Guru
Guru


Joined: 16 Jan 2005
Posts: 372
Location: between keyboard and chair

PostPosted: Tue May 02, 2006 9:45 am    Post subject: Reply with quote

ah. okay. thanks then.
i'll wait for the ebuild. or can i use the beyond2 ebuild ?
Back to top
View user's profile Send private message
super-lupo
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2004
Posts: 92
Location: Germany / Berlin

PostPosted: Tue May 02, 2006 10:30 am    Post subject: Re: 2.6.16-beyond3 Reply with quote

@brazzmonkey:

iphitus wrote:

Ebuilds, nicely formatted post and gentoo stuff will be here soon. In the meantime, use http://beyond-sources.generation.no/gentoo/2.6.16-beyond2/beyond-sources-2.6.16-r2.ebuild
and rename it to beyond-sources-2.6.16-r3.ebuild. Apparently this works.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue May 02, 2006 11:07 am    Post subject: Reply with quote

iphitus wrote:


between 2 and 3 the only changes are those from the 2.6.16.y releases that could affect sata

although that bug is suspend related, so it could have been the suspend update.


Ok, but it has nothing to do with the suspend2 patches, because they don't acutally change the sata code... But we'll see...
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
brazzmonkey
Guru
Guru


Joined: 16 Jan 2005
Posts: 372
Location: between keyboard and chair

PostPosted: Tue May 02, 2006 12:29 pm    Post subject: Re: 2.6.16-beyond3 Reply with quote

super-lupo wrote:
@brazzmonkey:

iphitus wrote:

Ebuilds, nicely formatted post and gentoo stuff will be here soon. In the meantime, use http://beyond-sources.generation.no/gentoo/2.6.16-beyond2/beyond-sources-2.6.16-r2.ebuild
and rename it to beyond-sources-2.6.16-r3.ebuild. Apparently this works.


aw, sorry and thanks for that. i must be a bit tired today...
Back to top
View user's profile Send private message
super-lupo
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2004
Posts: 92
Location: Germany / Berlin

PostPosted: Tue May 02, 2006 12:56 pm    Post subject: Re: 2.6.16-beyond3 Reply with quote

brazzmonkey wrote:

aw, sorry and thanks for that. i must be a bit tired today...


No problem. :D

Regards,
Lupo
Back to top
View user's profile Send private message
sobers_2002
Veteran
Veteran


Joined: 16 Mar 2004
Posts: 1128

PostPosted: Tue May 02, 2006 5:23 pm    Post subject: Reply with quote

vipernicus wrote:
sobers_2002 wrote:
Hi alll

I am having issues with vesafb-tng. The booting and all is fine. But after X is started, if i try to go to the terminal, I get the following error
Code:
Sync out of range
on the monitor. What's the reason for this?? Though the system doesn't lock up, I can't use the console part!!!

thanks
Saurabh


Try lowering your refresh rate.


Hi, I reduced the resolution, made it the same as X, and the frequency also. Now the problem is gone. But isn't this some bug of fbsplash?? I think it is trying to keep the same refresh rate as X, while keeping the resolution it was given, and hence the error came, as 1280x1024@85 is not possible on my monitor. Kindly som1 correct this :)
_________________
Pdict - dockable dictionary client for linux
FREE97WIN: Use this code on Dreamhost and you get $97 off !!
Back to top
View user's profile Send private message
tagwar
Tux's lil' helper
Tux's lil' helper


Joined: 11 Aug 2004
Posts: 147
Location: Karlsruhe

PostPosted: Tue May 02, 2006 9:38 pm    Post subject: Reply with quote

This kernel works just perfectly, not a single problem here. Since I'm a Nitro-switcher, I first stuck with the -dev branch, but there's not much going on there right now (quiet before the storm I hope.. :-)), so tried the stable branch and I have to say... I like it. It's definitely going to be put on some of my more "mission critical" machines..

Greets

Tom
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum