"out of range" need for speed

View: New views
2 Messages — Rating Filter:   Alert me  

"out of range" need for speed

by vitamin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi ! I have some trouble with "out of range" my monitor, when i starts "need for speed underground". So, if i check "use a wine desktop" the game starts very well, but i see, that desktop resize to 800x600, though i set it to 1024x768. The question is, where i can set the resolution for the game or how to solve the problem with "out of range".

Here is my xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder57)  Thu Jun 25 19:52:48 PDT 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection






Re: "out of range" need for speed

by vitamin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


shark_255 wrote:
> The question is, where i can set the resolution for the game or how to solve the problem with "out of range".

This is question for your distro / Xorg forum.

You need to properly configure monitor modes in your xorg if your monitor/drivers can't configure it automatically. Just listing them as available isn't enough.