[Nouveau] [Bug 18300] NV11 Locks Up On Xorg Initialization

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 13 19:26:20 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=18300





--- Comment #13 from Stuart Bennett <sb476 at cam.ac.uk>  2009-01-13 19:26:20 PST ---
Looking again at the log provided (apologies for missing this bug when it was
first filed), I note it's picking up a 1360x1360 virtual resolution, which at
32 bits per pixel will use 7.6M of ram for the display with very little left
over, irrespective of the fact that nouveau tries to use only half the detected
amount for the display, and 7.6M clearly doesn't fit in 4M.

I'd suggest removing any line in the xorg.conf setting a large virtual size, or
indeed, anything else suggesting the server display a 1360 wide image.  This
should cause it to use try to use a 1024x1024 virtual by default (the xserver
makes it square for rotation purposes) -- if you don't need rotation, add the
line `Virtual 1024 768' in xorg.conf under the depth 24 "display" subsection
(in the "screen" section) for an even smaller memory footprint.  Finally, you
might try setting DefaultDepth 16 in xorg.conf which should use half as much
memory and so fit, but may be less stable (less tested), and will look worse.

If something's unclear here, attaching your current xorg.conf may help.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Nouveau mailing list