Projector with Compaq

H.S.Rai hardeep.rai at gmail.com
Sun Aug 6 07:53:48 UTC 2006


On 8/4/06, Matthew Kuiken <matt.kuiken at verizon.net> wrote:
> You will need to set up for multiple monitors in your xorg.conf.

Thank you very much for your help.

> In any further posts, please remember to include the model of your video
> card, as well as a short description of the setup that you are trying to
> achieve

I want to have my LapTop and Projector to have same screen (contents).
laptop screen is 1280x800 14.1" wide. Laptop is Compaq V3018U Intel
Solo Core. Ubuntu identify card as "Intel Mobile Integrated Grapic
Controller"and uses driver i810. I could not find any mean to know
more exact card's identifiation.

I tried various options, but couldnot get desired result. I am
appending xorg.conf below signatute. Projector can have less
resolution 800x600 or 1024x768. I can accept lower resolution or
partial screen on laptop, but need both Laptop screen and Projector
screen havng same thing.

I will feel obliged if you get the solution.

-- 
H.S.Rai

:  xorg.conf :

Section "Device"
	Identifier	"ext1"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Option		"VBERestore" "TRUE"
	Option		"MonitorLayout" "CRT,LFP"
	Screen		0
EndSection

Section "Device"
	Identifier	"int1"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Screen		1
EndSection

Section "Monitor"
    Identifier	"extm"
    ModelName	"SyncMaster"
    HorizSync	30-81
    VertRefresh	56-75
    Option	"DPMS"
EndSection

Section "Monitor"
	Identifier	"intm"
	Option		"DPMS"
EndSection

Section "Screen"
    Identifier 	"exts"
    Device	"ext1"
    Monitor	"extm"
    DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"ints"
	Device		"int1"
	Monitor		"intm"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		0 "exts" 0 0
	Screen		1 "ints" RightOf "exts"
#	Screen		1 "ints" 0 0

	Option	    "Xinerama" "on"
	Option	    "Clone" "on"

	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection




More information about the ubuntu-users mailing list