Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    21

    Post 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?

  2. #2
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    According to the manual, you should have to adjust the settings inside /etc/X11/xorg.conf
    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
    From what I've read, you add whatever resolution to the 'Modes'.

    http://download.virtualbox.org/virtu...UserManual.pdf
    linux user # 503963

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...