LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-09-2005, 07:03 AM   #1
kaydara
LQ Newbie
 
Registered: Apr 2005
Distribution: Slack
Posts: 9

Rep: Reputation: 0
X freeze somtimes


Well i have slack 10.0 on my lap, everything is fine, just sometimes when i try to exit from X is freeze and stop responding, making me turn it off on the power button.
Even if i exit by fluxbox menu or by ctrl+alt+backspace.

sry my english and if some1 can help post it :P
 
Old 04-09-2005, 07:08 AM   #2
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Rep: Reputation: 45
Do you have an ati card?

I get that sometimes when i don't have the ati's modules installed.. even if i don't use them.
 
Old 04-09-2005, 07:09 AM   #3
kaydara
LQ Newbie
 
Registered: Apr 2005
Distribution: Slack
Posts: 9

Original Poster
Rep: Reputation: 0
well i forgot i have Nvidia card, and lastests drivers installed, maybe i havent all modules loaded will check it :P
 
Old 04-09-2005, 08:23 AM   #4
Nad0xFF
Member
 
Registered: Apr 2005
Location: Russia, Saint-Petersburg
Distribution: Slackware 10
Posts: 109

Rep: Reputation: 15
try to write
option "NvAgp" 0

in xorg.conf


or better read F section of readme nvidia drivers. (I'm not sure of syntax that command)
 
Old 04-09-2005, 09:45 AM   #5
rgtech
LQ Newbie
 
Registered: Apr 2005
Location: California
Distribution: Slackware - SUSE
Posts: 2

Rep: Reputation: 0
Does it happen when using a different window manager?

Possibly a monitor sync issue. I've had a similar issue and had to change horiz and vertical rates with xorgconfig.
 
Old 04-14-2005, 10:28 PM   #6
spooge
Member
 
Registered: Nov 2001
Location: n chicago, IL. USA
Distribution: Slackware
Posts: 307

Rep: Reputation: 31
i have the same issue with my quadrofx 3000
found posts at the nvidia site about freezing issuses
will post it when i get home
or search nvidias linux forum
 
Old 04-15-2005, 12:34 AM   #7
Nad0xFF
Member
 
Registered: Apr 2005
Location: Russia, Saint-Petersburg
Distribution: Slackware 10
Posts: 109

Rep: Reputation: 15
Yes. I've seen it at NVIDIA forum too. I'd changed my xorg.conf file like there was writen, but this didn't help
 
Old 04-15-2005, 01:09 AM   #8
dnial
Member
 
Registered: Jun 2004
Location: US
Distribution: slackware,knoppix,xp nlited
Posts: 34

Rep: Reputation: 15
I was getting some freezing too.

I found out it was Konqueror doing it.

Try using another file manager. Or just use another WM.

I like using KDE, so I installed ROX-Filer, no more luck ups.
 
Old 04-15-2005, 02:26 AM   #9
Nad0xFF
Member
 
Registered: Apr 2005
Location: Russia, Saint-Petersburg
Distribution: Slackware 10
Posts: 109

Rep: Reputation: 15
I've read at nvidia forum, that this is some rendering problems. (On my pc freezing happened when I used firefox and konquerior). I swithed "rednreraccel" off , but now freezing happens when I watch mp4 movies. (And sometimes in other cases)
 
Old 04-17-2005, 12:54 PM   #10
spooge
Member
 
Registered: Nov 2001
Location: n chicago, IL. USA
Distribution: Slackware
Posts: 307

Rep: Reputation: 31
still testing, but i uninstalled artsd package
and havent any problems.
not sure why sound would have anything to do with this.
in the past xine.some games, would crash.
also si started back to a very basic xorg.conf
Code:
Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31.5 - 70.0
    VertRefresh 40-100
EndSection

Section "Device"
    Identifier  "NVIDIA"
    Driver      "nvidia"
    Option      "AGPFastWrite" "True"
    Option      "RenderAccel" "False"
    Option      "nvagp" "true"
    #VideoRam    280000
    Option      "TwinViewOrientation" "RightOf"
    # twin-view
    Option "TwinView"
    Option "MetaModes"    "1024x768,1280x1024; 1024x768,1024x768"
    Option "HorizSync"    "30-100"
    Option "VertRefresh"  "50-150"
    
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "NVIDIA"
    Monitor     "My Monitor"
    DefaultDepth 24

     Subsection "Display"
        Depth       24
        Modes  "12800x1024"
    EndSubsection

EndSection
just a lil input to help
i'll report anymore freezes or not
edit:
and reinistaled artsd ( non- package)

thanks

Last edited by spooge; 04-17-2005 at 08:44 PM.
 
Old 04-18-2005, 09:21 PM   #11
spooge
Member
 
Registered: Nov 2001
Location: n chicago, IL. USA
Distribution: Slackware
Posts: 307

Rep: Reputation: 31
no lokups so far, just screwd up my sound for q3
but i havent had any screen freezes in 2 days now.
 
Old 04-19-2005, 02:57 AM   #12
KMcD
Member
 
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slack -- current
Posts: 354

Rep: Reputation: 30
I had a similar prob in Slack 10 and a kernel upgrade (or recompile) will fix it. (Personally I think a recompile would be better, just get linux-2.4.30 source and manually install). Other people experienced the same lock-ups and the upgrade sorted it for them too.
 
Old 04-19-2005, 07:19 PM   #13
spooge
Member
 
Registered: Nov 2001
Location: n chicago, IL. USA
Distribution: Slackware
Posts: 307

Rep: Reputation: 31
kmcd,
I do have a 2.4.29 compiled, and the freezes were with this kernel.
It never froze during game play, but with normal usage..

I've also tried swapping ram in/out ( evem though 4 512s are matched) no help
Played alot with Xorg.conf and tookout alot a settings.( video card is a quadroFX3000)

i made xorg.conf changes (and maybe should not of posted}
then artds pkg removal, and my problem left.
but the combo of changes stopped my freezes.

From what i read artsd is a kde component?
when i get home i'll post links to reading of what i found
of artsd oss kde.


new edit:
had flashing, and quake3 crashes
edited xorg

Option "NVAGP" "3"
think this one looks to use either agpgart, or not
thanks

Last edited by spooge; 04-26-2005 at 07:17 PM.
 
  


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
the freeze tdmg Ubuntu 5 07-14-2005 09:56 PM
vdr+xine skips(sound&video) somtimes jimdaworm Linux - Software 0 10-13-2004 07:13 AM
screen freeze moon48 Linux - Hardware 0 04-21-2004 02:39 AM
With Mozilla when I focus on a different app somtimes I canīt type anything in Moz jimdaworm Slackware 8 02-21-2004 11:04 PM
Random Freeze BlackMage Slackware 2 07-19-2003 04:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:11 AM.

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