How To Output Display To Projector/External Monitor In Ubuntu?

In my Windows Vista setup, I can just press fn-F5 on my laptop to toggle screen display and output to a projector or external monitor.

After I switched to Ubuntu, the hot key is no longer working.

With a little research, I found that the problem lies with my xorg.conf file. It is configured to have only one output device.

I decided to test out a bit and “clone” the laptop screen to the VGA port and it works!

Here is what I did:

sudo gedit /etc/X11/xorg.conf

Look for the section
Section “Device”
Identifier “Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller”
Driver “i810″
BusID “PCI:0:2:0″
EndSection

Insert the code:

Option “MonitorLayout” “CRT,LFP”
Option “Clone” “true”
Option “DevicePresence” “true

before the EndSection

Save the file and exit.

Press “Ctrl + Alt + Backspace” to restart Xorg.conf

That’s it! You can now see your screen on the projector or external monitor.

Damien Oh is the owner and chief editor of Make Tech Easier

 

Enjoyed the article? Subscribe to Make Tech Easier today to get your daily updates of technology tutorials, tips and tricks.

Enter your email:

3 Responses

  • dan says:

    I tried this on my Benq Joybook R23E with Ubuntu 7.10 and it did not work.

    Reply

  • Simon says:

    Section “Device”
    Identifier “Configured Video Device”
    Driver “nvidia”
    Option “NoLogo” “True”
    Option “MonitorLayout” “CRT,LFP”
    Option “Clone” “true”
    Option “DevicePresence” “true”
    EndSection

    This does not work in my laptor. sadly

    Any idea?

    Simon

    Reply

  • DoesnWork says:

    Doesn’t work. Don’t bother trying.

    Reply

Leave a Comment




 

Sign in with Twitter

Comment

Please Note: Comments maybe under moderation after you submit your comments so there is no need to resubmit your comment again