Open file /etc/X11/xorg.conf With Command
$ sudo gedit /etc/X11/xorg.conf
Find the section under
Option “TwinView” “0″
Option “metamodes” “1280×800 +0+0; 800×600 +0+0; 640×480 +0+0″
Change With
Option “TwinView” “true”
Option “metamodes” “1280×800 1024×768 800×600 640×480″
Then Add Options
on “TwinViewOrientation” “Clone”
To be:
Section “Screen”
Identifier “Screen0″
Device “Videocard0″
Monitor “Monitor0″
DefaultDepth 24
Option “TwinView” “true”
Option “metamodes” “1280×800 1024×768 800×600 640×480″
Option “TwinViewOrientation” “Clone”
Option “NoLogo” “True”
SubSection “Display”
Depth 24
Modes “nvidia-auto-select”
EndSubSection
EndSection
Then Restart your Ubuntu and Plug the cable on the laptop projector.
Happy Testing....!!
No comments:
Post a Comment
Please Comment...!!