WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: Problem with Battle.net. Fixes in other threads here do not work.
by killpotts on Thursday March 19th 2009, 2:14
Strangely enough, if I go back and quickly try to connect to battle.net again about 1 in 50 times it actually will connect. Basically 98% of the time Bnet gives me this error.

[post new] [reply to this]

RE: Problem with Battle.net. Fixes in other threads here do not work.
by killpotts on Thursday March 19th 2009, 16:19
For some reason, that script does not work either. I followed the directions to and changed the number to the number that 640x480 is listed, but it didn't work. So I tested it out by going into terminal and it returns the error: "mv: cannot stat `640x480': No such file or directory"

This is my xrandr return list order:

1680x1050 50.0*
1600x1024 52.0
1440x900 53.0
1400x1050 54.0
1360x768 55.0
1280x1024 57.0
1280x960 58.0
1152x864 59.0
1024x768 60.0
960x600 61.0
960x540 62.0
840x525 63.0
800x600 65.0
800x512 67.0
720x450 68.0
680x384 69.0
640x512 71.0
640x480 72.0
576x432 74.0
512x384 75.0
400x300 76.0
320x240 77.0

And this is the script:

#!/bin/sh
cd /home/Potts/Desktop
if test -e 1680x1050
then
xrandr -s 17
mv 1680x1050 640x480
else
xrandr -s 0
mv 640x480 1680x1050
fi




PS: I really really really wish there was a way to delete your own post when you accidently post it as a new thread. :(

[post new] [reply to this]

Page loaded in 0.00446 seconds.