Re: [Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-10 Thread alex chiosso
Hi to all.
Just an update.
I set the isolcpu=1.
I disabled the legacy USB support from the BIOS .
I finally remove the Nvidia drivers + the NOUVEAU drivers and reboot the
system.
After that the latency numbers are pretty good (I mean comparing with the
previous numbers) .
The base thread peak is less than 18000 and the servo thread peak is less
than 22000 with :
- The internet browser opened and Youtube video playing ;
- 3 glxgears sessions opened ;
- Libreoffice Draw opened ;
- File manager opened and searching files and moving windows on the screen.
All this running for a couple of hours.
Anyway this is not the best but should be ok.

Thans a lot for the help and support you gave me. :-)

Alex


On Fri, Nov 7, 2014 at 10:13 PM, alex chiosso  wrote:

> Thank you Kirk for your detailed explanation I will try your tips.
> My cpu is an Intel dual core so isolcpu=1 should be the right one .
>
> Alex
> Il giorno 07/nov/2014 20:12, "John Alexander Stewart" 
> ha scritto:
>
> Alex;
>>
>> I've made the isolcpu=1 modification but numbers are always pretty high
>> > (6-65000 on both threads) but more stable as I can see.
>> >
>> >
>> How many cores?  If two, the isolcpus=1 is correct; if four, or one or...
>> it may not be.
>>
>> I modified Kent's "07_rtai" script to find the pae kernels; someone else
>> (sorry, names
>> are in the script) went through and worked out different cores and what
>> worked well.
>> IIRC his/her comments are in the wiki page and in the 07_rtai script.
>>
>> Just something to check; John.
>>
>> --
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-07 Thread alex chiosso
Thank you Kirk for your detailed explanation I will try your tips.
My cpu is an Intel dual core so isolcpu=1 should be the right one .

Alex
Il giorno 07/nov/2014 20:12, "John Alexander Stewart" 
ha scritto:

> Alex;
>
> I've made the isolcpu=1 modification but numbers are always pretty high
> > (6-65000 on both threads) but more stable as I can see.
> >
> >
> How many cores?  If two, the isolcpus=1 is correct; if four, or one or...
> it may not be.
>
> I modified Kent's "07_rtai" script to find the pae kernels; someone else
> (sorry, names
> are in the script) went through and worked out different cores and what
> worked well.
> IIRC his/her comments are in the wiki page and in the 07_rtai script.
>
> Just something to check; John.
>
> --
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-07 Thread John Alexander Stewart
Alex;

I've made the isolcpu=1 modification but numbers are always pretty high
> (6-65000 on both threads) but more stable as I can see.
>
>
How many cores?  If two, the isolcpus=1 is correct; if four, or one or...
it may not be.

I modified Kent's "07_rtai" script to find the pae kernels; someone else
(sorry, names
are in the script) went through and worked out different cores and what
worked well.
IIRC his/her comments are in the wiki page and in the 07_rtai script.

Just something to check; John.
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-07 Thread Kirk Wallace
On 11/07/2014 10:30 AM, Eric Keller wrote:
> Vesa worked fine.  The open source Nvidia drivers were not good for
> latency.  You may wish to go with an interface that doesn't use 3d.  I
> believe that the problem with the Nvidia system is that they want a
> specific kernel layout and it doesn't work with the RTAI kernel, but I
> can't be sure

(Thinking more this may not affect boot problems, but anyway...)

I have a very limited understanding of this, but here is my take on it. 
I think many LinuxCNC video issues are due to OpenGL, which is used for 
the Gremlin backplot application.

OpenGL is supposed to be a more direct interface to the video hardware. 
It is a library of functions that allow talking to the video hardware to 
create shapes and shading. Unfortunately, the manufacturers control the 
hardware, and they don't usually like to share their ... well anything 
but your money. So, we have to live with their closed drivers that don't 
cater to Linux, or try dodgy reverse engineered open drivers, or bypass 
the issue.

For LinuxCNC there are two options for OpenGL. The common one is:

libgl1-mesa-glx

which is an API that talks to video hardware (BTW it's a different 
Mesa). The other is:

libgl1-mesa-swx11

which is a software only version that doesn't talk to video hardware and 
is also much slower. One can try running GLXgears and if it crashes, 
switch to the swx11 version. To see which version is active, open 
Synaptic, type "libgl1" into the Quick Search box, and see which libgl1 
from above has the green box next to it. If you decide to change your 
active libgl1, Mark the inactive version and Apply. You should get a 
message indicating that some files will be uninstalled. This is because 
each version is mutually exclusive. Make note of the files you unloaded 
in case you have trouble putting things back the way they where.

Hopefully, someone that knows better will correct any above misinformation.



-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-07 Thread alex chiosso
Thank you Eric.
Your observation may be correct .
The Nvidia driver installation is a big issue for many users that are not
using LCNC .
I will remove the drivers I've installed and I will go for the Vesa
solution.
The Gigabyte and ASRock mobo seems to be better than ASUS for LCNC.
And to have a separate graphic card it's not a solution anyway.
My BIOS do not have much parameters to be setup specifically to get a
better performance for real time .
I've made the isolcpu=1 modification but numbers are always pretty high
(6-65000 on both threads) but more stable as I can see.

Alex


On Fri, Nov 7, 2014 at 7:30 PM, Eric Keller  wrote:

> Vesa worked fine.  The open source Nvidia drivers were not good for
> latency.  You may wish to go with an interface that doesn't use 3d.  I
> believe that the problem with the Nvidia system is that they want a
> specific kernel layout and it doesn't work with the RTAI kernel, but I
> can't be sure
>
> On Fri, Nov 7, 2014 at 12:32 PM, alex chiosso  wrote:
>
> > Hi Eric .
> > Did you get good latency numbers with Vesa drivers.
> > My need is to get the best latency numbers is possible.
> > If it's better to use the Vesa drivers I will do that .
> > Nowadays the two biggest Graphic cards/chips manufacturers seems to be
> > Nvidia and ATI so why it is so hard to get this cards work with their
> > proprietary drivers ?
> > Maybe it is a stupid question but I remember that somewhere in the LCNC
> > documentation there is also the suggestion to use a graphic card instead
> of
> > a mother board integrated one. :- (
> > I used a ASUS mobo with a ASUS GPU thinking about a proper solution but
> > maybe I was wrong .
> >
> > Alex
> >
> > On Fri, Nov 7, 2014 at 6:10 PM, Eric Keller  wrote:
> >
> > > Last time I set up a lcnc system I had a lot of trouble with the Nvidia
> > > drivers -- they wouldn't install.  I did go with Vesa.  I don't really
> > > think it's a problem.
> > >
> > > On Fri, Nov 7, 2014 at 11:46 AM, alex chiosso 
> > wrote:
> > >
> > > > Hi Dave .
> > > > Actually seems that the NOUVEAU drivers are used as I can see into
> the
> > > > Xorg.0.log file I've attached .
> > > > Do you suggest to use the Vesa instead of Nouveau ?
> > > >
> > > > Alex
> > > >
> > > > On Fri, Nov 7, 2014 at 5:39 PM, Dave Caroline <
> > > dave.thearchiv...@gmail.com
> > > > >
> > > > wrote:
> > > >
> > > > > Nvidia is a known problem see
> > > > >
> > > > >
> > > >
> > >
> >
> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TroubleShooting#NVidia_and_ATI_graphics_cards
> > > > > try those solutions and any other graphics card you have lying
> around
> > > > >
> > > > > Dave Caroline
> > > > >
> > > > > On 07/11/2014, alex chiosso  wrote:
> > > > > > Hi to all.
> > > > > > I've built a new desktop pc (honestly I bought the hw components
> a
> > > > couple
> > > > > > of years ago) to use it for LCNC application hoping to get a good
> > > > latency
> > > > > > numbers .
> > > > > > The mother board is an ASUS P5KPL SE ;
> > > > > > The Graphic Card is an ASUS EN8400GS 512MB based on the GeForce
> > > 8400GS
> > > > > chip
> > > > > > ;
> > > > > > The Processor is an Intel Pentium E6500 Dual Core ;
> > > > > > The Ram is a 2GB DDR2 800Mhz ;
> > > > > > The HD is a Seagate Barracuda 7200.12 ;
> > > > > >
> > > > > > I've installed LCNC using the pre-compiled version CD 2.6.1 with
> > > Debian
> > > > > > Wheezy .
> > > > > >
> > > > > > After the installation done and the upgrade using the update
> > manager
> > > I
> > > > > ran
> > > > > > the Latency test application to see the latency numbers and the
> > test
> > > > was
> > > > > > not good (I mean about 7 Max Jitter on both the threads) .
> > > > > >
> > > > > > I've not modified the GRUB for ISOLCPU=1 yet .
> > > > > >
> > > > > > But what I can see is that the Nvidia Card is not using the
> > > proprietary
> > > > > > drivers .
> > > > > >
> > > > > > I tried few different ways using "solutions" from the net but
> there
> > > is
> > > > no
> > > > > > way to get the Nviadia drivers to be loaded properly.
> > > > > >
> > > > > > I post the files :
> > > > > > - Xorg.0.log.old that show some information on the Nvidia drivers
> > > > loading
> > > > > > issue ;
> > > > > > - Xorg.0.log that show the information after a correct startup of
> > the
> > > > PC
> > > > > > without invoking the use of the Nvidia proprietary Drivers.
> > > > > >
> > > > > > The last test I did was reinstalling the LCNC CD (so a clean of
> all
> > > the
> > > > > > Nvidia trials tests I did) and try this solution
> > > > > >  from
> the
> > > > > Official
> > > > > > Debian Wiki site .
> > > > > >
> > > > > > The problem is that with the invoking of the Nvidia Drivers load
> > > > > procedure
> > > > > > I can't get the system booting completely and the display is
> > showing
> > > a
> > > > > > blinking cursor.
> > > > > >
> > > > > > Maybe the system stops when is loading (or trying to load) the
> > Nvidia

Re: [Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-07 Thread Eric Keller
Vesa worked fine.  The open source Nvidia drivers were not good for
latency.  You may wish to go with an interface that doesn't use 3d.  I
believe that the problem with the Nvidia system is that they want a
specific kernel layout and it doesn't work with the RTAI kernel, but I
can't be sure

On Fri, Nov 7, 2014 at 12:32 PM, alex chiosso  wrote:

> Hi Eric .
> Did you get good latency numbers with Vesa drivers.
> My need is to get the best latency numbers is possible.
> If it's better to use the Vesa drivers I will do that .
> Nowadays the two biggest Graphic cards/chips manufacturers seems to be
> Nvidia and ATI so why it is so hard to get this cards work with their
> proprietary drivers ?
> Maybe it is a stupid question but I remember that somewhere in the LCNC
> documentation there is also the suggestion to use a graphic card instead of
> a mother board integrated one. :- (
> I used a ASUS mobo with a ASUS GPU thinking about a proper solution but
> maybe I was wrong .
>
> Alex
>
> On Fri, Nov 7, 2014 at 6:10 PM, Eric Keller  wrote:
>
> > Last time I set up a lcnc system I had a lot of trouble with the Nvidia
> > drivers -- they wouldn't install.  I did go with Vesa.  I don't really
> > think it's a problem.
> >
> > On Fri, Nov 7, 2014 at 11:46 AM, alex chiosso 
> wrote:
> >
> > > Hi Dave .
> > > Actually seems that the NOUVEAU drivers are used as I can see into the
> > > Xorg.0.log file I've attached .
> > > Do you suggest to use the Vesa instead of Nouveau ?
> > >
> > > Alex
> > >
> > > On Fri, Nov 7, 2014 at 5:39 PM, Dave Caroline <
> > dave.thearchiv...@gmail.com
> > > >
> > > wrote:
> > >
> > > > Nvidia is a known problem see
> > > >
> > > >
> > >
> >
> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TroubleShooting#NVidia_and_ATI_graphics_cards
> > > > try those solutions and any other graphics card you have lying around
> > > >
> > > > Dave Caroline
> > > >
> > > > On 07/11/2014, alex chiosso  wrote:
> > > > > Hi to all.
> > > > > I've built a new desktop pc (honestly I bought the hw components a
> > > couple
> > > > > of years ago) to use it for LCNC application hoping to get a good
> > > latency
> > > > > numbers .
> > > > > The mother board is an ASUS P5KPL SE ;
> > > > > The Graphic Card is an ASUS EN8400GS 512MB based on the GeForce
> > 8400GS
> > > > chip
> > > > > ;
> > > > > The Processor is an Intel Pentium E6500 Dual Core ;
> > > > > The Ram is a 2GB DDR2 800Mhz ;
> > > > > The HD is a Seagate Barracuda 7200.12 ;
> > > > >
> > > > > I've installed LCNC using the pre-compiled version CD 2.6.1 with
> > Debian
> > > > > Wheezy .
> > > > >
> > > > > After the installation done and the upgrade using the update
> manager
> > I
> > > > ran
> > > > > the Latency test application to see the latency numbers and the
> test
> > > was
> > > > > not good (I mean about 7 Max Jitter on both the threads) .
> > > > >
> > > > > I've not modified the GRUB for ISOLCPU=1 yet .
> > > > >
> > > > > But what I can see is that the Nvidia Card is not using the
> > proprietary
> > > > > drivers .
> > > > >
> > > > > I tried few different ways using "solutions" from the net but there
> > is
> > > no
> > > > > way to get the Nviadia drivers to be loaded properly.
> > > > >
> > > > > I post the files :
> > > > > - Xorg.0.log.old that show some information on the Nvidia drivers
> > > loading
> > > > > issue ;
> > > > > - Xorg.0.log that show the information after a correct startup of
> the
> > > PC
> > > > > without invoking the use of the Nvidia proprietary Drivers.
> > > > >
> > > > > The last test I did was reinstalling the LCNC CD (so a clean of all
> > the
> > > > > Nvidia trials tests I did) and try this solution
> > > > >  from the
> > > > Official
> > > > > Debian Wiki site .
> > > > >
> > > > > The problem is that with the invoking of the Nvidia Drivers load
> > > > procedure
> > > > > I can't get the system booting completely and the display is
> showing
> > a
> > > > > blinking cursor.
> > > > >
> > > > > Maybe the system stops when is loading (or trying to load) the
> Nvidia
> > > > > Drivers .
> > > > >
> > > > > The only way-out that I found is to remove (or rename) the file
> > > > >
> > > > > /etc/X11/xorg.conf.d
> > > > >
> > > > > and perform a system reboot.
> > > > >
> > > > > As it's clear I'm not familiar with Linux to be able to solve this
> > > > > issue so I'm asking your help.
> > > > >
> > > > >
> > > > > Regards
> > > > >
> > > > > Alex
> > > > >
> > > >
> > > >
> > > >
> > >
> >
> --
> > > > ___
> > > > Emc-users mailing list
> > > > Emc-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > > >
> > >
> > >
> >
> --
> > > ___
> > > Emc-users mailing list
> > > Emc

Re: [Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-07 Thread alex chiosso
Hi Eric .
Did you get good latency numbers with Vesa drivers.
My need is to get the best latency numbers is possible.
If it's better to use the Vesa drivers I will do that .
Nowadays the two biggest Graphic cards/chips manufacturers seems to be
Nvidia and ATI so why it is so hard to get this cards work with their
proprietary drivers ?
Maybe it is a stupid question but I remember that somewhere in the LCNC
documentation there is also the suggestion to use a graphic card instead of
a mother board integrated one. :- (
I used a ASUS mobo with a ASUS GPU thinking about a proper solution but
maybe I was wrong .

Alex

On Fri, Nov 7, 2014 at 6:10 PM, Eric Keller  wrote:

> Last time I set up a lcnc system I had a lot of trouble with the Nvidia
> drivers -- they wouldn't install.  I did go with Vesa.  I don't really
> think it's a problem.
>
> On Fri, Nov 7, 2014 at 11:46 AM, alex chiosso  wrote:
>
> > Hi Dave .
> > Actually seems that the NOUVEAU drivers are used as I can see into the
> > Xorg.0.log file I've attached .
> > Do you suggest to use the Vesa instead of Nouveau ?
> >
> > Alex
> >
> > On Fri, Nov 7, 2014 at 5:39 PM, Dave Caroline <
> dave.thearchiv...@gmail.com
> > >
> > wrote:
> >
> > > Nvidia is a known problem see
> > >
> > >
> >
> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TroubleShooting#NVidia_and_ATI_graphics_cards
> > > try those solutions and any other graphics card you have lying around
> > >
> > > Dave Caroline
> > >
> > > On 07/11/2014, alex chiosso  wrote:
> > > > Hi to all.
> > > > I've built a new desktop pc (honestly I bought the hw components a
> > couple
> > > > of years ago) to use it for LCNC application hoping to get a good
> > latency
> > > > numbers .
> > > > The mother board is an ASUS P5KPL SE ;
> > > > The Graphic Card is an ASUS EN8400GS 512MB based on the GeForce
> 8400GS
> > > chip
> > > > ;
> > > > The Processor is an Intel Pentium E6500 Dual Core ;
> > > > The Ram is a 2GB DDR2 800Mhz ;
> > > > The HD is a Seagate Barracuda 7200.12 ;
> > > >
> > > > I've installed LCNC using the pre-compiled version CD 2.6.1 with
> Debian
> > > > Wheezy .
> > > >
> > > > After the installation done and the upgrade using the update manager
> I
> > > ran
> > > > the Latency test application to see the latency numbers and the test
> > was
> > > > not good (I mean about 7 Max Jitter on both the threads) .
> > > >
> > > > I've not modified the GRUB for ISOLCPU=1 yet .
> > > >
> > > > But what I can see is that the Nvidia Card is not using the
> proprietary
> > > > drivers .
> > > >
> > > > I tried few different ways using "solutions" from the net but there
> is
> > no
> > > > way to get the Nviadia drivers to be loaded properly.
> > > >
> > > > I post the files :
> > > > - Xorg.0.log.old that show some information on the Nvidia drivers
> > loading
> > > > issue ;
> > > > - Xorg.0.log that show the information after a correct startup of the
> > PC
> > > > without invoking the use of the Nvidia proprietary Drivers.
> > > >
> > > > The last test I did was reinstalling the LCNC CD (so a clean of all
> the
> > > > Nvidia trials tests I did) and try this solution
> > > >  from the
> > > Official
> > > > Debian Wiki site .
> > > >
> > > > The problem is that with the invoking of the Nvidia Drivers load
> > > procedure
> > > > I can't get the system booting completely and the display is showing
> a
> > > > blinking cursor.
> > > >
> > > > Maybe the system stops when is loading (or trying to load) the Nvidia
> > > > Drivers .
> > > >
> > > > The only way-out that I found is to remove (or rename) the file
> > > >
> > > > /etc/X11/xorg.conf.d
> > > >
> > > > and perform a system reboot.
> > > >
> > > > As it's clear I'm not familiar with Linux to be able to solve this
> > > > issue so I'm asking your help.
> > > >
> > > >
> > > > Regards
> > > >
> > > > Alex
> > > >
> > >
> > >
> > >
> >
> --
> > > ___
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > >
> >
> >
> --
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
>
> --
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-07 Thread Eric Keller
Last time I set up a lcnc system I had a lot of trouble with the Nvidia
drivers -- they wouldn't install.  I did go with Vesa.  I don't really
think it's a problem.

On Fri, Nov 7, 2014 at 11:46 AM, alex chiosso  wrote:

> Hi Dave .
> Actually seems that the NOUVEAU drivers are used as I can see into the
> Xorg.0.log file I've attached .
> Do you suggest to use the Vesa instead of Nouveau ?
>
> Alex
>
> On Fri, Nov 7, 2014 at 5:39 PM, Dave Caroline  >
> wrote:
>
> > Nvidia is a known problem see
> >
> >
> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TroubleShooting#NVidia_and_ATI_graphics_cards
> > try those solutions and any other graphics card you have lying around
> >
> > Dave Caroline
> >
> > On 07/11/2014, alex chiosso  wrote:
> > > Hi to all.
> > > I've built a new desktop pc (honestly I bought the hw components a
> couple
> > > of years ago) to use it for LCNC application hoping to get a good
> latency
> > > numbers .
> > > The mother board is an ASUS P5KPL SE ;
> > > The Graphic Card is an ASUS EN8400GS 512MB based on the GeForce 8400GS
> > chip
> > > ;
> > > The Processor is an Intel Pentium E6500 Dual Core ;
> > > The Ram is a 2GB DDR2 800Mhz ;
> > > The HD is a Seagate Barracuda 7200.12 ;
> > >
> > > I've installed LCNC using the pre-compiled version CD 2.6.1 with Debian
> > > Wheezy .
> > >
> > > After the installation done and the upgrade using the update manager I
> > ran
> > > the Latency test application to see the latency numbers and the test
> was
> > > not good (I mean about 7 Max Jitter on both the threads) .
> > >
> > > I've not modified the GRUB for ISOLCPU=1 yet .
> > >
> > > But what I can see is that the Nvidia Card is not using the proprietary
> > > drivers .
> > >
> > > I tried few different ways using "solutions" from the net but there is
> no
> > > way to get the Nviadia drivers to be loaded properly.
> > >
> > > I post the files :
> > > - Xorg.0.log.old that show some information on the Nvidia drivers
> loading
> > > issue ;
> > > - Xorg.0.log that show the information after a correct startup of the
> PC
> > > without invoking the use of the Nvidia proprietary Drivers.
> > >
> > > The last test I did was reinstalling the LCNC CD (so a clean of all the
> > > Nvidia trials tests I did) and try this solution
> > >  from the
> > Official
> > > Debian Wiki site .
> > >
> > > The problem is that with the invoking of the Nvidia Drivers load
> > procedure
> > > I can't get the system booting completely and the display is showing a
> > > blinking cursor.
> > >
> > > Maybe the system stops when is loading (or trying to load) the Nvidia
> > > Drivers .
> > >
> > > The only way-out that I found is to remove (or rename) the file
> > >
> > > /etc/X11/xorg.conf.d
> > >
> > > and perform a system reboot.
> > >
> > > As it's clear I'm not familiar with Linux to be able to solve this
> > > issue so I'm asking your help.
> > >
> > >
> > > Regards
> > >
> > > Alex
> > >
> >
> >
> >
> --
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
>
> --
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-07 Thread alex chiosso
Hi Dave .
Actually seems that the NOUVEAU drivers are used as I can see into the
Xorg.0.log file I've attached .
Do you suggest to use the Vesa instead of Nouveau ?

Alex

On Fri, Nov 7, 2014 at 5:39 PM, Dave Caroline 
wrote:

> Nvidia is a known problem see
>
> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TroubleShooting#NVidia_and_ATI_graphics_cards
> try those solutions and any other graphics card you have lying around
>
> Dave Caroline
>
> On 07/11/2014, alex chiosso  wrote:
> > Hi to all.
> > I've built a new desktop pc (honestly I bought the hw components a couple
> > of years ago) to use it for LCNC application hoping to get a good latency
> > numbers .
> > The mother board is an ASUS P5KPL SE ;
> > The Graphic Card is an ASUS EN8400GS 512MB based on the GeForce 8400GS
> chip
> > ;
> > The Processor is an Intel Pentium E6500 Dual Core ;
> > The Ram is a 2GB DDR2 800Mhz ;
> > The HD is a Seagate Barracuda 7200.12 ;
> >
> > I've installed LCNC using the pre-compiled version CD 2.6.1 with Debian
> > Wheezy .
> >
> > After the installation done and the upgrade using the update manager I
> ran
> > the Latency test application to see the latency numbers and the test was
> > not good (I mean about 7 Max Jitter on both the threads) .
> >
> > I've not modified the GRUB for ISOLCPU=1 yet .
> >
> > But what I can see is that the Nvidia Card is not using the proprietary
> > drivers .
> >
> > I tried few different ways using "solutions" from the net but there is no
> > way to get the Nviadia drivers to be loaded properly.
> >
> > I post the files :
> > - Xorg.0.log.old that show some information on the Nvidia drivers loading
> > issue ;
> > - Xorg.0.log that show the information after a correct startup of the PC
> > without invoking the use of the Nvidia proprietary Drivers.
> >
> > The last test I did was reinstalling the LCNC CD (so a clean of all the
> > Nvidia trials tests I did) and try this solution
> >  from the
> Official
> > Debian Wiki site .
> >
> > The problem is that with the invoking of the Nvidia Drivers load
> procedure
> > I can't get the system booting completely and the display is showing a
> > blinking cursor.
> >
> > Maybe the system stops when is loading (or trying to load) the Nvidia
> > Drivers .
> >
> > The only way-out that I found is to remove (or rename) the file
> >
> > /etc/X11/xorg.conf.d
> >
> > and perform a system reboot.
> >
> > As it's clear I'm not familiar with Linux to be able to solve this
> > issue so I'm asking your help.
> >
> >
> > Regards
> >
> > Alex
> >
>
>
> --
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-07 Thread Dave Caroline
Nvidia is a known problem see
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TroubleShooting#NVidia_and_ATI_graphics_cards
try those solutions and any other graphics card you have lying around

Dave Caroline

On 07/11/2014, alex chiosso  wrote:
> Hi to all.
> I've built a new desktop pc (honestly I bought the hw components a couple
> of years ago) to use it for LCNC application hoping to get a good latency
> numbers .
> The mother board is an ASUS P5KPL SE ;
> The Graphic Card is an ASUS EN8400GS 512MB based on the GeForce 8400GS chip
> ;
> The Processor is an Intel Pentium E6500 Dual Core ;
> The Ram is a 2GB DDR2 800Mhz ;
> The HD is a Seagate Barracuda 7200.12 ;
>
> I've installed LCNC using the pre-compiled version CD 2.6.1 with Debian
> Wheezy .
>
> After the installation done and the upgrade using the update manager I ran
> the Latency test application to see the latency numbers and the test was
> not good (I mean about 7 Max Jitter on both the threads) .
>
> I've not modified the GRUB for ISOLCPU=1 yet .
>
> But what I can see is that the Nvidia Card is not using the proprietary
> drivers .
>
> I tried few different ways using "solutions" from the net but there is no
> way to get the Nviadia drivers to be loaded properly.
>
> I post the files :
> - Xorg.0.log.old that show some information on the Nvidia drivers loading
> issue ;
> - Xorg.0.log that show the information after a correct startup of the PC
> without invoking the use of the Nvidia proprietary Drivers.
>
> The last test I did was reinstalling the LCNC CD (so a clean of all the
> Nvidia trials tests I did) and try this solution
>  from the Official
> Debian Wiki site .
>
> The problem is that with the invoking of the Nvidia Drivers load procedure
> I can't get the system booting completely and the display is showing a
> blinking cursor.
>
> Maybe the system stops when is loading (or trying to load) the Nvidia
> Drivers .
>
> The only way-out that I found is to remove (or rename) the file
>
> /etc/X11/xorg.conf.d
>
> and perform a system reboot.
>
> As it's clear I'm not familiar with Linux to be able to solve this
> issue so I'm asking your help.
>
>
> Regards
>
> Alex
>

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Unable to get Nvidia Graphic Card working with nvidia drivers .

2014-11-07 Thread alex chiosso
Hi to all.
I've built a new desktop pc (honestly I bought the hw components a couple
of years ago) to use it for LCNC application hoping to get a good latency
numbers .
The mother board is an ASUS P5KPL SE ;
The Graphic Card is an ASUS EN8400GS 512MB based on the GeForce 8400GS chip
;
The Processor is an Intel Pentium E6500 Dual Core ;
The Ram is a 2GB DDR2 800Mhz ;
The HD is a Seagate Barracuda 7200.12 ;

I've installed LCNC using the pre-compiled version CD 2.6.1 with Debian
Wheezy .

After the installation done and the upgrade using the update manager I ran
the Latency test application to see the latency numbers and the test was
not good (I mean about 7 Max Jitter on both the threads) .

I've not modified the GRUB for ISOLCPU=1 yet .

But what I can see is that the Nvidia Card is not using the proprietary
drivers .

I tried few different ways using "solutions" from the net but there is no
way to get the Nviadia drivers to be loaded properly.

I post the files :
- Xorg.0.log.old that show some information on the Nvidia drivers loading
issue ;
- Xorg.0.log that show the information after a correct startup of the PC
without invoking the use of the Nvidia proprietary Drivers.

The last test I did was reinstalling the LCNC CD (so a clean of all the
Nvidia trials tests I did) and try this solution
 from the Official
Debian Wiki site .

The problem is that with the invoking of the Nvidia Drivers load procedure
I can't get the system booting completely and the display is showing a
blinking cursor.

Maybe the system stops when is loading (or trying to load) the Nvidia
Drivers .

The only way-out that I found is to remove (or rename) the file

/etc/X11/xorg.conf.d

and perform a system reboot.

As it's clear I'm not familiar with Linux to be able to solve this
issue so I'm asking your help.


Regards

Alex
[22.982] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[22.982] X Protocol Version 11, Revision 0
[22.982] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[22.982] Current Operating System: Linux cnc-pc 3.4-9-rtai-686-pae #1 SMP PREEMPT Debian 3.4.55-4linuxcnc i686
[22.982] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=32b9e6c5-a123-4823-bd85-1666f1b508c0 ro initrd=/install/gtk/initrd.gz lapic quiet rootdelay=5
[22.982] Build Date: 17 December 2013  08:37:13PM
[22.982] xorg-server 2:1.12.4-6+deb7u2 (Julien Cristau ) 
[22.982] Current version of pixman: 0.26.0
[22.982] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[22.982] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[22.982] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov  7 16:18:41 2014
[23.007] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[23.014] (==) No Layout section.  Using the first Screen section.
[23.014] (==) No screen section available. Using defaults.
[23.014] (**) |-->Screen "Default Screen Section" (0)
[23.014] (**) |   |-->Monitor ""
[23.027] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[23.027] (==) Automatically adding devices
[23.027] (==) Automatically enabling devices
[23.260] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[23.260] 	Entry deleted from font path.
[23.272] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[23.272] 	Entry deleted from font path.
[23.272] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[23.272] (==) ModulePath set to "/usr/lib/xorg/modules"
[23.272] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[23.272] (II) Loader magic: 0xb77b35a0
[23.272] (II) Module ABI versions:
[23.272] 	X.Org ANSI C Emulation: 0.4
[23.272] 	X.Org Video Driver: 12.1
[23.272] 	X.Org XInput driver : 16.0
[23.272] 	X.Org Server Extension : 6.0
[23.273] (--) PCI:*(0:1:0:0) 10de:06e4:1043:8321 rev 161, Mem @ 0xfd00/16777216, 0xe000/268435456, 0xfa00/33554432, I/O @ 0xdc00/128, BIOS @ 0x/131072
[23.273] (II) Open ACPI successful (/var/run/acpid.socket)
[23.273] (II) LoadModule: "extmod"
[23.352] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[23.363] (II) Module extmod: vendor="X.Org Foundation"
[23.363] 	compiled for 1.12.4, module version = 1.0.0
[23.363] 	Module class: X.Org Server Extension
[23.363] 	ABI class: X.Org Server Extension, version 6.0
[