PDA

View Full Version : Shared memory ....


buffer[i]
11-28-02, 02:58 AM
yop all,

I have a Geforce2 Integrated GPU ... all is ok with the driver and co ... (i run a debian GNU linux under 2.4.18 kernel ..., before installing debian, i was using a rh with the same driver and the same XF86 config ...) but when i run startx screen beeing blocked and then they are no things to do ... just reboot (ctrl+alt+supp or reboot via ssh) ...
look at the xfree logs ... thx for any help ..

there is just one error, see bellow
sorry for my poor english ...

-----------------------------------
....
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1280x1024"
(II) NVIDIA(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid filled trapezoids
8x8 mono pattern filled rectangles
8x8 mono pattern filled trapezoids
Indirect CPU to Screen color expansion
Solid Lines
Scanline Image Writes
Offscreen Pixmaps
Driver provided FillSolidRects replacement
Driver provided FillSolidSpans replacement
Driver provided FillMono8x8PatternRects replacement
Driver provided WritePixmap replacement
Driver provided ReadPixmap replacement
Setting up tile and stipple cache:
20 128x128 slots
5 256x256 slots
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(EE) NVIDIA(0): Failed to obtain a shared memory identifier. <--- @#!
(II) [GLX]: Calling GlxExtensionInit

[HERE screen is blocked ... the quality of nvidia background is very very dirty and no keyboard action are possible ....so then i run [CTRL+ALT+SUPPR]]

Fatal server error:
Caught signal 11. Server aborting

--------------------------------


if u want additional info, just ask.

bwkaz
12-02-02, 06:46 AM
Is this Debian's standard kernel, or did you configure and compile it yourself? If yourself, did you include "Virtual memory filesystem support (former shm fs)"? Is that filesystem mounted? There should be a line in /etc/fstab like tmpfs /dev/shm tmpfs defaults 0 0 to mount it at boot. If there isn't, try mount -o tmpfs tmpfs /dev/shm, which will work until you reboot. But you might want to consider putting that line in fstab even if you just temporarily try the mount, because I don't know if / will umount if there's something mounted at /dev/shm...

A G4L search didn't turn up anything, so I can't send you there... hmm...