You are not logged in.

#1 2011-02-25 21:10:26

jtkiv
Member
Registered: 2011-02-07
Posts: 37

screen redraw (nvidia fx5500 - openbox/xcompmgr) and compiz issues

posted a while back about nvidia issues (was unable to use nvidia drivers and thus 3D), finally managed to get them working!  kinda.

im running openbox with xcompmgr and docky.  transparency is working finally, and desktop is starting to look nice.  the only issue is that windows are often failing to draw properly (especially when started maximized).  i can do the "eraser" thing, and clear up a window, sometimes clears just when clicking in it.  ive googled this and that, unable to find a solution.  suppose its related to nvidia, since it has been a pain as of late, though some threads seem to point towards xcompmgr.

also, now that i have the nvidia drivers, id like to try compiz as a WM.  i made a new user to avoid modifying my xinitrc, and tried to launch it.  result was a black screen, though there is an xterm in the top right (put in xinitrc).  i was able to reboot from this xterm, so i know it works.  i launched ccsm from it, and it came up as a black and white streaky mess.  it was shifting around, so i left it alone for ~5min, but it never rendered.


i think that these problems are related, compiz is just much worse. any ideas would be appreciated.

p.s. i have a feeling that my acpid socket path in xorg.conf is wrong... right?   smile  -- just saw in the log where the socket is.  says it found it.  guess it doesnt need me.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Wed Sep 29 10:21:38 PDT 2010


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

Section "Files"
EndSection

Section "Module"
    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       30.0 - 82.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

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

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    16
    Option         "AcpidSocketPath" "/var/run/daemons/acpid"
    Option         "NvAGP" "3"
    SubSection     "Display"
        Depth       16
    EndSubSection
EndSection

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


xorg.0.log
http://www.text-upload.com/read.php?id=52707&c=5353559


anyway to get scrollable quotes?

Last edited by jtkiv (2011-02-25 21:27:43)

Offline

#2 2011-02-25 21:32:47

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: screen redraw (nvidia fx5500 - openbox/xcompmgr) and compiz issues

The log throws errors related to ACPI so I would remove the ACPI Option line from the "Screen" stanza of /etc/X11/xorg.conf. Also, try changing your Default Depth and Depth to 24 in that same stanza.


Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.

Offline

#3 2011-02-25 21:34:03

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: screen redraw (nvidia fx5500 - openbox/xcompmgr) and compiz issues

jtkiv wrote:

anyway to get scrollable quotes?

Use [ code ] tags smile


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2011-02-25 21:50:22

jtkiv
Member
Registered: 2011-02-07
Posts: 37

Re: screen redraw (nvidia fx5500 - openbox/xcompmgr) and compiz issues

@jasonwryan - thanks.

@lagagnon - removed that, haven't rebooted to see what happens yet.  -- saw somewhere depth for acer x223w was 16.  i can't find that now, and i changed it a while back to see if it would fix other issues.  so i'll reset to 24.

Offline

#5 2011-02-26 16:32:35

jtkiv
Member
Registered: 2011-02-07
Posts: 37

Re: screen redraw (nvidia fx5500 - openbox/xcompmgr) and compiz issues

depth didn't help.  Commenting out xcompmgr in my autostart.sh fixed window problems with openbox.  compiz abviously wasn't affected by that change, and it still looks all black.  perhaps ill give cairo-compmgr a shot.


----------


using cairo-compmgr solves the window draw problem, but comes with its own.  docky fails with

Cairo.Context: called from finalization thread, programmer is missing a call to Dispose

tty1 shows

[Fatal 11:57:19.967] [Glib GIO] g_file_monitor_cancel: assertion 'G_IS_FILE_MONITOR (monitor)' failed

xorg.0.log:

[    34.267] 
X.Org X Server 1.9.4
Release Date: 2011-02-04
[    34.267] X Protocol Version 11, Revision 0
[    34.268] Build Operating System: Linux 2.6.37-ARCH x86_64 
[    34.268] Current Operating System: Linux ArchPC 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 20:00:33 CET 2011 x86_64
[    34.268] Kernel command line: root=/dev/disk/by-uuid/3772837c-7323-49c4-aa2c-4e7298f3f538 ro vga=0x0348
[    34.269] Build Date: 04 February 2011  09:38:18PM
[    34.269]  
[    34.269] Current version of pixman: 0.20.2
[    34.270]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    34.270] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    34.272] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 26 11:56:59 2011
[    34.302] (==) Using config file: "/etc/X11/xorg.conf"
[    34.302] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    34.334] (==) ServerLayout "Layout0"
[    34.334] (**) |-->Screen "Screen0" (0)
[    34.334] (**) |   |-->Monitor "Monitor0"
[    34.334] (**) |   |-->Device "Device0"
[    34.334] (**) |-->Input Device "Keyboard0"
[    34.334] (**) |-->Input Device "Mouse0"
[    34.334] (==) Automatically adding devices
[    34.334] (==) Automatically enabling devices
[    34.369] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    34.369]     Entry deleted from font path.
[    34.419] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[    34.419] (==) ModulePath set to "/usr/lib/xorg/modules"
[    34.419] (**) Extension "Composite" is enabled
[    34.419] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    34.419] (WW) Disabling Keyboard0
[    34.419] (WW) Disabling Mouse0
[    34.419] (II) Loader magic: 0x7d3b20
[    34.419] (II) Module ABI versions:
[    34.419]     X.Org ANSI C Emulation: 0.4
[    34.419]     X.Org Video Driver: 8.0
[    34.420]     X.Org XInput driver : 11.0
[    34.420]     X.Org Server Extension : 4.0
[    34.420] (--) PCI:*(0:1:0:0) 10de:0326:0000:0000 rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, BIOS @ 0x????????/131072
[    34.421] (II) Open ACPI successful (/var/run/acpid.socket)
[    34.421] (II) "extmod" will be loaded by default.
[    34.421] (II) "dbe" will be loaded by default.
[    34.421] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    34.421] (II) "record" will be loaded by default.
[    34.421] (II) "dri" will be loaded by default.
[    34.421] (II) "dri2" will be loaded by default.
[    34.421] (II) LoadModule: "glx"
[    34.427] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    35.118] (II) Module glx: vendor="NVIDIA Corporation"
[    35.118]     compiled for 4.0.2, module version = 1.0.0
[    35.118]     Module class: X.Org Server Extension
[    35.118] (II) NVIDIA GLX Module  173.14.28  Wed Sep 29 10:19:01 PDT 2010
[    35.118] (II) Loading extension GLX
[    35.118] (II) LoadModule: "extmod"
[    35.118] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    35.127] (II) Module extmod: vendor="X.Org Foundation"
[    35.127]     compiled for 1.9.4, module version = 1.0.0
[    35.127]     Module class: X.Org Server Extension
[    35.127]     ABI class: X.Org Server Extension, version 4.0
[    35.127] (II) Loading extension MIT-SCREEN-SAVER
[    35.127] (II) Loading extension XFree86-VidModeExtension
[    35.127] (II) Loading extension XFree86-DGA
[    35.127] (II) Loading extension DPMS
[    35.127] (II) Loading extension XVideo
[    35.127] (II) Loading extension XVideo-MotionCompensation
[    35.127] (II) Loading extension X-Resource
[    35.127] (II) LoadModule: "dbe"
[    35.127] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    35.136] (II) Module dbe: vendor="X.Org Foundation"
[    35.136]     compiled for 1.9.4, module version = 1.0.0
[    35.136]     Module class: X.Org Server Extension
[    35.136]     ABI class: X.Org Server Extension, version 4.0
[    35.136] (II) Loading extension DOUBLE-BUFFER
[    35.136] (II) LoadModule: "record"
[    35.136] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    35.137] (II) Module record: vendor="X.Org Foundation"
[    35.137]     compiled for 1.9.4, module version = 1.13.0
[    35.137]     Module class: X.Org Server Extension
[    35.137]     ABI class: X.Org Server Extension, version 4.0
[    35.137] (II) Loading extension RECORD
[    35.137] (II) LoadModule: "dri"
[    35.137] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    35.154] (II) Module dri: vendor="X.Org Foundation"
[    35.154]     compiled for 1.9.4, module version = 1.0.0
[    35.154]     ABI class: X.Org Server Extension, version 4.0
[    35.154] (II) Loading extension XFree86-DRI
[    35.154] (II) LoadModule: "dri2"
[    35.154] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    35.161] (II) Module dri2: vendor="X.Org Foundation"
[    35.161]     compiled for 1.9.4, module version = 1.2.0
[    35.161]     ABI class: X.Org Server Extension, version 4.0
[    35.161] (II) Loading extension DRI2
[    35.161] (II) LoadModule: "nvidia"
[    35.161] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    35.228] (II) Module nvidia: vendor="NVIDIA Corporation"
[    35.228]     compiled for 4.0.2, module version = 1.0.0
[    35.228]     Module class: X.Org Video Driver
[    35.254] (II) NVIDIA dlloader X Driver  173.14.28  Wed Sep 29 10:00:06 PDT 2010
[    35.262] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    35.262] (--) using VT number 7

[    35.340] (II) Loading sub module "fb"
[    35.340] (II) LoadModule: "fb"
[    35.357] (II) Loading /usr/lib/xorg/modules/libfb.so
[    35.367] (II) Module fb: vendor="X.Org Foundation"
[    35.367]     compiled for 1.9.4, module version = 1.0.0
[    35.367]     ABI class: X.Org ANSI C Emulation, version 0.4
[    35.367] (II) Loading sub module "wfb"
[    35.367] (II) LoadModule: "wfb"
[    35.367] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    35.379] (II) Module wfb: vendor="X.Org Foundation"
[    35.379]     compiled for 1.9.4, module version = 1.0.0
[    35.379]     ABI class: X.Org ANSI C Emulation, version 0.4
[    35.379] (II) Loading sub module "ramdac"
[    35.379] (II) LoadModule: "ramdac"
[    35.379] (II) Module "ramdac" already built-in
[    35.391] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    35.391] (==) NVIDIA(0): RGB weight 888
[    35.391] (==) NVIDIA(0): Default visual is TrueColor
[    35.391] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    35.391] (**) NVIDIA(0): Option "NvAGP" "3"
[    35.391] (**) NVIDIA(0): Option "AcpidSocketPath" "/var/run/acpid.socket"
[    35.392] (**) NVIDIA(0): Enabling RENDER acceleration
[    35.397] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[    35.397] (II) NVIDIA(0):     enabled.
[    36.648] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[    36.648] (II) NVIDIA(0): NVIDIA GPU GeForce FX 5500 (NV34) at PCI:1:0:0 (GPU-0)
[    36.648] (--) NVIDIA(0): Memory: 262144 kBytes
[    36.648] (--) NVIDIA(0): VideoBIOS: 04.34.20.69.00
[    36.649] (II) NVIDIA(0): Detected AGP rate: 8X
[    36.649] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    36.649] (--) NVIDIA(0): Connected display device(s) on GeForce FX 5500 at PCI:1:0:0:
[    36.649] (--) NVIDIA(0):     Acer X223W (CRT-0)
[    36.649] (--) NVIDIA(0):     CRT-1
[    36.649] (--) NVIDIA(0): Acer X223W (CRT-0): 350.0 MHz maximum pixel clock
[    36.649] (--) NVIDIA(0): CRT-1: 350.0 MHz maximum pixel clock
[    36.649] (II) NVIDIA(0): Assigned Display Device: CRT-0
[    36.649] (==) NVIDIA(0): 
[    36.649] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    36.649] (==) NVIDIA(0):     will be used as the requested mode.
[    36.649] (==) NVIDIA(0): 
[    36.649] (II) NVIDIA(0): Validated modes:
[    36.649] (II) NVIDIA(0):     "nvidia-auto-select"
[    36.649] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
[    36.650] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
[    36.650] (--) NVIDIA(0):     option
[    36.650] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[    36.670] (--) Depth 24 pixmap format is 32 bpp
[    36.672] (II) NVIDIA(0): Initialized AGP GART.
[    36.676] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[    36.991] (II) Loading extension NV-GLX
[    37.035] (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
[    37.105] (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
[    37.105] (==) NVIDIA(0): Backing store disabled
[    37.105] (==) NVIDIA(0): Silken mouse enabled
[    37.128] (**) NVIDIA(0): DPMS enabled
[    37.128] (II) Loading extension NV-CONTROL
[    37.130] (==) RandR enabled
[    37.130] (II) Initializing built-in extension Generic Event Extension
[    37.130] (II) Initializing built-in extension SHAPE
[    37.130] (II) Initializing built-in extension MIT-SHM
[    37.130] (II) Initializing built-in extension XInputExtension
[    37.130] (II) Initializing built-in extension XTEST
[    37.130] (II) Initializing built-in extension BIG-REQUESTS
[    37.130] (II) Initializing built-in extension SYNC
[    37.130] (II) Initializing built-in extension XKEYBOARD
[    37.130] (II) Initializing built-in extension XC-MISC
[    37.130] (II) Initializing built-in extension SECURITY
[    37.130] (II) Initializing built-in extension XINERAMA
[    37.130] (II) Initializing built-in extension XFIXES
[    37.130] (II) Initializing built-in extension RENDER
[    37.130] (II) Initializing built-in extension RANDR
[    37.130] (II) Initializing built-in extension COMPOSITE
[    37.130] (II) Initializing built-in extension DAMAGE
[    37.130] (II) Initializing extension GLX
[    38.523] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    38.523] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    38.523] (II) LoadModule: "evdev"
[    38.523] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    38.551] (II) Module evdev: vendor="X.Org Foundation"
[    38.551]     compiled for 1.9.4, module version = 2.6.0
[    38.551]     Module class: X.Org XInput Driver
[    38.551]     ABI class: X.Org XInput driver, version 11.0
[    38.551] (**) Power Button: always reports core events
[    38.552] (**) Power Button: Device: "/dev/input/event3"
[    38.556] (--) Power Button: Found keys
[    38.556] (II) Power Button: Configuring as keyboard
[    38.556] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    38.556] (**) Option "xkb_rules" "evdev"
[    38.556] (**) Option "xkb_model" "evdev"
[    38.556] (**) Option "xkb_layout" "us"
[    38.601] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    38.601] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    38.601] (**) Power Button: always reports core events
[    38.601] (**) Power Button: Device: "/dev/input/event2"
[    38.606] (--) Power Button: Found keys
[    38.606] (II) Power Button: Configuring as keyboard
[    38.606] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    38.606] (**) Option "xkb_rules" "evdev"
[    38.606] (**) Option "xkb_model" "evdev"
[    38.606] (**) Option "xkb_layout" "us"
[    38.611] (II) config/udev: Adding input device Microsoft Microsoft Optical Mouse with Tilt Wheel (/dev/input/event4)
[    38.611] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: Applying InputClass "evdev pointer catchall"
[    38.611] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: always reports core events
[    38.611] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: Device: "/dev/input/event4"
[    38.613] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found 9 mouse buttons
[    38.613] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found scroll wheel(s)
[    38.613] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found relative axes
[    38.613] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found x and y relative axes
[    38.613] (II) Microsoft Microsoft Optical Mouse with Tilt Wheel: Configuring as mouse
[    38.613] (II) Microsoft Microsoft Optical Mouse with Tilt Wheel: Adding scrollwheel support
[    38.613] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: YAxisMapping: buttons 4 and 5
[    38.613] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    38.613] (II) XINPUT: Adding extended input device "Microsoft Microsoft Optical Mouse with Tilt Wheel" (type: MOUSE)
[    38.613] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) keeping acceleration scheme 1
[    38.613] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) acceleration profile 0
[    38.613] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) acceleration factor: 2.000
[    38.613] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) acceleration threshold: 4
[    38.613] (II) Microsoft Microsoft Optical Mouse with Tilt Wheel: initialized for relative axes.
[    38.614] (II) config/udev: Adding input device Microsoft Microsoft Optical Mouse with Tilt Wheel (/dev/input/mouse0)
[    38.614] (II) No input driver/identifier specified (ignoring)
[    38.616] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    38.616] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    38.616] (**) AT Translated Set 2 keyboard: always reports core events
[    38.616] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    38.620] (--) AT Translated Set 2 keyboard: Found keys
[    38.620] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    38.620] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    38.620] (**) Option "xkb_rules" "evdev"
[    38.620] (**) Option "xkb_model" "evdev"
[    38.620] (**) Option "xkb_layout" "us"
[    38.620] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
[    38.620] (II) No input driver/identifier specified (ignoring)
[    51.529] (II) NVIDIA(0): Initialized AGP GART.
[    77.943] (II) Open ACPI successful (/var/run/acpid.socket)
[    78.033] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   101.120] (II) NVIDIA(0): Initialized AGP GART.
[   110.052] (II) Open ACPI successful (/var/run/acpid.socket)
[   110.143] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   143.267] (II) NVIDIA(0): Initialized AGP GART.
[   151.286] (II) NVIDIA(0): Initialized AGP GART.
[   159.316] (II) NVIDIA(0): Initialized AGP GART.
[   167.346] (II) NVIDIA(0): Initialized AGP GART.
[   175.376] (II) NVIDIA(0): Initialized AGP GART.
[   183.406] (II) NVIDIA(0): Initialized AGP GART.
[   191.436] (II) NVIDIA(0): Initialized AGP GART.
[   199.466] (II) NVIDIA(0): Initialized AGP GART.
[   214.519] (II) NVIDIA(0): Initialized AGP GART.
[   229.569] (II) NVIDIA(0): Initialized AGP GART.
[   273.713] (II) NVIDIA(0): Initialized AGP GART.
[   273.723] (II) NVIDIA(0): Initialized AGP GART.
[   273.733] (II) NVIDIA(0): Initialized AGP GART.
[   273.744] (II) NVIDIA(0): Initialized AGP GART.
[   293.774] (II) NVIDIA(0): Initialized AGP GART.
[   293.787] (II) NVIDIA(0): Initialized AGP GART.
[   313.599] (II) Open ACPI successful (/var/run/acpid.socket)
[   313.690] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   345.365] (II) Open ACPI successful (/var/run/acpid.socket)
[   345.457] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   350.483] (II) NVIDIA(0): Initialized AGP GART.
[   364.205] (II) Open ACPI successful (/var/run/acpid.socket)
[   364.297] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   369.320] (II) NVIDIA(0): Initialized AGP GART.
[   384.369] (II) NVIDIA(0): Initialized AGP GART.
[   390.447] (II) Open ACPI successful (/var/run/acpid.socket)
[   390.538] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   405.608] (II) NVIDIA(0): Initialized AGP GART.
[   413.064] (II) Open ACPI successful (/var/run/acpid.socket)
[   413.156] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   432.105] (II) Open ACPI successful (/var/run/acpid.socket)
[   432.197] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   450.275] (II) NVIDIA(0): Initialized AGP GART.
[   459.314] (II) Open ACPI successful (/var/run/acpid.socket)
[   459.407] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   465.445] (II) NVIDIA(0): Initialized AGP GART.
[   473.459] (II) NVIDIA(0): Initialized AGP GART.
[   481.485] (II) NVIDIA(0): Initialized AGP GART.
[   489.512] (II) NVIDIA(0): Initialized AGP GART.
[   497.539] (II) NVIDIA(0): Initialized AGP GART.
[   505.565] (II) NVIDIA(0): Initialized AGP GART.
[   513.592] (II) NVIDIA(0): Initialized AGP GART.
[   521.619] (II) NVIDIA(0): Initialized AGP GART.

looks clean...

im not finding much related to this glib gio thing.


anyhow, after switching back to tty7 the screen was all black except cursor, but a right click "turns it on" in a way.  brings up openbox menu and everything becomes visible.

any ideas?

----------

and... glxgears (i know, i know) brought on severe lag.  these lines were added to above xorg.0.log:

[   529.645] (II) NVIDIA(0): Initialized AGP GART.
[   537.672] (II) NVIDIA(0): Initialized AGP GART.
[   573.792] (II) NVIDIA(0): Initialized AGP GART.
[   581.819] (II) NVIDIA(0): Initialized AGP GART.
[   596.871] (II) NVIDIA(0): Initialized AGP GART.
[   610.785] (II) Open ACPI successful (/var/run/acpid.socket)
[   610.876] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   644.999] (II) NVIDIA(0): Initialized AGP GART.
[   653.019] (II) NVIDIA(0): Initialized AGP GART.
[   661.045] (II) NVIDIA(0): Initialized AGP GART.
[   669.073] (II) NVIDIA(0): Initialized AGP GART.
[   677.099] (II) NVIDIA(0): Initialized AGP GART.
[   685.125] (II) NVIDIA(0): Initialized AGP GART.
[   707.199] (II) NVIDIA(0): Initialized AGP GART.
[   715.227] (II) NVIDIA(0): Initialized AGP GART.
[   730.275] (II) NVIDIA(0): Initialized AGP GART.
[   745.325] (II) NVIDIA(0): Initialized AGP GART.
[   767.399] (II) NVIDIA(0): Initialized AGP GART.
[   775.425] (II) NVIDIA(0): Initialized AGP GART.
[   797.499] (II) NVIDIA(0): Initialized AGP GART.
[   805.525] (II) NVIDIA(0): Initialized AGP GART.
[   834.629] (II) NVIDIA(0): Initialized AGP GART.
[   855.309] Warning: Xalloc: requesting unpleasantly large amount of memory: 0 bytes.
[   855.318] Warning: Xalloc: requesting unpleasantly large amount of memory: 0 bytes.
[   856.164] (II) NVIDIA(0): Initialized AGP GART.
[   856.175] (II) NVIDIA(0): Initialized AGP GART.
[   877.769] (II) NVIDIA(0): Initialized AGP GART.
[   884.178] Warning: Xalloc: requesting unpleasantly large amount of memory: 0 bytes.
[   884.225] Warning: Xalloc: requesting unpleasantly large amount of memory: 0 bytes.
[   884.300] (II) NVIDIA(0): Initialized AGP GART.
[   884.398] (II) NVIDIA(0): Initialized AGP GART.
[   884.503] (II) NVIDIA(0): Initialized AGP GART.
[   884.522] (II) NVIDIA(0): Initialized AGP GART.
[   884.587] (II) NVIDIA(0): Initialized AGP GART.
[   888.156] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x0000019c, 0x000001ac)
[   897.819] (WW) NVIDIA(0): WAIT (0, 6, 0x0000, 0x000001ac, 0x000001ac)
[   897.939] (II) NVIDIA(0): Initialized AGP GART.
[   897.959] (II) NVIDIA(0): Initialized AGP GART.
[   897.970] (II) NVIDIA(0): Initialized AGP GART.
[   897.981] (II) NVIDIA(0): Initialized AGP GART.
[   897.990] (II) NVIDIA(0): Initialized AGP GART.
[   898.000] (II) NVIDIA(0): Initialized AGP GART.
[   898.010] (II) NVIDIA(0): Initialized AGP GART.
[   898.020] (II) NVIDIA(0): Initialized AGP GART.
[   898.031] (II) NVIDIA(0): Initialized AGP GART.
[   898.041] (II) NVIDIA(0): Initialized AGP GART.
[   898.051] (II) NVIDIA(0): Initialized AGP GART.
[   898.061] (II) NVIDIA(0): Initialized AGP GART.
[   898.071] (II) NVIDIA(0): Initialized AGP GART.
[   898.082] (II) NVIDIA(0): Initialized AGP GART.
[   898.092] (II) NVIDIA(0): Initialized AGP GART.
[   898.100] (WW) NVIDIA(0): The NVIDIA X driver has encountered too many errors.  Falling
[   898.100] (WW) NVIDIA(0):     back to legacy PCI mode.
[   898.102] (II) NVIDIA(0): Initialized AGP GART.
[   898.112] (II) NVIDIA(0): Initialized AGP GART.
[   898.123] (II) NVIDIA(0): Initialized AGP GART.
[   898.133] (II) NVIDIA(0): Initialized AGP GART.
[   898.143] (II) NVIDIA(0): Initialized AGP GART.
[   898.153] (II) NVIDIA(0): Initialized AGP GART.
[   898.164] (II) NVIDIA(0): Initialized AGP GART.
[   898.174] (II) NVIDIA(0): Initialized AGP GART.
[   898.184] (II) NVIDIA(0): Initialized AGP GART.
[   898.194] (II) NVIDIA(0): Initialized AGP GART.
[   898.204] (II) NVIDIA(0): Initialized AGP GART.
[   898.215] (II) NVIDIA(0): Initialized AGP GART.
[   898.225] (II) NVIDIA(0): Initialized AGP GART.
[   898.235] (II) NVIDIA(0): Initialized AGP GART.
[   898.245] (II) NVIDIA(0): Initialized AGP GART.
[   898.255] (II) NVIDIA(0): Initialized AGP GART.
[   898.266] (II) NVIDIA(0): Initialized AGP GART.
[   898.276] (II) NVIDIA(0): Initialized AGP GART.
[   898.287] (II) NVIDIA(0): Initialized AGP GART.
[   898.297] (II) NVIDIA(0): Initialized AGP GART.
[   898.307] (II) NVIDIA(0): Initialized AGP GART.
[   898.317] (II) NVIDIA(0): Initialized AGP GART.
[   898.327] (II) NVIDIA(0): Initialized AGP GART.
[   898.338] (II) NVIDIA(0): Initialized AGP GART.
[   898.348] (II) NVIDIA(0): Initialized AGP GART.
[   898.358] (II) NVIDIA(0): Initialized AGP GART.
[   898.368] (II) NVIDIA(0): Initialized AGP GART.
[   898.378] (II) NVIDIA(0): Initialized AGP GART.
[   898.389] (II) NVIDIA(0): Initialized AGP GART.
[   898.399] (II) NVIDIA(0): Initialized AGP GART.
[   898.409] (II) NVIDIA(0): Initialized AGP GART.
[   898.420] (II) NVIDIA(0): Initialized AGP GART.
[   898.431] (II) NVIDIA(0): Initialized AGP GART.
[   898.441] (II) NVIDIA(0): Initialized AGP GART.
[   898.451] (II) NVIDIA(0): Initialized AGP GART.
[   898.461] (II) NVIDIA(0): Initialized AGP GART.
[   898.471] (II) NVIDIA(0): Initialized AGP GART.
[   898.482] (II) NVIDIA(0): Initialized AGP GART.
[   898.492] (II) NVIDIA(0): Initialized AGP GART.
[   898.502] (II) NVIDIA(0): Initialized AGP GART.
[   898.512] (II) NVIDIA(0): Initialized AGP GART.
[   898.523] (II) NVIDIA(0): Initialized AGP GART.
[   898.533] (II) NVIDIA(0): Initialized AGP GART.
[   898.543] (II) NVIDIA(0): Initialized AGP GART.
[   898.553] (II) NVIDIA(0): Initialized AGP GART.
[   898.564] (II) NVIDIA(0): Initialized AGP GART.
[   898.574] (II) NVIDIA(0): Initialized AGP GART.
[   898.584] (II) NVIDIA(0): Initialized AGP GART.
[   898.595] (II) NVIDIA(0): Initialized AGP GART.
[   898.605] (II) NVIDIA(0): Initialized AGP GART.
[   898.615] (II) NVIDIA(0): Initialized AGP GART.
[   898.625] (II) NVIDIA(0): Initialized AGP GART.
[   898.636] (II) NVIDIA(0): Initialized AGP GART.
[   898.646] (II) NVIDIA(0): Initialized AGP GART.
[   898.657] (II) NVIDIA(0): Initialized AGP GART.
[   898.667] (II) NVIDIA(0): Initialized AGP GART.
[   898.677] (II) NVIDIA(0): Initialized AGP GART.
[   898.688] (II) NVIDIA(0): Initialized AGP GART.
[   898.698] (II) NVIDIA(0): Initialized AGP GART.
[   898.709] (II) NVIDIA(0): Initialized AGP GART.
[   898.719] (II) NVIDIA(0): Initialized AGP GART.
[   898.729] (II) NVIDIA(0): Initialized AGP GART.
[   898.740] (II) NVIDIA(0): Initialized AGP GART.
[   908.834] [mi] EQ overflowing. The server is probably stuck in an infinite loop.
[   908.834] 
Backtrace:
[   908.844] 0: /usr/bin/X (xorg_backtrace+0x28) [0x49f718]
[   908.844] 1: /usr/bin/X (mieqEnqueue+0x1f4) [0x49eb14]
[   908.844] 2: /usr/bin/X (xf86PostMotionEventP+0xc4) [0x47bab4]
[   908.844] 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7fcd575af000+0x46aa) [0x7fcd575b36aa]
[   908.844] 4: /usr/bin/X (0x400000+0x698e7) [0x4698e7]
[   908.844] 5: /usr/bin/X (0x400000+0x118a93) [0x518a93]
[   908.844] 6: /lib/libpthread.so.0 (0x7fcd5ca55000+0xf150) [0x7fcd5ca64150]
[   908.844] 7: /usr/lib/xorg/modules/drivers/nvidia_drv.so (_nv001668X+0x83) [0x7fcd585da723]
[   917.887] (II) NVIDIA(0): Initialized AGP GART.
[   918.907] (II) NVIDIA(0): Initialized AGP GART.
[   918.918] (II) NVIDIA(0): Initialized AGP GART.
[   932.314] [mi] EQ overflowing. The server is probably stuck in an infinite loop.
[   932.314] 
Backtrace:
[   932.314] 0: /usr/bin/X (xorg_backtrace+0x28) [0x49f718]
[   932.314] 1: /usr/bin/X (mieqEnqueue+0x1f4) [0x49eb14]
[   932.314] 2: /usr/bin/X (xf86PostMotionEventP+0xc4) [0x47bab4]
[   932.314] 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7fcd575af000+0x46aa) [0x7fcd575b36aa]
[   932.314] 4: /usr/bin/X (0x400000+0x698e7) [0x4698e7]
[   932.315] 5: /usr/bin/X (0x400000+0x118a93) [0x518a93]
[   932.315] 6: /lib/libpthread.so.0 (0x7fcd5ca55000+0xf150) [0x7fcd5ca64150]
[   932.315] 7: /usr/lib/xorg/modules/drivers/nvidia_drv.so (_nv001668X+0x83) [0x7fcd585da723]
[   937.970] (II) NVIDIA(0): Initialized AGP GART.
[   937.995] (II) NVIDIA(0): Initialized AGP GART.
[   939.007] (II) NVIDIA(0): Initialized AGP GART.
[   948.010] [mi] EQ overflowing. The server is probably stuck in an infinite loop.
[   948.010] 
Backtrace:
[   948.011] 0: /usr/bin/X (xorg_backtrace+0x28) [0x49f718]
[   948.011] 1: /usr/bin/X (mieqEnqueue+0x1f4) [0x49eb14]
[   948.011] 2: /usr/bin/X (xf86PostMotionEventP+0xc4) [0x47bab4]
[   948.011] 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7fcd575af000+0x46aa) [0x7fcd575b36aa]
[   948.011] 4: /usr/bin/X (0x400000+0x698e7) [0x4698e7]
[   948.011] 5: /usr/bin/X (0x400000+0x118a93) [0x518a93]
[   948.011] 6: /lib/libpthread.so.0 (0x7fcd5ca55000+0xf150) [0x7fcd5ca64150]
[   948.011] 7: /usr/lib/xorg/modules/drivers/nvidia_drv.so (_nv001668X+0x83) [0x7fcd585da723]
[   958.070] (II) NVIDIA(0): Initialized AGP GART.
[   958.089] (II) NVIDIA(0): Initialized AGP GART.
[   959.100] (II) NVIDIA(0): Initialized AGP GART.
[   959.111] (II) NVIDIA(0): Initialized AGP GART.
[   972.143] (II) NVIDIA(0): Initialized AGP GART.
[   973.154] (II) NVIDIA(0): Initialized AGP GART.
[   973.164] (II) NVIDIA(0): Initialized AGP GART.
[   973.174] (II) NVIDIA(0): Initialized AGP GART.
[   976.226] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x0000c780, 0x0000d1ec)
[   983.226] (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x0000c780, 0x0000d1ec)
[  1008.234] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x0000c780, 0x0000d218)
[  1013.283] (II) NVIDIA(0): Initialized AGP GART.
[  1033.428] (II) Open ACPI successful (/var/run/acpid.socket)
[  1033.519] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[  1048.584] (II) NVIDIA(0): Initialized AGP GART.
[  1056.599] (II) NVIDIA(0): Initialized AGP GART.

ill be researching those errors, but any help would be appreciated.

also curious as to why

(II) NVIDIA(0): Initialized AGP GART.

is repeated so many times.

Last edited by jtkiv (2011-02-26 17:16:43)

Offline

Board footer

Powered by FluxBB