Re: Possible to go from 5.5 to 5.4?

2006-06-17 Thread Ian Moore
On Sunday 18 June 2006 08:37, Tuc at T-B-O-H.NET wrote:
>   Complete recompile of X, and anything supporting X, as
> well as nvidia driver and reboot
>
>
>   Still happening..

Have you done portupgrade -fr libglut\* ?
If it still won't work, a portupgrade -fa is an option I guess.


pgpVFw6b7SfMi.pgp
Description: PGP signature


Re: Possible to go from 5.5 to 5.4?

2006-06-17 Thread Tuc at T-B-O-H.NET
> 
> Tuc wrote:
> > Hi,
> >
> >  I recently upgraded from 5.4 to 5.5, and now if I leave it in X for a
> > few minutes it ends up locking up, usually when the screen blanks on
> > its own. I wanted to go backwards to see if that behaviour goes away.
> >
> >  I wasn't sure if there was a risk doing this.
> >
> > Thanks, Tuc
> >
> >   
> Have you tried recompiling X? That might help. Take a look at 
> sysutils/portupgrade, if you haven't used that before. I think going 
> backward is unwise, there must be a better way.
> 
Complete recompile of X, and anything supporting X, as
well as nvidia driver and reboot


Still happening..


Suggestions where/what to do next, or guidance for going back
to 5.4?

Thanks, Tuc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Possible to go from 5.5 to 5.4?

2006-06-16 Thread Ian Moore
On Saturday 17 June 2006 07:04, Tuc at T-B-O-H.NET wrote:
> > On Fri, Jun 16, 2006 at 05:08:30PM -0400, Scott Tuc Ellentuch at T-B-O-H 
wrote:
> > > 6) portupgrade -Ri of anything that was xorg*, nvidia*
> >
> > If you didn't use -f for nvidia-driver then it may not have rebuilt.
>
>   Well, my nvidia-driver was out of date as is. So I didn't
> need to do an "-f". Same with alot of my xorg*. I probably should
> have been smarter (TOO LATE!!) to upgrade my nvidia first, run for
> a while THEN go to 5.5 .
>
>   So it did get rebuilt. And when I portdowngraded and then
> portupgraded -f'd it, (I did mention that, right?) it would have
> re-installed it anyway.

Are you running an opengl screensaver? If so, I'd suspect it's opengl that's 
causing the problem.
I do the following in such cases:
portupgrade -f nvidia-driver\* xorgclients\* 
portupgrade -fr libglut\*

A portupgrade -f xorg\* wouldn't go astray either!

Cheers,
Ian
gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc


pgpBC5suZWLTM.pgp
Description: PGP signature


Re: Possible to go from 5.5 to 5.4?

2006-06-16 Thread Tuc at T-B-O-H.NET
> On Fri, Jun 16, 2006 at 05:08:30PM -0400, Scott Tuc Ellentuch at T-B-O-H 
> wrote:
> 
> > 6) portupgrade -Ri of anything that was xorg*, nvidia*
> 
> If you didn't use -f for nvidia-driver then it may not have rebuilt.
> 
Well, my nvidia-driver was out of date as is. So I didn't
need to do an "-f". Same with alot of my xorg*. I probably should
have been smarter (TOO LATE!!) to upgrade my nvidia first, run for
a while THEN go to 5.5 . 

So it did get rebuilt. And when I portdowngraded and then
portupgraded -f'd it, (I did mention that, right?) it would have
re-installed it anyway.

Tuc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Possible to go from 5.5 to 5.4?

2006-06-16 Thread Kris Kennaway
On Fri, Jun 16, 2006 at 05:08:30PM -0400, Scott Tuc Ellentuch at T-B-O-H wrote:

> 6) portupgrade -Ri of anything that was xorg*, nvidia*

If you didn't use -f for nvidia-driver then it may not have rebuilt.

Kris


pgp09noI5d4Dd.pgp
Description: PGP signature


Re: Possible to go from 5.5 to 5.4?

2006-06-16 Thread Tuc
> On Fri, Jun 16, 2006 at 04:41:35PM -0400, Scott Tuc Ellentuch at T-B-O-H wr=
> ote:
> > > On Fri, Jun 16, 2006 at 09:39:27PM +0200, K?vesd?n G?bor wrote:
> > > > Tuc wrote:
> > > > >Hi,
> > > > >
> > > > > I recently upgraded from 5.4 to 5.5, and now if I leave it in X=
>  for=3D
> > >  a
> > > > >few minutes it ends up locking up, usually when the screen blanks on
> > > > >its own. I wanted to go backwards to see if that behaviour goes away.
> > > > >
> > > > > I wasn't sure if there was a risk doing this.
> > > > >
> > > > >Thanks, Tuc
> > > > >
> > > > > =3D20
> > > > Have you tried recompiling X? That might help. Take a look at=3D20
> > > > sysutils/portupgrade, if you haven't used that before. I think going=
> =3D20
> > > > backward is unwise, there must be a better way.
> > >=20
> > > Also make sure you recompile any kernel modules you might be using.
> > > The most likely one would be the nvidia driver.
> > >=20
> > I had upgraded the nvidia one at the same time since I knew it=20
> > needed to be rebuilt.
> 
> In what order did you do this?  Since you are using the module, it's
> still the #1 suspect.
> 
1) 
cvsup -g -L 2 ./stable-supfile &&(cd /usr/src;make buildworld) && (cd /usr/src;m
ake buildkernel KERNCONF=HIMINBJORG53)
echo "Press ENTER to install kernel"
read c
(cd /usr/src;make installkernel KERNCONF=HIMINBJORG53)
echo "Need to reboot"

stable-supfile :

*default host=cvsup2.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_5_5
*default delete use-rel-suffix
*default compress
src-all

2) Reboot

3) 
echo "Press ENTER to mergemaster"
read a
mergemaster -p
echo "Press ENTER to installworld"
read b
(cd /usr/src;make installworld)
echo "Press ENTER to mergemaster"
read c
mergemaster
echo "REBOOT"

4) Reboot

5) 
cvsup -g -L 2 -h `fastest_cvsup -c us -Q` ./ports-supfile
(cd /usr/ports;make fetchindex)
pkg_version -l '<' -v > not.txt
more not.txt

ports-supfile:

*default host=cvsup11.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
ports-all

6) portupgrade -Ri of anything that was xorg*, nvidia*

7) Reboot

8) startx, do work for a few hours, stop working for a little while, come
back and there is nothing on the screen, and I can't get it to do
anything, even ctrl-alt-backspace

9) Power off, reboot, happens again like in 8, power off, reboot, happens again
like in 8

10) run portdowngrade against nvidia to the previous version

11) reboot, happens again like in 8

12) Post to the newsgroup

12+1) Steps 1-4 again

14) Reply to this email. ;)

Tuc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Possible to go from 5.5 to 5.4?

2006-06-16 Thread Kris Kennaway
On Fri, Jun 16, 2006 at 04:41:35PM -0400, Scott Tuc Ellentuch at T-B-O-H wrote:
> > On Fri, Jun 16, 2006 at 09:39:27PM +0200, K?vesd?n G?bor wrote:
> > > Tuc wrote:
> > > >Hi,
> > > >
> > > > I recently upgraded from 5.4 to 5.5, and now if I leave it in X for=
> >  a
> > > >few minutes it ends up locking up, usually when the screen blanks on
> > > >its own. I wanted to go backwards to see if that behaviour goes away.
> > > >
> > > > I wasn't sure if there was a risk doing this.
> > > >
> > > >Thanks, Tuc
> > > >
> > > > =20
> > > Have you tried recompiling X? That might help. Take a look at=20
> > > sysutils/portupgrade, if you haven't used that before. I think going=20
> > > backward is unwise, there must be a better way.
> > 
> > Also make sure you recompile any kernel modules you might be using.
> > The most likely one would be the nvidia driver.
> > 
>   I had upgraded the nvidia one at the same time since I knew it 
> needed to be rebuilt.

In what order did you do this?  Since you are using the module, it's
still the #1 suspect.

Kris


pgpnZHYfmjWKr.pgp
Description: PGP signature


Re: Possible to go from 5.5 to 5.4?

2006-06-16 Thread Tuc
> On Fri, Jun 16, 2006 at 09:39:27PM +0200, K?vesd?n G?bor wrote:
> > Tuc wrote:
> > >Hi,
> > >
> > > I recently upgraded from 5.4 to 5.5, and now if I leave it in X for=
>  a
> > >few minutes it ends up locking up, usually when the screen blanks on
> > >its own. I wanted to go backwards to see if that behaviour goes away.
> > >
> > > I wasn't sure if there was a risk doing this.
> > >
> > >Thanks, Tuc
> > >
> > > =20
> > Have you tried recompiling X? That might help. Take a look at=20
> > sysutils/portupgrade, if you haven't used that before. I think going=20
> > backward is unwise, there must be a better way.
> 
> Also make sure you recompile any kernel modules you might be using.
> The most likely one would be the nvidia driver.
> 
I had upgraded the nvidia one at the same time since I knew it 
needed to be rebuilt. The 2nd step to resolve this is to portdowngrade 
to the previous version, still no luck. Just for shites and giggles I
built world and am letting it run for a while. Next step is recompile X.
After that, it unless I get any more suggestions, it'll be go back to 5.4 .

Thanks for the suggestions guys, I guess I was jumping to conclusions
too quick.

Thanks, Tuc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Possible to go from 5.5 to 5.4?

2006-06-16 Thread Kris Kennaway
On Fri, Jun 16, 2006 at 09:39:27PM +0200, K?vesd?n G?bor wrote:
> Tuc wrote:
> >Hi,
> >
> > I recently upgraded from 5.4 to 5.5, and now if I leave it in X for a
> >few minutes it ends up locking up, usually when the screen blanks on
> >its own. I wanted to go backwards to see if that behaviour goes away.
> >
> > I wasn't sure if there was a risk doing this.
> >
> >Thanks, Tuc
> >
> >  
> Have you tried recompiling X? That might help. Take a look at 
> sysutils/portupgrade, if you haven't used that before. I think going 
> backward is unwise, there must be a better way.

Also make sure you recompile any kernel modules you might be using.
The most likely one would be the nvidia driver.

Kris


pgpVlK22lBPGQ.pgp
Description: PGP signature


Re: Possible to go from 5.5 to 5.4?

2006-06-16 Thread Kövesdán Gábor

Tuc wrote:

Hi,

 I recently upgraded from 5.4 to 5.5, and now if I leave it in X for a
few minutes it ends up locking up, usually when the screen blanks on
its own. I wanted to go backwards to see if that behaviour goes away.

 I wasn't sure if there was a risk doing this.

Thanks, Tuc

  
Have you tried recompiling X? That might help. Take a look at 
sysutils/portupgrade, if you haven't used that before. I think going 
backward is unwise, there must be a better way.


Gabor Kovesdan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Possible to go from 5.5 to 5.4?

2006-06-16 Thread Tuc
Hi,

 I recently upgraded from 5.4 to 5.5, and now if I leave it in X for a
few minutes it ends up locking up, usually when the screen blanks on
its own. I wanted to go backwards to see if that behaviour goes away.

 I wasn't sure if there was a risk doing this.

Thanks, Tuc

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"