LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-14-2014, 01:34 AM   #16
snowkitty
Member
 
Registered: Feb 2014
Distribution: kubuntu
Posts: 43

Original Poster
Rep: Reputation: Disabled

Well.. I'm at a complete and total loss of ideas now and I really need to have this issue resolved so I'm not forced to go back to Winblows. I'm going to try reinstalling my OS. Hopefully the issue will go away with that, but I have no idea if that's where the source of the problem is, or if it's a hardware conflict somewhere.. perhaps just a lack of memory on the video card, though I find it hard to believe that 1280MB of RAM on a video card isn't enough, but the issue triggers most frequently when running very much stuff that's graphically demanding.
 
Old 04-14-2014, 06:21 AM   #17
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
If you're not using swap you should change the default swappiness value. If you plan on suspending or hybernating you'll want to use swap.

$ cat /proc/sys/vm/swappiness

A value of 60 is normally the default. A value of zero would be what one uses when you have no swap. Each with certain risks. I tend towards 20 on mine to keep my HDD usage on the back burner, but available. You don't need a partition for swap, you can use a swap file that you create with dd and format with mkswap and mount with swapon.

Using nice or renice on your apps can help improve the responsiveness of things. But default userland things default to 0, which is the same priority of the X environment on many systems. Bloated apps like most web browsers should launch with a priority larger than 0 but <=20 to keep your X environment responsive.

$ nice -n 18 padsp iceweasel

You seem to have an X or a video driver issue. You might try removing / renaming the xorg.conf file and letting the system default. Video driver issues can be tricky to resolve if you boot to a gui login. I tend towards booting to the CLI and launching X with startx. But my hardware is old enough that I don't have video drivers issues most of the time.
 
Old 04-14-2014, 02:32 PM   #18
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by snowkitty View Post

@joe_2000: 3.11.0-15-generic (kubuntu distro)
... then you may want to try a live distro with the latest kernel. Aptosid is typically quite cutting edge...
 
Old 04-14-2014, 03:10 PM   #19
snowkitty
Member
 
Registered: Feb 2014
Distribution: kubuntu
Posts: 43

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by joe_2000 View Post
... then you may want to try a live distro with the latest kernel. Aptosid is typically quite cutting edge...
Why change distro? I can simply compile a new kernel, however that can merely make finding problems to be harder. Besides, a distro based on SID sounds very far from an ideal sollution to an issue. Attempting to solve one issue by introducing a potential to many more with an experimental/test source based distro. No thanks, I'll stick with stable, bleeding edge and all problems assosciated isn't my flavour.
 
Old 04-14-2014, 03:45 PM   #20
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by snowkitty View Post
Why change distro? I can simply compile a new kernel, however that can merely make finding problems to be harder. Besides, a distro based on SID sounds very far from an ideal sollution to an issue. Attempting to solve one issue by introducing a potential to many more with an experimental/test source based distro. No thanks, I'll stick with stable, bleeding edge and all problems assosciated isn't my flavour.
I did not suggest to change the distro. I only suggested to try a live system with a more recent kernel to see if that addresses the issue. If it does you can still think about compiling the kernel for your distro of choice... In my mind this is a more stable approach than installing a self-compiled kernel into your main os without even knowing if that's going to help
 
Old 04-14-2014, 03:58 PM   #21
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
SID is pretty stable. There's an experimental branch now that's even more bleeding edge. Stable is a relative term, there are a lot of updates in sid, so it's probably not ideal to have a lot of things installed if you're on a slow internet. Or if you need things to always work, with no tollerance of transitional packaging. If you need performance out of relatively low spec'd machines there's not many better choices than SID imo.
 
Old 04-17-2014, 10:48 PM   #22
snowkitty
Member
 
Registered: Feb 2014
Distribution: kubuntu
Posts: 43

Original Poster
Rep: Reputation: Disabled
Well.. update on this. I cannot get a fresh installation of Kubuntu 13.10 amd64 to work at-all. Either grub can't find the UUID of the drive, or it just goes to a blank screen of endless nothing right after GRUB (if I install & and GRUB not on my RAID.)

So I'm thinking that Kubuntu 13.10 is flat out incompatible to run on my system. (If you want to know what my system is, look toward the bottom of the first page for hardware specs.)

Primary intent is for gaming, so I wanted to go with kubuntu since unity is... well... unity, and many game devs who compile to linux target ubuntu. I'll give 12.10 a shot, see if that's functional for me or not. If not, I'll try out the 14.10(?) or whatever version of 14. Just posting an update on this issue is all.
 
Old 04-19-2014, 10:36 AM   #23
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
14.04 is out now. One other though on your hang under heavy use, is that maybe the system is getting too hot. Also if you're on an intel system you probably want to avoid the amd flavor, use the ia64 version if there is one. They're both x86_64, but they are not completely compatible with each other.
 
Old 04-20-2014, 03:09 PM   #24
snowkitty
Member
 
Registered: Feb 2014
Distribution: kubuntu
Posts: 43

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Shadow_7 View Post
14.04 is out now. One other though on your hang under heavy use, is that maybe the system is getting too hot. Also if you're on an intel system you probably want to avoid the amd flavor, use the ia64 version if there is one. They're both x86_64, but they are not completely compatible with each other.
My desktop is very well cooled, it's not overheating. Graphics card cannot pass 52C, Processor doesn't get over 84C, and the board sensors I've never seen beyond 35C.
My processor is a desktop variant, not Itanium. It cannot do ia64. ia64 is NOT the same as x86_64, ia64 isn't capable of x86 instruction sets at all. It's for the Itanium intel processor, totally different arcitecture. A typical desktop CPU is not going to be able to handle ia64.
 
Old 04-21-2014, 12:18 AM   #25
snowkitty
Member
 
Registered: Feb 2014
Distribution: kubuntu
Posts: 43

Original Poster
Rep: Reputation: Disabled
Follow up on issue:

Not resolved.
Amarok just graphically froze up. I had to hide (to tray) and unhide it to be able to load new music.

So, looks like the issue is probably somewhere related to hardware. So, it's time to upgrade the video card I suppose, see if that's the source of the issue.
 
Old 04-21-2014, 08:32 AM   #26
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
All my gear is amd, so it seems odd that you'd use an amd64 labelled distro for an intel cpu. I stand corrected I guess, but it's odd that intel would run on amd64 since even at the consumer level, there are differences in opcodes / instruction sets. I guess it really depends on if the compiler(s) play it safe.

84C for the CPU seems hot to me. My old laptop used to run 50C-80C at 82C it would power off. Whenever my systems get unstable, it's normally power, heat, or faulty RAM. In the old days, bad video drivers and versions of X would also do the quirks you've described. But nothing like that for me in the past couple of years. And normally when that happened, you lost keyboard and mouse at the same time, but could ssh into the box if you were configured that way, so not techically locked up.
 
Old 04-21-2014, 03:50 PM   #27
snowkitty
Member
 
Registered: Feb 2014
Distribution: kubuntu
Posts: 43

Original Poster
Rep: Reputation: Disabled
Yeah, it's just selective applications that stop graphically updating for me. It took days for it to do that again.

84C is hot, but that's only hit at peak 100% load on everything after about 20 min. It's a first gen i7 CPU though, so it's a bit of a heat monster, especially for being undervolted as low as I could get stable.

I really do hope the fault lies on the video card here. I don't want to have to rebuild the entire system when these issues weren't existing when I used Windows. I understand the differences of the two OS's and know this issue cannot be compared, however I didn't have any compatability/hardware issues till I started back on using linux. I can't even boot my system normally. I don't know if it's a matter of 1280M of video RAM not being enough for what I do, or where the problem lies at. I really wish I knew how to figure out what's going on. I just don't know all too much beyond some newbie basic info, how to do rather basic shell scripting, how to compile, how to edit configs/settings, and how to search for info on things I don't know, such as settings for a config file where default only gives basic options/examples and not all.
 
Old 05-28-2014, 04:09 AM   #28
snowkitty
Member
 
Registered: Feb 2014
Distribution: kubuntu
Posts: 43

Original Poster
Rep: Reputation: Disabled
So.. since this issue still is plagueing me, does anyone have an idea of whether it's possible or not to 'restart' an application's window (or the X window) so things will work as normal again?
With some of the games I play, if I change a setting that respawns the game to apply a graphic setting, it solves the freezing issue.
Is there a way to sort of force doing this without having it close the application or is my question sort of confusing? I'd trying my best to word it understandably.
 
Old 05-28-2014, 12:20 PM   #29
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by snowkitty View Post
So.. since this issue still is plagueing me, does anyone have an idea of whether it's possible or not to 'restart' an application's window (or the X window) so things will work as normal again?
With some of the games I play, if I change a setting that respawns the game to apply a graphic setting, it solves the freezing issue.
Is there a way to sort of force doing this without having it close the application or is my question sort of confusing? I'd trying my best to word it understandably.
Hmm, as far as I know you cannot restart Xorg completely without killing the running applications. I know that some window managers (such as e.g. fluxbox) can restart without killing apps, not sure if KDE supports something similar.
Another thing you may want to take a look at is xpra. It's originally intended to attach to and disconnect from x-sessions on remote hosts, but maybe you can misuse it for your problem...
 
  


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
[SOLVED] Environment variable - only root can log in graphically, lots of programs won't start Pscylo Slackware 9 09-06-2012 03:31 PM
problems with programs freezing krammer Linux - Hardware 0 04-28-2008 07:30 PM
Internet accessing applications freezing LOLobo Linux - General 1 06-29-2007 06:10 PM
Help, Programs are freezing during install iceache Linux - Software 0 12-19-2004 02:05 PM
Need help with applications freezing (something wine and inet_addr related) gandhix Linux - Software 0 11-29-2003 10:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:55 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