Forums

Skip to content

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

Nvidia, Compiz and Xorg 1.4 randomly 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
7 posts • Page 1 of 1
Author
Message
maurs
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 85
Joined: Sun Oct 16, 2005 8:57 am
Contact:
Contact maurs
Website

Nvidia, Compiz and Xorg 1.4 randomly freeze

  • Quote

Post by maurs » Sun Jan 13, 2008 11:04 am

Hi guys,

I have a problem with Xorg, compiz and nvidia drivers. I tried all this combinations:

Code: Select all

Xorg-server 1.3.0.0-r2 1.4-r2 1.4.090
Nvidia-drivers 100.14.19 100.14.23 169.07
x11-wm/compiz-fusion 0.6.0
With xorg-server 1.3.0.0-r2 and nvidia-driver 100.14.23 i had no issue.
But after upgrading to Xorg-server 1.4-r2 random freezing still happen (followed by a xorg server restart dued to xdm).
So i tried to upgrade to 1.4.090. But in this way all system freeze and i need an hardware reboot.
Same thing happens with nvidia-drivers 100.14.19.
This problem occurs more frequently if I install nvidia-drivers v. 169.07.

This is the Xorg.log after reboot

Code: Select all

 ... CUT ... seems all ok
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "logiitc"
(**) Keyboard1: XkbModel: "logiitc"
(**) Option "XkbLayout" "it"
(**) Keyboard1: XkbLayout: "it"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) evaluating device (Keyboard1)
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) evaluating device (Mouse1)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from list!
[config/hal] couldn't initialise context: (null) ((null))
(II) 3rd Button detected: disabling emulate3Button
(II) Mouse autoprobe: Disabling secondary wheel

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x82) [0x80e0672]

Fatal server error:
Caught signal 11.  Server aborting
The Backtrace is always the same.

These are the informations about my system:

Code: Select all

 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) 
This is my xorg.conf

Code: Select all

Section "ServerLayout"
    Identifier        "Simple Layout"
    Screen           "Screen 1" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
    Option            "StandbyTime" "8"  # Turn off screen after 10 minutes (DPMS)
    Option            "SuspendTime" "9"  # Full suspend after 20 minutes
    Option            "OffTime" "10"      # Turn off after half an hour
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load    "type1"
        Load    "dbe"   
        Load    "freetype"
        Load    "wfb"
        Load    "glx"
    SubSection     "extmod"
    Option         "omit xfree86-dga"   # don't initialise the DGA extensi$
    EndSubSection
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "logiitc"
    Option         "XkbLayout" "it"
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "ExplorerPS/2"    # Auto detect
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
    Option         "Buttons" "8"
EndSection

Section "Monitor"
    Identifier     "lg995e"
    HorizSync       30.0 - 96.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS" "true"
EndSection

Section "Device"

    Identifier  "GeForce5200MX"
    Driver      "nvidia"
    Option      "NoLogo" "true"
    VideoRam    131072
    Option      "NvAGP" "1"
    Option      "Coolbits" "1"
    Option      "RenderAccel" "true"
    Option      "AllowGLXWithComposite" "true"
    Option      "IncludeImplicitMetaModes" "true"
    Option      "DPI"  "92 x 92"

EndSection

Section "Screen"
    Identifier     "Screen 1"
    Device         "GeForce5200MX"
    Monitor        "lg995e"
    DefaultDepth    24
    Option "AddARGBGLXVisuals" "True"
    Option "DisableGLXRootClipping" "True"

    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "enable"
EndSection
My emerge --info output

Code: Select all

Portage 2.1.3.19 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.23-gentoo-r5 i686)
=================================================================
System uname: 2.6.23-gentoo-r5 i686 AMD Athlon(tm) XP 2200+
Timestamp of tree: Sat, 12 Jan 2008 13:30:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.10-r5
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=athlon-xp -O3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch,candy sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://ftp.ntua.gr/pub/linux/gentoo/ http://gentoo.virginmedia.com/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://gentoo.mirrors.tds.net/gentoo"
LANG="en_US"
LC_ALL="en_US"
LINGUAS="it en"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_EXTRA_OPTS="-4"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/portage /usr/portage/local/layman/vmware"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext S3TC X a52 aac accessibility acl acpi aiglx alsa amarok amr apache2 arts asf audiofile automount berkdb bitmap-fonts browserplugin bzip2 cairo cardbus ccache cdda cddb cdio cdr clamav cli cracklib crypt cups curl daap dbus dhcp divx dpms dri dts dv dvd dvdr dvdread eds emboss encode epson evo fam fat fbcon fbsplash ffmpeg firefox flac foomaticdb fortran ftp gcj gdbm gif gimp glitz glx gmp gphoto2 gpm gstreamer gtk gtk2 gzip hal hddtemp icecast iconv idn ieee1394 imagemagick imlib injection iproute2 ipv6 it ithreads java jfs jpeg jpeg2k kad kde kdeenablefinal kdehiddenvisibility kdexdeltas kerberos keyscrub lcms ldap lirc live lm_sensors logitech-mouse mad madwifi matroska midi mikmod mjpeg mmap mmx mmxext mng moznopango mp3 mp4 mpeg mpeg2 mpeg4 mplayer mudflap musepack musicbrainz mysql ncurses netmeeting network nforce2 nfs njb nls nptl nptlonly nsplugin ntfs ntlm nvidia oav ogg openal opengl openmp optimize oss pam pcre pdf perl png pppd python qt3 qt3support qt4 quicktime rar readline real reflection remote rtsp samba sblive scanner sdl sensord session shout sndfile snmp speex spell spl sse ssl stats stream subtitles svg svga tcltk tcpd texteffect theora threads threadsafe tiff tordns truetype truetype-fonts type1-fonts unicode unsupported usb v4l v4l2 vcd vfat vidix visualization vorbis wifi win32codecs winpopup wmf x264 x86 xcb xcomposite xfs xine xml xorg xscreensaver xv xvid xvmc yahoo zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw copy dshare dsnoop extplug file hooks ladspa lfloat linear meter mulaw multi null rate route share shm" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="it en" LIRC_DEVICES="devinput" USERLAND="GNU" VIDEO_CARDS="nv nvidia vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
Any ideas?
Thanks in advance and sorry for my english ;)
MaUrS
[HOW-TO] Gentoo su PC datati (aka Portatile Felice)
Maurs' Blog
VDD Project
Top
tizbac
n00b
n00b
User avatar
Posts: 2
Joined: Sat Feb 16, 2008 11:30 am

random freezes with nvidia geforce FX 5200

  • Quote

Post by tizbac » Sat Feb 16, 2008 11:35 am

I have the same problem in Ubuntu 8.04 :cry: .
Xorg randomly freezes(except mouse pointer) and then crashes but only compiz.
Without using opengl this not happens.
Sometimes i need to completely restart the computer
Top
bpaddock
Apprentice
Apprentice
User avatar
Posts: 195
Joined: Fri Nov 04, 2005 1:23 am
Location: Franklin, PA
Contact:
Contact bpaddock
Website

Re: Nvidia, Compiz and Xorg 1.4 randomly freeze

  • Quote

Post by bpaddock » Sat Feb 16, 2008 12:25 pm

maurs wrote:Hi guys,

I have a problem with Xorg, compiz and nvidia drivers. I tried all this combinations:

Code: Select all

Xorg-server 1.3.0.0-r2 1.4-r2 1.4.090
Nvidia-drivers 100.14.19 100.14.23 169.07
x11-wm/compiz-fusion 0.6.0
What NVidia Card do you have?

With my geForce 7300 I found that any NVidia driver after 100.14.09 hard locks the machine,
on my AMD64 box, usually when you move the mouse. Locks up the fastest in Opera.
You have to remove power to recover, not good.

I had to put this in /etc/portage/package.mask to
keep the machine running:

Code: Select all

>x11-drivers/nvidia-drivers-100.14.09
>sys-kernel/gentoo-sources-2.6.22-r8
Top
tizbac
n00b
n00b
User avatar
Posts: 2
Joined: Sat Feb 16, 2008 11:30 am

Nvidia, Compiz and Xorg 1.4 randomly freeze

  • Quote

Post by tizbac » Sat Feb 16, 2008 3:01 pm

He is using nvidia geforce 5200(look in his config file)
Top
maurs
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 85
Joined: Sun Oct 16, 2005 8:57 am
Contact:
Contact maurs
Website

Re: random freezes with nvidia geforce FX 5200

  • Quote

Post by maurs » Sat Feb 23, 2008 11:06 am

tizbac wrote:I have the same problem in Ubuntu 8.04 :cry: .
Xorg randomly freezes(except mouse pointer) and then crashes but only compiz.
Without using opengl this not happens.
Sometimes i need to completely restart the computer
My problem it's a little bit different.
Desktop close with a video corruption image and xorg restart.... :(
MaUrS
[HOW-TO] Gentoo su PC datati (aka Portatile Felice)
Maurs' Blog
VDD Project
Top
pietia
n00b
n00b
Posts: 13
Joined: Mon Sep 24, 2007 9:40 pm

  • Quote

Post by pietia » Sat Feb 23, 2008 12:50 pm

hello everyone !

I have asus a6tc notebook with geforce 7300. i have had freezes for a very long time
until i have tried the newest drivers from nvidia.com ! So you have better check this :)

http://www.nvidia.com/object/linux_disp ... 69.09.html
Top
maurs
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 85
Joined: Sun Oct 16, 2005 8:57 am
Contact:
Contact maurs
Website

  • Quote

Post by maurs » Thu Feb 28, 2008 10:55 am

pietia wrote:hello everyone !

I have asus a6tc notebook with geforce 7300. i have had freezes for a very long time
until i have tried the newest drivers from nvidia.com ! So you have better check this :)

http://www.nvidia.com/object/linux_disp ... 69.09.html
The problem is that i have tried the 169.12 too, but the problem is the same!
Only with 100.14.19 i have no problem.

Another info: the problem occurs frequently when i click on the view button of the kopete "bubble" message.
MaUrS
[HOW-TO] Gentoo su PC datati (aka Portatile Felice)
Maurs' Blog
VDD Project
Top
Post Reply

7 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