Re: [gentoo-user] nvidia card problems

2011-02-04 Thread Enrico Weigelt
* Dale rdalek1...@gmail.com wrote:

 You may want to check and make sure this is compiled into your kernel.
 
 CONFIG_SYSVIPC

Are they really still using that old cruft ? ;-o


cu
-- 
--
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weig...@metux.de
 mobile: +49 151 27565287  icq:   210169427 skype: nekrad666
--
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
--



Re: [gentoo-user] nvidia card problems

2011-02-04 Thread Dale

Enrico Weigelt wrote:

* Dalerdalek1...@gmail.com  wrote:

   

You may want to check and make sure this is compiled into your kernel.

CONFIG_SYSVIPC
 

Are they really still using that old cruft ? ;-o


cu
   



I don't know about its age but I do know my card would not work until I 
built that in my kernel.  As long as it works, whos worried about age?  ;-)


Dale

:-)  :-)



[gentoo-user] nvidia card problems

2011-01-25 Thread Zhu Sha Zang
With these vga card

00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025
/ nForce 630a] (rev a2)


after compiling x11-drivers/nvidia-drivers-260.19.36 with these flags
(acpi gtk multilib) i'm receiving this messages when i try to startx:

in dmesg:

nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt Link [LMC9] enabled at IRQ 22
nvidia :00:0d.0: PCI INT A - Link[LMC9] - GSI 22 (level, low) -
IRQ 22
nvidia :00:0d.0: setting latency timer to 64
vgaarb: device changed decodes:
PCI::00:0d.0,olddecodes=io+mem,decodes=none:owns=io+mem
NVRM: loading NVIDIA UNIX x86_64 Kernel Module  260.19.36  Tue Jan 18
16:56:11 PST 2011
nvidia :00:0d.0: PCI INT A disabled

and in /var/log/Xorg.0.log

[  1191.890] (II) NVIDIA dlloader X Driver  260.19.36  Tue Jan 18
16:57:32 PST 2011
[  1191.890] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1191.891] (--) using VT number 7

[  1191.902] (EE) No devices detected.
[  1191.902]
Fatal server error:
[  1191.902] no screens found
[  1191.902]
Please consult the The X.Org Foundation support
 at http://wiki.x.org
 for help.
[  1191.902] Please also check the log file at /var/log/Xorg.0.log for
additional information.
[  1191.902]


This appear using a ancient xorg.conf.


Trying to made a new configuration with X -confugure the errors is that:

[root@sakurazukamori ~rodolfo]$ X -configure

  10:52

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the xorg product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.9.3.901 (1.9.4 RC 1)
Release Date: 2011-01-07
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.37-gentoo-sakura x86_64 Gentoo
Current Operating System: Linux sakurazukamori 2.6.37-gentoo-sakura #3
SMP PREEMPT Tue Jan 25 10:11:30 BRST 2011 x86_64
Kernel command line: auto BOOT_IMAGE=Gentoo ro root=801
Build Date: 24 January 2011  10:40:47AM

Current version of pixman: 0.20.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Jan 25 10:53:02 2011
List of video drivers:
nv
vesa
v4l
nvidia
fbdev
(++) Using config file: /root/xorg.conf.new
(==) Using system config directory /usr/share/X11/xorg.conf.d
(EE) NV: The PCI device 0x10de03d6 ((null)) at 00@00:13:0 has a kernel
module claiming it.
(EE) NV: This driver cannot operate until it has been unloaded.
Number of created screens does not match number of detected devices.
  Configuration failed.


I need some light here.

Thanks for now.



Re: [gentoo-user] nvidia card problems

2011-01-25 Thread Dale

Zhu Sha Zang wrote:

With these vga card

00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025
/ nForce 630a] (rev a2)


after compiling x11-drivers/nvidia-drivers-260.19.36 with these flags
(acpi gtk multilib) i'm receiving this messages when i try to startx:

in dmesg:

nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt Link [LMC9] enabled at IRQ 22
nvidia :00:0d.0: PCI INT A -  Link[LMC9] -  GSI 22 (level, low) -
IRQ 22
nvidia :00:0d.0: setting latency timer to 64
vgaarb: device changed decodes:
PCI::00:0d.0,olddecodes=io+mem,decodes=none:owns=io+mem
NVRM: loading NVIDIA UNIX x86_64 Kernel Module  260.19.36  Tue Jan 18
16:56:11 PST 2011
nvidia :00:0d.0: PCI INT A disabled

and in /var/log/Xorg.0.log

[  1191.890] (II) NVIDIA dlloader X Driver  260.19.36  Tue Jan 18
16:57:32 PST 2011
[  1191.890] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1191.891] (--) using VT number 7

[  1191.902] (EE) No devices detected.
[  1191.902]
Fatal server error:
[  1191.902] no screens found
[  1191.902]
Please consult the The X.Org Foundation support
  at http://wiki.x.org
  for help.
[  1191.902] Please also check the log file at /var/log/Xorg.0.log for
additional information.
[  1191.902]


This appear using a ancient xorg.conf.


Trying to made a new configuration with X -confugure the errors is that:

[root@sakurazukamori ~rodolfo]$ X -configure

   10:52

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the xorg product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.9.3.901 (1.9.4 RC 1)
Release Date: 2011-01-07
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.37-gentoo-sakura x86_64 Gentoo
Current Operating System: Linux sakurazukamori 2.6.37-gentoo-sakura #3
SMP PREEMPT Tue Jan 25 10:11:30 BRST 2011 x86_64
Kernel command line: auto BOOT_IMAGE=Gentoo ro root=801
Build Date: 24 January 2011  10:40:47AM

Current version of pixman: 0.20.2
 Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Jan 25 10:53:02 2011
List of video drivers:
 nv
 vesa
 v4l
 nvidia
 fbdev
(++) Using config file: /root/xorg.conf.new
(==) Using system config directory /usr/share/X11/xorg.conf.d
(EE) NV: The PCI device 0x10de03d6 ((null)) at 00@00:13:0 has a kernel
module claiming it.
(EE) NV: This driver cannot operate until it has been unloaded.
Number of created screens does not match number of detected devices.
   Configuration failed.


I need some light here.

Thanks for now.

   


You may want to check and make sure this is compiled into your kernel.

CONFIG_SYSVIPC

I ran into problems a while back on my new rig and that was missing.  It worked 
fine after adding that to the kernel.  May not be your problem but worth 
checking for sure.

Dale

:-)  :-)




Re: [gentoo-user] nvidia card problems

2011-01-25 Thread J. Roeleveld
On Tuesday 25 January 2011 13:55:51 Zhu Sha Zang wrote:
 With these vga card
 
 00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025
 / nForce 630a] (rev a2)
 
 
 after compiling x11-drivers/nvidia-drivers-260.19.36 with these flags
 (acpi gtk multilib) i'm receiving this messages when i try to startx:
 
 in dmesg:

snipped

 Trying to made a new configuration with X -confugure the errors is that:
 
 [root@sakurazukamori ~rodolfo]$ X -configure
 
   10:52
 
 This is a pre-release version of the X server from The X.Org Foundation.
 It is not supported in any way.
 Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
 Select the xorg product for bugs you find in this release.
 Before reporting bugs in pre-release versions please check the
 latest version in the X.Org Foundation git repository.
 See http://wiki.x.org/wiki/GitPage for git access instructions.
 
 X.Org X Server 1.9.3.901 (1.9.4 RC 1)
 Release Date: 2011-01-07
 X Protocol Version 11, Revision 0
 Build Operating System: Linux 2.6.37-gentoo-sakura x86_64 Gentoo
 Current Operating System: Linux sakurazukamori 2.6.37-gentoo-sakura #3
 SMP PREEMPT Tue Jan 25 10:11:30 BRST 2011 x86_64
 Kernel command line: auto BOOT_IMAGE=Gentoo ro root=801
 Build Date: 24 January 2011  10:40:47AM
 
 Current version of pixman: 0.20.2
 Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
 Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/Xorg.0.log, Time: Tue Jan 25 10:53:02 2011
 List of video drivers:
 nv
 vesa
 v4l
 nvidia
 fbdev
 (++) Using config file: /root/xorg.conf.new
 (==) Using system config directory /usr/share/X11/xorg.conf.d
 (EE) NV: The PCI device 0x10de03d6 ((null)) at 00@00:13:0 has a kernel
 module claiming it.
 (EE) NV: This driver cannot operate until it has been unloaded.
 Number of created screens does not match number of detected devices.
   Configuration failed.
 
 
 I need some light here.
 
 Thanks for now.

In your second attempt, it is trying to load nv, which is incompatible with 
the nvidia-drivers.

I have the following in my /etc/make.conf:
--
VIDEO_CARDS=nvidia
--
This is to ensure that only the necessary drivers are actually installed. 
Adding other drivers here will have them being added.

You could try removing the following drivers from your system:
nv (x11-drivers/xf86-video-nv)
vesa (x11-drivers/xf86-video-vesa)
fbdev (x11-drivers/xf86-video-fbdev)
v4l (x11-drivers/xf86-video-v4l)

And then re-running the X -configure.

--
Joost



Re: [gentoo-user] nvidia card problems

2011-01-25 Thread Volker Armin Hemmann
On Tuesday 25 January 2011 10:55:51 Zhu Sha Zang wrote:
 With these vga card
 
 00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025
 / nForce 630a] (rev a2)
 
 
 after compiling x11-drivers/nvidia-drivers-260.19.36 with these flags
 (acpi gtk multilib) i'm receiving this messages when i try to startx:
 
 in dmesg:
 
 nvidia: module license 'NVIDIA' taints kernel.
 ACPI: PCI Interrupt Link [LMC9] enabled at IRQ 22
 nvidia :00:0d.0: PCI INT A - Link[LMC9] - GSI 22 (level, low) -
 IRQ 22
 nvidia :00:0d.0: setting latency timer to 64
 vgaarb: device changed decodes:
 PCI::00:0d.0,olddecodes=io+mem,decodes=none:owns=io+mem
 NVRM: loading NVIDIA UNIX x86_64 Kernel Module  260.19.36  Tue Jan 18
 16:56:11 PST 2011
 nvidia :00:0d.0: PCI INT A disabled
 
 and in /var/log/Xorg.0.log
 
 [  1191.890] (II) NVIDIA dlloader X Driver  260.19.36  Tue Jan 18
 16:57:32 PST 2011
 [  1191.890] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
 [  1191.891] (--) using VT number 7
 
 [  1191.902] (EE) No devices detected.
 [  1191.902]
 Fatal server error:
 [  1191.902] no screens found
 [  1191.902]
 Please consult the The X.Org Foundation support
  at http://wiki.x.org
  for help.
 [  1191.902] Please also check the log file at /var/log/Xorg.0.log for
 additional information.
 [  1191.902]
 
 
 This appear using a ancient xorg.conf.
 
 
 Trying to made a new configuration with X -confugure the errors is that:
 
 [root@sakurazukamori ~rodolfo]$ X -configure
 
   10:52
 
 This is a pre-release version of the X server from The X.Org Foundation.
 It is not supported in any way.
 Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
 Select the xorg product for bugs you find in this release.
 Before reporting bugs in pre-release versions please check the
 latest version in the X.Org Foundation git repository.
 See http://wiki.x.org/wiki/GitPage for git access instructions.
 
 X.Org X Server 1.9.3.901 (1.9.4 RC 1)
 Release Date: 2011-01-07
 X Protocol Version 11, Revision 0
 Build Operating System: Linux 2.6.37-gentoo-sakura x86_64 Gentoo
 Current Operating System: Linux sakurazukamori 2.6.37-gentoo-sakura #3
 SMP PREEMPT Tue Jan 25 10:11:30 BRST 2011 x86_64
 Kernel command line: auto BOOT_IMAGE=Gentoo ro root=801
 Build Date: 24 January 2011  10:40:47AM
 
 Current version of pixman: 0.20.2
 Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
 Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/Xorg.0.log, Time: Tue Jan 25 10:53:02 2011
 List of video drivers:
 nv
 vesa
 v4l
 nvidia
 fbdev
 (++) Using config file: /root/xorg.conf.new
 (==) Using system config directory /usr/share/X11/xorg.conf.d
 (EE) NV: The PCI device 0x10de03d6 ((null)) at 00@00:13:0 has a kernel
 module claiming it.
 (EE) NV: This driver cannot operate until it has been unloaded.
 Number of created screens does not match number of detected devices.
   Configuration failed.
 
 
 I need some light here.
 
 Thanks for now.

please post:
xorg.conf used
Xorg.0.log
dmesg
lsmod

you can have nv and nvidia installed at the same time. But of course you can 
not use nv if the nvidia module is loaded. And you can not use nvidia if you 
have nvidiafb or nouveau drivers built into the kernel/loaded as modules.