[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dual screen and Macbook



Here it is.

I have a strange behaviour when logging in when an external monitor is
plugged. The display on my laptop LCD is disabled and the image on the
external monitor is blurred. So I plug it after logging in !!!

Jerome BENOIT wrote:
> Hello,
> 
> can you share your xorg.conf ?
> do you use compiz or beryl ?
> 
> Thanks in advance,
> Jerome
> 
> Sylvain Archenault wrote:
>> It seems that it's a well-known bug :
>> http://bugs.freedesktop.org/show_bug.cgi?id=10706
>>
>> I managed to make dual screen work. I cleaned my xorg.conf file
>> (removing secondary device and monitor). I then use xrandr to make my
>> external screen working :
>> xrandr --output VGA --right-of LVDS
>>
>> Cheers.
>>
>> Paolo wrote:
>>> On Fri, Apr 20, 2007 at 10:33:42PM +0200, Sylvain Archenault wrote:
>>>> Backtrace:
>>>> 0: /usr/bin/X11/X(xf86SigHandler+0x84) [0x80c20e4]
>>>> 1: [0xb7f45420]
>>>> 2: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7b8fec0]
>>> ...
>>>> Fatal server error:
>>>> Caught signal 11.  Server aborting
>>> seems i810_drv is b0rked - you may want to file a bugrep on
>>> bugs.debian.org.
>>>
>>> -- 
>>> paolo
>>>
>>>
>>
> 

-- 
Sylvain Archenault
# /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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"dbe"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "Extensions"
	Option	"Composite"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbOptions"	"lv3:rwin_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"ShmConfig"		"on"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/appletouchpad"
	Option		"Protocol"		"auto-dev"
	Option		"LeftEdge"		"100"
	Option		"RightEdge"		"1120"
	Option		"TopEdge"		"50"
	Option		"BottomEdge"		"310"
	Option		"FingerLow"		"25"
	Option		"FingerHigh"		"30"
	Option		"MaxTapTime"		"100"
	Option		"MaxTapMove"		"25"
	Option		"MaxDoubleTapMove"	"180"
	Option		"VertScrollDelta"	"20"
	Option		"HorizScrollDelta"	"50"
	Option		"MinSpeed"		"0.79"
	Option		"MaxSpeed"		"0.88"
	Option		"AccelFactor"		"0.002"
	Option		"VertTwoFingerScroll"	"1"
	Option		"HorizTwoFingerScroll"	"1"
	Option		"TapButton2"		"3"
	Option		"TapButton3"		"2"

EndSection

Section "Device"
	Identifier	"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Option		"XAANoOffscreenPixmaps"	"true"
EndSection

Section "Monitor"
	Identifier	"�cran générique"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"screen0"
	Device		"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Monitor		"�cran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Virtual		2560 2048
	EndSubSection
	SubSection "Display"
		Depth		24
		Virtual		2560 2048
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen      	"screen0"
	InputDevice	"Generic Keyboard"
	InputDevice	"Synaptics Touchpad"
	InputDevice	"Configured Mouse"
	Option		"AIGLX"	"true"
EndSection

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: