[ltp] dual screen on x30

David Tansey linux-thinkpad@linux-thinkpad.org
Tue, 04 Oct 2005 18:01:08 -0400


--=-FxZLUIlO+mYURgxIZ8K2
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Just a note, though my setup isn't at all honed: I have an x40 with a
dock and an external monitor. I have the intel chipset as well.

I have attached my xorg.conf. I use xrandr -s (whatever number
corresponds to the resolution I want) to change resolutions. I have been
satisfied by my setup enough that I have not bothered to fine-tune it
anymore. 

I boot in the docking station with the external monitor plugged in. I
press Fn-F7 to switch to the external monitor as soon as I can.
Sometimes I have to press it a couple times -- I think that it cycles
monitor1->both monitors->monitor2. Anyways -- so long as it boots up
with the external monitor by default everything works well. If it boots
up with the internal LCD as the default I frequently have problems.
Getting it to boot on the external screen isn't hard, though, so those
problems don't really affect me anymore.

Hope it helps.

-David

  


On Tue, 2005-10-04 at 20:55 +0200, John Shane wrote:
> On Tue, 4 Oct 2005 10:03:15 -0400
> Alex Deucher <alexdeucher@gmail.com> wrote:
> 
> > > I just bought a used X30 that will be delivered to me later this week.
> > > I'm already reading the various write ups out there on how to put
> > > Debian on it. One thing I haven't found information about is how to
> > > run dual screens on the X30. That is, how do I get different content
> > > on the external and internal screens? The graphic controller is Intel
> > > 830.
> > >
> > > Is this possible to accomplish? Where do I start reading?
> > >
> > 
> > yes this is possible and supported by the i810 xorg driver, however
> > the intel integrated chips are generally kind of flakey and
> > troublesome to get working properly, so it may take some work. you'd
> > set it up just like any other dualhead card config.
> > 
> > Alex
> 
> Alex, could one use an X30 in the Dock II with a graphics card in the PCI
> slot to have better dualhead performance or would the i810 in the
> X30 override the card in the Dock II?  
> 
> John

--=-FxZLUIlO+mYURgxIZ8K2
Content-Disposition: attachment; filename=xorg.conf
Content-Type: text/plain; name=xorg.conf; charset=utf-8
Content-Transfer-Encoding: 7bit

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/CID"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"Intel"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	VideoRam	128000
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-72
EndSection


Section "Monitor"
    Identifier  "Monitor1"
    VendorName  "Dell"
    ModelName   "1905FP"
    HorizSync   31.5 - 64.3
    VertRefresh 50-90
    Option      "DPMS"
EndSection



Section "Screen"
	Identifier	"Screen0"
	Device		"Intel"
	Monitor		"Monitor0"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "Screen"
    Identifier  "Screen1"
	Device	"Intel"
    Monitor     "Monitor1"
    DefaultDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Screen1"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

--=-FxZLUIlO+mYURgxIZ8K2--