wine config

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
yoma819
Level 1
Level 1
Posts: 8
Joined: Mon Mar 24, 2008 4:43 pm

wine config

Post by yoma819 »

i have just done something really stupid!
while messing around with the config settings after having problems emulating steam i saw a bar titled resolution i think
i set it to the largest value
now every time i run wine config it is such a big window i cannot move it down to correct the error
do i have to reinstall or is there a config file i can edit from the command line?
:oops: :oops: :oops:
thanks
--yoma
Dan Kegel

wine config

Post by Dan Kegel »

On Tue, Apr 8, 2008 at 10:23 AM, yoma819 <[email protected]> wrote:
i have just done something really stupid!
while messing around with the config settings after having problems emulating steam i saw a bar titled resolution i think
i set it to the largest value
now every time i run wine config it is such a big window i cannot move it down to correct the error
do i have to reinstall or is there a config file i can edit from the command line?
You can edit system.reg directly. To get back to the default, look
for the section
[System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts]
and change LogPixels to 60, e.g.
LogPixels"=dword:00000060

We should have a commandline interface to winecfg, though.
- Dan
yoma819
Level 1
Level 1
Posts: 8
Joined: Mon Mar 24, 2008 4:43 pm

Post by yoma819 »

ok i am slightly confused
i am running ubuntu gutsy 7.10
and wine 0.9.58
how exactly would i get to the config file?
thanks
--yoma
Dan Kegel

wine config

Post by Dan Kegel »

On Tue, Apr 8, 2008 at 11:15 AM, yoma819 <[email protected]> wrote:
how exactly would i get to the config file?
Sorry, I should have mentioned that. Use any text
editor (not word processor) on ~/.wine/system.reg.
For instance:

$ cd $HOME/.wine
$ gedit system.reg
yoma819
Level 1
Level 1
Posts: 8
Joined: Mon Mar 24, 2008 4:43 pm

Post by yoma819 »

hmmm
cannot find system.reg!
tryed the search bar
(ctrl-F)
is there a decent search in ubuntu?
thanksl
--yoma
:roll:
Hartmut Figge

wine config

Post by Hartmut Figge »

yoma819:
hmmm
cannot find system.reg!
Open a xterm, then execute
cd ~/.wine
ls

Hartmut
yoma819
Level 1
Level 1
Posts: 8
Joined: Mon Mar 24, 2008 4:43 pm

Post by yoma819 »

:lol:
thanks
sorted
much apreciated
--yoma
dink
Level 1
Level 1
Posts: 5
Joined: Tue Apr 15, 2008 7:53 am

Post by dink »

HUH? yeah same problem but i dont understand your jargon. xter??? you mean terminal under accessories? i dont get anything under any of those phrases. what do i search for? can i have it given to me this manner <search for>, <where>, <using program>

sorry i am a noob =D
Locked