You are not logged in.
Howdy
Been using Arch for a long time (came from Gentoo), but not been much of a gamer the last years, for that i had a MS rig with xp then vista.
I installed the 32-wine from AUR (thanks for that by the way), everything seems ok.
I downloaded the apropriate installers for WoW, both normal and Burning Crusade.
Both install fine, and i can "launch" the game from the "desktop shortcut".
The problem does not start when I hit "play", then my screen all gets "twisted", and everything gets pixelated.
(Kind of when a game crashes and messes up the screen)
the only fix i found so far is ctrl+alt+<--" to get back into KDE to get it working again.
this is run on a 3870 card from ATI, everything else works fine, include compizfusion (turned of when i try to run the game).
Everything else seems to work fine.
I assume it is some sort of gfx bug, prolly relates to directx, but i get same result when i use -opengl to launch launcher.exe
The problem "breaks" everything, even when run in a containerwindow.
Settings are for xp (winecfg)
Posting xorg.conf incase there might be something related to that.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "dri"
Load "extmod"
Load "GLcore"
Load "record"
Load "xtrap"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "trustda"
Option "XkbLayout" "no"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 520 320 # mm
### Comment all HorizSync and VertRefresh values to use DDC:
Identifier "Monitor0"
VendorName "BNQ"
ModelName "BenQ G2400W"
HorizSync 31.0 - 94.0
VertRefresh 50.0 - 85.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Option "DRI" "true"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
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 "DRI"
Mode 0666
EndSection
Running on a 24" monitor @ 1920x1200.
Any help apriciated.
Last edited by AllFather (2008-07-21 22:07:38)
2007.08 - The last proper ARCH install cd.
RIP installer :'-(
Offline
I just came across this post becuase I'm also having problems running WOW, but I couldn't help but notice you have two entries for your gfx card in xorg.conf. One for the open source driver and another for fglrx.
Offline
That's a really convoluted xorg.conf (two Screens, two Devices, two Monitors). If you look, you're using aticonfig-Monitor, aticonfig-Screen, and aticonfig-Device. I would try your other entries in different combinations (Screen0, Card0, Monitor0) and try tuning them.
How did you make that config? Try hwd -xa as well.
Last edited by Ranguvar (2009-02-19 04:26:41)
Offline
Did you install lib32-catalyst-utils?
Offline