Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Gentoo: User

Re: was Re: X crashes with nvidia-173 driver now X crash on eee w/intel driver

 

 

Gentoo user RSS feed   Index | Next | Previous | View Threaded


w41ter at gmail

Nov 6, 2009, 6:20 AM

Post #1 of 6 (286 views)
Permalink
Re: was Re: X crashes with nvidia-173 driver now X crash on eee w/intel driver

On 11/05/2009 09:06 PM, Maxim Wexler wrote:
>>
>> Will see how it works.
>
> Not very well. About an hour after emerging the 2.9.1 drivers the
> screen went black and I had to reboot to get back to the desktop. I
> notice it only seems to happen while scrolling a window in firefox.
> I've left the unit on overnight with no problem. When I get back to
> ctrl-alt-f1. there is this msg repeated down the console.
>
> Gdk - Warning*** XID collision trouble ahead.
>
> FWIW, there is this tidbit in the boot console:
> [...]
> * Checking battery state...
> error: libhal_ctx_set_dbus_connection: org.freedesktop.DBus.Error.FileNotFound:
> Failed to connect to socket /var/run/dbus/system_bus_socket: No such
> file or directory

Hm. You should have that socket. Do you have a system dbus running?:

3387 ? Ss 0:00 /usr/bin/dbus-daemon --system


maxim.wexler at gmail

Nov 6, 2009, 12:59 PM

Post #2 of 6 (265 views)
Permalink
Re: Re: was Re: X crashes with nvidia-173 driver now X crash on eee w/intel driver [In reply to]

I assumed you meant me to run /usr/bin/dbus-daemon --system. So I did:

Failed to start message bus: The pid file "/var/run/dbus.pid" exists,
if the message bus in not running , remove this file.

file duly removed and re-ran above command which did nothng visible
just returned the cursor to the next line. Is that the expected
behaviour.

BTW, overnight I upgraded to mozilla-firefox-3.5.1, and was surfing
away this morning when the screen went totally white -- same story.

Now my default desktop is down with non-functioning nvidia drivers and
the mobile is afflicted with sudden crashes. I dug up this K6-500,
2.6.19 with firefox-2.0. analog riva video and it's humming along
quite nicely :)



On 11/6/09, walt <w41ter [at] gmail> wrote:
> On 11/05/2009 09:06 PM, Maxim Wexler wrote:
>>>
>>> Will see how it works.
>>
>> Not very well. About an hour after emerging the 2.9.1 drivers the
>> screen went black and I had to reboot to get back to the desktop. I
>> notice it only seems to happen while scrolling a window in firefox.
>> I've left the unit on overnight with no problem. When I get back to
>> ctrl-alt-f1. there is this msg repeated down the console.
>>
>> Gdk - Warning*** XID collision trouble ahead.
>>
>> FWIW, there is this tidbit in the boot console:
>> [...]
>> * Checking battery state...
>> error: libhal_ctx_set_dbus_connection:
>> org.freedesktop.DBus.Error.FileNotFound:
>> Failed to connect to socket /var/run/dbus/system_bus_socket: No such
>> file or directory
>
> Hm. You should have that socket. Do you have a system dbus running?:
>
> 3387 ? Ss 0:00 /usr/bin/dbus-daemon --system
>
>
>


w41ter at gmail

Nov 6, 2009, 2:20 PM

Post #3 of 6 (265 views)
Permalink
Re: was Re: X crashes with nvidia-173 driver now X crash on eee w/intel driver [In reply to]

On 11/06/2009 01:08 PM, Maxim Wexler wrote:
> Oh wait, just rebooted, the message is still there but a few lines
> below there is this:
>
> *Starting D-BUS system messagebus . . .
>
> which I remember seeing before but forgot to mention. I ran
> dbus-daemon again as before with the same outcome.
>

If dbus is in your default runlevel you should have a system dbus
running.

$eselect rc list default
Init scripts to be started by runlevel default
dbus <===========
dcron
hald
hotplug
local
net.eth0
netmount
ntp-client
smartd
sshd
sysklogd

$ps ax | grep dbus
3387 ? Ss 0:03 /usr/bin/dbus-daemon --system
5432 tty4 S 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
5433 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session

You can do '/etc/init.d/dbus restart' to look for error messages.


maxim.wexler at gmail

Nov 6, 2009, 4:35 PM

Post #4 of 6 (269 views)
Permalink
Re: Re: was Re: X crashes with nvidia-173 driver now X crash on eee w/intel driver [In reply to]

So far tried with hald in, dbus out; hald in dbus in; hald out dbus
out; hald out dbus in, default level. All four permutations.

Same error message, except when hald is out and dbus is in, it's
printed twice with a mention of hald not running.

> $ps ax | grep dbus
> 3387 ? Ss 0:03 /usr/bin/dbus-daemon --system
> 5432 tty4 S 0:00 /usr/bin/dbus-launch --sh-syntax
> --exit-with-session
> 5433 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 5
> --print-address 7 --session

I get only one line(hald in, dbus in default level):

3023 ? Ss 0:00 /usr/bin/dbus-daemon --system

>
> You can do '/etc/init.d/dbus restart' to look for error messages.

With hald out there is two lines: Stopping D-BUS ...Starting D-BUS
With hald in there are two additions: Stopping Hardware Abstraction
Layer...Starting Hardware etc.


w41ter at gmail

Nov 6, 2009, 6:20 PM

Post #5 of 6 (264 views)
Permalink
Re: was Re: X crashes with nvidia-173 driver now X crash on eee w/intel driver [In reply to]

On 11/06/2009 04:35 PM, Maxim Wexler wrote:
> So far tried with hald in, dbus out; hald in dbus in; hald out dbus
> out; hald out dbus in, default level. All four permutations.
>
> Same error message, except when hald is out and dbus is in, it's
> printed twice with a mention of hald not running.
>
>> $ps ax | grep dbus
>> 3387 ? Ss 0:03 /usr/bin/dbus-daemon --system
>> 5432 tty4 S 0:00 /usr/bin/dbus-launch --sh-syntax
>> --exit-with-session
>> 5433 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 5
>> --print-address 7 --session
>
> I get only one line(hald in, dbus in default level):
>
> 3023 ? Ss 0:00 /usr/bin/dbus-daemon --system
>
>>
>> You can do '/etc/init.d/dbus restart' to look for error messages.
>
> With hald out there is two lines: Stopping D-BUS ...Starting D-BUS
> With hald in there are two additions: Stopping Hardware Abstraction
> Layer...Starting Hardware etc.

Looks like everything is okay now. Are you still seeing that error
message about dbus socket not found?


maxim.wexler at gmail

Nov 6, 2009, 8:23 PM

Post #6 of 6 (269 views)
Permalink
Re: Re: was Re: X crashes with nvidia-173 driver now X crash on eee w/intel driver [In reply to]

yes, like I said, "Same error message", except when I run #rc-update
del hald and reboot the msg appears twice, the second time with the
addition of a complaint that hal is missing.

On 11/6/09, walt <w41ter [at] gmail> wrote:
> On 11/06/2009 04:35 PM, Maxim Wexler wrote:
>> So far tried with hald in, dbus out; hald in dbus in; hald out dbus
>> out; hald out dbus in, default level. All four permutations.
>>
>> Same error message, except when hald is out and dbus is in, it's
>> printed twice with a mention of hald not running.
>>
>>> $ps ax | grep dbus
>>> 3387 ? Ss 0:03 /usr/bin/dbus-daemon --system
>>> 5432 tty4 S 0:00 /usr/bin/dbus-launch --sh-syntax
>>> --exit-with-session
>>> 5433 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 5
>>> --print-address 7 --session
>>
>> I get only one line(hald in, dbus in default level):
>>
>> 3023 ? Ss 0:00 /usr/bin/dbus-daemon --system
>>
>>>
>>> You can do '/etc/init.d/dbus restart' to look for error messages.
>>
>> With hald out there is two lines: Stopping D-BUS ...Starting D-BUS
>> With hald in there are two additions: Stopping Hardware Abstraction
>> Layer...Starting Hardware etc.
>
> Looks like everything is okay now. Are you still seeing that error
> message about dbus socket not found?
>
>
>

Gentoo user RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.