You are not logged in.

#1 2010-01-07 23:38:18

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Strange Xorg / Gnome Freeze with NVidia

Hey all,

So I installed Arch about a month ago, and its working fairly well so far.

The issue I'm having is that fairly frequently, the window manager will just freeze, and I can still use the current window, but cannot select another window, minimize/maximize the window, close it, or even use any of the 'File, Edit, View' drop down menus. Also, my panel at the top of the screen becomes non-responsive, and I cannot use the menus to restart or use gnome-do to open the terminal. However, I can still use hotkeys to switch workspaces.

The only work around I have figured out so far is to use CTRL-ALT-Bkspace to restart X, but it kinda sucks when I'm writing a paper or making a spreadsheet, because I am unable to save it (Menus/save hotkeys aren't responsive)

I have poured through forums for the last month, but haven't found anything like my problem. I tried uninstalling Compiz but I still had the same problem, so I think my issue is with Gnome. I haven't seen anything in the logs that would indicate a problem, but maybe I missed something. The biggest frustration is that I cannot figure out how to replicate it as it seems entirely random. Any help would be greatly appreciated.

My specs:
Gnome 2.28.2
Linux 2.6.31-ARCH (x64)

Intel P8700 dual core
NVidia Geforce 240M GT

Xorg:
------------------------------------------------------------------------------------------

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Tue Oct 20 21:25:04 PDT 2009

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "glx"
    Load           "record"
    Load           "extmod"
    Load           "dbe"
    Load           "dri2"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "Unknown Board"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

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

Last edited by youjh (2010-01-08 22:39:39)


Code can be clean, fast, or object oriented. Pick two.

Offline

#2 2010-01-08 21:01:24

lukas2511
Member
Registered: 2010-01-08
Posts: 6

Re: Strange Xorg / Gnome Freeze with NVidia

i have nearly the same problem..

when i start xorg for the first time it freezes
i have seen that caps-lock on my keyboard is blinking and sometimes it's just on and then when i press return xorg freezes...

when i restart xorg over ssh (yea strg+alt+f1 does not work.. maybe the graphic card ist blocked by xorg..) it runs fine.. tested it over several days now.. always the same...


oh and here the xorg.conf



Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
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         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "MED MD32119PR"
    HorizSync       31.0 - 83.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

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

Section "Screen"

# Removed Option "TwinViewXineramaInfoOrder" "DFP-1"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
#    Option         "TwinViewXineramaInfoOrder" "DFP-0"
#    Option         "metamodes" "CRT: nvidia-auto-select +1920+0, DFP: nvidia-auto-select +0+0"
#    Option         "NoLogo" "False"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

it's just a nvidia-settings generated xorg.conf so...


ar yea another thing... cause i'm not a totally noob i looked for problems in /var/log/Xorg.0.log and dmesg and so on.. but the only thing i found was something about fonts that i have fixed with reinstalling xorg but it still freezes...

there is no kernel message, no xorg log, nothing...






pls help me

oh and sorry for my bad english i'm from germany and i'm totally sleepy at the moment...

Last edited by lukas2511 (2010-01-09 21:17:43)

Offline

#3 2010-01-08 21:19:37

littlebear
Member
Registered: 2010-01-08
Posts: 3
Website

Re: Strange Xorg / Gnome Freeze with NVidia

O.o, you're experiencing the same symptom as me, my Arch freezes up on me and dies, my solution is a hard reboot but I'm asking in the workstation user for helps, I believe the problem is with the video card support, hm... your using nvidia and me ATI, did you get the manufacturer approved linux driver?

Offline

#4 2010-01-08 21:24:12

lukas2511
Member
Registered: 2010-01-08
Posts: 6

Re: Strange Xorg / Gnome Freeze with NVidia

littlebear wrote:

O.o, you're experiencing the same symptom as me, my Arch freezes up on me and dies, my solution is a hard reboot but I'm asking in the workstation user for helps, I believe the problem is with the video card support, hm... your using nvidia and me ATI, did you get the manufacturer approved linux driver?

i first tried the "nvidia" driver from pacman and as this freezing began i installed directly from nvidia.com but did not help.. ( i think it's the same driver )


oh and my machine ist not freezed.. just every graphic output (tried with 2 graphic cards. both frozed.).. i can still kill xorg over ssh (but only with SIGKILL or higher.. otherwise xorg does not react... even "/etc/rc.d/gdm stop" did not help.. it stops xorg if it's running normally

Offline

#5 2010-01-08 21:25:52

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: Strange Xorg / Gnome Freeze with NVidia

I assume your systems are up-to-date?  If so does downgrading to a previous kernel / nvidia package help?

On another note sticking your config files in some code tags makes them a lot easier to read.

Last edited by loafer (2010-01-08 21:27:39)


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#6 2010-01-08 21:29:19

lukas2511
Member
Registered: 2010-01-08
Posts: 6

Re: Strange Xorg / Gnome Freeze with NVidia

loafer wrote:

I assume your systems are up-to-date?  If so does downgrading to a previous kernel / nvidia package help?  Or, in youjh's case, has the problem been ongoing for a whole month?

oh..uff.. i am currently running 2.6.32-ARCH.. 2.6.31-ARCH was running fine, didn't remember any problems with this version... i will downgrade tomorrow and tell you if the problem is fixed by this


loafer wrote:

On another note sticking your config files in some code tags makes them a lot easier to read.

yea you are right xD didnt see it...

Offline

#7 2010-01-08 22:36:53

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

OK, so I am running arch 2.6.31 on an up-to-date system (at the time of the first post. I'm upgrading right now again, since one day changes a lot, apparently) and I still have this problem. I'll try updating, but I seriously doubt its a kernel issue.

Also, the nvidia driver I am using is the one off of pacman I found through the Arch install config. If this driver is broken, perhaps the install should reflect this and point users to NVidia's site.

The problem I am having is not a total system freeze, because I can still change workspaces with hot keys, but the panels stop responding, as does every window except for the currently selected one. Even the menu bars of the currently selected window stop working!

And sorry about the code tag thing. I fixed it :-p

Last edited by youjh (2010-01-08 22:42:11)


Code can be clean, fast, or object oriented. Pick two.

Offline

#8 2010-01-10 16:09:50

machmania
Member
Registered: 2010-01-10
Posts: 5

Re: Strange Xorg / Gnome Freeze with NVidia

I had a similar issue with 2.6.32-ARCH (x64) and nvidia 190.53-1, system would lag to a point that it would just freeze and i could do nothing but do a hard reset.  Downgrading to 2.6.31-ARCH and nvidia 190.42-1 seems to have solved the problem for me. 

However i now have an issue with conky flickering even though i have double buffering enabled in my xorg.conf

Last edited by machmania (2010-01-10 16:13:02)

Offline

#9 2010-01-10 16:35:17

Andru
Member
Registered: 2008-09-07
Posts: 23

Re: Strange Xorg / Gnome Freeze with NVidia

Try to remove gdm from daemon list in your /etc/rc.conf. After modify your /etc/inittab like this:

#
# /etc/inittab
#

#  Runlevels:
#    0    Halt
#    1(S)    Single-user
#    2    Not used
#    3    Multi-user
#    4    Not used
#    5    X11
#    6    Reboot

## Only one of the following two lines can be uncommented!
# Boot to console
#id:3:initdefault:
# Boot to X11
id:5:initdefault:

rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p

# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux

ca::ctrlaltdel:/sbin/shutdown -t3 -r now

# Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >& /dev/null

# End of file

Another solution is moving gdm to last position in daemon list.

Offline

#10 2010-01-10 19:30:58

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

Andru, I had gdm at the end of my rc.conf, but I was apparently in run level 3 and using xdm.

I made your changes to run level 5 and gdm, and I'll let you know if my problem goes away.
Thanks!


Code can be clean, fast, or object oriented. Pick two.

Offline

#11 2010-01-13 03:45:43

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

Yeah, so that didn't work. I'm still getting the random panel / window freezes. :-(

Update:
So good news, I at least finally caught the error I am getting.
After it locked, I hit ctrl-alt-f2 and tried to dig around the logs for any errors. I didn't see any, but trying to return to X gave me this:

(gdm-binary:4209): Warning: could not acquire name; bailing out
(gdm-binary:4209): Warning: failed to acquire org.gnome.DisplayManager

Any Ideas?

Last edited by youjh (2010-01-13 04:05:37)


Code can be clean, fast, or object oriented. Pick two.

Offline

#12 2010-01-13 22:34:50

lukas2511
Member
Registered: 2010-01-08
Posts: 6

Re: Strange Xorg / Gnome Freeze with NVidia

youjh wrote:

Yeah, so that didn't work. I'm still getting the random panel / window freezes. :-(

Update:
So good news, I at least finally caught the error I am getting.
After it locked, I hit ctrl-alt-f2 and tried to dig around the logs for any errors. I didn't see any, but trying to return to X gave me this:

(gdm-binary:4209): Warning: could not acquire name; bailing out
(gdm-binary:4209): Warning: failed to acquire org.gnome.DisplayManager

Any Ideas?

i think this only means that gnome cant access itself..





oh btw i tried an older kernel version.. same problem...

Offline

#13 2010-01-14 17:40:25

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

OK, so its not the problem, its itself noticing the problem.

Another discrepancy. While shutting down normally today, the log said that it failed to terminate GDM.
I'm starting to thing I have some sort of GDM bug.


Code can be clean, fast, or object oriented. Pick two.

Offline

#14 2010-01-14 21:40:15

lukas2511
Member
Registered: 2010-01-08
Posts: 6

Re: Strange Xorg / Gnome Freeze with NVidia

youjh wrote:

OK, so its not the problem, its itself noticing the problem.

Another discrepancy. While shutting down normally today, the log said that it failed to terminate GDM.
I'm starting to thing I have some sort of GDM bug.

hm.. can you try if your xorg is stable if you launch it directly... then we will know if gdm is the problem tongue

oh btw vncserver ist running stable so i think it's really a bug with the nvidia thing and/or gdm.. cant test it directly on my machine cause i'm converting some video files and i don't want to cancel it




Edit: Ok i've tried running xorg standalone.. it's running fine for over 5 hours now so i think it's really a gdm bug big_smile *happy*

Last edited by lukas2511 (2010-01-15 16:56:34)

Offline

#15 2010-01-19 02:50:13

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

lukas2511 wrote:

hm.. can you try if your xorg is stable if you launch it directly... then we will know if gdm is the problem tongue

oh btw vncserver ist running stable so i think it's really a bug with the nvidia thing and/or gdm.. cant test it directly on my machine cause i'm converting some video files and i don't want to cancel it

Edit: Ok i've tried running xorg standalone.. it's running fine for over 5 hours now so i think it's really a gdm bug big_smile *happy*

I don't think xorg is the problem, as I can still use ctrl-alt-bksp to restart x, as well as use the pseudo terminals. The window panes and desktop panels freeze, preventing me from doing anything except use the current window I'm looking at, which is a huge pain.

It may be related to this thread:
http://bbs.archlinux.org/viewtopic.php?pid=675909

As soon as I figure out how, I'm going to run memtest86+ (As both boot and in linux, as suggested in the thread). It may be a bad memory problem.

The latest pacman update broke my wireless, so I'm stuck using only windows 7 now. So schlecht. :-(


Code can be clean, fast, or object oriented. Pick two.

Offline

#16 2010-01-20 06:07:50

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

OK, so memtest86+ v4.0 passed with flying colors.
I am convinced it is some sort of thing with gdm or nvidia

Anyone with any thoughts/suggestions? I'm completely lost...

Last edited by youjh (2010-01-20 16:16:04)


Code can be clean, fast, or object oriented. Pick two.

Offline

#17 2010-01-22 16:31:20

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

Hmm. I'm starting to notice that this problem really only occurs when I have Open Office running.
Has anyone had any problems with OO freezing the system?


Code can be clean, fast, or object oriented. Pick two.

Offline

#18 2010-01-24 19:24:08

Kasumi_Ninja
Member
Registered: 2009-12-31
Posts: 54

Re: Strange Xorg / Gnome Freeze with NVidia

I had the same problem with Gnome freezing regularly I have a on-board ati card using the 'radeon' driver. Switching to KDE4 solved this problem for me.

Offline

#19 2010-01-24 21:28:12

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

Hmm. I really dislike KDE. I'd prefer to fix Gnome instead.


Code can be clean, fast, or object oriented. Pick two.

Offline

#20 2010-01-25 12:24:00

onety-three
Member
Registered: 2009-01-10
Posts: 14

Re: Strange Xorg / Gnome Freeze with NVidia

This exact problem has been bugging me for about a month, and I just today talked with a friend who's also experiencing it.
We're both using KDE4. He's on free radeon drivers, I'm on the proprietary nVidia driver.
BTW, no OpenOffice involved for me. Usually, I only have a Konqueror window open when it happens.

So, I think we can safely say that this is a problem in X - but I wouldn't know how to report it because it's just so damn random.

It should be noted that nothing actually freezes - it's more like the input doesn't get routed to the right applications. Clicks go through other applications directly to the one application that remains "active". For me, it also affects keyboard input, albeit a little differently. It's hard to find patterns in what works and what doesn't when this bug gets triggered.

Killing and restarting plasma-desktop and kwin allows them to get some input again, so I can at least log off cleanly. But without a restart of X I can't get proper behaviour again.

Offline

#21 2010-01-25 15:27:45

onety-three
Member
Registered: 2009-01-10
Posts: 14

Re: Strange Xorg / Gnome Freeze with NVidia

My aforementioned friend has created a bug for this at freedesktop.org.
Please help and add any additonal information that could be helpful.

https://bugs.freedesktop.org/show_bug.cgi?id=26213

Offline

#22 2010-01-25 15:35:59

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

Fantastic. I am glad to hear that someone else has this problem.

I found an Ubuntu bug report which is the exact same issue:
https://bugs.launchpad.net/ubuntu/+sour … bug/362359

It seems to be either related to xinerama in x.org, which is installed in x.org even if you don't use it, or a bug with synaptic.

Last edited by youjh (2010-01-25 15:39:41)


Code can be clean, fast, or object oriented. Pick two.

Offline

#23 2010-01-27 15:47:13

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

So, good news!
I finally was able to catch the error in some logs.

Here is what I'm getting:

/var/log/daemon.log

Jan 27 10:15:35 valkyrie gdm-simple-greeter[6532]: GLib-GObject-CRITICAL: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed
Jan 27 10:15:35 valkyrie gdm-simple-greeter[6532]: GLib-GObject-CRITICAL: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
Jan 27 10:15:35 valkyrie gdm-simple-greeter[6532]: WARNING: Unable to read from file /etc/arch-release

Code can be clean, fast, or object oriented. Pick two.

Offline

#24 2010-01-27 15:47:43

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

/var/log/Xorg.0.log

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.

X.Org X Server 1.7.3.902 (1.7.4 RC 2)
Release Date: 2009-12-26
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-ARCH x86_64 
Current Operating System: Linux valkyrie 2.6.32-ARCH #1 SMP PREEMPT Sat Jan 23 11:41:48 CET 2010 x86_64
Kernel command line: root=/dev/disk/by-uuid/4f12873b-1119-47a6-8d39-1f4c2292f9c7 ro
Build Date: 26 December 2009  02:34:45PM
 
Current version of pixman: 0.16.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 27 10:15:32 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x7c09c0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
(--) using VT number 8

(--) PCI:*(0:1:0:0) 10de:0a34:17aa:38ff nVidia Corporation rev 162, Mem @ 0xf4000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
(II) NVIDIA GLX Module  190.53  Wed Dec  9 16:27:33 PST 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(WW) Warning, couldn't open module record
(II) UnloadModule: "record"
(EE) Failed to load module "record" (module does not exist, 0)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  190.53  Wed Dec  9 15:39:50 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) Jan 27 10:15:32 NVIDIA(0): Enabling RENDER acceleration
(II) Jan 27 10:15:32 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Jan 27 10:15:32 NVIDIA(0):     enabled.
(II) Jan 27 10:15:33 NVIDIA(0): NVIDIA GPU GeForce GT 240M (GT216) at PCI:1:0:0 (GPU-0)
(--) Jan 27 10:15:33 NVIDIA(0): Memory: 1048576 kBytes
(--) Jan 27 10:15:33 NVIDIA(0): VideoBIOS: 70.16.1c.00.24
(II) Jan 27 10:15:33 NVIDIA(0): Detected PCI Express Link width: 16X
(--) Jan 27 10:15:33 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Jan 27 10:15:33 NVIDIA(0): Connected display device(s) on GeForce GT 240M at PCI:1:0:0:
(--) Jan 27 10:15:33 NVIDIA(0):     LGD LP156WH2-TLAA (DFP-0)
(--) Jan 27 10:15:33 NVIDIA(0): LGD LP156WH2-TLAA (DFP-0): 330.0 MHz maximum pixel clock
(--) Jan 27 10:15:33 NVIDIA(0): LGD LP156WH2-TLAA (DFP-0): Internal Dual Link LVDS
(II) Jan 27 10:15:33 NVIDIA(0): Assigned Display Device: DFP-0
(==) Jan 27 10:15:33 NVIDIA(0): 
(==) Jan 27 10:15:33 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) Jan 27 10:15:33 NVIDIA(0):     will be used as the requested mode.
(==) Jan 27 10:15:33 NVIDIA(0): 
(II) Jan 27 10:15:33 NVIDIA(0): Validated modes:
(II) Jan 27 10:15:33 NVIDIA(0):     "nvidia-auto-select"
(II) Jan 27 10:15:33 NVIDIA(0): Virtual screen size determined to be 1366 x 768
(--) Jan 27 10:15:34 NVIDIA(0): DPI set to (102, 102); computed from "UseEdidDpi" X config
(--) Jan 27 10:15:34 NVIDIA(0):     option
(**) Jan 27 10:15:34 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) Jan 27 10:15:34 NVIDIA(0): Initialized GPU GART.
(II) Jan 27 10:15:34 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
(II) Jan 27 10:15:34 NVIDIA(0):     may not be running or the "AcpidSocketPath" X
(II) Jan 27 10:15:34 NVIDIA(0):     configuration option may not be set correctly.  When the
(II) Jan 27 10:15:34 NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
(II) Jan 27 10:15:34 NVIDIA(0):     try to use it to receive ACPI event notifications.  For
(II) Jan 27 10:15:34 NVIDIA(0):     details, please see the "ConnectToAcpid" and
(II) Jan 27 10:15:34 NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
(II) Jan 27 10:15:34 NVIDIA(0):     Config Options in the README.
(II) Jan 27 10:15:34 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
(II) Jan 27 10:15:34 NVIDIA(0):     enough to receive ACPI display change hotkey events.
(II) Jan 27 10:15:34 NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) Jan 27 10:15:34 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) Jan 27 10:15:34 NVIDIA(0): Initialized X Rendering Acceleration
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(==) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing extension GLX
(II) config/hal: Adding input device Macintosh mouse button emulation
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(II) Synaptics touchpad driver version 1.2.1
(**) Option "Device" "/dev/input/event9"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(**) Option "SHMConfig" "on"
(**) Option "HorizScrollDelta" "1"
(**) Option "VertEdgeScroll" "true"
(**) Option "HorizEdgeScroll" "true"
(**) Option "VertTwoFingerScroll" "true"
(**) Option "HorizTwoFingerScroll" "true"
(**) Option "TouchpadOff" "0"
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "2"
(**) Option "TapButton3" "3"
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) Option "AlwaysCore" "true"
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) config/hal: Adding input device Sleep Button
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event5"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event4"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event7"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event6"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"

ACPI fails above with this message:
Open ACPI failed (/var/run/acpid.socket)


Code can be clean, fast, or object oriented. Pick two.

Offline

#25 2010-01-27 16:06:43

youjh
Member
From: Cincinnati
Registered: 2009-12-07
Posts: 50

Re: Strange Xorg / Gnome Freeze with NVidia

/var/log/gdm/:0-greeter.log

Window manager warning: Failed to read saved session file /var/lib/gdm/.config/metacity/sessions/10d12bd145a8dbcfc3126460533497373400000065170009.ms: Failed to open file '/var/lib/gdm/.config/metacity/sessions/10d12bd145a8dbcfc3126460533497373400000065170009.ms': No such file or directory
** (process:6532): DEBUG: Greeter session pid=6532 display=:0.0 xauthority=/var/run/gdm/auth-for-gdm-EumVYZ/database

(polkit-gnome-authentication-agent-1:6530): GLib-GObject-WARNING **: cannot register existing type `_PolkitError'

(polkit-gnome-authentication-agent-1:6530): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
gdm-simple-greeter[6532]: GLib-GObject-CRITICAL: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed
gdm-simple-greeter[6532]: GLib-GObject-CRITICAL: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
gdm-simple-greeter[6532]: WARNING: Unable to read from file /etc/arch-release
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1200022 (Login Wind)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1200022 (Login Wind)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1200022 (Login Wind)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0.  This shouldn't happen!

Code can be clean, fast, or object oriented. Pick two.

Offline

Board footer

Powered by FluxBB