I changed something in 'configure wine' And now my configure wine screen looks like this: http://img186.imageshack.us/my.php?image=screenshotra0.png And now my games look like this: http://img137.imageshack.us/my.php?image=screenshot1tq0.png How can i fix it?
Falc7 wrote:> I changed something in 'configure wine' > And now my configure wine screen looks like this: > http://img186.imageshack.us/my.php?image=screenshotra0.png > > And now my games look like this: > http://img137.imageshack.us/my.php?image=screenshot1tq0.png > > How can i fix it?http://wiki.winehq.org/FAQ#head-14bfbcf63fcb94c1f7f31d8557e1dfc9d485aa1a
Thanks, that fixed the first problem, is there a way to get wine to play this game in full screen (without filling in the extra space in black, as it is in the picture) as it is meant to be?
Falc7 wrote:> I believe the game wants 1024*786 > > With invalid entrys, with less than 60hz, would it be better for me to change the screen resolution to something with higher Hz refresh rate, what would you recommend?Disable twinview if you are not using it: Code: Section "Device" Driver "nvidia" Option "DynamicTwinView" "FALSE" .... EndSection
Should i put that in the terminal?
Falc7 wrote:> Should i put that in the terminal?No, that is a part of xorg.conf. Read nvidia driver readme for more information.
I think i understand, so it should look like this? Section "Device" Identifier "Configured Video Device" Driver "nvidia" Option "NoLogo" "True" EndSection Changed to: Section "Device" Identifier "Configured Video Device" Driver "nvidia" Option "NoLogo" "True" Option "DynamicTwinView" "FALSE" EndSection Option "DynamicTwinView" "FALSE"
Falc7 wrote:> I think i understand, so it should look like this? > > Code: > Section "Device" > Identifier "Configured Video Device" > Driver "nvidia" > Option "NoLogo" "True" > EndSection > > > Changed to: > > Code: > Section "Device" > Identifier "Configured Video Device" > Driver "nvidia" > Option "NoLogo" "True" > Option "DynamicTwinView" "FALSE" > EndSection > >Yes
ok i have done that The game only runs in 800x600, so is there a way to fill in that black area and make it full screen?