[ltp] (no subject)

Stefanos Zachariadis linux-thinkpad@linux-thinkpad.org
Sun, 14 Nov 2004 22:51:14 +0000


--=-u0ZO6IjZly5wuepc7fHA
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi All,

I recently upgraded my x31 from FC2 to FC3 and I'm having a very weird
bug, I think, with xorg-6.8.1-12 and xinerama. I was wondering if any of
you has a solution/idea before I submit it to bugzilla.

I've been using xinerama (one external monitor @ 1280x1024 and the
internal one @ 1024x768) without any problems in fedora core 2. I
upgraded yesterday and have been having a lot of problems...

To begin with, X would not come up unless I added 
Option "monitorlayout" "LVDS,CRT"

to my device section.

After that was fixed, I noticed the most odd bug:

If i switch to one of the consoles (ctrl-alt-f1) when X11 is running,
the display freezes. It *only* happens when switching to a console with
X11 running in xinerama mode with both displays. I tried both 24bit and
16bit colour, same problem.

Now the weird thing is that If i turn off the internal LCD (but still
run in xinerama, only with one of the displays missing) the problem does
not happen. If I run singlehead, the problem does not happen. If i kill
X instead of switching to console while X is running, the problem does
not happen.

I'm attaching my xorg.conf -  Does anyone have any ideas? I tried
turning off the all the accelerating options in the device section of
the config, but the problem persists...

Thanks in advance,

Stefanos
-- 
Stefanos Zachariadis 
Dept. of Computer Science, University College London 
Gower Street, London, WC1E 6BT, United Kingdom 
WWW: http://www.cs.ucl.ac.uk/staff/s.zachariadis
Public Key: On Webpage 
} ad astra per aspera - a rough road leads to the stars {

--=-u0ZO6IjZly5wuepc7fHA
Content-Disposition: attachment; filename=xorg.conf-xinerama
Content-Type: text/plain; name=xorg.conf-xinerama; charset=ISO-8859-7
Content-Transfer-Encoding: 7bit


# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
	Identifier     "DualHead"
	Screen         "Screen0" RightOf "Screen1"
	Screen         "Screen1" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "DevInputMice" "AlwaysCore"
	Option	    "Xinerama" "on"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:noscale"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:noscale"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF"
	FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
	FontPath     "/usr/X11R6/lib/X11/fonts/Baekmuk"
	FontPath     "/usr/X11R6/lib/X11/fonts/Cyrillic"
	FontPath     "/usr/X11R6/lib/X11/fonts/local"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/ukr"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "gb,el"
	Option	    "XkbOptions" "grp:ctrl_shift_toggle"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
	Identifier  "DevInputMice"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "Monitor"
	Identifier   "lcd"
	VendorName   "Monitor Vendor"
	ModelName    "Unprobed Monitor"
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "external"
	VendorName   "Unknown"
	ModelName    "Unknown"
	HorizSync    31.5 - 79.0
	VertRefresh  50.0 - 100.0
	Option	    "dpms"
#    Option "CrtScreen"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "radeon"
	VendorName  "Videocard vendor"
	BoardName   "ATI Radeon Mobility M6"
	BusID       "1:0:0"
        Option          "AGPMode" "4"
        Option          "AGPFastWrite" "on"
        Option          "EnablePageFlip" "on"
        Option          "RenderAccel" "on"
        Option          "DynamicClocks" "on"
#        Option          "MergedFB" "on"
	 Option "monitorlayout" "LVDS,CRT"
EndSection

Section "Device"

#	Option 	    "CrtScreen"
	Identifier  "Videocard1"
	Driver      "radeon"
	VendorName  "Videocard vendor"
	BoardName   "ATI Radeon Mobility M6"
	BusID       "1:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "lcd"
	DefaultDepth     24
	SubSection "Display"
		Virtual   1024 768
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Videocard1"
	Monitor    "external"
	DefaultDepth     24
	SubSection "Display"

#		Virtual	 1024 768
		Depth     24
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection


--=-u0ZO6IjZly5wuepc7fHA--