Blinking-Flashing When Ever I Hit The Mouse.....

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
cpuboye11
Level 1
Level 1
Posts: 7
Joined: Tue May 13, 2008 8:11 pm

Blinking-Flashing When Ever I Hit The Mouse.....

Post by cpuboye11 »

Hi,

I have Ubuntu with all the update and stuff... The problem I'm having is very odd.... lets use couter strike source as a example... I can get in to the game just perfect, everything loads and everything is fine.. But once i start to click on my mouse, the screen flashes white....for like 1ms.... It does it every time... It also does it in Warcraft III when it opens.. .and also it does it in Google Earth.... The google earth that you can install under add and remove...


If any ideas come up from this that would be helpful.. I'm currently not running the xorg-driver-fglrx.. I'm not 100% sure what I am running- all i know is that i followed this guide at ubuntu website :

Guide: http://ubuntuforums.org/showthread.php?t=764633

Two Commands to replace the FGLRX driver with .... ??....

Code: Select all

sudo apt-get remove --purge xorg-driver-fglrx
Then auto-reconfigure X

Code: Select all

sudo dpkg-reconfigure xserver-xorg -phigh
Any support or ideas would be a big help, thanks
Kyle
Tlarhices
Level 4
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Post by Tlarhices »

But once i start to click on my mouse, the screen flashes white
Looks like the kind of thing compiz can be doing.

Try stopping it before running the game.
To do that press ALT+F2 and type :

Code: Select all

metacity --replace
And then start your game[/quote]
gnivler
Level 3
Level 3
Posts: 54
Joined: Wed May 07, 2008 9:30 pm

Blinking-Flashing When Ever I Hit The Mouse.....

Post by gnivler »

cpuboye11 wrote:
Hi,

I have Ubuntu with all the update and stuff... The problem I'm having is very odd.... lets use couter strike source as a example... I can get in to the game just perfect, everything loads and everything is fine.. But once i start to click on my mouse, the screen flashes white....for like 1ms.... It does it every time... It also does it in Warcraft III when it opens.. .and also it does it in Google Earth.... The google earth that you can install under add and remove...


If any ideas come up from this that would be helpful.. I'm currently not running the xorg-driver-fglrx.. I'm not 100% sure what I am running- all i know is that i followed this guide at ubuntu website :

Guide: http://ubuntuforums.org/showthread.php?t=764633

Two Commands to replace the FGLRX driver with .... ??....

Code:
sudo apt-get remove --purge xorg-driver-fglrx


Then auto-reconfigure X

Code:
sudo dpkg-reconfigure xserver-xorg -phigh



Any support or ideas would be a big help, thanks
Kyle






I have only done a bit of reading on the ATI/fglrx, but it sounds to me
like you might want to use the restricted drivers for your purposes
because the open source drivers are reportedly not known for great 3d
support. Don't quote me :) You could try:
glxinfo | head -5
Which should tell you what driver is controlling your screen, I think.
I'm sure someone else has better ideas, just tossing that out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
cpuboye11
Level 1
Level 1
Posts: 7
Joined: Tue May 13, 2008 8:11 pm

Post by cpuboye11 »

It seems switching between compiz and meatacity ( or w/e ) fixed the problem......


But now since i switched between the two.... ( even after restarting) my mouse icon in warcraft III is gone....

And it is lagging pretty bad...
cpuboye11
Level 1
Level 1
Posts: 7
Joined: Tue May 13, 2008 8:11 pm

Post by cpuboye11 »

Code: Select all

kyle@kyle-laptop:~$ glxinfo | head -5 
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
cpuboye11
Level 1
Level 1
Posts: 7
Joined: Tue May 13, 2008 8:11 pm

Post by cpuboye11 »

thats besides my problem.. I will fix the mouse problem later, is there a way to make it so i can run these programs with out the flashing with out going back to Metacity --replace?
cpuboye11
Level 1
Level 1
Posts: 7
Joined: Tue May 13, 2008 8:11 pm

Post by cpuboye11 »

Nvm... I think i got it.. Simply putting -opengl helped alot for WC3...
Tlarhices
Level 4
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Post by Tlarhices »

cpuboye11 wrote:thats besides my problem.. I will fix the mouse problem later, is there a way to make it so i can run these programs with out the flashing with out going back to Metacity --replace?
Outside of completely stopping compiz and not starting it back, there is no solution working for everybody.
You might try by updating compiz, updating your video driver, shutting down options from compiz configuration but doing this you risk to end up breaking more things than it will actually solve.

If you want to keep compiz and it's typing the command that bothers you, you should look at fusion-icon (GUI tool to switch on/off compiz)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

cpuboye11 wrote:thats besides my problem.. I will fix the mouse problem later, is there a way to make it so i can run these programs with out the flashing with out going back to Metacity --replace?
No. Compiz conflicts with Wine - don't use it. Disable it/uninstall it.

You also have to use closed source ati drivers if you want to get any performance out of your card. Open source drivers just doesn't cut it.
Locked