LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-01-2004, 11:33 AM   #1
kosta22
LQ Newbie
 
Registered: Apr 2004
Posts: 24

Rep: Reputation: 15
X server crashes


My X server crashes for no apparent reason at random times... However, I have been able to Isolate a bit of information about it:
* My mouse can always still move after the crash.
* As far as I remember, it only happens when browsing the net, although this could be a coincidence...
* It always happens either when switching between windows, or when a page starts to load in the browser.
* I usually see part of one window/page and part of another 'cut together'.
* Under 'nv' driver, It only lasts only a couple of minutes at most, and crashes.
* Uder 'nvidia' It crashes almost only when using Firefox.
* I havent tried using the 'vesa' driver, because it makes my screen display some noise...
* The crashes occur no matter what X-server and version I use (both XF and XO, with various versions).
* I only checked with 2.6.7 gentoo patched kernel versions, but many of the revisions, and both 4k and 8k stacks.
* I tried installing many versions of the nvidia driver, and that didnt help either.
* It happenes on both XFCE4 and KDE 3.2.3, so I dont think its DE related..
* It happened under firefox .8, .9, and .9.1, all compiled on my machine.
* It almost never happens when using opera.

configs:
(If you want to see any other files, please tell me)
Code:
# /etc/make.conf:
These settings were set by the catalyst build script that automatically built this stage 
# Please consult /etc/make.conf.example for a more detailed example CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe -ffast-math" 
CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" 
MAKEOPTS="-j2" 
GENTOO_MIRRORS="http://mirror.hamakor.org.il/pub/mirrors/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ ftp://ftp.heanet.ie/pub/gentoo/" 
USE="-gnome -gtk gtk2 -mozilla qt kde alsa esd oss arts cdr X acpi apache2 crypt gpm java mmx ncurses opengl pdflib sse" 
ACCEPT_KEYWORDS="~x86" 
#FEATURES="ccache" 
PORTDIR_OVERLAY="/home/kosta/portage" 
PORTAGE_NICENESS="3"

Code:
/etc/X11/xorg.conf 
Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load       "glx"
    Load       "dri"
EndSection
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    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/"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"  "us"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
    Identifier  "ViewSonic-E70F"
    HorizSync   30-70
    VertRefresh 50-150
EndSection
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection
Section "Device"
    Identifier  "NVIDIA"
    Driver      "nvidia"
    Option     "AGPFastWrite" "True"
    Option     "EnablePageFlip" "True"
    # Insert Clocks lines here if appropriate
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "NVIDIA"
    Monitor     "ViewSonic-E70F"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
        Virtual     1600 1280
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
        Virtual     1280 1024
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
        Mode 0666
EndSection
Couldnt think of any other config files... if any more are needed, please tell...

Last edited by kosta22; 08-01-2004 at 03:52 PM.
 
Old 08-01-2004, 02:42 PM   #2
kosta22
LQ Newbie
 
Registered: Apr 2004
Posts: 24

Original Poster
Rep: Reputation: 15
bump

bump
 
Old 08-01-2004, 06:28 PM   #3
kosta22
LQ Newbie
 
Registered: Apr 2004
Posts: 24

Original Poster
Rep: Reputation: 15
bump

Please help! this is driving me crazy!
 
Old 08-02-2004, 12:50 AM   #4
kosta22
LQ Newbie
 
Registered: Apr 2004
Posts: 24

Original Poster
Rep: Reputation: 15
yet another sad bump
 
Old 08-02-2004, 06:24 AM   #5
kosta22
LQ Newbie
 
Registered: Apr 2004
Posts: 24

Original Poster
Rep: Reputation: 15
bump
 
Old 08-02-2004, 03:01 PM   #6
kosta22
LQ Newbie
 
Registered: Apr 2004
Posts: 24

Original Poster
Rep: Reputation: 15
another bump :'-(
 
Old 08-03-2004, 08:25 AM   #7
kosta22
LQ Newbie
 
Registered: Apr 2004
Posts: 24

Original Poster
Rep: Reputation: 15
last bump and then ill recreate the thread...
 
Old 08-03-2004, 08:28 AM   #8
presemt_arms
Member
 
Registered: Sep 2003
Distribution: pclinuxos pre8, dynabolic, knoppix 3.6, k12 ltsp, ubuntu
Posts: 54

Rep: Reputation: 15
hmmm x server hasn't crashed (afaik) u just have to wait while your poor cpu catches up ) hence why the mouse works ... if X had crashed mouse would be solid... got ALT-CTRL-F2 and killall X as root... look @ the x logs in /var/log to see what happend...
 
Old 08-04-2004, 01:45 PM   #9
kosta22
LQ Newbie
 
Registered: Apr 2004
Posts: 24

Original Poster
Rep: Reputation: 15
altho the mouse can move, X has definitely crashed - the keyboards does not respond to any user interaction, and pressing buttons does nothing... I would know if X would have just been a bit unresponsive.... and just to make sure, I once left it in this state for hours, and it was still that way when I got back...
 
Old 08-04-2004, 04:23 PM   #10
draggin
Member
 
Registered: Jan 2004
Location: Bournemouth UK
Distribution: Debian & Mepis
Posts: 108

Rep: Reputation: 15
I am having a similar problem but I am unable to offer any suggestions.

The only common factor I can see is that it involves KDE 3.2.3

For my part I have a particular mailing list folder in Kmail that when rading e-mails will randomly lockup the PC, only the mouse works, I thought it was a KDE problem but maybe its an X problem??

I will keep an eye on your thread to see if it gives any insite into mine

Regards

Tim
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xmms crashes when I move windows walterbyrd VectorLinux 2 11-15-2005 08:39 AM
Optical USB Mouse does not move on SuSe Linux 9.0 Server Moosey Linux - Distributions 0 07-22-2004 07:53 AM
Mouse Won't Move alphanumeric Mandriva 9 03-31-2004 01:19 PM
X Server configuration problem, mouse dosen't move rjcmi Linux - Newbie 3 02-14-2004 07:38 PM
Xawtv works fine exept when you move the window it crashes system jimdaworm Linux - Software 0 09-02-2003 04:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration