Ubuntu Countdown

Showing posts with label Ubuntu with projector. Show all posts
Showing posts with label Ubuntu with projector. Show all posts

Tuesday, August 28, 2007

The solution for Ubuntu 7.04 to work with projector

This is the solution for Ubuntu 7.04 to work with projector properly. Add 3 lines to the /etc/X11/xorg.conf file, and restart the X-Window.

Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Inte
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Option "Clone" "true"
Option "DevicePresence" "true"
EndSection


Finish...