Changeset 22352 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 19, 2009 3:26:20 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r21761 r22352 68 68 QString g_QStrHintLinuxNoMemory = QApplication::tr( 69 69 "This error means that the kernel driver was either not able to " 70 "allocate enough memory or that some mapping operation failed.<br/><br/>" 71 "There are known problems with Linux 2.6.29. If you are running " 72 "such a kernel, please edit /usr/src/vboxdrv-*/Makefile and enable " 73 "<i>VBOX_USE_INSERT_PAGE = 1</i>. After that, re-compile the kernel " 74 "module by executing<br/><br/>" 75 " <font color=blue>'/etc/init.d/vboxdrv setup'</font><br/><br/>" 76 "as root." 70 "allocate enough memory or that some mapping operation failed." 77 71 ); 78 72
Note:
See TracChangeset
for help on using the changeset viewer.