mu online causes my monitors frequency problem(or so)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Creep
Newbie
Newbie
Posts: 4
Joined: Tue Dec 02, 2008 12:06 pm

mu online causes my monitors frequency problem(or so)

Post by Creep »

So i downloaded mu online (well a private server) and when i run it my screen turns black and shows in the middle sumnt like a box in wich is written: Not in the diapasone 81.3/60 ghz

Im usind Flatron L1752S i guess and wine version 1.0.1
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: mu online causes my monitors frequency problem(or so)

Post by vitamin »

Creep wrote:So i downloaded mu online (well a private server) and when i run it my screen turns black and shows in the middle sumnt like a box in wich is written: Not in the diapasone 81.3/60 ghz

Im usind Flatron L1752S i guess and wine version 1.0.1
Your monitor is not properly configured in xorg.conf.

Wine always select best refresh rate for requested screen resolution. If your configuration lists video modes available to Wine that your monitor can't handle it's the config problem.

You can check what is all available with 'xrandr' command. And fix X11 config to match your hardware
Creep
Newbie
Newbie
Posts: 4
Joined: Tue Dec 02, 2008 12:06 pm

Post by Creep »

can i anyhow do it so my res 1280x1024 is with 85 res rate?
James McKenzie

mu online causes my monitors frequency problem(or so)

Post by James McKenzie »

Creep wrote:
can i anyhow do it so my res 1280x1024 is with 85 res rate?

The question is does your video card and its drivers support this
refresh rate at this resolution?

You can run xrandr in a terminal session and this should display what
resolutions are present.

James McKenzie
Creep
Newbie
Newbie
Posts: 4
Joined: Tue Dec 02, 2008 12:06 pm

Post by Creep »

hmm it doesnt even seem to work if i lower the res to 500x300 or so but i did put that res to 85 refresh rate :/ any else fixes
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Creep wrote:hmm it doesnt even seem to work if i lower the res to 500x300 or so but i did put that res to 85 refresh rate :/ any else fixes
Did you fixed the xorg.conf?
Locked