Article 6QX5J How can I get maximum console black window after boot in virtualbox?

How can I get maximum console black window after boot in virtualbox?

by
cola
from LinuxQuestions.org on (#6QX5J)
I am trying to get maximum console black window after boot in virtualbox. I have installed xorg-server.

Did: ./VBoxLinuxAdditions.run

cat /var/log/vboxadd-setup.log
Code:uilding the main Guest Additions 7.1.0 module for kernel 6.4.12.
Building the shared folder support module.
Building the graphics driver module.
Could not set up the VBoxClient desktop service.
To start it at log-in for a given user, add the command VBoxClient-all
to the file .xinitrc in their home directory.
Failed to set up VBoxClient to start automatically.
kernel modules and services were not reloadedI have added VBoxClient-all & in ~/.xinitrc. Still same error after ./VBoxLinuxAdditions.run.

Tried manually VBoxClient --display to resize console window. But got error:
Code:VBoxClient: error: VbglR3InitUser failed: VERR_FILE_NOT_FOUNDxinit has this error:
Code:[ 2472.214]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 2472.214] Current Operating System: Linux localhost 6.4.12 #2 SMP PREEMPT_DYNAMIC Sat Sep 21 2024 x86_64
[ 2472.214] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda3 ro
[ 2472.214]
[ 2472.214] Current version of pixman: 0.43.4
[ 2472.214] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2472.214] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2472.217] (==) Log file: "/usr/var/log/Xorg.0.log", Time: Sat Sep 21 06:17:46 2024
[ 2472.217] (==) Using config file: "/etc/X11/xorg.conf"
[ 2472.217] (==) No Layout section. Using the first Screen section.
[ 2472.217] (==) No screen section available. Using defaults.
[ 2472.217] (**) |-->Screen "Default Screen Section" (0)
[ 2472.217] (**) | |-->Monitor "<default monitor>"
[ 2472.217] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 2472.217] (**) | |-->Device "VMSVGA"
[ 2472.217] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 2472.217] (**) Allowing byte-swapped clients
[ 2472.217] (==) Not automatically adding devices
[ 2472.217] (==) Not automatically enabling devices
[ 2472.217] (==) Not automatically adding GPU devices
[ 2472.217] (==) Automatically binding GPU devices
[ 2472.217] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 2472.217] (WW) The directory "/usr/share/fonts/X11/misc/" does not exist.
[ 2472.217] Entry deleted from font path.
[ 2472.217] (WW) The directory "/usr/share/fonts/X11/TTF/" does not exist.
[ 2472.217] Entry deleted from font path.
[ 2472.217] (WW) The directory "/usr/share/fonts/X11/OTF/" does not exist.
[ 2472.217] Entry deleted from font path.
[ 2472.217] (WW) The directory "/usr/share/fonts/X11/Type1/" does not exist.
[ 2472.217] Entry deleted from font path.
[ 2472.217] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 2472.217] Entry deleted from font path.
[ 2472.217] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 2472.217] Entry deleted from font path.
[ 2472.217] (==) FontPath set to:

[ 2472.217] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2472.217] (==) |-->Input Device "<default pointer>"
[ 2472.217] (==) |-->Input Device "<default keyboard>"
[ 2472.217] (==) No Layout section. Using the default mouse configuration.
[ 2472.217] (==) No Layout section. Using the default keyboard configuration.
[ 2472.217] (II) Loader magic: 0x55ab87bddba0
[ 2472.217] (II) Module ABI versions:
[ 2472.217] X.Org ANSI C Emulation: 0.4
[ 2472.217] X.Org Video Driver: 25.2
[ 2472.217] X.Org XInput driver : 24.4
[ 2472.217] X.Org Server Extension : 10.0
[ 2472.219] (--) PCI:*(0@0:2:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xe0000000/134217728, 0xf0000000/2097152, I/O @ 0x0000d010/16, BIOS @ 0x????????/131072
[ 2472.219] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 2472.219] (II) LoadModule: "glx"
[ 2472.219] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2472.220] (II) Module glx: vendor="X.Org Foundation"
[ 2472.220] compiled for 1.21.1.13, module version = 1.0.0
[ 2472.220] ABI class: X.Org Server Extension, version 10.0
[ 2472.220] (II) LoadModule: "vmsvga"
[ 2472.220] (WW) Warning, couldn't open module vmsvga
[ 2472.220] (EE) Failed to load module "vmsvga" (module does not exist, 0)
[ 2472.220] (II) LoadModule: "mouse"
[ 2472.220] (WW) Warning, couldn't open module mouse
[ 2472.220] (EE) Failed to load module "mouse" (module does not exist, 0)
[ 2472.220] (II) LoadModule: "kbd"
[ 2472.220] (WW) Warning, couldn't open module kbd
[ 2472.220] (EE) Failed to load module "kbd" (module does not exist, 0)
[ 2472.220] (EE) No drivers available.
[ 2472.220] (EE)
Fatal server error:
[ 2472.221] (EE) no screens found(EE)
[ 2472.221] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 2472.222] (EE) Please also check the log file at "/usr/var/log/Xorg.0.log" for additional information.
[ 2472.223] (EE)
[ 2472.223] (EE) Server terminated with error (1). Closing log file.cat /etc/X11/xorg.conf
Code:Section "Device"
Identifier "VMSVGA"
Driver "vmsvga"
EndSectionHow can I get maximum console black window after boot in virtualbox?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments