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

Bug#443102: marked as done (Missing information about deprecation of Xinerama)



Your message dated Fri, 25 Feb 2011 21:40:09 +0100
with message-id <20110225204009.GA30023@debian.org>
and subject line Re: Bug#443102: closed by Julien Cristau <jcristau@debian.org> (Re: Bug#443102: xserver-xorg-video-ati: Xinerama completely broken with 6.6.193-3)
has caused the Debian Bug report #443102,
regarding Missing information about deprecation of Xinerama
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
443102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443102
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-ati
Version: 1:6.7.192-4
Severity: grave
Justification: renders package unusable

Hi,

today I upgraded my unstable system and with it came Xorg 7.3 including
xserver-xorg-video-ati 1:6.6.193-3. After restarting the XServer I had a
garbaged display and couldn't access the second monitor-part. I'm
running a pretty usual Xinerama setup on a Radeon Mobility 9200, with
the external monitor being a CRT. I'm _not_ using the MergedFB mode as
that doesn't work reliably.

As you can see from this report I also tried to upgrade to the
experimental version, but that one doesn't have proper dependecies and
didn't upgrade the rest of X11. Obviously that rest is needed for the
experimental version, I got a segfault when trying to start X11 with
that.

So the only solution was to downgrade the whole X11 to the Etch version
(video-ati == 1:6.6.3-2) to get a usable system again.

I'm attaching my xorg.conf

Andreas

-- Package-specific info:

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'experimental'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-ati depends on:
ii  libc6                         2.6.1-5    GNU C Library: Shared libraries
ii  xserver-xorg-core             2:1.1.1-21 X.Org X server -- core server

xserver-xorg-video-ati recommends no packages.

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

Section "Files"
	FontPath	"/usr/share/fonts/TrueType"
	FontPath	"/usr/share/fonts/X11/misc:unscaled"
	FontPath	"/usr/share/fonts/X11/100dpi:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi:unscaled"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/truetype/openoffice"
	FontPath	"/usr/share/fonts/truetype/ttf-xfree86-nonfree"
	FontPath	"/usr/share/fonts/truetype/freefont"
	FontPath	"/usr/share/fonts/truetype/ttf-bitstream-vera"
	FontPath	"/usr/share/fonts/X11/Type1"
EndSection

Section "Module"
	Load    "synaptics"
	Load	"dbe"
	Load	"dri"
	SubSection "extmod"
		Option "omit xfree86-dga"
	EndSubSection
	Load	"freetype"
	Load	"type1"
	Load	"vbe"
	Load	"shadow"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"AutoRepeat"	"500 30"
	Option		"XkbOptions"	"grp:ctrls_toggle,ctrl:ctrl_aa,grp_led:scroll,compose:caps"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"cymotionlinux"
	Option		"XkbLayout"	"us,de(nodeadkeys)"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse2"
	Driver		"synaptics"
	Option		"CorePointer"
	Option		"Device"		"/dev/gpmdata"
	Option		"Protocol"		"auto-dev"
	Option		"LeftEdge"		"1700"
	Option		"RightEdge"		"5300"
	Option		"TopEdge"		"1700"
	Option		"BottomEdge"		"4200"
	Option		"FingerLow"		"25"
	Option		"FingerHigh"		"30"
	Option		"MaxTapTime"		"180"
	Option		"MaxTapMove"		"220"
	Option		"VertScrollDelta"	"100"
	Option		"MinSpeed"		"0.06"
	Option		"MaxSpeed"		"0.12"
	Option		"SHMConfig"		"true"
	Option		"AccelFactor"		"0.0010"
	Option		"UpDownScrolling"	"yes"
	Option		"LockedDrags"		"on"
#	Option		"Emulate3Buttons"	"yes"
#	Option		"ZAxisMapping"		"4 5"
#	Option		"Resolution"		"400"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/gpmdata"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Resolution"		"4"
EndSection

Section "Device"
	Identifier	"Device0"
	Driver		"radeon"
	Option		"MonitorLayout" "LVDS,CRT"
	BusID		"PCI:1:0:0"
	Screen		0
EndSection

Section "Device"
	Identifier	"Device1"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
	Screen		1
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	HorizSync	64
	VertRefresh	60
	DisplaySize	332	205
	Gamma		1.35
	HorizSync	30-96
	VertRefresh	50-160
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Monitor1"
	HorizSync	30-96    #HRO
	VertRefresh	50-160   #HRO/HL
	DisplaySize	365	275	#HRO
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"Device1"
	Monitor		"Monitor1"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1400x1050" 
		ViewPort	0 0
	EndSubSection
EndSection


Section "Screen"
	Identifier	"Screen0"
	Device		"Device0"
	Monitor		"Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1680x1050"
		ViewPort	0 0
	EndSubSection
EndSection

Section "ServerFlags"
	Option "Xinerama" "On"
	Option "RandR" "On"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Screen0"
	Screen		"Screen1" LeftOf "Screen0" #HRO
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse2"
	InputDevice	"Configured Mouse"
EndSection


Section "DRI"
	Mode	0666
EndSection


--- End Message ---
--- Begin Message ---
Brice Goglin <Brice.Goglin@ens-lyon.org> (18/09/2007):
> You should read planet.debian.org, or at least my blog, there are plenty
> of things about xrandr there :)
> See http://bgoglin.livejournal.com/
> See my blog too, especially http://bgoglin.livejournal.com/9846.html
> […]
> Did you add a Virtual line to subsection Display to create a large
> virtual screen and then place outputs in there with xrandr --output FOO
> --right-of BAR

http://pkg-xorg.alioth.debian.org/howto/use-xrandr.html is packaged in
xserver-xorg now, closing this bug accordingly.

KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: