Nvidia xstart problem.

2011-10-22 Thread L V Gandhi
I face problems in X getting started many times.I give below last relevent
portions of failed and normal Xorg.log

Failed Xstart

(II) Oct 22 13:17:35 NVIDIA(0): Initialized GPU GART.
(II) Oct 22 13:17:35 NVIDIA(0): Setting mode nvidia-auto-select
(EE) Oct 22 13:17:35 NVIDIA(0): Failed to allocate primary buffer: out of
memory.
(EE) NVIDIA(0):  *** Aborting ***

Fatal server error:
AddScreen/ScreenInit failed for driver 0


Please consult the The X.Org Foundation support
 at http://wiki.x.org
 for help.
Please also check the log file at /var/log/Xorg.0.log for additional
information.

==
normal Xstart

(II) Oct 22 13:18:29 NVIDIA(0): Initialized GPU GART.
(II) Oct 22 13:18:29 NVIDIA(0): Setting mode nvidia-auto-select
(II) Loading extension NV-GLX
(II) Oct 22 13:18:29 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) Oct 22 13:18:29 NVIDIA(0): Initialized X Rendering Acceleration
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE

I have 2gb ram and 512mb in nvidia card.
X module details
(II) Module glx: vendor=NVIDIA Corporation
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module  195.36.31  Tue Jun  1 23:22:44 PDT 2010
(II) Loading extension GLX
(II) LoadModule: record
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0

display device(s) on GeForce 7300 GT
Any solutions to X getting started with out failure always.
-- 
L V Gandhi


Re: Nvidia xstart problem.

2011-10-22 Thread Hans-J. Ullrich
Am Samstag, 22. Oktober 2011 schrieb L V Gandhi:
 I face problems in X getting started many times.I give below last relevent
 portions of failed and normal Xorg.log
 
 Failed Xstart
 
Most problem is the missing kernel-module. Try to install nvidia-kernel-dkms 
and nvidia-glx.

You must add contrib and non-free to the entries in /etc/apt/sources.list

like 

deb ftp://ftp.de.debian.org/debian/ testing main contrib non-free

as usual. Then install the packages. Everything should be 
built automatically. After that make sure, nvidia-kernel is loaded.

Good luck! If it does not work, please feel free to ask again.

Greets

Hans


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201110221148.39960.hans.ullr...@loop.de



Re: Nvidia xstart problem.

2011-10-22 Thread L V Gandhi
Thanks for the response.
But many times it starts. Only a few times it is not starting. With out
required modules, I think it will not start at all.

On Sat, Oct 22, 2011 at 3:18 PM, Hans-J. Ullrich hans.ullr...@loop.dewrote:

 Am Samstag, 22. Oktober 2011 schrieb L V Gandhi:
  I face problems in X getting started many times.I give below last
 relevent
  portions of failed and normal Xorg.log
 
  Failed Xstart
 
 Most problem is the missing kernel-module. Try to install
 nvidia-kernel-dkms
 and nvidia-glx.

 You must add contrib and non-free to the entries in
 /etc/apt/sources.list

 like

 deb ftp://ftp.de.debian.org/debian/ testing main contrib non-free

 as usual. Then install the packages. Everything should be
 built automatically. After that make sure, nvidia-kernel is loaded.

 Good luck! If it does not work, please feel free to ask again.

 Greets

 Hans


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: http://lists.debian.org/201110221148.39960.hans.ullr...@loop.de




-- 
L V Gandhi