You are not logged in.

#1 2009-06-27 01:52:10

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

XOrg freezing my system...

Okay, I'm back for help once again. Just for the hell of it I thought I would try out Win7 on my lappy. It was nice and all but still too slow for me compared to Arch. So today I backed up all my crap and started reinstalling Arch. I decided to go with EXT4 instead of EXT3 this time, no problems there. The install went fine, started setting up my system again, got to XORG... installed no problems. hwd -xa... nvidia-xconfig... everything going as it normally does so I didn't even really test anything. However, every time I try to start X, my entire system freezes up... I can't even switch to another virtual console. I've poured over my xorg.conf and just can't seem to figure out why it's doing this and it has never happened before. Could it be the EXT4?

Anyways, here are some files...
xorg.conf: http://dpaste.com/60293/
lspci: http://dpaste.com/60294/ (It's a recent Dell Inspiron 1420)

Thanks for your help.


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#2 2009-06-27 01:58:37

droog
Member
Registered: 2004-11-18
Posts: 877

Re: XOrg freezing my system...

did you put hal in your daemons in rc.conf?

Offline

#3 2009-06-27 02:07:57

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

Re: XOrg freezing my system...

Yeah, I have hal started.


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#4 2009-06-27 02:45:07

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: XOrg freezing my system...

Have you installed xf86-input-evdev and followed http://wiki.archlinux.org/index.php/Xor … figuration ?


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#5 2009-06-27 05:42:56

windtalker
Member
Registered: 2008-03-17
Posts: 220

Re: XOrg freezing my system...

i686
Nvidia Geforce 7300 GT
ext4


xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon Mar  2 12:45:55 PST 2009

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

Section "Files"
EndSection

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

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"

EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "RenderAccel" "True"
    Option         "NoLogo" "True"
    Option         "AGPFastWrite" "True"
    Option         "EnablePageFlip" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

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

Offline

#6 2009-06-27 06:47:42

MrShlee
Member
Registered: 2009-03-03
Posts: 14

Re: XOrg freezing my system...

It seems Dells are getting these errors? I have the exact same problem. I've installed ArchLinux on my Dell Inspiron 1520
Taken notes here : http://wiki.archlinux.org/index.php/Del … 2_Install)

Everything works fine until I hit Xorg, hardcrashes shortly after launching on a black screen. (I sometimes get the nvidia logo)
I tried checking logs, but most of them look clean. I'll wgetpaste them tonight

I've never had a problem on this laptop previously and I'm using the same xorg.conf as I used on my last installation.

Last edited by MrShlee (2009-06-27 06:49:03)

Offline

#7 2009-06-27 17:47:51

windtalker
Member
Registered: 2008-03-17
Posts: 220

Re: XOrg freezing my system...

Must be with the newer Dells then.
I'm running on an older Dell Dimension Desktop.
Then again the only thing original is the MB and case.

Offline

#8 2009-06-28 00:38:44

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

Re: XOrg freezing my system...

The weird thing is that it previously worked fine... did xorg go through a recent (2-3 weeks) major update?


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#9 2009-06-28 01:17:39

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: XOrg freezing my system...

dr0p wrote:

did xorg go through a recent (2-3 weeks) major update?

No, but there has been a major kernel update, even though I don't think it is your issue.
Read all the information here: http://wiki.archlinux.org/index.php/Xor … leshooting
Be sure to have installed xf86-input-evdev


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#10 2009-06-28 02:33:18

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

Re: XOrg freezing my system...

Yeah, I have input-evdev installed too, and I've been through every guide you can think of. I think I didn't properly describe my problem earlier... whenever I start X it simply doesn't load. It clears the screen from all of my console commands and then freezes, I don't ever have anything show up on my screen... it doesn't have anything to do with Xorg interfacing with my hardware (I think). Sometimes it doesn't even finish clearing the screen and I can see the blinking cursor stuck in the top left corner in it's "_" state, not changing.


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#11 2009-06-28 02:36:44

lifeafter2am
Member
From: 127.0.0.1
Registered: 2009-06-10
Posts: 1,332

Re: XOrg freezing my system...

I had this problem with my XPS 1340 and it had something to do with my Xorg config file ... but for the life of me I can't remember what.  If it's the same problem you should be able to ssh in from another machine and kill the X process and get your system back.


#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.

Offline

#12 2009-06-28 02:42:39

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: XOrg freezing my system...

First of all install openssh, add to /etc/hosts.allow

sshd: ALL

and start it with

/etc/rc.d/sshd start

(or add it to your daemons)

Login with ssh from another pc and see if it is still responsive after X lockup.

Then install wgetpaste and run

wgetpaste /var/log/Xorg.0.log

"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#13 2009-06-28 02:54:01

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

Re: XOrg freezing my system...

Yeah, I could connect to it from SSH...
Log: http://dpaste.com/60623/


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#14 2009-06-28 10:30:24

MrShlee
Member
Registered: 2009-03-03
Posts: 14

Re: XOrg freezing my system...

dr0p wrote:

Yeah, I could connect to it from SSH...
Log: http://dpaste.com/60623/

Bingo.. same error on my Xorg.log.0

I've updated to recent Xorg and its still glitching

Update: The NVIDIA drivers were recently updated; does anyone have a cache of the last revision? id like to downgrade and see if that helps

Last edited by MrShlee (2009-06-28 15:38:08)

Offline

#15 2009-06-28 14:42:16

abdza
Member
Registered: 2007-01-29
Posts: 8

Re: XOrg freezing my system...

Have you tried renaming your xorg.conf to something else as backup? (ie. Don't use an xorg.conf file, just try to let the system detect itself).

Offline

#16 2009-06-28 20:15:15

MrShlee
Member
Registered: 2009-03-03
Posts: 14

Re: XOrg freezing my system...

Same issue regardless of if I have an Xorg or not. Doesn't matter what settings are disabled/enabled.

Offline

#17 2009-06-28 23:03:31

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

Re: XOrg freezing my system...

MrShlee wrote:

Same issue regardless of if I have an Xorg or not. Doesn't matter what settings are disabled/enabled.

Yup.


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#18 2009-06-29 00:04:35

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: XOrg freezing my system...

Try reverting to older versions of the nvidia package.
http://wiki.archlinux.org/index.php/Downgrade_packages


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#19 2009-06-29 00:35:01

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

Re: XOrg freezing my system...

Well after downgrading my kernel and nVidia driver, xorg now starts. However my wireless driver (broadcom-wl from the aur) only works with the newest kernel. Any fixes for that? And thanks so much for the help so far.


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#20 2009-06-29 01:16:00

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: XOrg freezing my system...

^^
I would suggest figuring out which to blame: the nvidia module or the new kernel...

Last edited by pyther (2009-06-29 01:16:27)


Website - Blog - arch-home
Arch User since March 2005

Offline

#21 2009-06-29 03:48:49

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: XOrg freezing my system...

dr0p wrote:

Well after downgrading my kernel and nVidia driver, xorg now starts. However my wireless driver (broadcom-wl from the aur) only works with the newest kernel. Any fixes for that? And thanks so much for the help so far.

As a temporary fix you could downgrade the broadcom-wl package too wink


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#22 2009-06-29 07:32:52

MrShlee
Member
Registered: 2009-03-03
Posts: 14

Re: XOrg freezing my system...

Can somebody submit an urgent bug report for this..

Update: I've decided to use the partition as storage shortly after the problem. I'll install a clean version soon

Last edited by MrShlee (2009-06-29 17:19:18)

Offline

#23 2009-06-29 11:41:37

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: XOrg freezing my system...

MrShlee wrote:

Can somebody submit an urgent bug report for this..

Can't you submit it?


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#24 2009-06-29 14:58:00

brenix
Member
From: California
Registered: 2008-03-05
Posts: 185

Re: XOrg freezing my system...

My buddies Dell laptop had a similar issue. We had to install xf86-input-keyboard and xf86-input-mouse and it it started working. Guess it depends on what your Xorg log says.. The other thing is we tried enabling/disabling the hotplugging via the xorg.conf

Offline

#25 2009-06-29 19:55:50

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

Re: XOrg freezing my system...

pyther wrote:

^^
I would suggest figuring out which to blame: the nvidia module or the new kernel...

I'll try updating the kernel and then using the vesa driver to start X later today and post the results. Once I figure out which package it is that is actually causing the problem I'll submit a bug report.

Edit: I updated the kernel, changed my xorg to use vesa, and all is well, except for the vesa driver really really sucks. I'll be submitting a bug report about it in a few minutes. In the meantime... how to force vesa to use the proper resolution?

arkham wrote:
dr0p wrote:

Well after downgrading my kernel and nVidia driver, xorg now starts. However my wireless driver (broadcom-wl from the aur) only works with the newest kernel. Any fixes for that? And thanks so much for the help so far.

As a temporary fix you could downgrade the broadcom-wl package too wink

Nobody keeps old versions of the AUR packages though ):

Last edited by dr0p (2009-06-29 20:09:38)


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

Board footer

Powered by FluxBB