You are not logged in.

#1 2006-12-19 11:44:54

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

nvidia 9631 - cannot scale correct

hello!

i have a problem with the latest nvidia-drivers. i've got a widescreen laptop with the resolution 1280x800. but the most games don't support this res, so i have to take 1024x768. but suddenly i can't change the scale-behavior in the nvidia-settings-tool. i can only switch "force gpu scaling", but it doesn't change anything. i have the problem with the res in frozen-bubble and quake3!
frozen-bubble: in fullscreen it uses 1280x1024/1024x768 but this resolutions are 4:3, not 16:10 - so i don't see the last pixels at the bottom (virtual screen bigger than the real one!)
quake3: same thing!

changing the settings in xorg.conf via FlatPanelProperties doesn't help too.

is it a bug in the latest nvidia-drivers?

plz help me!

xorg.conf:

################

Section "Module"

    Load        "dbe"      # Double buffer extension
#    SubSection  "extmod"
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
#    EndSubSection
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
    Load        "glx"
    Load    "synaptics"
    Load    "GLcore"

EndSection

###############

Section "Files"

    RgbPath    "/usr/share/X11/rgb"

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/TrueType/"
    FontPath   "/usr/share/fonts/freefont/"

    ModulePath "/usr/lib/xorg/modules"

EndSection

###############

Section "ServerFlags"

#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"

EndSection

###############

Section "InputDevice"

    Identifier    "Keyboard1"
    Driver    "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"    "xorg"
    Option "XkbModel"    "pc105"
    Option "XkbLayout"    "de"
    Option "XkbVariant" "nodeadkeys"

EndSection

################

Section "InputDevice"

    Identifier    "touchpad"
    Driver    "synaptics"
    Option "Protocol"    "auto-dev"
    Option "Device"      "/dev/input/mice"
    Option "SHMConfig" "on"
    Option "HorizScrollDelta" "0"

EndSection

Section "InputDevice"

    Identifier    "usbmouse"
    Driver    "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"    "/dev/input/mice"
    Option "Buttons"    "5"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "800"

EndSection

################

Section "Monitor"

    Identifier  "lcd"
    Option "DPMS"

EndSection

################

Section "Device"

    Identifier    "Standard VGA"
    VendorName    "Unknown"
    BoardName    "Unknown"
#    Chipset    "generic"
    Driver     "vga"
#    BusID      "PCI:0:10:0"
#    VideoRam    256
#    Clocks    25.2 28.3

EndSection

Section "Device"
    
    Identifier  "geforce"
    Driver    "nvidia"
    Option    "NoLogo" "1"
    Option    "VBERestore" "true"
    Option    "NvAGP" "1"
    Option    "AllowGLXWithComposite" "1"
    Option    "RenderAccel" "1"
#    Option    "FlatPanelProperties" "Scaling = native, Dithering = default"

EndSection

################

Section "Screen"
    
    Identifier  "default"
    Device      "geforce"
    Monitor     "lcd"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    
EndSection

################

Section "ServerLayout"

    Identifier  "Default"

    Screen "default"

    InputDevice "touchpad" "CorePointer"
    InputDevice "usbmouse" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

    Option "SuspendTime" "7"

EndSection

#Section "Extensions"
#    Option "Composite" "true"
#EndSection

kernel-version: 2.6.19.1-1suspend2

$ p -Qs nvidia
local/nvidia-suspend2 1.0.9631-1
    NVIDIA drivers for kernel26suspend2.
local/nvidia-utils 1.0.9631-1
    NVIDIA drivers utilities and libraries.

thx, mfg iggy


sorry for my bad english smile

Offline

Board footer

Powered by FluxBB