You are not logged in.

#1 2010-08-11 14:47:54

Pyxir
Member
Registered: 2010-08-04
Posts: 11

[SOLVED] Nvidia and Xorg 1.8: Failed to Increase Resolution

Hi there,

with the new Xorg 1.8 I experienced the following Problem:

When booting my system, the screen is set to 1680x1050 resolution which works fine.
To play some games, I use to change the screen resolution to 1024x768 via xrandr.

But when I try to set the resolution back to anything bigger than 1024x768, both xrandr and nvidia-settings fail.

Output of xrandr:

$ xrandr -s 1680x1050
Failed to change the screen configuration!
$ xrandr --verbose -s 1680x0105
Size 1680x105 not found in available modes

Trying to change the Resolution back to 1680x1050 by nvidia-settings:

Failed to set MetaMode (1) 'DFP-0: 1680x1050 @1680x1050 +0+0' (Mode 1680x1050, id: 63) on X screen 0
Would you like to remove this MetaMode?

Then I try restarting my XServer (to get back the 1680 res), it crashes with following error message:

/var/log/Xorg.0.log

(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(EE) NVIDIA(0): Failed to allocate primary buffer: out of memory.
(EE) NVIDIA(0):  *** Aborting ***

I got a Nvidia Geforce 7300 Go, latest driver installed (extra/nvidia 256.44-1),
X.Org X Server 1.8.1.902 (1.8.2 RC 2)

xorg.conf

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

# Section "Module"
#    Load "dbe"
#    Load "extmod"
#    Load "type1"
#    Load "freetype"
#    Load "glx"
# EndSection

# Section "Extensions"
#        Option  "Composite" "Enable"
# EndSection

Section "ServerFlags"
    Option "DontZap" "false"
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"
    Option       "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LPL"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
    Option       "Metamodes" "1680x1050"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce Go 7300"
    Option         "NoLogo" "true"
    Option "Metamodes" "1680x1050"
#    Option       "RenderAccel" "True"
#    Option       "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
#    Option "AddARGBGLXVisuals" "True"
#    Option         "TwinView" "0"
#    Option         "metamodes" "1680x1050 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

xorg.conf.d/20-nvidia.conf

Section "Device"
        Identifier "Default nvidia Device"
        Driver "nvidia"
        Option "NoLogo" "True" 
EndSection

Any ideas?

Last edited by Pyxir (2010-08-12 08:42:02)

Offline

#2 2010-08-11 15:39:55

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Nvidia and Xorg 1.8: Failed to Increase Resolution

nvidia drivers don't work with xrandr.
Why don't you use nvidia-settings?

Last edited by karol (2010-08-11 15:40:32)

Offline

#3 2010-08-11 16:00:27

Pyxir
Member
Registered: 2010-08-04
Posts: 11

Re: [SOLVED] Nvidia and Xorg 1.8: Failed to Increase Resolution

Tried it.

It doesn't matter if I use xrandr or nvidia-settings. Changing the Resolution from 1680x1050 to 1024x768 works fine with both, but they both  fail when changing the resolution back to 1680.

Offline

#4 2010-08-11 16:06:59

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Nvidia and Xorg 1.8: Failed to Increase Resolution

I start nvidia-settings, pick the resolution I want, hit 'Apply' and that's that.

Size 1680x105 not found in available modes

Is it a typo? I'm not surprised you can't get a 1680x0105 resolution.

Offline

#5 2010-08-11 16:13:10

Bregol
Member
Registered: 2008-08-15
Posts: 175

Re: [SOLVED] Nvidia and Xorg 1.8: Failed to Increase Resolution

nvidia and xrandr will play together to a degree... just using xrandr -s should play ok with nvidia.  I use that together with nv-control-dpy to do some more complicated stuff across a couple screens.

$ xrandr --verbose -s 1680x0105
Size 1680x105 not found in available modes

1680x105 is a bit of a typo, but I suppose not the problem here, seeing as how nvidia-settings gives you problems too and it wouldnt have that resolution to begin with.  I would have a better idea of what is going on if I could see the full xorg log.

Last edited by Bregol (2010-08-11 16:14:56)


Nai haryuvalyë melwa rë

Offline

#6 2010-08-11 20:35:22

Pyxir
Member
Registered: 2010-08-04
Posts: 11

Re: [SOLVED] Nvidia and Xorg 1.8: Failed to Increase Resolution

Whoops, the 0105 obviously was a typo when reproducing the problem.

The complete Xorg.0.log of my current session, including errors:

[    21.242] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[    21.242] 
X.Org X Server 1.8.1.902 (1.8.2 RC 2)
Release Date: 2010-06-21
[    21.242] X Protocol Version 11, Revision 0
[    21.242] Build Operating System: Linux 2.6.34-ARCH i686 
[    21.242] Current Operating System: Linux arche 2.6.34-ARCH #1 SMP PREEMPT Wed Aug 4 14:27:43 CEST 2010 i686
[    21.242] Kernel command line: root=/dev/sda2 ro vga=773
[    21.242] Build Date: 21 June 2010  11:54:27AM
[    21.242]  
[    21.263] Current version of pixman: 0.18.2
[    21.263]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    21.263] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.263] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 11 21:57:27 2010
[    21.296] (==) Using config file: "/etc/X11/xorg.conf"
[    21.296] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.345] (==) ServerLayout "Layout0"
[    21.345] (**) |-->Screen "Screen0" (0)
[    21.345] (**) |   |-->Monitor "Monitor0"
[    21.345] (**) |   |-->Device "Device0"
[    21.345] (**) |-->Input Device "Keyboard0"
[    21.345] (**) |-->Input Device "Mouse0"
[    21.345] (**) Option "DontZap" "false"
[    21.345] (**) Option "Xinerama" "0"
[    21.345] (==) Automatically adding devices
[    21.345] (==) Automatically enabling devices
[    21.411] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    21.411]     Entry deleted from font path.
[    21.436] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[    21.436] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.436] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    21.436] (WW) Disabling Keyboard0
[    21.436] (WW) Disabling Mouse0
[    21.436] (II) Loader magic: 0x81e9d00
[    21.436] (II) Module ABI versions:
[    21.436]     X.Org ANSI C Emulation: 0.4
[    21.436]     X.Org Video Driver: 7.0
[    21.436]     X.Org XInput driver : 9.0
[    21.436]     X.Org Server Extension : 3.0
[    21.444] (--) PCI:*(0:1:0:0) 10de:01d7:17aa:3839 nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] rev 161, Mem @ 0xc9000000/16777216, 0xd0000000/268435456, 0xca000000/16777216
[    21.444] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    21.444] (II) LoadModule: "extmod"
[    21.528] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    21.538] (II) Module extmod: vendor="X.Org Foundation"
[    21.538]     compiled for 1.8.1.902, module version = 1.0.0
[    21.538]     Module class: X.Org Server Extension
[    21.538]     ABI class: X.Org Server Extension, version 3.0
[    21.538] (II) Loading extension MIT-SCREEN-SAVER
[    21.538] (II) Loading extension XFree86-VidModeExtension
[    21.538] (II) Loading extension XFree86-DGA
[    21.538] (II) Loading extension DPMS
[    21.538] (II) Loading extension XVideo
[    21.538] (II) Loading extension XVideo-MotionCompensation
[    21.538] (II) Loading extension X-Resource
[    21.538] (II) LoadModule: "dbe"
[    21.538] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    21.550] (II) Module dbe: vendor="X.Org Foundation"
[    21.550]     compiled for 1.8.1.902, module version = 1.0.0
[    21.550]     Module class: X.Org Server Extension
[    21.550]     ABI class: X.Org Server Extension, version 3.0
[    21.550] (II) Loading extension DOUBLE-BUFFER
[    21.550] (II) LoadModule: "glx"
[    21.560] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    22.778] (II) Module glx: vendor="NVIDIA Corporation"
[    22.778]     compiled for 4.0.2, module version = 1.0.0
[    22.778]     Module class: X.Org Server Extension
[    22.788] (II) NVIDIA GLX Module  256.44  Thu Jul 29 01:55:11 PDT 2010
[    22.788] (II) Loading extension GLX
[    22.788] (II) LoadModule: "record"
[    22.789] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    22.794] (II) Module record: vendor="X.Org Foundation"
[    22.794]     compiled for 1.8.1.902, module version = 1.13.0
[    22.794]     Module class: X.Org Server Extension
[    22.794]     ABI class: X.Org Server Extension, version 3.0
[    22.794] (II) Loading extension RECORD
[    22.794] (II) LoadModule: "dri"
[    22.794] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    22.825] (II) Module dri: vendor="X.Org Foundation"
[    22.825]     compiled for 1.8.1.902, module version = 1.0.0
[    22.825]     ABI class: X.Org Server Extension, version 3.0
[    22.825] (II) Loading extension XFree86-DRI
[    22.825] (II) LoadModule: "dri2"
[    22.825] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    22.825] (II) Module dri2: vendor="X.Org Foundation"
[    22.825]     compiled for 1.8.1.902, module version = 1.2.0
[    22.825]     ABI class: X.Org Server Extension, version 3.0
[    22.825] (II) Loading extension DRI2
[    22.825] (II) LoadModule: "nvidia"
[    22.843] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    22.891] (II) Module nvidia: vendor="NVIDIA Corporation"
[    22.891]     compiled for 4.0.2, module version = 1.0.0
[    22.891]     Module class: X.Org Video Driver
[    22.925] (II) NVIDIA dlloader X Driver  256.44  Thu Jul 29 01:32:42 PDT 2010
[    22.926] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    22.926] (++) using VT number 7

[    22.939] (II) Primary Device is: PCI 01@00:00:0
[    22.967] (II) Loading sub module "fb"
[    22.967] (II) LoadModule: "fb"
[    22.967] (II) Loading /usr/lib/xorg/modules/libfb.so
[    22.981] (II) Module fb: vendor="X.Org Foundation"
[    22.981]     compiled for 1.8.1.902, module version = 1.0.0
[    22.981]     ABI class: X.Org ANSI C Emulation, version 0.4
[    22.981] (II) Loading sub module "wfb"
[    22.981] (II) LoadModule: "wfb"
[    22.981] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    22.992] (II) Module wfb: vendor="X.Org Foundation"
[    22.992]     compiled for 1.8.1.902, module version = 1.0.0
[    22.992]     ABI class: X.Org ANSI C Emulation, version 0.4
[    22.992] (II) Loading sub module "ramdac"
[    22.992] (II) LoadModule: "ramdac"
[    22.992] (II) Module "ramdac" already built-in
[    23.023] (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
[    23.023] (==) NVIDIA(0): RGB weight 565
[    23.023] (==) NVIDIA(0): Default visual is TrueColor
[    23.023] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    23.023] (**) NVIDIA(0): Enabling RENDER acceleration
[    23.023] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[    23.023] (II) NVIDIA(0):     enabled.
[    24.045] (II) NVIDIA(0): NVIDIA GPU GeForce Go 7300 (G72) at PCI:1:0:0 (GPU-0)
[    24.045] (--) NVIDIA(0): Memory: 524288 kBytes
[    24.045] (--) NVIDIA(0): VideoBIOS: 05.72.22.54.18
[    24.045] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    24.045] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    24.045] (--) NVIDIA(0): Connected display device(s) on GeForce Go 7300 at PCI:1:0:0:
[    24.045] (--) NVIDIA(0):     LPL (DFP-0)
[    24.045] (--) NVIDIA(0): LPL (DFP-0): 330.0 MHz maximum pixel clock
[    24.045] (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
[    24.074] (II) NVIDIA(0): Assigned Display Device: DFP-0
[    24.074] (WW) NVIDIA(0): No valid modes for "1024x768_75.00"; removing.
[    24.074] (WW) NVIDIA(0): 
[    24.074] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[    24.074] (WW) NVIDIA(0):     "nvidia-auto-select".
[    24.074] (WW) NVIDIA(0): 
[    24.074] (II) NVIDIA(0): Validated modes:
[    24.074] (II) NVIDIA(0):     "nvidia-auto-select"
[    24.074] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
[    24.074] (--) NVIDIA(0): DPI set to (129, 126); computed from "UseEdidDpi" X config
[    24.074] (--) NVIDIA(0):     option
[    24.074] (==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
[    24.076] (II) NVIDIA(0): Initialized GPU GART.
[    24.081] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    24.082] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    24.082] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    24.082] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    24.082] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    24.082] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    24.082] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    24.082] (II) NVIDIA(0):     Config Options in the README.
[    24.082] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
[    24.082] (II) NVIDIA(0):     enough to receive ACPI hotkey events.
[    24.082] (II) NVIDIA(0): ACPI brightness change hotkey events enabled.
[    24.082] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[    25.488] (II) Loading extension NV-GLX
[    25.508] (II) NVIDIA(0): Initialized OpenGL Acceleration
[    25.524] (==) NVIDIA(0): Disabling shared memory pixmaps
[    25.524] (II) NVIDIA(0): Initialized X Rendering Acceleration
[    25.548] (==) NVIDIA(0): Backing store disabled
[    25.548] (==) NVIDIA(0): Silken mouse enabled
[    25.560] (==) NVIDIA(0): DPMS enabled
[    25.560] (II) Loading extension NV-CONTROL
[    25.560] (II) Loading extension XINERAMA
[    25.560] (II) Loading sub module "dri2"
[    25.560] (II) LoadModule: "dri2"
[    25.560] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[    25.560] (II) NVIDIA(0): [DRI2] Setup complete
[    25.560] (==) RandR enabled
[    25.561] (II) Initializing built-in extension Generic Event Extension
[    25.561] (II) Initializing built-in extension SHAPE
[    25.561] (II) Initializing built-in extension MIT-SHM
[    25.561] (II) Initializing built-in extension XInputExtension
[    25.561] (II) Initializing built-in extension XTEST
[    25.561] (II) Initializing built-in extension BIG-REQUESTS
[    25.561] (II) Initializing built-in extension SYNC
[    25.561] (II) Initializing built-in extension XKEYBOARD
[    25.561] (II) Initializing built-in extension XC-MISC
[    25.561] (II) Initializing built-in extension SECURITY
[    25.561] (II) Initializing built-in extension XINERAMA
[    25.561] (II) Initializing built-in extension XFIXES
[    25.561] (II) Initializing built-in extension RENDER
[    25.561] (II) Initializing built-in extension RANDR
[    25.561] (II) Initializing built-in extension COMPOSITE
[    25.561] (II) Initializing built-in extension DAMAGE
[    25.564] (II) Initializing extension GLX
[    26.195] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    26.195] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    26.195] (**) Power Button: Applying InputClass "keyboard"
[    26.195] (II) LoadModule: "evdev"
[    26.195] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    26.221] (II) Module evdev: vendor="X.Org Foundation"
[    26.221]     compiled for 1.8.0, module version = 2.4.0
[    26.221]     Module class: X.Org XInput Driver
[    26.221]     ABI class: X.Org XInput driver, version 9.0
[    26.221] (**) Power Button: always reports core events
[    26.221] (**) Power Button: Device: "/dev/input/event3"
[    26.230] (II) Power Button: Found keys
[    26.230] (II) Power Button: Configuring as keyboard
[    26.231] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    26.231] (**) Option "xkb_rules" "evdev"
[    26.231] (**) Option "xkb_model" "evdev"
[    26.231] (**) Option "xkb_layout" "de"
[    26.231] (**) Option "xkb_variant" "nodeadkeys"
[    26.296] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    26.296] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    26.297] (**) Video Bus: Applying InputClass "keyboard"
[    26.297] (**) Video Bus: always reports core events
[    26.297] (**) Video Bus: Device: "/dev/input/event4"
[    26.304] (II) Video Bus: Found keys
[    26.304] (II) Video Bus: Configuring as keyboard
[    26.304] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    26.304] (**) Option "xkb_rules" "evdev"
[    26.304] (**) Option "xkb_model" "evdev"
[    26.304] (**) Option "xkb_layout" "de"
[    26.304] (**) Option "xkb_variant" "nodeadkeys"
[    26.306] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    26.306] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    26.306] (**) Power Button: Applying InputClass "keyboard"
[    26.306] (**) Power Button: always reports core events
[    26.306] (**) Power Button: Device: "/dev/input/event2"
[    26.314] (II) Power Button: Found keys
[    26.314] (II) Power Button: Configuring as keyboard
[    26.314] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    26.314] (**) Option "xkb_rules" "evdev"
[    26.314] (**) Option "xkb_model" "evdev"
[    26.314] (**) Option "xkb_layout" "de"
[    26.314] (**) Option "xkb_variant" "nodeadkeys"
[    26.314] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    26.314] (II) No input driver/identifier specified (ignoring)
[    26.315] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event7)
[    26.315] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
[    26.315] (**) USB 2.0 Camera: Applying InputClass "keyboard"
[    26.315] (**) USB 2.0 Camera: always reports core events
[    26.316] (**) USB 2.0 Camera: Device: "/dev/input/event7"
[    26.324] (II) USB 2.0 Camera: Found keys
[    26.324] (II) USB 2.0 Camera: Configuring as keyboard
[    26.324] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
[    26.324] (**) Option "xkb_rules" "evdev"
[    26.324] (**) Option "xkb_model" "evdev"
[    26.324] (**) Option "xkb_layout" "de"
[    26.324] (**) Option "xkb_variant" "nodeadkeys"
[    26.324] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    26.325] (II) No input driver/identifier specified (ignoring)
[    26.328] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    26.328] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    26.328] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
[    26.328] (**) AT Translated Set 2 keyboard: always reports core events
[    26.328] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    26.340] (II) AT Translated Set 2 keyboard: Found keys
[    26.340] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    26.340] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    26.341] (**) Option "xkb_rules" "evdev"
[    26.341] (**) Option "xkb_model" "evdev"
[    26.341] (**) Option "xkb_layout" "de"
[    26.341] (**) Option "xkb_variant" "nodeadkeys"
[    26.341] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    26.341] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    26.341] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    26.341] (II) LoadModule: "synaptics"
[    26.341] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    26.362] (II) Module synaptics: vendor="X.Org Foundation"
[    26.362]     compiled for 1.8.0.902, module version = 1.2.2
[    26.362]     Module class: X.Org XInput Driver
[    26.362]     ABI class: X.Org XInput driver, version 9.0
[    26.362] (II) Synaptics touchpad driver version 1.2.2
[    26.362] (**) Option "Device" "/dev/input/event6"
[    26.394] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[    26.394] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[    26.394] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    26.394] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[    26.394] (II) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    26.394] (**) Option "VertEdgeScroll" "on"
[    26.394] (**) Option "TapButton1" "1"
[    26.394] (**) Option "TapButton2" "2"
[    26.394] (**) Option "TapButton3" "3"
[    26.421] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    26.421] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    26.434] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[    26.434] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    26.434] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[    26.434] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    26.434] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    26.460] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    26.461] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    26.461] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    26.461] (II) Synaptics touchpad driver version 1.2.2
[    26.867] SynPS/2 Synaptics TouchPad no synaptics event device found
[    26.867] (**) Option "Device" "/dev/input/mouse0"
[    26.880] (**) Option "VertEdgeScroll" "on"
[    26.881] (**) Option "TapButton1" "1"
[    26.881] (**) Option "TapButton2" "2"
[    26.881] (**) Option "TapButton3" "3"
[    26.901] Query no Synaptics: 6003C8
[    26.901] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[    26.901] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[    26.934] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[    26.934] (II) UnloadModule: "synaptics"
[    26.934] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    26.934] (II) No input driver/identifier specified (ignoring)
[   201.065] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   202.424] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   202.424] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   202.424] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   202.424] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   202.424] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   202.424] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   202.424] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   202.424] (II) NVIDIA(0):     Config Options in the README.
[   202.425] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
[   202.425] (II) NVIDIA(0):     enough to receive ACPI hotkey events.
[   202.425] (II) NVIDIA(0): ACPI brightness change hotkey events enabled.
[   202.540] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   241.790] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/mouse1)
[   241.790] (II) No input driver/identifier specified (ignoring)
[   241.795] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/event9)
[   241.795] (**) PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
[   241.795] (**) PS/2+USB Mouse: always reports core events
[   241.795] (**) PS/2+USB Mouse: Device: "/dev/input/event9"
[   241.804] (II) PS/2+USB Mouse: Found 3 mouse buttons
[   241.804] (II) PS/2+USB Mouse: Found scroll wheel(s)
[   241.804] (II) PS/2+USB Mouse: Found relative axes
[   241.804] (II) PS/2+USB Mouse: Found x and y relative axes
[   241.804] (II) PS/2+USB Mouse: Configuring as mouse
[   241.804] (**) PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
[   241.804] (**) PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   241.804] (II) XINPUT: Adding extended input device "PS/2+USB Mouse" (type: MOUSE)
[   241.804] (**) PS/2+USB Mouse: (accel) keeping acceleration scheme 1
[   241.804] (**) PS/2+USB Mouse: (accel) acceleration profile 0
[   241.804] (**) PS/2+USB Mouse: (accel) acceleration factor: 2.000
[   241.804] (**) PS/2+USB Mouse: (accel) acceleration threshold: 4
[   241.804] (II) PS/2+USB Mouse: initialized for relative axes.
[  1596.383] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[  1601.611] (II) NVIDIA(0): Setting mode "1024x768"
[  1604.865] (EE) NVIDIA(0): Failed to allocate primary buffer: out of memory.
[  1604.865] (EE) NVIDIA(0):  *** Aborting ***
[  1604.870] (II) NVIDIA(0): Setting mode "1024x768"

Offline

#7 2010-08-11 23:53:29

Bregol
Member
Registered: 2008-08-15
Posts: 175

Re: [SOLVED] Nvidia and Xorg 1.8: Failed to Increase Resolution

http://forums.nvidia.com/index.php?showtopic=169294
don't know if that will help or not, but it's that same error about the primary buffer. worth a try anyways.

The thing I wanted to check in your Xorg.0.log was this:

[    24.074] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode

You could run X with the verbose flag to see more on what nvidia is doing to try and put together a pool of possible modes and figure out why none of the modes are validating, but then again, if your nvidia-settings gives you the option of 1680x1050 and since X does determine that it wants to use the 1680x1050 virtual screen size, I would assume that somewhere it is coming up with a pool of good modes for it to use and this is not the problem.


Nai haryuvalyë melwa rë

Offline

#8 2010-08-12 08:41:38

Pyxir
Member
Registered: 2010-08-04
Posts: 11

Re: [SOLVED] Nvidia and Xorg 1.8: Failed to Increase Resolution

Adding "nopat" to the kernel line in GRUBs menu.lst did it.
Thanks a lot.

Offline

Board footer

Powered by FluxBB