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? [Embarassed] [Embarassed] [Embarassed] thanks --yoma
On Tue, Apr 8, 2008 at 10:23 AM, yoma819 <wineforum-user at winehq.org> 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
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
On Tue, Apr 8, 2008 at 11:15 AM, yoma819 <wineforum-user at winehq.org> 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
hmmm cannot find system.reg! tryed the search bar (ctrl-F) is there a decent search in ubuntu? thanksl --yoma [Rolling Eyes]
yoma819:>hmmm >cannot find system.reg!Open a xterm, then execute cd ~/.wine ls Hartmut
[Laughing] thanks sorted much apreciated --yoma