View previous topic :: View next topic |
Author |
Message |
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sun Jul 04, 2004 8:14 am Post subject: 2.6.7-love5 update -3 fix for vesafb-tng |
|
|
Reverses:
Code: | reiser4-2004.06.30-19.37-linux-2.6.7-mm4.diff.gz | reiser4
vesafb-rrc-0.1.6-2.6.x.patch.bz2 | vesafb refresh hack
|
Updates:
Code: | reiser4-2004.07.02-19.36-linux-2.6.7-mm4.diff | new reiser4
vesafb-tng-0.9-rc2-2.6.7.patch | tng works fine here (read docs for vesa)
2.6.7-love5-np-bootsplash.update | np and bootsplash
net.patch | ipv4-tcp fix patch
|
bootsplash initrd not working here but boots
vesafb-tng works fine
video=vesafb:ywrap,mtrr,1280x1024-32@75
in your grub.conf (dont use vga=)
http://oneofone.limitlessfx.com/love-sources/love5update-3.diff.bz2
Thanks to PickledOnion and chaosite for the hosting
UPDATE:
with -3 modes wont change at X load or bootsplash load! _________________ http://www.mafteah.co.il
Last edited by Mafteah on Tue Jul 06, 2004 8:23 am; edited 8 times in total |
|
Back to top |
|
|
Regor Guru
Joined: 06 Aug 2002 Posts: 545 Location: 39° 2' 48" N, 120° 59' 2" W
|
Posted: Sun Jul 04, 2004 9:23 am Post subject: |
|
|
Nice patch! This is the first success I've had with vesafb-tng.
I initially tried 1280x1024-32@75, which worked fine on booting but after X started (nvidia) it flickered and was somewhat corrupted when switching back to console.
Next I tried 1600x1200-32@70, which is the same mode I use in X. I was a little surprised to find that it seems to work better since I've never had much luck with anything higher than 1280x1024 in fremebuffer. The only problem here is that it only gives me 60Hz rather than the 70 I asked for. I'll have to experiment further with different options and modes to find one that works just right.
Much better results than I expected even so. Thanks! _________________ Sometimes the appropriate response to reality is to go insane.
-Philip K. Dick, Valis |
|
Back to top |
|
|
JOS654 Tux's lil' helper
Joined: 15 Nov 2003 Posts: 101 Location: Spain - Malaga
|
Posted: Sun Jul 04, 2004 10:37 am Post subject: |
|
|
arf problem (again) i applied both patches
CC drivers/video/fbmem.o
CC drivers/video/fbmon.o
CC drivers/video/fbcmap.o
CC drivers/video/fbsysfs.o
CC drivers/video/modedb.o
CC drivers/video/softcursor.o
CC drivers/video/vesafb.o
make[2]: *** No hay ninguna regla para construir el objetivo `drivers/video/vesafb-thread.o', necesario para `drivers/video/built-in.o'. Alto.
make[1]: *** [drivers/video] Error 2
make: *** [drivers] Error 2
the spanish text says: there is not a rule to build the objetive `drivers/video/vesafb-thread.o', needed for `drivers/video/built-in.o'. Stop. |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sun Jul 04, 2004 10:57 am Post subject: |
|
|
the problem with vesafb-tng is
X and bootsplash make the refresh rate 60 again
you can solve it by creating /etc/fb.modes
Code: | wget http://dev.gentoo.org/~spock/projects/vesafb-tng/modeline2fb.pl
chmod +x modeline2fb.pl
xvidtune -show | ./modeline2fb.pl >> /etc/fb.modes |
then go to console and use fbset
or any mode you are using in X
DONT TRY TO RUN IT WITH BOOSPLASH IT CAN HANG YOUR KERNEL _________________ http://www.mafteah.co.il
Last edited by Mafteah on Sun Jul 04, 2004 10:58 am; edited 1 time in total |
|
Back to top |
|
|
ryszardzonk Apprentice
Joined: 18 Dec 2003 Posts: 225 Location: Rzeszów, POLAND
|
Posted: Sun Jul 04, 2004 10:57 am Post subject: nice patch |
|
|
nice patch, but IMHO it should include net.patch from bk-15 as well... Many users reported slugish net performance and it just should be there. Actual patch is shown in the original "2.6.7-love5 aka interim" thread https://forums.gentoo.org/viewtopic.php?t=192578&start=50 by evermind
just my 2 cents _________________ Sky is not the limit... |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sun Jul 04, 2004 11:06 am Post subject: |
|
|
JOS654 wrote: | arf problem (again) i applied both patches
CC drivers/video/fbmem.o
CC drivers/video/fbmon.o
CC drivers/video/fbcmap.o
CC drivers/video/fbsysfs.o
CC drivers/video/modedb.o
CC drivers/video/softcursor.o
CC drivers/video/vesafb.o
make[2]: *** No hay ninguna regla para construir el objetivo `drivers/video/vesafb-thread.o', necesario para `drivers/video/built-in.o'. Alto.
make[1]: *** [drivers/video] Error 2
make: *** [drivers] Error 2
the spanish text says: there is not a rule to build the objetive `drivers/video/vesafb-thread.o', needed for `drivers/video/built-in.o'. Stop. |
are you sure you are patching love5?
Code: | grep VESA /usr/src/linux/.config |
try that _________________ http://www.mafteah.co.il |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sun Jul 04, 2004 11:07 am Post subject: Re: nice patch |
|
|
ryszardzonk wrote: | nice patch, but IMHO it should include net.patch from bk-15 as well... Many users reported slugish net performance and it just should be there. Actual patch is shown in the original "2.6.7-love5 aka interim" thread https://forums.gentoo.org/viewtopic.php?t=192578&start=50 by evermind
just my 2 cents |
try love5update-2.diff and let me know _________________ http://www.mafteah.co.il
Last edited by Mafteah on Sun Jul 04, 2004 11:27 am; edited 1 time in total |
|
Back to top |
|
|
JOS654 Tux's lil' helper
Joined: 15 Nov 2003 Posts: 101 Location: Spain - Malaga
|
Posted: Sun Jul 04, 2004 11:10 am Post subject: |
|
|
ok now solved i applied the patch to the fb from the another thread and this and the sources got corrupted, the kernel compiles perfectly now |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sun Jul 04, 2004 11:11 am Post subject: |
|
|
JOS654 wrote: | ok now solved i applied the patch to the fb from the another thread and this an the sources get corrupted, the kernel compiles perfectly now |
what patch? where?
maybe ill add it _________________ http://www.mafteah.co.il |
|
Back to top |
|
|
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
|
Back to top |
|
|
ryszardzonk Apprentice
Joined: 18 Dec 2003 Posts: 225 Location: Rzeszów, POLAND
|
Posted: Sun Jul 04, 2004 12:23 pm Post subject: WOW !!! |
|
|
Quote: |
ryszardzonk wrote:
...
just my 2 cents Wink
Mafteah wrote:
try love5update-2.diff and let me know
|
I could swear that your post said few minutes before something like "I have the patch, just need a place to host it". That's what You call a job quick done . Configuring and comiling now _________________ Sky is not the limit... |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sun Jul 04, 2004 12:43 pm Post subject: |
|
|
haha
I'm quick _________________ http://www.mafteah.co.il
Last edited by Mafteah on Tue Jul 06, 2004 8:24 am; edited 2 times in total |
|
Back to top |
|
|
Raniz l33t
Joined: 13 Sep 2003 Posts: 967 Location: Varberg, Sweden
|
Posted: Sun Jul 04, 2004 12:54 pm Post subject: |
|
|
How am I supposed to do the patching?
I ran
Code: | bzcat 2.6.7-love5-update2.diff.bz2 | patch -p1 |
And that gave me a couple of questions about reversing, I answered yes, but most of these failed..
edit: I had the np-bootsplash patch applied, removed that and it applied cleanly. |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
|
Back to top |
|
|
Raniz l33t
Joined: 13 Sep 2003 Posts: 967 Location: Varberg, Sweden
|
Posted: Sun Jul 04, 2004 1:03 pm Post subject: |
|
|
If you're quick, then I'm quicker |
|
Back to top |
|
|
ryszardzonk Apprentice
Joined: 18 Dec 2003 Posts: 225 Location: Rzeszów, POLAND
|
Posted: Sun Jul 04, 2004 1:29 pm Post subject: working... |
|
|
compiled, all patches apllied cleanly, i had to say "y" on the very first patch (asked me if I want to reverse it).
About everything I checked works, but the vesa-tng. I used 0.9-r1-rc1 so far with no problems (however had to turn off bootsplash). Present version gives me some interlanced mode at 87Hz... I did everything like last time, so it may be a version specific error.
Peace
_________________ Sky is not the limit... |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sun Jul 04, 2004 8:14 pm Post subject: |
|
|
got help from spock and now the vesafb-tng works perfect !!
_________________ http://www.mafteah.co.il |
|
Back to top |
|
|
Regor Guru
Joined: 06 Aug 2002 Posts: 545 Location: 39° 2' 48" N, 120° 59' 2" W
|
Posted: Mon Jul 05, 2004 2:25 am Post subject: |
|
|
Mafteah wrote: | got help from spock and now the vesafb-tng works perfect !! |
Do tell. You mean you've got it to stop reverting to 60Hz after X has started? What do I have to do? _________________ Sometimes the appropriate response to reality is to go insane.
-Philip K. Dick, Valis |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Mon Jul 05, 2004 7:09 am Post subject: |
|
|
Regor wrote: | Mafteah wrote: | got help from spock and now the vesafb-tng works perfect !! |
Do tell. You mean you've got it to stop reverting to 60Hz after X has started? What do I have to do? |
use -3 _________________ http://www.mafteah.co.il |
|
Back to top |
|
|
Regor Guru
Joined: 06 Aug 2002 Posts: 545 Location: 39° 2' 48" N, 120° 59' 2" W
|
Posted: Mon Jul 05, 2004 8:28 am Post subject: |
|
|
-3 doesn't work for me at all.
Using Code: | video=vesafb:mtrr,ywrap,1600x1200-32@70 | as I had earlier it was fine until X started but afterwards the console screen was extremely corrupted. The text was being displayed, but it was spewed diagonally across the top half of the screen, with garbage in the bottom half. I tried to reboot, but it seemed to hang. I couldn't tell for sure what was going on since the text was illegible.
I also tried Code: | video=vesafb:mtrr,ywrap,1280x1024-32@85 | but that worked even less well, not displaying anything and causing my monitor to lose sync and go into powersave mode.
Bad all around for me for whatever reason. _________________ Sometimes the appropriate response to reality is to go insane.
-Philip K. Dick, Valis |
|
Back to top |
|
|
0n0w1c Apprentice
Joined: 02 Mar 2004 Posts: 273
|
Posted: Mon Jul 05, 2004 4:22 pm Post subject: |
|
|
I am having an issue with the framebuffer and my ATI 8500 AIW but I posted here. I have only seen references to nVidia cards... does anyone have a radeon card working properly? If so, how did you configure the kernel's fb support? |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
|
Back to top |
|
|
|