Good day,
I have just installed AntiX as a Virtual Machine on a HP G62 laptop.
I am using Oracle VirtualBox version 4.2.4
I have not been able to install guest additions. - The AUTORUN did not start when mounted so I opened a terminal and went to /media/cdrdom and issued ./autorun.sh and got back the reply Linux Guest additions installer not found -- try to start them manually.
I thought I might be able to just modify the xorg.conf.in file but I am seeing @@MODE@@ in several sections which I have not seen before and I don't want to break anything so I did not try.
My Laptop has an Intel HD Graphics (Core i3) chipset supporting the following res
800 x 600
1024 x 768
1280 x 600
1280 x 720
1280 x 768
1360 x 768
1366 x 768 - Current laptop setting
Colour depth is 16 or 32
Refresh rate is 60 Hz
XServer is showing the following modes available
1024 x 768 61 Hz
800 x 600 61 Hz
640 x 480 61 Hz
In the xorg.conf.in I see
Section"Monitor"
Identifier"Monitor0"
VendorName"unknown"
ModelName"unknown"
Option"DPMS""true"
HorizSync 30-75
VertRefresh 55-70
EndSection
Section"Device"
Identifier"Card0"
Driver"@@XMODULE@@"
BoardName"unknown"
Screen 0
#Option"UseDisplayDevice""dfp"
#Option"MonitorLayout""crt,crt"
#BusID"PCI:1:0:0"
#Option"sw_cursor" # needed for some ati cards
#Option"hw_cursor"
#Option"NoAccel"
#Option"ShowCache"
#Option"ShadowFB"
#Option"UseFBDev"
#Option"Rotate"
Option"UseInternalAGPGART""no"
Option"XAANoOffscreenPixmaps""true"
# savage special options, use with care
#Option"NoUseBios"
#Option"BusType""PCI"
Option"DmaMode""None"
# nvidia special options, use with care
Option"CursorShadow""1"
Option"CursorShadowAlpha""63"
Option"CursorShadowYOffset""2"
Option"CursorShadowXOffset""4"
Option"FlatPanelProperties""Scaling = native"
Option"NoLogo""true"
Option"UseEDID""true"
Option"AddARGBGLXVisuals""true"
Option"RenderAccel""true"
#Option"AllowGLXWithComposite""true"
EndSection
Section"Device"
Identifier"Card1"
Driver"@@XMODULE@@"
BoardName"unknown"
Screen 1
#Option"MonitorLayout""crt,crt"
#BusID"PCI:1:0:0"
EndSection
Section"Screen"
Identifier"Screen0"
Device"Card0"
Monitor"Monitor0"
DefaultColorDepth 16
SubSection"Display"
Depth 8
@@MODES@@
EndSubSection
SubSection"Display"
Depth 15
@@MODES@@
EndSubSection
SubSection"Display"
Depth 16
@@MODES@@
EndSubSection
SubSection"Display"
Depth 24
@@MODES@@
EndSubSection
SubSection"Display"
Depth 32
@@MODES@@
EndSubSection
# Only the official NVIDIA driver supports twinview
# these setting are an example
Option"SecondMonitorVendorName""unknown"
Option"SecondMonitorModelName""unknown"
Option"SecondMonitorHorizSync""30-75"
Option"SecondMonitorVertRefresh""55-70"
#Option"MetaModes""1024x768, 1024x768"
Option"TwinViewOrientation""RightOf"
Option"ConnectedMonitor""dfp,dfp"
EndSection
Section"DRI"
Mode 0666
EndSection
Section"Extensions"
Option"Composite""Enable"
EndSection
I would like to be able to go full screen on the VirtualBox which would be the 1366 x 768 setting.
Any advice would be appreciated.
Darcy
topic title: Setting Video resolution on VM
3 posts
• Page 1 of 1
-
Posts: 3
- Joined: 28 Nov 2012
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#2
Try running antiX live in Virtualbox with the noxorg cheat in the boot menu removed and add by typing xres=1366x768
(or use the no cheats optiom at boot menu screen and type xres=1366x768)
If it boots to correct resolution, then copy your etc/X11/xorg.conf when running live to your installed partiton etc/X11/xorg.conf
(or use the no cheats optiom at boot menu screen and type xres=1366x768)
If it boots to correct resolution, then copy your etc/X11/xorg.conf when running live to your installed partiton etc/X11/xorg.conf
-
Posts: 3
- Joined: 28 Nov 2012
#3
Thx I will give that a try