Results 1 to 3 of 3
hi all,
we have installed centos in our organisation on vitual box.it gives display only in the middle of screen.i want to set it on full screen.when i select full ...
- 02-23-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 21
screen setting issue
hi all,
we have installed centos in our organisation on vitual box.it gives display only in the middle of screen.i want to set it on full screen.when i select full screen option the back black screen become full but the display is same.
how can i adjust it on full screen?
- 02-23-2010 #2
According to the manual, you should have to adjust the settings inside /etc/X11/xorg.conf
From what I've read, you add whatever resolution to the 'Modes'.Code:Section "Screen" Identifier "Default Screen" Device "VirtualBox graphics card" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "2048x800" "800x600" "640x480" EndSubSection EndSection
http://download.virtualbox.org/virtu...UserManual.pdflinux user # 503963
- 02-23-2010 #3
In case scathefire's solution doesn't work, post the contents of /etc/X11/xorg.conf file here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote