Announcement

Collapse
No announcement yet.

Four Screens, two GPU's and one Big Desktop

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Any help would be much appreciated.

    Comment


    • #22
      Originally posted by bridgman View Post
      I'll ask around; if we say it's supported on HD2/3xxx and not 4xxx then it's probably disabled in the driver code for now.
      Initial response is that multi-GPU support (without Xinerama) is supported on HD4xxx consumer cards as well, ie that the absence of HD4xxx in the release notes is a typo. Not confirmed, but likely.

      You mentioned "two big desktops" in an earlier post. I normally think of this as something you could configure with a single big desktop, not two, and I imagine the bulk of the testing is done with a single big desktop as well. Have you tried configuring the four screens into a single big desktop and if so how did it work ?

      As I understand it, you should *not* be using Xinerama and should be able to configure entirely from CCC-LE.
      Last edited by bridgman; 18 February 2009, 03:29 PM.
      Test signature

      Comment


      • #23
        I have tried the one big desktop, well heres what i did:

        currently there are two big desktops monitor 1,2 and 3,4 there is nothing in cc to allow me to anable a "bigger" when you click on multi with 1,2 selected it simple allow you to rearrange 1 and 2. there is also nothing to allow a bigger desktop say 1,2 to the right or 3,4 lets say.

        What i have tried is, thinking it was because there already was a pairing:
        I set all monitors to single desktops thinking this might help. However again when i go into the multiview tab i can only make 1 right of any other than 2 etc. The same goes for 3 and 4 and i can not make 2 right of 3 for instance?

        Is there another way to implement it?

        Comment


        • #24
          Just out of curiosity, in the past you could do this with Xinerama alone. I dont thounk you could have full exceleration but atleast it allowed for one big desktop.

          Am i going about this the worng way. I tried an strieght Xinerama setup but got no more than two sreens going in one desktop.

          Can this be done with Xinerama alone ?

          Comment


          • #25
            Any thing new ?

            Comment


            • #26
              Hi,

              First and foremost, please ensure that you have your motherboard BIOS up to date. Multi-ASIC support on some motherboards is *very* poor.

              To configure multiview, run the following aticonfig commands with a clean (ie: no fglrx sections).

              Code:
                 aticonfig --inital=dual-head -f --adapters=all --xinerama=on
              This tells aticonfig to configure for dual head (ie: :0.0 and :0.1 for each device), all devices and finally turns xinerama on.

              For the record, this configuration is not yet fully supported without homogeneous FireGL proucts. The level of support for consumer cards is independent desktops (--xinerama=off). The heterogenous consumer support will come in a later release.

              If you have problems, please post both your xorg.conf, lspci and finally your XOrg.0.log.

              Regards,

              Matthew

              Comment


              • #27
                here goes

                it didn't work but different results than before here is everything.

                I removed the 9.1 drivers following the procedures posted prior (the machine was continuous crashing with 9.1.

                Downloaded and installed 9.2 following procedures previously posted.

                loaded the failsafe xorg.conf (no mention of multi heads or ati drives just vesa.

                Ran the command in the previous post.

                In the following logs i deleted as much of the stuff that didn't look important just to reduce the post its still pretty enormous, thanks for the help.

                It created:
                Code:
                # xorg.conf.failsafe (X.Org 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 xorg.conf manual page.
                # (Type "man 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 "ServerLayout"
                	Identifier     "aticonfig Layout"
                	Screen      0  "aticonfig-Screen[0]-0" 0 0
                	Screen         "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
                	Screen         "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-1"
                	Screen         "aticonfig-Screen[1]-1" RightOf "aticonfig-Screen[1]-0"
                	Screen         "aticonfig-Screen[2]-0" RightOf "aticonfig-Screen[1]-1"
                	Screen         "aticonfig-Screen[2]-1" RightOf "aticonfig-Screen[2]-0"
                EndSection
                
                Section "Files"
                EndSection
                
                Section "Module"
                EndSection
                
                Section "ServerFlags"
                	Option	    "Xinerama" "on"
                EndSection
                
                Section "Monitor"
                	Identifier   "aticonfig-Monitor[0]-0"
                	Option	    "VendorName" "ATI Proprietary Driver"
                	Option	    "ModelName" "Generic Autodetecting Monitor"
                	Option	    "DPMS" "true"
                EndSection
                
                Section "Monitor"
                	Identifier   "aticonfig-Monitor[0]-1"
                	Option	    "VendorName" "ATI Proprietary Driver"
                	Option	    "ModelName" "Generic Autodetecting Monitor"
                	Option	    "DPMS" "true"
                EndSection
                
                Section "Monitor"
                	Identifier   "aticonfig-Monitor[1]-0"
                	Option	    "VendorName" "ATI Proprietary Driver"
                	Option	    "ModelName" "Generic Autodetecting Monitor"
                	Option	    "DPMS" "true"
                EndSection
                
                Section "Monitor"
                	Identifier   "aticonfig-Monitor[1]-1"
                	Option	    "VendorName" "ATI Proprietary Driver"
                	Option	    "ModelName" "Generic Autodetecting Monitor"
                	Option	    "DPMS" "true"
                EndSection
                
                Section "Monitor"
                	Identifier   "aticonfig-Monitor[2]-0"
                	Option	    "VendorName" "ATI Proprietary Driver"
                	Option	    "ModelName" "Generic Autodetecting Monitor"
                	Option	    "DPMS" "true"
                EndSection
                
                Section "Monitor"
                	Identifier   "aticonfig-Monitor[2]-1"
                	Option	    "VendorName" "ATI Proprietary Driver"
                	Option	    "ModelName" "Generic Autodetecting Monitor"
                	Option	    "DPMS" "true"
                EndSection
                
                Section "Device"
                	Identifier  "aticonfig-Device[0]-0"
                	Driver      "fglrx"
                	BusID       "PCI:1:5:0"
                EndSection
                
                Section "Device"
                	Identifier  "aticonfig-Device[0]-1"
                	Driver      "fglrx"
                	BusID       "PCI:1:5:0"
                	Screen      1
                EndSection
                
                Section "Device"
                	Identifier  "aticonfig-Device[1]-0"
                	Driver      "fglrx"
                	BusID       "PCI:2:0:0"
                EndSection
                
                Section "Device"
                	Identifier  "aticonfig-Device[1]-1"
                	Driver      "fglrx"
                	BusID       "PCI:2:0:0"
                	Screen      1
                EndSection
                
                Section "Device"
                	Identifier  "aticonfig-Device[2]-0"
                	Driver      "fglrx"
                	BusID       "PCI:3:0:0"
                EndSection
                
                Section "Device"
                	Identifier  "aticonfig-Device[2]-1"
                	Driver      "fglrx"
                	BusID       "PCI:3:0:0"
                	Screen      1
                EndSection
                
                Section "Screen"
                	Identifier "aticonfig-Screen[0]-0"
                	Device     "aticonfig-Device[0]-0"
                	Monitor    "aticonfig-Monitor[0]-0"
                	DefaultDepth     24
                	SubSection "Display"
                		Viewport   0 0
                		Depth     24
                	EndSubSection
                EndSection
                
                Section "Screen"
                	Identifier "aticonfig-Screen[0]-1"
                	Device     "aticonfig-Device[0]-1"
                	Monitor    "aticonfig-Monitor[0]-1"
                	DefaultDepth     24
                	SubSection "Display"
                		Viewport   0 0
                		Depth     24
                	EndSubSection
                EndSection
                
                Section "Screen"
                	Identifier "aticonfig-Screen[1]-0"
                	Device     "aticonfig-Device[1]-0"
                	Monitor    "aticonfig-Monitor[1]-0"
                	DefaultDepth     24
                	SubSection "Display"
                		Viewport   0 0
                		Depth     24
                	EndSubSection
                EndSection
                
                Section "Screen"
                	Identifier "aticonfig-Screen[1]-1"
                	Device     "aticonfig-Device[1]-1"
                	Monitor    "aticonfig-Monitor[1]-1"
                	DefaultDepth     24
                	SubSection "Display"
                		Viewport   0 0
                		Depth     24
                	EndSubSection
                EndSection
                
                Section "Screen"
                	Identifier "aticonfig-Screen[2]-0"
                	Device     "aticonfig-Device[2]-0"
                	Monitor    "aticonfig-Monitor[2]-0"
                	DefaultDepth     24
                	SubSection "Display"
                		Viewport   0 0
                		Depth     24
                	EndSubSection
                EndSection
                
                Section "Screen"
                	Identifier "aticonfig-Screen[2]-1"
                	Device     "aticonfig-Device[2]-1"
                	Monitor    "aticonfig-Monitor[2]-1"
                	DefaultDepth     24
                	SubSection "Display"
                		Viewport   0 0
                		Depth     24
                	EndSubSection
                EndSection
                Last edited by locksley; 20 March 2009, 11:27 AM.

                Comment


                • #28
                  This left me with the x crash you can find the details here in the Xorg.log

                  Code:
                  Module Loader present
                  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/Xorg.0.log", Time: Mon Mar 16 16:17:09 2009
                  (==) Using config file: "/etc/X11/xorg.conf"
                  (==) ServerLayout "aticonfig Layout"
                  (**) |-->Screen "aticonfig-Screen[0]-0" (0)
                  (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
                  (**) |   |-->Device "aticonfig-Device[0]-0"
                  (**) |-->Screen "aticonfig-Screen[0]-1" (1)
                  (**) |   |-->Monitor "aticonfig-Monitor[0]-1"
                  (**) |   |-->Device "aticonfig-Device[0]-1"
                  (**) |-->Screen "aticonfig-Screen[1]-0" (2)
                  (**) |   |-->Monitor "aticonfig-Monitor[1]-0"
                  (**) |   |-->Device "aticonfig-Device[1]-0"
                  (**) |-->Screen "aticonfig-Screen[1]-1" (3)
                  (**) |   |-->Monitor "aticonfig-Monitor[1]-1"
                  (**) |   |-->Device "aticonfig-Device[1]-1"
                  (**) |-->Screen "aticonfig-Screen[2]-0" (4)
                  (**) |   |-->Monitor "aticonfig-Monitor[2]-0"
                  (**) |   |-->Device "aticonfig-Device[2]-0"
                  (**) |-->Screen "aticonfig-Screen[2]-1" (5)
                  (**) |   |-->Monitor "aticonfig-Monitor[2]-1"
                  (**) |   |-->Device "aticonfig-Device[2]-1"
                  (**) Option "Xinerama" "on"
                  (==) Automatically adding devices
                  (==) Automatically enabling devices
                  (**) Xinerama: enabled
                  (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
                  	Entry deleted from font path.
                  (==) FontPath set to:
                  	/usr/share/fonts/X11/misc,
                  	/usr/share/fonts/X11/100dpi/:unscaled,
                  	/usr/share/fonts/X11/75dpi/:unscaled,
                  	/usr/share/fonts/X11/Type1,
                  	/usr/share/fonts/X11/100dpi,
                  	/usr/share/fonts/X11/75dpi,
                  	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
                  (==) ModulePath set to "/usr/lib/xorg/modules"
                  (II) Cannot locate a core pointer device.
                  (II) Cannot locate a core keyboard device.
                  (II) The server relies on HAL to provide the list of input devices.
                  	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
                  (II) Open ACPI successful (/var/run/acpid.socket)
                  (II) Loader magic: 0x7b7320
                  (II) Module ABI versions:
                  	X.Org ANSI C Emulation: 0.4
                  	X.Org Video Driver: 4.1
                  	X.Org XInput driver : 2.1
                  	X.Org Server Extension : 1.1
                  	X.Org Font Renderer : 0.6
                  (II) Loader running on linux
                  (--) using VT number 7
                  
                  (!!) More than one possible primary device found
                  (!!) More than one possible primary device found
                  (--) PCI:*(0@1:5:0) ATI Technologies Inc Radeon HD 3300 Graphics rev 0, Mem @ 0xb0000000/268435456, 0xfe7f0000/65536, 0xfe600000/1048576, I/O @ 0x0000a000/256
                  (--) PCI: (0@2:0:0) ATI Technologies Inc RV770 [Radeon HD 4850] rev 0, Mem @ 0xc0000000/268435456, 0xfe8f0000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
                  (--) PCI: (0@3:0:0) ATI Technologies Inc RV770 [Radeon HD 4850] rev 0, Mem @ 0xd0000000/268435456, 0xfe9f0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
                  (II) System resource ranges:
                  
                  (II) "extmod" will be loaded by default.
                  (II) "dbe" will be loaded by default.
                  (II) "glx" will be loaded by default.
                  (II) "freetype" will be loaded by default.
                  (II) "record" will be loaded by default.
                  (II) "dri" will be loaded by default.
                  (II) LoadModule: "extmod"
                  
                  (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
                  (II) Module extmod: vendor="X.Org Foundation"
                  	compiled for 1.5.2, module version = 1.0.0
                  	Module class: X.Org Server Extension
                  	ABI class: X.Org Server Extension, version 1.1
                  (II) Loading extension SHAPE
                  (II) Loading extension MIT-SUNDRY-NONSTANDARD
                  (II) Loading extension BIG-REQUESTS
                  (II) Loading extension SYNC
                  (II) Loading extension MIT-SCREEN-SAVER
                  (II) Loading extension XC-MISC
                  (II) Loading extension XFree86-VidModeExtension
                  (II) Loading extension XFree86-Misc
                  (II) Loading extension XFree86-DGA
                  (II) Loading extension DPMS
                  (II) Loading extension TOG-CUP
                  (II) Loading extension Extended-Visual-Information
                  (II) Loading extension XVideo
                  (II) Loading extension XVideo-MotionCompensation
                  (II) Loading extension X-Resource
                  (II) LoadModule: "dbe"
                  
                  (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
                  (II) Module dbe: vendor="X.Org Foundation"
                  	compiled for 1.5.2, module version = 1.0.0
                  	Module class: X.Org Server Extension
                  	ABI class: X.Org Server Extension, version 1.1
                  (II) Loading extension DOUBLE-BUFFER
                  (II) LoadModule: "glx"
                  
                  (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
                  (II) Module glx: vendor="X.Org Foundation"
                  	compiled for 7.4.0, module version = 1.0.0
                  (==) AIGLX disabled
                  (WW) fglrx: Force AIGLX enabled
                  (II) Loading extension GLX
                  (II) LoadModule: "freetype"
                  
                  (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
                  (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
                  	compiled for 1.5.2, module version = 2.1.0
                  	Module class: X.Org Font Renderer
                  	ABI class: X.Org Font Renderer, version 0.6
                  (II) Loading font FreeType
                  (II) LoadModule: "record"
                  
                  (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
                  (II) Module record: vendor="X.Org Foundation"
                  	compiled for 1.5.2, module version = 1.13.0
                  	Module class: X.Org Server Extension
                  	ABI class: X.Org Server Extension, version 1.1
                  (II) Loading extension RECORD
                  (II) LoadModule: "dri"
                  
                  (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
                  (II) Module dri: vendor="X.Org Foundation"
                  	compiled for 7.4.0, module version = 1.0.0
                  (II) Loading extension XFree86-DRI
                  (II) LoadModule: "fglrx"
                  
                  (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
                  (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
                  	compiled for 1.4.99.906, module version = 8.58.2
                  	Module class: X.Org Video Driver
                  (II) Primary Device is: PCI 01@00:05:0
                  (WW) Falling back to old probe method for fglrx
                  (II) ATI Proprietary Linux Driver Version Identifier:8.58.2
                  (II) ATI Proprietary Linux Driver Release Identifier: 8.582                                
                  (II) ATI Proprietary Linux Driver Build Date: Feb  3 2009 23:43:36
                  (II) Loading PCS database from /etc/ati/amdpcsdb
                  (WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
                  (WW) Video driver ABI version of the X server is 4.1
                  (II) AMD ASIC control file status: R2 S1 B324 N324 T323
                  (WW) fglrx: No matching Device section for instance (BusID 
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@3:0:1) found
                  (--) Chipset Supported AMD Graphics Processor (0x9614) found
                  (--) Chipset Supported AMD Graphics Processor (0x9442) found
                  (--) Chipset Supported AMD Graphics Processor (0x9442) found
                  (--) Chipset Supported AMD Graphics Processor (0x9614) found
                  (--) Chipset Supported AMD Graphics Processor (0x9442) found
                  (--) Chipset Supported AMD Graphics Processor (0x9442) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
                  (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
                  (WW) fglrx: No matching Device section for instance (BusID
                  Last edited by locksley; 20 March 2009, 03:03 PM.

                  Comment


                  • #29
                    Code:
                    PCI:0@0:20:2) found
                    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
                    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
                    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
                    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
                    (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found
                    (WW) fglrx: No matching Device section for instance (BusID PCI:0@3:0:1) found
                    (II) AMD Video driver is running on a device belonging to a group targeted for this release
                    (II) AMD Video driver is signed
                    (II) resource ranges after xf86ClaimFixedResources() call:
                    
                    (II) fglrx(0): pEnt->device->identifier=0x2085870
                    (II) resource ranges after xf86ClaimFixedResources() call:
                    
                    (II) fglrx(1): pEnt->device->identifier=0x2085e90
                    (II) resource ranges after xf86ClaimFixedResources() call:
                    
                    (II) fglrx(2): pEnt->device->identifier=0x20864b0
                    (II) fglrx(3): pEnt->device->identifier=0x2085870
                    (II) fglrx(4): pEnt->device->identifier=0x2085e90
                    (II) fglrx(5): pEnt->device->identifier=0x20864b0
                    (II) resource ranges after probing:
                    
                    (II) Setting vga for screen 0.
                    (II) Setting vga for screen 1.
                    (II) Setting vga for screen 2.
                    (II) Setting vga for screen 3.
                    (II) Setting vga for screen 4.
                    (II) Setting vga for screen 5.
                    (II) fglrx(0): === [atiddxPreInit] === begin
                    (II) Loading sub module "vgahw"
                    (II) LoadModule: "vgahw"
                    
                    (II) Loading /usr/lib/xorg/modules//libvgahw.so
                    (II) Module vgahw: vendor="X.Org Foundation"
                    	compiled for 1.5.2, module version = 0.1.0
                    	ABI class: X.Org Video Driver, version 4.1
                    (II) fglrx(0): PCI bus 1 card 5 func 0
                    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
                    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
                    (==) fglrx(0): Default visual is TrueColor
                    (**) fglrx(0): Option "DPMS" "true"
                    (II) fglrx(0): 10BitPixelFormat disabled by default
                    (==) fglrx(0): RGB weight 888
                    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
                    (==) fglrx(0): Gamma Correction for I is 0x06419064
                    (==) fglrx(0): Gamma Correction for II is 0x06419064
                    (==) fglrx(0): Buffer Tiling is ON
                    (II) Loading sub module "fglrxdrm"
                    (II) LoadModule: "fglrxdrm"
                    
                    (II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
                    (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
                    	compiled for 1.4.99.906, module version = 8.58.2
                    (--) fglrx(0): Chipset: "ATI Radeon HD 3300 Graphics" (Chipset = 0x9614)
                    (--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x834d)
                    (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
                    (--) fglrx(0): Linear framebuffer (phys) at 0xb0000000
                    (--) fglrx(0): MMIO registers at 0xfe7f0000
                    (--) fglrx(0): I/O port at 0x0000a000
                    (==) fglrx(0): ROM-BIOS at 0x000c0000
                    (II) Loading sub module "int10"
                    (II) LoadModule: "int10"
                    
                    (II) Loading /usr/lib/xorg/modules//libint10.so
                    (II) Module int10: vendor="X.Org Foundation"
                    	compiled for 1.5.2, module version = 1.0.0
                    	ABI class: X.Org Video Driver, version 4.1
                    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
                    (II) Loading sub module "vbe"
                    (II) LoadModule: "vbe"
                    
                    (II) Loading /usr/lib/xorg/modules//libvbe.so
                    (II) Module vbe: vendor="X.Org Foundation"
                    	compiled for 1.5.2, module version = 1.1.0
                    	ABI class: X.Org Video Driver, version 4.1
                    (II) fglrx(0): VESA BIOS detected
                    (II) fglrx(0): VESA VBE Version 3.0
                    (II) fglrx(0): VESA VBE Total Mem: 16384 kB
                    (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
                    (II) fglrx(0): VESA VBE OEM Software Rev: 10.94
                    (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
                    (II) fglrx(0): VESA VBE OEM Product: RS780D
                    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
                    (II) fglrx(0): ATI Video BIOS revision 9 or later detected
                    (II) fglrx(0): UMA/SP interleave mode is enabled in the BIOS
                    drmOpenDevice: node name is /dev/dri/card0
                    drmOpenDevice: open result is 11, (OK)
                    drmOpenByBusid: Searching for BusID PCI:1:5:0
                    drmOpenDevice: node name is /dev/dri/card0
                    drmOpenDevice: open result is 11, (OK)
                    drmOpenByBusid: drmOpenMinor returns 11
                    drmOpenByBusid: drmGetBusid reports PCI:1:5:0
                    (II) fglrx(0): Using adapter: 1:5.0.
                    (--) fglrx(0): Video RAM: 393216 kByte, Type: DDR2
                    (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x18000000)
                    (II) fglrx(0): PCIE card detected
                    (--) fglrx(0): Using per-process page tables (PPPT) as GART.
                    (WW) fglrx(0): board is an unknown third party board, chipset is supported
                    (II) fglrx(0): RandR 1.2 support is enabled!
                    (II) fglrx(0): RandR 1.2 rotation support is enabled!
                    (II) Loading sub module "ddc"
                    (II) LoadModule: "ddc"
                    (II) Module "ddc" already built-in
                    (II) Loading sub module "ddc"
                    (II) LoadModule: "ddc"
                    (II) Module "ddc" already built-in
                    (II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000080, disabled=0x00000000
                    (II) fglrx(0): Connected Display1: DFP on secondary TMDS [tmds2i]
                    (II) fglrx(0): Display1 EDID data ---------------------------
                    (II) fglrx(0): Manufacturer: DEL  Model: a043  Serial#: 859062613
                    (II) fglrx(0): Year: 2008  Week: 39
                    (II) fglrx(0): EDID Version: 1.3
                    (II) fglrx(0): Digital Display Input
                    (II) fglrx(0): Max Image Size [cm]: horiz.: 48  vert.: 27
                    (II) fglrx(0): Gamma: 2.20
                    (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
                    (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
                    (II) fglrx(0): Default color space is primary color space
                    (II) fglrx(0): First detailed timing is preferred mode
                    (II) fglrx(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
                    (II) fglrx(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
                    (II) fglrx(0): Supported VESA Video Modes:
                    (II) fglrx(0): 720x400@70Hz
                    (II) fglrx(0): 640x480@60Hz
                    (II) fglrx(0): 640x480@75Hz
                    (II) fglrx(0): 800x600@60Hz
                    (II) fglrx(0): 800x600@75Hz
                    (II) fglrx(0): 1024x768@60Hz
                    (II) fglrx(0): 1024x768@75Hz
                    (II) fglrx(0): 1280x1024@75Hz
                    (II) fglrx(0): Manufacturer's mask: 0
                    (II) fglrx(0): Supported Future Video Modes:
                    (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
                    (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
                    (II) fglrx(0): #2: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
                    (II) fglrx(0): Supported additional Video Mode:
                    (II) fglrx(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
                    (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
                    (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
                    (II) fglrx(0): Serial No: P262H89M34AU
                    (II) fglrx(0): Monitor name: DELL S2209W
                    (II) fglrx(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 170 MHz
                    (II) fglrx(0): EDID (in hex):
                    (II) fglrx(0): 	00ffffffffffff0010ac43a055413433
                    (II) fglrx(0): 	2712010380301b78eeee91a3544c9926
                    (II) fglrx(0): 	0f5054a54b00714f8180d1c001010101
                    (II) fglrx(0): 	010101010101023a801871382d40582c
                    (II) fglrx(0): 	4500dd0c1100001e000000ff00503236
                    (II) fglrx(0): 	324838394d333441550a000000fc0044
                    (II) fglrx(0): 	454c4c205332323039570a20000000fd
                    (II) fglrx(0): 	00324c1e5311000a2020202020200016
                    (II) fglrx(0): End of Display1 EDID data --------------------
                    (II) fglrx(0): Output DFP2 using monitor section aticonfig-Monitor[0]-0
                    (II) fglrx(0): Output CRT1 has no monitor section
                    (II) fglrx(0): EDID vendor "DEL", prod id 41027
                    (II) fglrx(0): Using EDID range info for horizontal sync
                    (II) fglrx(0): Using EDID range info for vertical refresh
                    (II) fglrx(0): Printing DDC gathered Modelines:
                    (II) fglrx(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
                    (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
                    (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
                    (II) fglrx(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
                    (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
                    (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
                    (II) fglrx(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
                    (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
                    (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
                    (II) fglrx(0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.7 kHz)
                    (II) fglrx(0): Modeline "1280x1024"x60.0  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -hsync +vsync (63.6 kHz)
                    (II) fglrx(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
                    (II) fglrx(0): Output DFP2 connected
                    (II) fglrx(0): Output CRT1 disconnected
                    (II) fglrx(0): Using exact sizes for initial modes
                    (II) fglrx(0): Output DFP2 using initial mode 1920x1080
                    (**) fglrx(0): Display dimensions: (480, 270) mm
                    (**) fglrx(0): DPI set to (101, 180)
                    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
                    (==) fglrx(0): QBS disabled
                    (==) fglrx(0): FAST_SWAP disabled
                    (==) fglrx(0):  PseudoColor visuals disabled
                    (II) Loading sub module "fb"
                    (II) LoadModule: "fb"
                    
                    (II) Loading /usr/lib/xorg/modules//libfb.so
                    (II) Module fb: vendor="X.Org Foundation"
                    	compiled for 1.5.2, module version = 1.0.0
                    	ABI class: X.Org ANSI C Emulation, version 0.4
                    (II) Loading sub module "ramdac"
                    (II) LoadModule: "ramdac"
                    (II) Module "ramdac" already built-in
                    (==) fglrx(0): NoAccel = NO
                    (II) Loading sub module "xaa"
                    (II) LoadModule: "xaa"
                    Last edited by locksley; 20 March 2009, 03:02 PM.

                    Comment


                    • #30
                      Code:
                      (II) Loading /usr/lib/xorg/modules//libxaa.so
                      (II) Module xaa: vendor="X.Org Foundation"
                      	compiled for 1.5.2, module version = 1.2.0
                      	ABI class: X.Org Video Driver, version 4.1
                      (==) fglrx(0): NoDRI = NO
                      (II) Loading sub module "fglrxdrm"
                      (II) LoadModule: "fglrxdrm"
                      
                      (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
                      (==) fglrx(0): Capabilities: 0x00000000
                      (==) fglrx(0): CapabilitiesEx: 0x00000000
                      (==) fglrx(0): cpuFlags: 0x4000001f
                      (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
                      (II) fglrx(0): [pcie] 2079744 kB allocated
                      (II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
                      (==) fglrx(0): UseFastTLS=0
                      (==) fglrx(0): BlockSignalsOnLock=1
                      (II) fglrx(0): Direct rendering enabled
                      (II) fglrx(0): AC Adapter is used
                      (II) fglrx(0): Interrupt handler installed at IRQ 2299.
                      (II) fglrx(0): Finished Initialize PPLIB!
                      (II) fglrx(1): === [atiddxPreInit] === begin
                      (EE) fglrx(1): Quitting secondary screen -- no monitor specified.
                      (EE) fglrx(1): PreInit failed
                      (II) fglrx(1): === [atiddxPreInit] === end
                      (II) fglrx(2): === [atiddxPreInit] === begin
                      (II) fglrx(2): PCI bus 2 card 0 func 0
                      (**) fglrx(2): Depth 24, (--) framebuffer bpp 32
                      (II) fglrx(2): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
                      (==) fglrx(2): Default visual is TrueColor
                      (**) fglrx(2): Option "DPMS" "true"
                      (EE) fglrx(2): MultiView is not supported on this adapter
                      (EE) fglrx(2): PreInit failed
                      (II) fglrx(2): === [atiddxPreInit] === end
                      (II) fglrx(3): === [atiddxPreInit] === begin
                      (EE) fglrx(3): Quitting secondary screen -- no monitor specified.
                      (EE) fglrx(3): PreInit failed
                      (II) fglrx(3): === [atiddxPreInit] === end
                      (II) fglrx(4): === [atiddxPreInit] === begin
                      (II) fglrx(4): PCI bus 3 card 0 func 0
                      (**) fglrx(4): Depth 24, (--) framebuffer bpp 32
                      (II) fglrx(4): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
                      (==) fglrx(4): Default visual is TrueColor
                      (**) fglrx(4): Option "DPMS" "true"
                      (EE) fglrx(4): MultiView is not supported on this adapter
                      (EE) fglrx(4): PreInit failed
                      (II) fglrx(4): === [atiddxPreInit] === end
                      (II) fglrx(5): === [atiddxPreInit] === begin
                      (EE) fglrx(5): Quitting secondary screen -- no monitor specified.
                      (EE) fglrx(5): PreInit failed
                      (II) fglrx(5): === [atiddxPreInit] === end
                      (II) UnloadModule: "fglrx"
                      (II) UnloadModule: "fglrx"
                      (II) UnloadModule: "fglrx"
                      (II) UnloadModule: "fglrx"
                      (II) UnloadModule: "fglrx"
                      (--) Depth 24 pixmap format is 32 bpp
                      (II) do I need RAC?  No, I don't.
                      (II) resource ranges after preInit:
                      
                      (II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
                      (II) fglrx(0): detected X.org 7.4.2.0
                      (II) Loading extension ATIFGLRXDRI
                      (II) fglrx(0): doing DRIScreenInit
                      (II) fglrx(0): DRIScreenInit for fglrx driver
                      drmOpenDevice: node name is /dev/dri/card0
                      drmOpenDevice: open result is 12, (OK)
                      drmOpenDevice: node name is /dev/dri/card0
                      drmOpenDevice: open result is 12, (OK)
                      drmOpenByBusid: Searching for BusID PCI:1:5:0
                      drmOpenDevice: node name is /dev/dri/card0
                      drmOpenDevice: open result is 12, (OK)
                      drmOpenByBusid: drmOpenMinor returns 12
                      drmOpenByBusid: drmGetBusid reports PCI:1:5:0
                      (II) fglrx(0): [drm] DRM interface version 1.0
                      (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:5:0"
                      (II) fglrx(0): [drm] added 8192 byte SAREA at 0x32000
                      (II) fglrx(0): [drm] mapped SAREA 0x32000 to 0x7f6766ebb000
                      (II) fglrx(0): [drm] framebuffer handle = 0x33000
                      (II) fglrx(0): [drm] added 1 reserved context for kernel
                      (II) fglrx(0): DRIScreenInit done
                      (II) fglrx(0): Kernel Module Version Information:
                      (II) fglrx(0):     Name: fglrx
                      (II) fglrx(0):     Version: 8.58.2
                      (II) fglrx(0):     Date: Feb  4 2009
                      (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
                      (II) fglrx(0): Kernel Module version matches driver.
                      (II) fglrx(0): Kernel Module Build Time Information:
                      (II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.27-11-generic
                      (II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
                      (II) fglrx(0):     Build-Kernel __SMP__:            yes
                      (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
                      (II) fglrx(0): [drm] register handle = 0x00034000
                      (II) fglrx(0): Adjust primary surface width to 0x780 for rotation!
                      (II) fglrx(0): Adjust desktop virtualY to 0x780! for rotation
                      (II) fglrx(0): DRI initialization successfull!
                      (II) fglrx(0): FBADPhys: 0xd6fe9400 FBMappedSize: 0x01011c00
                      (II) fglrx(0): Reserved 0x05600000 bytes of sideport memory for power saving
                      (II) fglrx(0): FBMM initialized for area (0,0)-(1920,2194)
                      (II) fglrx(0): FBMM auto alloc for area (0,0)-(1920,1920) (front color buffer - assumption)
                      (II) fglrx(0): Largest offscreen area available: 1920 x 274
                      (NI) fglrx(0): ASIC Family ID/Name:75/RS780 
                      (NI) fglrx(0): ASIC Rev ID/Name:19/Not RV6xx family Device 
                      (NI) fglrx(0): ASIC Device ID/Name:0X9614/Not RV6xx family Device 
                      (NI) fglrx(0): CPLIB is initialized.
                      (==) fglrx(0): Backing store disabled
                      (II) Loading extension FGLRXEXTENSION
                      (II) Loading extension ATITVOUT
                      (**) fglrx(0): DPMS enabled
                      (II) fglrx(0): Xinerama already active, not initializing in-driver Xinerama
                      (**) fglrx(0): Textured Video is enabled.
                      (II) LoadModule: "glesx"
                      
                      (II) Loading /usr/lib/xorg/modules//glesx.so
                      (II) Module glesx: vendor="X.Org Foundation"
                      	compiled for 1.4.99.906, module version = 1.0.0
                      (II) Loading extension GLESX
                      (II) fglrx(0): GLESX enableFlags = 94
                      (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
                      	Screen to screen bit blits
                      	Solid filled rectangles
                      	Solid Horizontal and Vertical Lines
                      	Driver provided ScreenToScreenBitBlt replacement
                      	Driver provided FillSolidRects replacement
                      (II) fglrx(0): GLESX is enabled
                      (II) LoadModule: "amdxmm"
                      
                      (II) Loading /usr/lib/xorg/modules//amdxmm.so
                      (II) Module amdxmm: vendor="X.Org Foundation"
                      	compiled for 1.4.99.906, module version = 1.0.0
                      	ABI class: X.Org Server Extension, version 1.1
                      (WW) fglrx(0): Option "VendorName" is not used
                      (WW) fglrx(0): Option "ModelName" is not used
                      (II) fglrx(0): X context handle = 0x1
                      (II) fglrx(0): [DRI] installation complete
                      (==) fglrx(0): Silken mouse enabled
                      (==) fglrx(0): Using HW cursor of display infrastructure!
                      (==) fglrx(0): Using software cursor
                      (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
                      (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
                      
                      
                      Saw signal 11.  Server aborting.
                      I then commented out the sections i new i was not using because there is not monitor on the 6th adapter.
                      Last edited by locksley; 20 March 2009, 03:02 PM.

                      Comment

                      Working...
                      X