Configuration problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
beanpole136
Newbie
Newbie
Posts: 3
Joined: Sat Apr 12, 2008 5:08 pm

Configuration problem

Post by beanpole136 »

I was messing around with the Wine Configuration, and I accidentally set the dp to be way too high. I didn't know what this would do, and saved the settings. When I went to change it back, the window was so big, I couldn't reset the dp to default. Is there any way to reset the Configuration on the command line, or in a text file?
Last edited by beanpole136 on Sat Apr 12, 2008 5:47 pm, edited 1 time in total.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Configuration problem

Post by vitamin »

beanpole136 wrote:I was messing around with the Wine Configuration, and I accidentally set the dp to be way to high. I didn't know what this would do, and saved the settings. When I went to change it back, the window was so big, I couldn't reset the dp to default. Is there any way to reset the Configuration on the command line, or in a text file?
Looks like time to remove that option from winecfg.
beanpole136
Newbie
Newbie
Posts: 3
Joined: Sat Apr 12, 2008 5:08 pm

Post by beanpole136 »

I agree. Is there some way to reset all of the settings to the defaults?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

beanpole136 wrote:I agree. Is there some way to reset all of the settings to the defaults?
Sure

Code: Select all

rm -rf ~/.wine
beanpole136
Newbie
Newbie
Posts: 3
Joined: Sat Apr 12, 2008 5:08 pm

Post by beanpole136 »

Thanks a bunch! That code worked perfectly!
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Configuration problem

Post by austin987 »

On Sat, Apr 12, 2008 at 7:09 PM, beanpole136 <[email protected]> wrote:
Thanks a bunch! That code worked perfectly!





Perhaps a GUI warning about changing the DPI would be more appropriate...
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Configuration problem

Post by vitamin »

austin987 wrote:On Sat, Apr 12, 2008 at 7:09 PM, beanpole136 <[email protected]> wrote:
Thanks a bunch! That code worked perfectly!
Perhaps a GUI warning about changing the DPI would be more appropriate...
Not really. It should either be limited to 150DPI max (in winecfg). Or removed completely as was done with BPP option.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Configuration problem

Post by austin987 »

On Sat, Apr 12, 2008 at 8:41 PM, vitamin <[email protected]> wrote:

austin987 wrote:
On Sat, Apr 12, 2008 at 7:09 PM, beanpole136 <[email protected]> wrote:
Thanks a bunch! That code worked perfectly!
Perhaps a GUI warning about changing the DPI would be more appropriate...
Not really. It should either be limited to 150DPI max (in winecfg). Or removed completely as was done with BPP option.

I think a either a warning if the DPI exceeds 150, or a little
description in winecfg about what DPI is/does would be sufficient.
Windows allows up to 450, and on some larger monitors, using above 150
is necessary. We shouldn't make this hard to adjust, especially
considering how common these monitors are nowadays...
Locked