Announcement

Collapse
No announcement yet.

Requesting 4870x2 xorg.conf please, aticonfig help/suggestions

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

  • Requesting 4870x2 xorg.conf please, aticonfig help/suggestions

    I've set up Catalyst 10.7 on the following system with decent results so far, however I am experiencing a few bugs here and there, and I haven't really begun testing games yet.

    I would like to get Starcraft II working ASAP, however I have been unsuccessful so far. I've set up Starcraft Brood War and it runs fine full screen stretched. I run games via a second X display:

    Code:
    xinit $WINE_SCRIPT_ETC -- :1
    Also compositing is disabled when I boot in KDE and I have to manually resume several times for it to work. It simply says 'self test failed' or something to that nature when I go back to tty1 to check backend output.

    I also get some screen tearing during video playback, and I get screen drawing problems where there is just black blocks until I alt tab out of the browser.


    If anyone could give any tips for a better xorg.conf or post yours so I can compare, as well as any tips on getting Starcraft 2 working I would appreciate it.
    lspci
    Code:
    00:00.0 Host bridge: Intel Corporation 82X38/X48 Express DRAM Controller (rev 01)
    00:01.0 PCI bridge: Intel Corporation 82X38/X48 Express Host-Primary PCI Express Bridge (rev 01)
    00:06.0 PCI bridge: Intel Corporation 82X38/X48 Express Host-Secondary PCI Express Bridge (rev 01)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
    00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
    00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
    00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02)
    01:00.0 PCI bridge: PLX Technology, Inc. PEX 8647 48-Lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ab)
    02:04.0 PCI bridge: PLX Technology, Inc. PEX 8647 48-Lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ab)
    02:08.0 PCI bridge: PLX Technology, Inc. PEX 8647 48-Lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ab)
    03:00.0 VGA compatible controller: ATI Technologies Inc R700 [Radeon HD 4870 X2]
    03:00.1 Audio device: ATI Technologies Inc HD48x0 audio
    04:00.0 Display controller: ATI Technologies Inc R700 [Radeon HD 4870 X2]
    05:00.0 PCI bridge: Intel Corporation 80333 Segment-A PCI Express-to-PCI Express Bridge
    05:00.2 PCI bridge: Intel Corporation 80333 Segment-B PCI Express-to-PCI Express Bridge
    07:0e.0 RAID bus controller: Dell PowerEdge Expandable RAID controller 5
    08:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12)
    09:00.0 Mass storage controller: Silicon Image, Inc. SiI 3132 Serial ATA Raid II Controller (rev 01)
    0a:02.0 Multimedia audio controller: Creative Labs SB X-Fi

    xorg.conf (as generated by aticonfig --initial)
    Code:
    Section "ServerLayout"
            Identifier     "aticonfig Layout"
            Screen      0  "aticonfig-Screen[0]-0" 0 0
    EndSection
    
    Section "Module"
    EndSection
    
    Section "Monitor"
            Identifier   "aticonfig-Monitor[0]-0"
            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:3:0:0"
    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
    I'm also running bin32-wine-suse 1.3.0-1 and have different wineprefixes set for MS Office, Steam, and Starcraft.

  • #2
    Well I have a basic system running now, however I still can't seem to get starcraft II working. I'm wondering if I'm missing something with my aticonfig settings.

    Should I have a Device entry for each GPU in xorg.conf?

    Comment

    Working...
    X