View previous topic :: View next topic |
Author |
Message |
syntaxerrormmm Guru


Joined: 17 Apr 2005 Posts: 449 Location: Romano di Lombardia - BG - ITALY
|
Posted: Tue Dec 19, 2006 2:22 pm Post subject: xfig abortisce (BadAlloc) |
|
|
Ciao a tutti,
lancio xfig da terminale Code: | $ xfig
Warning: Actions not found: StartScroll
xfig3.2.4: X error trapped - error message follows:
BadAlloc (insufficient resources for operation)
Request code: X_CreatePixmap
xfig: figure empty or not modified - exiting
Abortito | Viene mostrata per qualche secondo la finestra del programma che poi sparisce. Xorg è 7.1.
Any ideas? Se vi servono altre indicazioni sul sistema, ditelo pure. _________________ "Every rule can be broken, but no rule may be ignored."
Last.fm - Gentoo 2006.1 on:
Acer Aspire 1355LC - suspend2-sources-2.6.18-r3
IBM Thinkpad T30 - suspend2-sources-2.6.19-r3 |
|
Back to top |
|
 |
Dun Apprentice


Joined: 17 Apr 2004 Posts: 172 Location: Amsterdam (NL) / Venice (IT)
|
Posted: Wed Jan 03, 2007 12:43 am Post subject: |
|
|
Avevo lo stesso problema con video ad alta risoluzione (>640 di larghezza). Utilizzando una Intel i915 integrata ho risolto inserendo la linea "LinearAlloc" nel file "xorg.conf" all'interno della sezione "Device"
Code: |
Section "Device"
Identifier "Intel"
Driver "i810"
VideoRam 131072
Option "LinearAlloc" "6144"
Option "NoAccel" "false"
Option "DRI" "true"
Option "XVideo" "true"
Option "VBERestore" "true"
Option "XAANoOffscreenPixmaps" "true"
EndSection
|
|
|
Back to top |
|
 |
|