Boot Ubuntu 10.04 without monitor – working solution

Boot Ubuntu 10.04 without monitor – working solution

Boot Ubuntu 10.04 without monitor – working solution

ubuntu-desktop-10

I was looking few days after a working solution to can start my ubuntu machine without monitor plugged. The only one working for me is described bellow and is found here.

Ubuntu Desktop 10.04 is not using anymore the xorg.conf file placed in X11 folder. Create the xorg.conf in /etc/X11 with the following:


Section “Device”
Identifier “VNC Device”
Driver “vesa”
EndSection

Section “Screen”
Identifier “VNC Screen”
Device “VNC Device”
Monitor “VNC Monitor”
SubSection “Display”
Modes “1024×768″
EndSubSection
EndSection

Section “Monitor”
Identifier “VNC Monitor”
HorizSync 30-70
VertRefresh 50-75
EndSection
EndSection

In case you don’t have the privileges to write a new file on /etc/X11 forlder, in terminal use: gksudo nautilus to open the file browser with root privileges.

Then, edited the grub file: sudo gedit /etc/default/grub

This will open the grub file. Now find the line that says GRUB_CMDLINE_LINUX and add “nomodeset”.

You’ll have to end up with something like this: GRUB_CMDLINE_LINUX=”nomodeset”

Now, update the grub from terminal with update-grub otherwise the Ubuntu will be loaded without graphical interface at all.

Restart your machine. Now you can use your desktop without a monitor.

About reADactor

Try to be a mixer of inspiration, source of tutorials, tips and a reactor of your future design ideas, a place from where you can download freebies, vectors and web templates. Follow us on Twitter and Facebook

View all posts

Network News

Feedbox

Share this!

Subscribe to our RSS feed. Tweet this! StumbleUpon Reddit Digg This! Bookmark on Delicious Share on Facebook
  1. Boot Ubuntu 10.04 without monitor – working solution | reADactor | Free-PCSupport.COM

  2. Brandon
    October 23, 2010 at 10:13 am

    Oh dear lord; perfect.

    Thank you. It’s been about three hours of trial-and-error, research and restraint (*grin*).

    Great post.

    –B

  3. Gaspare
    January 9, 2011 at 6:18 pm

    Thanks, but don’t work.
    Any ideas?

  4. Use VNC Viewer remotely control Ubuntu Desktop | 太阳帆数据 Sunfine Data

Leave a reply

*

*

Your email address will not be published. Required fields are marked *