View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 16 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri Mar 09, 2007 10:24 am 
Offline
Joined: Wed Dec 21, 2005 1:14 pm
Posts: 145
Location: Charlotte NC USA
Has anyone tried them yet?


I'm going to try them tonight on one of my frontends and see how it goes.


http://www.nvidia.com/object/linux_disp ... -9755.html


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 15, 2007 7:36 am 
Offline
Joined: Sun Jul 24, 2005 4:16 pm
Posts: 508
Location: Ft. Worth TX
Yes. No noticable difference fron 1.9746...


Top
 Profile  
 
 Post subject: better or worse?
PostPosted: Thu Mar 15, 2007 11:33 am 
Offline
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location: Minneapolis, MN
snaproll wrote:
Yes. No noticable difference fron 1.9746...

Is it better or worse? How is it better or worse?

Eric

_________________
KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 16, 2007 9:44 am 
Offline
Joined: Sun Jul 24, 2005 4:16 pm
Posts: 508
Location: Ft. Worth TX
The picture quality and functionality are fine (on HD with a Nvidia 6200).
I was trying to implement an Xvmc setup to 'play frontend' on a low powered processor (2.0 ghz testbed) and 9746 worked fine for all video display purposes, (with all the different processing and deinterlace tried..) [I settled on using libmpeg2 and kernal for 'standard purposes]
..But I couldn't get it to show a processor load drop in xvmc (or see the black OSD..) [May be due to hardware..]

So figuring wth.. I installed the 9755 driver...
I figured the new driver might work -or- repeat of the install procedure might pick up a 'dropped stitch'...
The results are exactly the same as far as video displaying- excellent picture. & xvmc still doesn't go into black OSD or show any processor offload.. But that's why I experiment..

Summed up there's probably no reason to expend the effort and possibility of a 'dropped stitch' for the new driver if the 9746 is working for you...


Top
 Profile  
 
PostPosted: Sat Mar 17, 2007 10:24 am 
Offline
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location: Minneapolis, MN
Thanks for the details snaproll.

How are you stopping xwindows so you can update the nvidia drivers?

All the forum posts that say something like "all you need to do is type "init 3" as root" are simply wrong. I tried them and they DO NOT stop xwindows.

The only method of stopping xwindows is to disable it by renaming the /usr/bin/startx file and rebooting. THEN xwindows won't run.
This method is very klunky and there MUST be an easier way to stop it.

_________________
KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 17, 2007 10:33 am 
Offline
Joined: Sun Jul 24, 2005 4:16 pm
Posts: 508
Location: Ft. Worth TX
Clunky, yes, but it works & that's how I did it (renaming, & renaming back..) :)


Top
 Profile  
 
PostPosted: Sat Mar 17, 2007 11:09 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
neutron68 wrote:
All the forum posts that say something like "all you need to do is type "init 3" as root" are simply wrong. I tried them and they DO NOT stop xwindows.

The only method of stopping xwindows is to disable it by renaming the /usr/bin/startx file and rebooting. THEN xwindows won't run.
This method is very klunky and there MUST be an easier way to stop it.

Have you tried the method documented in the R5E50 Upgrade Hints?
Quote:
To stop X entirely you can drop to single user mode using "telinit 1".

After doing that you can stop it with "pkill xinit" and it will stay stopped.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 17, 2007 2:27 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
Oops wrong thread.


Last edited by Greg Frost on Sat Mar 17, 2007 10:44 pm, edited 1 time in total.


Top
 Profile  
 
PostPosted: Sat Mar 17, 2007 2:53 pm 
Offline
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location: Minneapolis, MN
tjc wrote:
Have you tried the method documented in the R5E50 Upgrade Hints?

You mean this?
Quote:
2.2) GDM is gone and won't be coming back. Rather than using "/etc/init.d/gdm restart" to restart the frontend from the commnad line you can now use "pkill xinit". To stop X entirely you can drop to single user mode using "telinit 1" at the console and then kill xinit.

Yes, I did try that. It does NOT work.
After you log in as root and type "telinit 1", a bunch of services are stopped and then after you type "kill xinit", you will get an error message back:
Code:
-bash: kill: xinit: arguments must be process or job IDs

I believe I just found an error in the Upgrade Hints.

_________________
KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 17, 2007 3:19 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
I believe that should be
Code:
pkill xinit


Top
 Profile  
 
PostPosted: Sat Mar 17, 2007 5:48 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
neutron68 wrote:
I believe I just found an error in the Upgrade Hints.

While an error in the upgrade hints wouldn't be anything new (they're very much a work in progress) in this case Greg is correct and you're being too literal.
Quote:
and then kill xinit.

Is just a text description, and not a command (the actual command was already given above). This is part of the reason I mark commands in green...
Code:
telinit 1
pkill xinit

BTW - Yes I'm aware that using red and green risks running into the most common type of color blindness, but I tried to pick colors that were the most readable and which will still show up as a different intensity for folks with that problem.


Top
 Profile  
 
PostPosted: Sat Mar 17, 2007 6:59 pm 
Offline
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location: Minneapolis, MN
tjc wrote:
While an error in the upgrade hints wouldn't be anything new (they're very much a work in progress) in this case Greg is correct and you're being too literal.
Quote:
and then kill xinit.

Now that you know there is confusing text in the R5E50 how-to, I ask that you please change it so it is clear. It is easy to confuse Linux students like me.

_________________
KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner


Last edited by neutron68 on Sun May 06, 2007 9:51 pm, edited 1 time in total.


Top
 Profile  
 
PostPosted: Fri Mar 30, 2007 2:17 pm 
Offline
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location: Minneapolis, MN
I got 1.0-9755 loaded. I had to use the "rename the /usr/bin/startx file" method to get stop and disable x. This is the case because you can't load/compile the nvidia driver module in telinit1 mode.

In the end, I don't notice any improvements from previous version. The good news is that I don't notice any new problems. :)

Eric

_________________
KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner


Top
 Profile  
 
PostPosted: Fri Mar 30, 2007 3:08 pm 
Offline
Joined: Sun Jul 24, 2005 4:16 pm
Posts: 508
Location: Ft. Worth TX
neutron68 wrote:
In the end, I don't notice any improvements from previous version. The good news is that I don't notice any new problems. :)

Eric


[Ahem] ....I think someone said that two weeks ago.... :lol:


Top
 Profile  
 
PostPosted: Fri Mar 30, 2007 3:22 pm 
Offline
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location: Minneapolis, MN
snaproll wrote:
[Ahem] ....I think someone said that two weeks ago.... :lol:

Yep, I know you did. I'm just providing another data point, and standing shoulder to shoulder with you, man. :)

Eric

_________________
KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 3 guests


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 post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu