Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Udev & Xorg = Freeze

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
17 posts • Page 1 of 1
Author
Message
elapointe
n00b
n00b
Posts: 34
Joined: Sun Apr 04, 2004 7:31 am

Udev & Xorg = Freeze

  • Quote

Post by elapointe » Wed Sep 22, 2004 10:08 pm

Today, i try to recompile my kernel without /dev file system And automounr at boot to use udev.

Now, when X start (gdm), my pc completly Freeze

Need help !
Top
ArsDangor
Guru
Guru
User avatar
Posts: 477
Joined: Tue May 20, 2003 5:29 pm

  • Quote

Post by ArsDangor » Wed Sep 22, 2004 11:03 pm

I'm having the very same problem. Are you using nvidia drivers?
Cómo usar Portage correctamente
Top
elapointe
n00b
n00b
Posts: 34
Joined: Sun Apr 04, 2004 7:31 am

  • Quote

Post by elapointe » Wed Sep 22, 2004 11:46 pm

Yes !

I have installed Xorg 6.8 with gnome 2.8.0 All worked !

Later i decided to try with Udev only !

Result = Freeze !
Top
ArsDangor
Guru
Guru
User avatar
Posts: 477
Joined: Tue May 20, 2003 5:29 pm

  • Quote

Post by ArsDangor » Thu Sep 23, 2004 2:05 am

Hi.
The problem seems not to be nvidia-related.

On your xorg.conf try to replace the following

Code: Select all

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    [...]
    Option      "Device" "/dev/mouse"
    [...]
EndSection
with

Code: Select all

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    [...]
    Option      "Device" "/dev/input/mouse0"
    [...]
EndSection
It worked for me.
Cómo usar Portage correctamente
Top
pjp
Administrator
Administrator
User avatar
Posts: 20668
Joined: Tue Apr 16, 2002 10:35 pm

  • Quote

Post by pjp » Thu Sep 23, 2004 2:33 am

Moved from Other Things Gentoo.
Quis separabit? Quo animo?
Top
Archangel1
Veteran
Veteran
User avatar
Posts: 1212
Joined: Wed Apr 21, 2004 12:29 am
Location: Work

  • Quote

Post by Archangel1 » Thu Sep 23, 2004 2:51 am

ArsDangor wrote: It worked for me.
I had the same issue.... anyone know why Xorg goes beserk at this? I'm sure XFree used to bail out and say "can't find /dev/mouse" or whatever
Top
crazy-bee
Apprentice
Apprentice
User avatar
Posts: 170
Joined: Fri Jan 03, 2003 9:03 pm

  • Quote

Post by crazy-bee » Thu Oct 14, 2004 9:12 am

Cheers that worked for me! Thanks!
Top
c0bblers
Guru
Guru
User avatar
Posts: 403
Joined: Fri Mar 28, 2003 11:27 pm

  • Quote

Post by c0bblers » Thu Oct 14, 2004 9:23 am

Hi,

Hmm....it definately shouldn't freeze solid, just dump you out. Anyway, log files are your friends, if X doesn't start your first port of call should always be /var/log/Xorg.log (or something similarly named). Basically, all your previously created symlinks from devfs (including /dev/mouse)will be gone when you switch to udev. If you have the device tarball feature turned on (in /etc/conf.d/rc) you can put /dev/mouse back, although the point of that is questionable or you can make a udev rule for it. It's actually IMHO better to use /dev/input/mice since that means that you can use multiple mice at a time and other fun stuff.

Cheers,
James
Top
sog
Guru
Guru
User avatar
Posts: 356
Joined: Sun Apr 04, 2004 8:18 pm

  • Quote

Post by sog » Fri Oct 15, 2004 2:25 pm

anybody have any other ideas? i did as above:

Code: Select all

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    [...]
    Option      "Device" "/dev/input/mouse0"
    [...]
EndSection
the only difference being my original read mouse rather than mouse0 and i left it that way, and still can't get into X.

UPDATE: that "difference" was the problem. i updated the Mouse to Mouse0 etc, then scrolled down and made sure this section:

Code: Select all

    InputDevice "Mouse0" "CorePointer"
reflected that as well, rebooted, and bingo - everything's kool and the gang.

thanks folks.
------------------------------------------------
(blog) http://www.redmonk.com/sogrady/
Top
woodwizzle
Apprentice
Apprentice
Posts: 225
Joined: Sun Nov 30, 2003 7:53 pm

  • Quote

Post by woodwizzle » Sun Oct 17, 2004 6:26 am

Awesome! I was having this same trouble after updating to udev. Thanks a ton guys
Top
Warped_Dragon
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Thu Sep 16, 2004 1:09 am
Location: Canada Eh?
Contact:
Contact Warped_Dragon
Website

  • Quote

Post by Warped_Dragon » Sun Oct 17, 2004 11:21 am

I too had this problem after updating to udev. Thanks for the help :)
Top
iverson0881
Apprentice
Apprentice
User avatar
Posts: 285
Joined: Thu Jan 08, 2004 3:22 am
Location: CA

  • Quote

Post by iverson0881 » Mon Oct 18, 2004 9:12 am

Hmm I'm still having this sort of problem although it didn't start when i installed udev it occured after recompiling with new cflags as i bought a new processor.
Top
MCoLi
n00b
n00b
Posts: 2
Joined: Mon Oct 18, 2004 12:28 pm

  • Quote

Post by MCoLi » Mon Oct 18, 2004 2:48 pm

I have this problem without having installed Udev
my mouse is just at /dev/mouse
howover X just freezes after i start it
cant move the mouse , keyboard doesnt respond to anything else either
Top
sog
Guru
Guru
User avatar
Posts: 356
Joined: Sun Apr 04, 2004 8:18 pm

  • Quote

Post by sog » Mon Oct 18, 2004 3:03 pm

did you try the fix recommended above, namely changing xorg.conf from /dev/mouse to /dev/input/mouse0, etc?
------------------------------------------------
(blog) http://www.redmonk.com/sogrady/
Top
MCoLi
n00b
n00b
Posts: 2
Joined: Mon Oct 18, 2004 12:28 pm

  • Quote

Post by MCoLi » Mon Oct 18, 2004 8:01 pm

i dont have a /dev/input/mouse i guess that explains it
but still X shouldnt just freeze should it
Top
LordBug
Tux's lil' helper
Tux's lil' helper
Posts: 88
Joined: Sat Jan 25, 2003 4:08 pm

  • Quote

Post by LordBug » Mon Oct 18, 2004 8:18 pm

Probably not. I forgot to do the /dev/mouse change when I converted to udev, but X.org just crashed out saying it couldn't find the default pointer.

I would suggest digging around the new /dev, finding your mouse, and modifing the X.org config file appropriately.
Top
sog
Guru
Guru
User avatar
Posts: 356
Joined: Sun Apr 04, 2004 8:18 pm

  • Quote

Post by sog » Mon Oct 18, 2004 9:41 pm

Code: Select all

i dont have a /dev/input/mouse i guess that explains it
but still X shouldnt just freeze should it
no, it shouldn't, but it is ;)
------------------------------------------------
(blog) http://www.redmonk.com/sogrady/
Top
Post Reply

17 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic