Results 1 to 2 of 2

Thread: Here's an xorg.conf for virtualbox (1024x768)

  1. #1
    Join Date
    Apr 2005
    Beans
    154

    Here's an xorg.conf for virtualbox (1024x768)

    You have to install the vbox additions for it to work. I'm using it with the most current close sourced version (need the usb support).

    Code:
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
        Driver      "vboxmouse"
        Option      "CorePointer"
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver		"vboxvideo"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    	Option		"DPMS"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    	DefaultDepth	24
    	SubSection	"Display"
    		Depth	24
    		Modes	"1024x768"
    	EndSubSection
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    EndSection
    Desktop - Q6600-8GB DDR2-8800GTS(G92)-2xDVDRW-2x500gb hdd-1TB raid0-12.04 x64-Win 7 x64
    Server -Xeon E3-1230-16GB DDR3-120GB SATAIII SSD-1TB Raid0-12.04lts server hosting 6x vms
    Supermicro SYS-5015A-4GB DDR3-60GB SATAIII SSD-pfSense 2.01 64bit

  2. #2
    Join Date
    Apr 2008
    Location
    Louisiana, US
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Here's an xorg.conf for virtualbox (1024x768)

    Thanks man! This saved me a whole lot of crap.

    Just change the mode to your desired screen resolution and your good to go.
    Toshiba Satellite Notebook L305D - 3GB DDR2 RAM - 320GB HD - DUAL BOOT: Windows 7 and Ubuntu 10.10

Bookmarks

Posting Permissions

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