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

Bug#438546: using Xinerama: second screen does not show window's content and first screen if poorly redrawn



Package: xserver-xorg-video-ati
Version: 1:6.6.193-1
Severity: grave

--- Please enter the report below this line. ---
i've enabled Xinerama on my laptop (Compaq Presarion 1500) and the major issue 
is that the second screen (the CRT) is showing a window frame but the content 
is missing. the mouse has become a big box (100px*100px) and the minor issue 
is that the main (first) screen on the laptop itself (the LCD) is poorly 
redrawn while dragging windows around.

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.21-2-686

Debian Release: lenny/sid
  500 unstable        www.debian-multimedia.org 
  500 unstable        mirror.isoc.org.il 
  500 testing         mirror.isoc.org.il 
  500 experimental    www.debian-multimedia.org 
  500 etch            debian.beryl-project.org 
    1 experimental    mirror.isoc.org.il 

--- Package information. ---
Depends                    (Version) | Installed
====================================-+-===============
libc6                     (>= 2.6-1) | 2.6-3
xserver-xorg-core     (>= 2:1.3.0.0) | 2:1.3.0.0.dfsg-11

# /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	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option	    	"XkbLayout" 	"us,il"
	Option	    	"XkbOptions" 	"grp:alt_shift_toggle,grp_led:scroll"

EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
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	"ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
	#Driver		"radeon"
	Driver		"ati"
#Driver "fglrx"
#ChipID 0x4c66
	BusID		"PCI:1:0:0"
#Option "XAANoOffscreenPixmaps" "true"# Optional if NVIDIA drivers are used
#Option "AddARGBGLXVisuals" "On"
#Option "AllowGLXWithComposite" "true"  # not work without it on NVidia GForgeMX400 for me
	Screen 0
#	Option      "DynamicClocks" "on" # optional
#	Option      "MergedFB"  "true"

EndSection

Section "Device"         
	Identifier	"ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] 1"
	#Driver		"radeon"
	Driver		"ati"
	BusID		"PCI:1:0:0"
	Screen 1
#	Option      "DynamicClocks" "on" # optional
#       Option      "MergedFB"  "true"
# 
#	Option		"MergedDPI"	"100 100"
#	Option		"AccelMethod"	"EXA"
#        Option  "XAANoOffscreenPixmaps"	"true"
#        Option      "CRT2Position" "RightOf"
#	Option		"CRT2HSync"	"30-80"
#	Option		"CRT2VRefresh"	"59-75"
# 	Option		"MetaModes"	"1024x768 800x600 640x480 1024x768+1280x1024"

EndSection

Section "Extensions"
  Option "Composite" "true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor 1"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	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"
		#Virtual   2560 1024
	EndSubSection
EndSection

Section "Screen"
	Identifier	"CRT Screen"
	Device		"ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] 1"
	Monitor		"Generic Monitor 1"
	DefaultDepth	24
	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"
		#Virtual   2560 1024
	EndSubSection
EndSection

Section "Device"
        Identifier      "RADEON Mobility-TVOut"
        Driver  "vesa"
        Option  "AGPMode" "4"
        Option  "AGPFastWrite" "yes"
        Option  "TVOutput" "PAL"
        Option  "IgnoreEDID" "true"
        Option "MonitorLayout" "NONE, CRT"   #here it is!
EndSection

Section "Monitor"
        Identifier      "TV Monitor"
        HorizSync    30.0 - 40.0
        VertRefresh  60
        Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
EndSection

Section "Screen"
        Identifier      "TV Screen"
        Device          "RADEON Mobility-TVOut"
        Monitor         "TV Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen" 0 0
	Screen		"CRT Screen" RightOf "Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
	Option "Xinerama" "On"
EndSection

Section "DRI"
	Mode	0666
EndSection

Reply to: