Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg crashes with no explanation
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
kwiqsilver
Guru
Guru


Joined: 19 Mar 2003
Posts: 360

PostPosted: Fri Jun 04, 2004 5:53 pm    Post subject: Xorg crashes with no explanation Reply with quote

I'm setting up gentoo on my amd64 notebook and when I try to run Xorg, I see the nvidia splash screen, then it goes black and crashes. Other than the bit about a "signal 11" it doesn't give any indication of why it failed to run. Do any of you have an idea why?
I've included most of the Xorg.log file and my xorg.conf file below.

Xorg.0.log
Code:

Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.6.5-gentoo-r1 x86_64 [ELF]
Current Operating System: Linux gambit 2.6.5-gentoo-r1 #5 Thu Jun 3 13:55:28 MST
 2004 x86_64
Build Date: 28 May 2004
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
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: Thu Jun  3 14:46:30 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "WXGA Screen" (0)
(**) |   |-->Monitor "WXGA LCD"
(**) |   |-->Device "NVidia GeForce4 440 Go 64M"
(**) |-->Input Device "Alps Touchpad"
(**) |-->Input Device "USB Mouse"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbLayout" "dvorak"
(**) XKB: layout: "dvorak"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/share/fonts/truetype/" does not exist.
        Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/corefonts/,/usr/share/fonts/misc/,/usr/sh
are/fonts/Speedo/,/usr/share/fonts/Type1/,/usr/share/fonts/CID/,/usr/share/fonts
/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.7.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"

...
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing extension GLX
(II) Synaptics touchpad driver version 0.13.1

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 11.  Server aborting


Please consult the The X.Org Foundation support at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


xorg.conf
Code:

Section "ServerLayout"
  Identifier     "XFree86 Configured"
  Screen         "WXGA Screen"
  InputDevice    "Alps Touchpad"
  InputDevice    "USB Mouse"
  InputDevice    "Keyboard0"
EndSection

Section "Module"
  Load  "synaptics"
  Load  "bitmap"
  Load  "dbe"
  Load  "ddc"
  Load  "glx"
  Load  "record"
  Load  "extmod"
  Load  "freetype"
# Load  "dri"
  Load  "xtrap"
  Load  "type1"
  Load  "speedo"
EndSection

Section "Files"
  RgbPath      "/usr/X11R6/lib/X11/rgb"
  ModulePath   "/usr/X11R6/lib/modules"
  FontPath     "/usr/share/fonts/corefonts/"
  FontPath     "/usr/share/fonts/truetype/"
  FontPath     "/usr/share/fonts/misc/"
  FontPath     "/usr/share/fonts/Speedo/"
  FontPath     "/usr/share/fonts/Type1/"
  FontPath     "/usr/share/fonts/CID/"
  FontPath     "/usr/share/fonts/75dpi/"
  FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "InputDevice"
  Identifier  "Keyboard0"
  Driver      "keyboard"
  Option    "XkbLayout" "dvorak"
  Option      "CoreKeyboard"
EndSection
Section "InputDevice"
  Identifier  "Alps Touchpad"
  Driver    "synaptics"
  Option    "CorePointer"
  Option    "Device"    "/dev/input/event0"
  Option    "Protocol"    "event"
  Option    "LeftEdge"    "60"
  Option    "RightEdge"   "830"
  Option    "TopEdge"   "70"
  Option    "BottomEdge"    "650"
  Option    "FingerLow"   "25"
  Option    "FingerHigh"    "30"
  Option    "MaxTapTime"    "180"
  Option    "MaxTapMove"    "110"
  Option    "EmulateMidButtonTime"  "75"
  Option    "VertScrollDelta" "50"
  Option    "HorizScrollDelta"  "50"
  Option    "MinSpeed"    "0.2"
  Option    "MaxSpeed"    "0.5"
  Option    "AccelFactor"   "0.01"
  Option    "EdgeMotionSpeed" "40"
  Option    "UpDownScrolling" "1"
  Option    "TouchpadOff" "0"
EndSection

Section "InputDevice"
  Identifier  "USB Mouse"
  Driver      "mouse"
#  Option    "CorePointer"
  Option      "SendCoreEvents"
  Option      "Protocol" "ImPS/2"
  Option      "Device" "/dev/input/mice"
  Option      "ZAxisMapping" "4 5"
EndSection

# This section is only used for non-twinview layout
Section "Modes"
  # Here is the optimal mode: 1280x800 @ 60.0Hz
  Identifier "16:10"
  # 1280x800 @ 60.00Hz (GTF) hsync: 49.68kHz; pclk: 83.46MHz
  ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828
EndSection

Section "Monitor"
  Identifier  "WXGA LCD"
  UseModes  "16:10"
  HorizSync 30-90
  VertRefresh 50-75
  Option    "UseEdidFreqs"    "1"
  Option    "FlatPanelProperties" "Scaling = aspect-scaled"
EndSection

Section "Device"
  Identifier  "NVidia GeForce4 440 Go 64M"
  Driver    "nvidia"
  Option    "NvAgp"     "3"
  Option    "NoLogo"    "0"
  Option    "UseEdidFreqs"    "1"
  Option    "FlatPanelProperties" "Scaling = aspect-scaled"
EndSection

Section "Screen"
  Identifier  "WXGA Screen"
  Device    "NVidia GeForce4 440 Go 64M"
  Monitor   "WXGA LCD"
  DefaultDepth  24
  SubSection "Display"
    Depth   24
    Modes   "1280x800"
    Virtual 1280 800
  EndSubSection
EndSection
Back to top
View user's profile Send private message
srs5694
Guru
Guru


Joined: 08 Mar 2004
Posts: 434
Location: Woonsocket, RI

PostPosted: Fri Jun 04, 2004 7:20 pm    Post subject: Reply with quote

I had a similar problem with my system after trying Xorg-X11. My system uses a SiS 330 ("Xabre") video card. It turns out the problem was due to recent changes in the way the framebuffer and X drivers communicate. The fix was to upgrade my kernel framebuffer drivers using a version posted on the original author's Web site; however, a workaround was to disable the kernel framebuffer drivers by not compiling them at all. Thus, you might give that a try, although I can't promise it'll work. You might also look for upgraded framebuffer and/or X drivers. Another option might be to compile in framebuffer drivers and try the X framebuffer driver rather than the X driver for managing your hardware directly.
Back to top
View user's profile Send private message
servo888
Apprentice
Apprentice


Joined: 22 Feb 2004
Posts: 293

PostPosted: Fri Jun 04, 2004 7:27 pm    Post subject: Reply with quote

I get that SAME exact error! If you disable the synaptics driver from being used it will load up with out any problems. But of course this is not a solution because we want to use our touchpads to their full capacity! For now change the driver from synaptics to mouse and disable all the options that pertain to the driver.

Well; I've heard that there are problems with synaptic drivers running in 64bit systems; they cause seg faults in the nvidia driver. But I can't be 100% sure with out testing that theory out...

anyways if you find a solution post here; I would also like to take care of this.
Back to top
View user's profile Send private message
kwiqsilver
Guru
Guru


Joined: 19 Mar 2003
Posts: 360

PostPosted: Fri Jun 04, 2004 9:53 pm    Post subject: Reply with quote

If I could just use the touchpad as a mouse, I would.
On my previous notebook, I just used the normal PS/2 settings and the touchpad worked great. It even accepted taps as left-clicks and continued scrolling when I got to the edge.
I'll try using regular PS2 settings with the /dev/input/event0 device this afternoon when I get home. Hopefully that will work.
Back to top
View user's profile Send private message
RAPUL
l33t
l33t


Joined: 29 Dec 2002
Posts: 664
Location: Valencia (SPAIN)

PostPosted: Sun Jun 13, 2004 10:30 pm    Post subject: Hmm... Reply with quote

Same problem here...

I am trying upgrading xorg to 6.7.0-r1.

I will tell you if i have luck.
_________________
Entropy rulz world.
Redundancy sux.
World is full of redundancy.
World sux.
Back to top
View user's profile Send private message
wintux
n00b
n00b


Joined: 30 Oct 2004
Posts: 4
Location: Elizabethtown, PA - USA

PostPosted: Fri Dec 03, 2004 2:55 pm    Post subject: getting the touchpad to work on AMD64 laptops Reply with quote

I have treid to use the synaptics driver for my new hp amd64 laptop, to no avail. I have found that the touchpad will work for mousing, and tapping, but not scrolling if you add the following statement to you kernel at boot. I use grub and what you do is hit the "e" arrow down to the kernel line and add "i8042.nomux" to the end of it. Then enter and "b" boot it. Works fine after that. And I have also had trouble getting the 15.4" WXGA screen to work on nvidia with the 6629 drivers, but rolling back to the 6111 drivers, it works just grand at 1280x800.

Hope any of this helps.

WinTux

hp zv5340us
AMD 64 3400+
512MB Ram
nvidia GeForce 440 Go 64MB
Gentoo 2004.3 x86_64
gentoo-dev-sources 2.6.9
_________________
Someday, the sheep of the world will see that Linux is the answer.....
Back to top
View user's profile Send private message
dlm1065
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2004
Posts: 103

PostPosted: Fri Dec 03, 2004 8:05 pm    Post subject: Reply with quote

Keyboard had a general driver name change I believe. The new name is kbd instead of keyboard
Code:

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"
#    Option     "Protocol"      "Xqueue"
    Option "AutoRepeat" "500 30"
#    Option   "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
#    Option "XkbDisable"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"   "us"
EndSection



Are you running devfs or udev??
I am running a pure udev system and for it my mouse name needs to be thus

Code:

Section "InputDevice"
    Identifier   "Mouse0"
    Driver   "mouse"
    Option "Protocol"     "IMPS/2"
    Option "Device"       "/dev/input/mouse0"
    Option "Resolution"   "256"
    Option "ZAxisMapping" "4 5"
#    Option "Protocol"   "Xqueue"
EndSection


Now there have been issues with the AGPGART on AMD64 so it could also be that try
this discussion it may help

EDITED: because sentences where not clear in meaning and to fix typos
Back to top
View user's profile Send private message
Bill Cosby
Guru
Guru


Joined: 22 Jan 2005
Posts: 430
Location: Aachen, Germany

PostPosted: Sun Feb 13, 2005 10:40 am    Post subject: Reply with quote

Hello,

I have the same problem using synaptics-0.14, Xorg-6.8.1.901-r1, ATI-8.8.25-r3 and kernel-2.6.10-r7, but It worked with Xorg 6.8.0, anybody got it to work with this specs? Should I upgrade to Xorg-6.8.2?

regards,
Cliff
Back to top
View user's profile Send private message
piercey
Apprentice
Apprentice


Joined: 28 Jan 2005
Posts: 182

PostPosted: Mon Feb 14, 2005 9:43 pm    Post subject: Reply with quote

just like to say i have the exact same problem.

I'm using native amd64, so I have latest version of Xorg 6.8.0, I had synaptics and alp patch 0.13.* yestersay and it worked fine. emerged 0.14 and for some reason 0.13 stopped working (didnt think the emerge would affect anything). Tried for a good while to get 0.14 to work but ended up giivng up. Xorg log file had nothing of use except connection reset by peer, and it crashed on the synaptics part :/
Back to top
View user's profile Send private message
Bigun
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 2196

PostPosted: Tue Feb 15, 2005 2:29 am    Post subject: Reply with quote

Same problem. Segfaults as soon as it hits the synaptics driver.... which is prolly why it is masked.
_________________
"It's ok, they might have guns but we have flowers." - Perpetual Victim
Back to top
View user's profile Send private message
Bigun
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 2196

PostPosted: Tue Feb 15, 2005 3:07 am    Post subject: Re: getting the touchpad to work on AMD64 laptops Reply with quote

wintux wrote:
I have treid to use the synaptics driver for my new hp amd64 laptop, to no avail. I have found that the touchpad will work for mousing, and tapping, but not scrolling if you add the following statement to you kernel at boot. I use grub and what you do is hit the "e" arrow down to the kernel line and add "i8042.nomux" to the end of it. Then enter and "b" boot it. Works fine after that. And I have also had trouble getting the 15.4" WXGA screen to work on nvidia with the 6629 drivers, but rolling back to the 6111 drivers, it works just grand at 1280x800.

Hope any of this helps.

WinTux

hp zv5340us
AMD 64 3400+
512MB Ram
nvidia GeForce 440 Go 64MB
Gentoo 2004.3 x86_64
gentoo-dev-sources 2.6.9


Thank you thank you thank you!
_________________
"It's ok, they might have guns but we have flowers." - Perpetual Victim
Back to top
View user's profile Send private message
piercey
Apprentice
Apprentice


Joined: 28 Jan 2005
Posts: 182

PostPosted: Tue Feb 15, 2005 6:39 pm    Post subject: Reply with quote

so that line at boot stops synaptics from seg faulting? or just fixes your scroll problem? Cause i only had a problem with double tapping in the last drivers (0.13.6)...
Back to top
View user's profile Send private message
int2str
Guru
Guru


Joined: 29 Sep 2003
Posts: 362

PostPosted: Sun Feb 27, 2005 4:03 am    Post subject: Reply with quote

Does anybody else have a solution for this? Even with the nomux module parameter I cannot use the synaptics driver with my touchpad.

Any help would be apreciated.

Thanks,
Andre
_________________
Adpot an unanswered post today!
Back to top
View user's profile Send private message
int2str
Guru
Guru


Joined: 29 Sep 2003
Posts: 362

PostPosted: Wed Mar 09, 2005 11:41 pm    Post subject: Reply with quote

Just a minor update:

Looking into the synaptics source code, the call to xf86CollectInputOptions() crashes the X server - or all following X server calls.

Maybe it's a problem linking into the X libs?

Also, somebody in a different thread mentionend it might be a GCC 3.4 incompatibility problem and suggested differend CFLAGS. I've tried it with just "-march=athlon64" without success.

Cheers,
Andre
_________________
Adpot an unanswered post today!
Back to top
View user's profile Send private message
int2str
Guru
Guru


Joined: 29 Sep 2003
Posts: 362

PostPosted: Thu Mar 10, 2005 12:44 am    Post subject: Reply with quote

Update:
Got it wo work!
Downgraded synaptics to 0.13.6 and now it works! 0.14.0 does not work.

Cheers,
Andre
_________________
Adpot an unanswered post today!
Back to top
View user's profile Send private message
int2str
Guru
Guru


Joined: 29 Sep 2003
Posts: 362

PostPosted: Tue Mar 15, 2005 7:26 pm    Post subject: Reply with quote

Yet another update:

I've worked with Peter Oesterlund on fixing the problem with sunaptics 0.14.0 and Gentoo. He's released an updated version (0.14.1), which contains an updated Makefile and an additional symlink in the archive to make it work out of the box.

The ebuild isn't updated yet, at the time of posting, but synaptics 0.14.1 will work great under Gentoo.

Thanks Peter for all the hard work on the synaptics driver!

Cheers,
Andre

PS: ChangeLog for synaptics is here: http://web.telia.com/~u89404340/touchpad/files/changes.txt
_________________
Adpot an unanswered post today!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum