Re: could use some help with dual monitor ...

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

 



I think this was recently fixed in CVS.  you might want to try a newer
version of Xfree86.

Alex

--- root <Philippe.Moutarlier@attbi.com> wrote:
> I am running RH 8.0, Xfree 4.2.0 from distro and 2 ATI cards :
> 
> - ATI radeon 8500 DV AGP
> - ATI Radeon 7500 PCI
> 
> Both cards are recognized and work fine independantly. 
> I setup my XFree986Config to use both at the same time by defining
> the 
> following layout (actual files are included below).
> 
> Section "ServerLayout"
> 	Identifier     "Multi Configured"
> 	Screen  0    "Screen0"	
> 	Screen  1    "Screen1" RightOf "Screen0"
> 	InputDevice    "Mouse0" "CorePointer"
> 	InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> I checked that each card is working by commenting out the "Screen 1"
> line
> and switching the "Screen 0" line between "Screen0" and "Screen1". 
> 
> Everytime I add the Screen 1 line, I get the following error in
> XFree86.0.log
> (details below)
> 
> (II) Loading sub module "radeon"
> (II) LoadModule: "radeon"
> (II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
> (EE) Screen 1 deleted because of no matching config section.
> (II) UnloadModule: "ati"
> (II) UnloadModule: "radeon"
> 
> and, sure enough, only 1 monitor is running :-(
> 
> 
> Any idea about what I am doing wrong here ???
> 
> Thanks !
> 
> Philippe
> 
> > # File generated by anaconda.
> #
> 
> 
> 
> Section "Files"
> # 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     "unix/:7100"
> EndSection
> 
> Section "Module"
> 	Load  "dbe"
> 	Load  "extmod"
> #	Load  "fbdevhw"
> #	Load  "dri"
> #	Load  "glx"
> #	Load  "record"
> 	Load  "freetype"
> 	Load  "type1"
> EndSection
> 
> Section "InputDevice"
> #	Option	"AutoRepeat"	"500 5"
> # when using XQUEUE, comment out the above line, and uncomment the
> # following line
> #	Option	"Protocol"	"Xqueue"
> # 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"
> 	#Option	"XkbOptions"	""
> 	Identifier  "Keyboard0"
> 	Driver      "keyboard"
> 	Option	    "XkbRules" "xfree86"
> 	Option	    "XkbModel" "pc105"
> 	Option	    "XkbLayout" "us"	#Option	"XkbVariant"	""
> 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 "Monitor"
> 	Identifier   "Monitor0"
> 	VendorName   "Monitor Vendor"
> 	ModelName    "Monitor Model"
> 	HorizSync    30.0 - 96.0
> 	VertRefresh  50.0 - 160.0
> 	Option	    "dpms"
> EndSection
> 
> Section "Monitor"
> 	Identifier   "Monitor1"
> 	VendorName   "Monitor Vendor"
> 	ModelName    "Monitor Model"
> 	HorizSync    30.0 - 96.0
> 	VertRefresh  50.0 - 160.0
> 	Option	    "dpms"
> EndSection
> 
> 
> Section "Device"
> # Some 7500 boards aparently need this option enabled to work - bug
> (#62760)
> # Option "CrtScreen"
> 	Identifier  "ATI Radeon 8500"
> 	Driver      "radeon"
> 	VendorName  "ati"
> 	BoardName   "ati"
> 	BusID "PCI:1:0:0"
> EndSection
> 
> Section "Device"
> # Some 7500 boards aparently need this option enabled to work - bug
> (#62760)	
> 	Identifier  "ATI Radeon 7500"
> 	Driver      "ati"
> 	VendorName  "ati"
> 	BoardName   "ati"
> 	BusID "PCI:0:9:0"
> #	Option "CrtScreen"
> EndSection
> 
> Section "Screen"
> 	Identifier "Screen0"
> 	Device     "ATI Radeon 8500"
> 	Monitor    "Monitor0"
> 	DefaultDepth     24
> 	SubSection "Display"
> 		Depth     24
> 		Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
> "640x480"
> 	EndSubSection
> EndSection
> 
> Section "Screen"
> 	Identifier "Screen1"
> 	Device     "ATI Radeon 7500"
> 	Monitor    "Monitor1"
> 	DefaultDepth     24
> 	SubSection "Display"
> 		Depth     24
> 		Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
> "640x480"
> 	EndSubSection
> EndSection
> 
> 
> Section "DRI"
> #	Mode         0666
> EndSection
> 
> Section "ServerLayout"
> 	Identifier     "Anaconda Configured"
> 	Screen  0    "Screen0"	
> 	Screen  1    "Screen1" RightOf "Screen0"
> #	Screen  1 "Screen1"
> 	InputDevice    "Mouse0" "CorePointer"
> 	InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> > 
> XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window
> System
> (protocol Version 11, revision 0, vendor release 6600)
> Release Date: 23 January 2002
> 	If the server is older than 6-12 months, or if your card is
> 	newer than the above date, look for a newer version before
> 	reporting problems.  (See http://www.XFree86.Org/)
> Build Operating System: Linux 2.4.18-11smp i686 [ELF] 
> Build Host: daffy.perf.redhat.com
>  
> Module Loader present
> OS Kernel: Linux version 2.4.18-14
> (bhcompile@stripples.devel.redhat.com) (gcc version 3.2 20020903 (Red
> Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50 EDT 2002 
> Markers: (--) probed, (**) from config file, (==) default setting,
>          (++) from command line, (!!) notice, (II) informational,
>          (WW) warning, (EE) error, (NI) not implemented, (??)
> unknown.
> (==) Log file: "/var/log/XFree86.0.log", Time: Mon Feb 10 16:20:43
> 2003
> (==) Using config file: "/etc/X11/XF86Config"
> (==) ServerLayout "Anaconda Configured"
> (**) |-->Screen "Screen0" (0)
> (**) |   |-->Monitor "Monitor0"
> (**) |   |-->Device "ATI Radeon 8500"
> (**) |-->Screen "Screen1" (1)
> (**) |   |-->Monitor "Monitor1"
> (**) |   |-->Device "ATI Radeon 7500"
> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (**) Option "XkbRules" "xfree86"
> (**) XKB: rules: "xfree86"
> (**) Option "XkbModel" "pc105"
> (**) XKB: model: "pc105"
> (**) Option "XkbLayout" "us"
> (**) XKB: layout: "us"
> (==) Keyboard: CustomKeycode disabled
> (**) FontPath set to "unix/:7100"
> (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> (==) ModulePath set to "/usr/X11R6/lib/modules"
> (--) using VT number 7
> 
> (II) Open APM successful
> (II) Module ABI versions:
> 	XFree86 ANSI C Emulation: 0.1
> 	XFree86 Video Driver: 0.5
> 	XFree86 XInput driver : 0.3
> 	XFree86 Server Extension : 0.1
> 	XFree86 Font Renderer : 0.3
> (II) Loader running on linux
> (II) LoadModule: "bitmap"
> (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
> (II) Module bitmap: vendor="The XFree86 Project"
> 	compiled for 4.2.0, module version = 1.0.0
> 	Module class: XFree86 Font Renderer
> 	ABI class: XFree86 Font Renderer, version 0.3
> (II) Loading font Bitmap
> (II) LoadModule: "pcidata"
> (II) Loading /usr/X11R6/lib/modules/libpcidata.a
> (II) Module pcidata: vendor="The XFree86 Project"
> 	compiled for 4.2.0, module version = 0.1.0
> 	ABI class: XFree86 Video Driver, version 0.5
> (II) PCI: Probing config type using method 1
> (II) PCI: Config type is 1
> (II) PCI: stages = 0x03, oldVal1 = 0x80000060, mode1Res1 = 0x80000000
> (II) PCI: PCI scan (all values are in hex)
> (II) PCI: 00:00:0: chip 1106,3168 card 1106,3168 rev 03 class
> 06,00,00 hdr 00
> (II) PCI: 00:01:0: chip 1106,b168 card 0000,0000 rev 00 class
> 06,04,00 hdr 01
> (II) PCI: 00:09:0: chip 1002,5157 card 148c,2036 rev 00 class
> 03,00,00 hdr 00
> (II) PCI: 00:0d:0: chip 10ec,8139 card 10ec,8139 rev 10 class
> 02,00,00 hdr 00
> (II) PCI: 00:0e:0: chip 13f6,0111 card 10fd,a407 rev 10 class
> 04,01,00 hdr 00
> (II) PCI: 00:0f:0: chip 1103,0004 card 1103,0001 rev 05 class
> 01,04,00 hdr 00
> (II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class
> 0c,03,00 hdr 80
> (II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class
> 0c,03,00 hdr 80
> (II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 80 class
> 0c,03,00 hdr 80
> (II) PCI: 00:10:3: chip 1106,3104 card 1106,3104 rev 82 class
> 0c,03,20 hdr 00
> (II) PCI: 00:11:0: chip 1106,3177 card 1106,3177 rev 00 class
> 06,01,00 hdr 80
> (II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class
> 01,01,8a hdr 00
> (II) PCI: 01:00:0: chip 1002,4242 card 1002,02aa rev 00 class
> 03,00,00 hdr 80
> (II) PCI: 01:00:1: chip 1002,4243 card 0000,0000 rev 00 class
> 06,04,00 hdr 01
> (II) PCI: 02:00:0: chip 11c1,5811 card 1002,5811 rev 04 class
> 0c,00,10 hdr 00
> (II) PCI: End of PCI scan
> (II) LoadModule: "scanpci"
> (II) Loading /usr/X11R6/lib/modules/libscanpci.a
> (II) Module scanpci: vendor="The XFree86 Project"
> 	compiled for 4.2.0, module version = 0.1.0
> 	ABI class: XFree86 Video Driver, version 0.5
> (II) UnloadModule: "scanpci"
> (II) Unloading /usr/X11R6/lib/modules/libscanpci.a
> (II) Host-to-PCI bridge:
> (II) PCI-to-ISA bridge:
> (II) PCI-to-PCI bridge:
> (II) PCI-to-PCI bridge:
> (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is
> set)
> (II) Bus 0 I/O range:
> 	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
> (II) Bus 0 non-prefetchable memory range:
> 	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
> (II) Bus 0 prefetchable memory range:
> 	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
> (II) Bus 1: bridge is at (0:1:0), (0,1,2), BCTRL: 0x0c (VGA_EN is
> set)
> (II) Bus 1 I/O range:
> 	[0] -1	0x00009000 - 0x000090ff (0x100) IX[B]
> 	[1] -1	0x00009400 - 0x000094ff (0x100) IX[B]
> 	[2] -1	0x00009800 - 0x000098ff (0x100) IX[B]
> 	[3] -1	0x00009c00 - 0x00009cff (0x100) IX[B]
> (II) Bus 1 non-prefetchable memory range:
> 	[0] -1	0xe4000000 - 0xe41fffff (0x200000) MX[B]
> (II) Bus 1 prefetchable memory range:
> 	[0] -1	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
> (II) Bus -1: bridge is at (0:17:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is
> set)
> (II) Bus -1 I/O range:
> (II) Bus -1 non-prefetchable memory range:
> (II) Bus -1 prefetchable memory range:
> (II) Bus 2: bridge is at (1:0:1), (1,2,2), BCTRL: 0x02 (VGA_EN is
> cleared)
> (II) Bus 2 I/O range:
> (II) Bus 2 non-prefetchable memory range:
> 	[0] -1	0xe4000000 - 0xe40fffff (0x100000) MX[B]
> (II) Bus 2 prefetchable memory range:
> (--) PCI: (0:9:0) ATI Radeon 7500 QW rev 0, Mem @ 0xd8000000/27,
> 0xe4220000/16, I/O @ 0xa000/8
> (--) PCI:*(1:0:0) ATI Radeon 8500 BB rev 0, Mem @ 0xd0000000/27,
> 0xe4120000/17, 0xe4140000/16, I/O @ 0x9000/8
> (II) Addressable bus resource ranges are
> 	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
> 	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
> (II) OS-reported resource ranges:
> 	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> 	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
> 	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
> 	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
> 	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
> 	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
> 	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
> (II) Active PCI resource ranges:
> 	[0] -1	0xe4000000 - 0xe4000fff (0x1000) MX[B]
> 	[1] -1	0xe4231000 - 0xe42310ff (0x100) MX[B]
> 	[2] -1	0xe4230000 - 0xe42300ff (0x100) MX[B]
> 	[3] -1	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
> 	[4] -1	0xe4140000 - 0xe414ffff (0x10000) MX[B](B)
> 	[5] -1	0xe4120000 - 0xe413ffff (0x20000) MX[B](B)
> 	[6] -1	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
> 	[7] -1	0x0000cc00 - 0x0000cc0f (0x10) IX[B]
> 	[8] -1	0x0000c800 - 0x0000c81f (0x20) IX[B]
> 	[9] -1	0x0000c400 - 0x0000c41f (0x20) IX[B]
> 	[10] -1	0x0000c000 - 0x0000c01f (0x20) IX[B]
> 	[11] -1	0x0000bc00 - 0x0000bcff (0x100) IX[B]
> 	[12] -1	0x0000b800 - 0x0000b803 (0x4) IX[B]
> 	[13] -1	0x0000b400 - 0x0000b407 (0x8) IX[B]
> 	[14] -1	0x0000b000 - 0x0000b003 (0x4) IX[B]
> 	[15] -1	0x0000ac00 - 0x0000ac07 (0x8) IX[B]
> 	[16] -1	0x0000a800 - 0x0000a8ff (0x100) IX[B]
> 	[17] -1	0x0000a400 - 0x0000a4ff (0x100) IX[B]
> 	[18] -1	0x00009000 - 0x000090ff (0x100) IX[B](B)
> (II) Inactive PCI resource ranges:
> 	[0] -1	0xe4220000 - 0xe422ffff (0x10000) MX[B](B)
> 	[1] -1	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
> 	[2] -1	0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
> (II) Active PCI resource ranges after removing overlaps:
> 	[0] -1	0xe4000000 - 0xe4000fff (0x1000) MX[B]
> 	[1] -1	0xe4231000 - 0xe42310ff (0x100) MX[B]
> 	[2] -1	0xe4230000 - 0xe42300ff (0x100) MX[B]
> 	[3] -1	0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
> 	[4] -1	0xe4140000 - 0xe414ffff (0x10000) MX[B](B)
> 	[5] -1	0xe4120000 - 0xe413ffff (0x20000) MX[B](B)
> 	[6] -1	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
> 	[7] -1	0x0000cc00 - 0x0000cc0f (0x10) IX[B]
> 	[8] -1	0x0000c800 - 0x0000c81f (0x20) IX[B]
> 	[9] -1	0x0000c400 - 0x0000c41f (0x20) IX[B]
> 	[10] -1	0x0000c000 - 0x0000c01f (0x20) IX[B]
> 	[11] -1	0x0000bc00 - 0x0000bcff (0x100) IX[B]
> 	[12] -1	0x0000b800 - 0x0000b803 (0x4) IX[B]
> 	[13] -1	0x0000b400 - 0x0000b407 (0x8) IX[B]
> 	[14] -1	0x0000b000 - 0x0000b003 (0x4) IX[B]
> 	[15] -1	0x0000ac00 - 0x0000ac07 (0x8) IX[B]
> 	[16] -1	0x0000a800 - 0x0000a8ff (0x100) IX[B]
> 	[17] -1	0x0000a400 - 0x0000a4ff (0x100) IX[B]
> 	[18] -1	0x00009000 - 0x000090ff (0x100) IX[B](B)
> (II) Inactive PCI resource ranges after removing overlaps:
> 	[0] -1	0xe4220000 - 0xe422ffff (0x10000) MX[B](B)
> 	[1] -1	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
> 
=== message truncated ===


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



_______________________________________________
xfree86-list mailing list
xfree86-list@redhat.com
https://listman.redhat.com/mailman/listinfo/xfree86-list
IRC: #xfree86 on irc.redhat.com

[Red Hat General]     [Red Hat Watch]     [Red Hat Development]     [Kernel Development]     [Yosemite Camping]

  Powered by Linux