You are not logged in.
Hi, anyone have any hint how to get a resolution of 1440x900 on my Lenovo T61p Laptop?
Default resolution is 1680x1050.
Heres my Xorg.conf created by nvidia-xconfig:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Thu Apr 16 19:36:29 PDT 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
    SubSection     "Display"
        Depth       24
    Modes       "1680x1050" "1440x900"
    EndSubSection
EndSection[ logicspot.NET | mempad.org ]
Archlinux x64
Offline

Try to add this to your xorg.conf Screen section:
        Option "TwinView" "0"
        Option "metamodes" "1440x900 +0+0"
Last edited by SpeedVin (2009-05-26 13:13:49)
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
Try to add this to your xorg.conf Screen section:
Option "TwinView" "0"
Option "metamodes" "1440x900 +0+0"
Still cant change the resolution.
xorg.conf section:
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option "TwinView" "0"
    Option "metamodes" "1440x900 +0+0"
    SubSection     "Display"
        Depth       24
        Modes       "1680x1050" "1440x900"
    EndSubSection
EndSection[ logicspot.NET | mempad.org ]
Archlinux x64
Offline

Remove Modes "1680x1050" "1440x900" ok?
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
Remove Modes "1680x1050" "1440x900" ok?
Thx for helping me out...
Removed the line, rebooted the computer, still the same 1680x1050 resolution, not 1440x900...
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option "TwinView" "0"
    Option "metamodes" "1440x900 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSectionAny other suggestion?
[ logicspot.NET | mempad.org ]
Archlinux x64
Offline

Try to change DefaultDepht for 16 and Depht to 16 
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
Still the same resolution! 
[ logicspot.NET | mempad.org ]
Archlinux x64
Offline

Maeby run nvidia-settings as root aplly 1440x900 resolution and save xorg.conf file 
Last edited by SpeedVin (2009-05-26 14:01:15)
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
1) fireup up a terminal and became root
2) ran nvidia-settings
3) edited the resolution to something I cant remember but it stampled it in the xorg.conf after aI saved it
4) edited the xorg.conf and changed the resolution I could remember now to 1440x900 and saved it.
5) rebooted my laptop
6) logged on again and I have the same resolution as before, 1680x1050.
Why is it so damn hard to get this to work!?!?
If I remove the xorg.conf file generated by the nvidia-xconfig tool I end up with a resolution of 800x600 and can also choose 640x480...
Any other hits? 
[ logicspot.NET | mempad.org ]
Archlinux x64
Offline
Seems 1440x900 doesnt work with my driver.
If i choose 1280x960 instead it works! WTF...
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro FX 570M"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1280x960 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection[ logicspot.NET | mempad.org ]
Archlinux x64
Offline

You should be using gksu in the terminal then you can run nvidia-settings as super user especially if you are using sudo instead of the preferred su for root.
I'm dyslexic Please do not complain about puntuation or spelling and remember most dyslexic people have above average iq.
Offline