Custom Query (16363 matches)
Results (376 - 378 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #238 | fixed | Make application window suitable for 1280x800 resolutions | ||
| Description |
Many current laptops/monitors come with an unsuitable 1280x800 resolution which makes it difficult to use guest resolutions larger than 800x600 without having the window stretch beyond the host display. Suggestions:
This does not give enough room for the titlebar and a likely systray/Gnome- or KDE panel but would still help a lot. |
|||
| #239 | invalid | Can't install MOPSLinux 5.1 into VB1.3.8 | ||
| Description |
Main OS: WinXP RUS MUI + SP2 Hardware: Core Duo or P3 Guest OS: MOPSLinux 5.1 (Slackware Linux with Russian localization, kernel vers - 2.6.18.6) Installation freeses after I selected installation type (1024x768, 800x600 or standart console). If i choose graphics installation mode, VirtualBox window size is increased and I see only black screen and nothing happens latter. If I choose standart console, I see message about uncompressing linux (pic1) and then screen fills with text "Unknown interrups or fault at EIP 00000060 c01002b1 000002b0" (pic2) |
|||
| #240 | fixed | Installing VboxLinuxAdditions on CentOS5 (RHEL5 clone) guest fails | ||
| Description |
When I try to install the VboxLinuxAdditions on the CentOS5 beta guest (this is a RHEL 5 clone) I get the following in the install log. Is this a problem that I need to report to CentOS or is this a VirtualBox problem.
Building the shared folder support kernel module.
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.18-1.2747.el5/build SUBDIRS=/tmp/vbox.
0 SRCROOT=/tmp/vbox.0 modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
\
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are
missing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix
it."; \
echo; \
/bin/false)
mkdir -p /tmp/vbox.0/.tmp_versions
rm -f /tmp/vbox.0/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/vbox.0
gcc -m32 -Wp,-MD,/tmp/vbox.0/.vfsmod.o.d -nostdinc -isystem /usr/lib/gcc/i386
-redhat-linux/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoc
onf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fn
o-common -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Os -
pipe -msoft-float -fno-builtin-sprintf -fno-builtin-log2 -fno-builtin-puts -mpr
eferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=generic -mregparm=3
-ffreestanding -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-default -
fomit-frame-pointer -fasynchronous-unwind-tables -g -fno-stack-protector -Wdecl
aration-after-statement -Wno-pointer-sign -fshort-wchar -I/lib/modules/2.6.18-1.
2747.el5/build/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv
/linux -D__KERNEL__ -DMODULE -D__LINUX__ -DIN_RING0 -D_X86_ -DIN_RT_R0 -DIN_SUP_
R0 -DVBOX_HGCM -DLOG_TO_BACKDOOR -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASEN
AME=KBUILD_STR(vfsmod)" -D"KBUILD_MODNAME=KBUILD_STR(vboxvfs)" -c -o /tmp/vbox.
0/.tmp_vfsmod.o /tmp/vbox.0/vfsmod.c
In file included from /tmp/vbox.0/vfsmod.c:130:
/tmp/vbox.0/utils.c: In function ‘sf_init_inode’:
/tmp/vbox.0/utils.c:98: error: ‘struct inode’ has no member named ‘i_blksize’
/tmp/vbox.0/utils.c: In function ‘sf_inode_revalidate’:
/tmp/vbox.0/utils.c:157: error: ‘struct inode’ has no member named ‘u’
In file included from /tmp/vbox.0/vfsmod.c:131:
/tmp/vbox.0/dirops.c: In function ‘sf_dir_open’:
/tmp/vbox.0/dirops.c:30: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/dirops.c: In function ‘sf_dir_release’:
/tmp/vbox.0/dirops.c:99: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/dirops.c: In function ‘sf_lookup’:
/tmp/vbox.0/dirops.c:265: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/dirops.c:300: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/dirops.c: In function ‘sf_instantiate’:
/tmp/vbox.0/dirops.c:354: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/dirops.c: In function ‘sf_create_aux’:
/tmp/vbox.0/dirops.c:376: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/dirops.c: In function ‘sf_unlink_aux’:
/tmp/vbox.0/dirops.c:473: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/dirops.c: In function ‘sf_rename’:
/tmp/vbox.0/dirops.c:537: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/dirops.c:538: error: ‘struct inode’ has no member named ‘u’
In file included from /tmp/vbox.0/vfsmod.c:132:
/tmp/vbox.0/regops.c: In function ‘sf_reg_write’:
/tmp/vbox.0/regops.c:119: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/regops.c: In function ‘sf_reg_open’:
/tmp/vbox.0/regops.c:197: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/vfsmod.c: In function ‘sf_read_super_aux’:
/tmp/vbox.0/vfsmod.c:305: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/vfsmod.c: In function ‘sf_clear_inode’:
/tmp/vbox.0/vfsmod.c:354: error: ‘struct inode’ has no member named ‘u’
/tmp/vbox.0/vfsmod.c:362: error: ‘struct inode’ has no member named ‘u’
make[2]: *** [/tmp/vbox.0/vfsmod.o] Error 1
make[1]: *** [_module_/tmp/vbox.0] Error 2
make: *** [vboxvfs] Error 2
gary |
|||

