You are not logged in.

#1 2009-05-20 22:14:18

ftornell
Member
Registered: 2008-08-18
Posts: 277
Website

Configure Xorg for lower resolution...

Hi folks,
I need some help trying lower resolutions on my laptop.

I's a Lenovo T61 with nVidia Quadro FX 570M graphics card (rev a1)

Installed the "nvidia" driver and used the nvidia-config to set the xorg.conf settings.

Max resolution is: 1680x1050 wich is working and is default..., I want to try out 1440x900 and 1280x800 (all three are 16:10)

This is my current config:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon Mar 23 15:33:27 PST 2009

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

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
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       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

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

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
EndSection

Tried to add these lines under Section "Screen" but no change in the outcome...=(

SubSection "Display"
   Depth             24
   Modes            "1440x900"
EndSubSection

Any hints?


[ logicspot.NET | mempad.org ]
Archlinux x64

Offline

Board footer

Powered by FluxBB