LM 17.3 xfce constant lagging


 
Thread Tools Search this Thread
Operating Systems Linux Debian LM 17.3 xfce constant lagging
# 1  
Old 09-27-2018
Well, for start i would look at top a bit during lag, to see any waits happening and where does the system spend most time.

High sys values are not good indicator in most cases.

Next, one should always try to examine what has changed in the video driver stack.

Can you show output of following commands as root or using sudo on both versions of operating system ?
Code:
lspci | grep -i vga
glxinfo | grep -i renderi

Perhaps more when we determine the model and make, like modinfo and lsmod

Can you confirm that you are running operating system exclusively from medium/memory, it is not installed on disk(s) ?

Regards
Peasant.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Programming

String Constant C

I wonder string constant exists permanently or temporary. For example, printf("hello, world"); the function printf access to it is through a pointer. Does it mean storage is allocated for the string constant to exist permanently in memory? :confused: (4 Replies)
Discussion started by: kris26
4 Replies

2. Red Hat

Where's the XFCE folder?

If a few of you look on FedoraForums, you'll find that a little while ago, I went on a desktop installing spree. I just have a small question about XFCE desktop. In my user directory, I see .kde, .mate, and .trinity. (all three are directories), but I have XFCE 4.8 installed along with the others.... (0 Replies)
Discussion started by: Ihatewindows
0 Replies

3. Shell Programming and Scripting

Constant mirroring

I'm not sure how to best explain what I'd like to do, so let me give an example. I used to work in a department that deals with internet security. This department had an "internal" website (only people in the building can get on it) and an "external" website (anyone in the world can get on it --... (1 Reply)
Discussion started by: sstevens
1 Replies

4. Ubuntu

Webcam on xfce?

Hey guys. I'm about as new to Linux as you can get, so bear with me please. I installed Xubuntu on my old laptop to tinker with.. figured it would be a good use of an old machine. One thing I'd like to set up is some security with a webcam. Logitech QuickCam Pro 4000 to be exact. I went about... (22 Replies)
Discussion started by: Chesh
22 Replies

5. UNIX Desktop Questions & Answers

xfce like cde

At the moment I am using Ubuntu hardy on my desktop. I am going to be adding other Linux's and maybe FreeBSD. I use gnome for special effects, eye candy, and plain old show off stuff. But I want to have a simple DE in my computer installed. I like the way CDE looks and the reviews about its... (7 Replies)
Discussion started by: Texasone
7 Replies

6. Shell Programming and Scripting

tail | grep lagging badly

I'm trying to use tail/grep to monitor a log file. The command I cooked up is: tail -n 50 -f output.log | grep 'type:system' | cut -f 5- A sample line from the log file is: 1208894862 type:system session:0 severity:4 load started the columns are tab delimited. this works ok, except... (3 Replies)
Discussion started by: WasabiVengeance
3 Replies

7. UNIX for Dummies Questions & Answers

Installing Xfce?

I'm running Debian and doesn't really like gnome nor KDE and read about this XFce that ought to be a more simple X which is exactly what I'm looking for. So I re-installed the bare minimums of Debian and here I am, with nothing but Links/Lynx vim and apt-get (lovely isn't it?) trying to configure... (1 Reply)
Discussion started by: riwa
1 Replies
Login or Register to Ask a Question
ORAGE(1)																  ORAGE(1)

NAME
orage - Calendar for the Xfce Desktop Environment SYNOPSIS
orage [options] [[FILE]...] DESCRIPTION
orage is a fast and easy to use graphical calendar for the Xfce Desktop Environment. It uses portable ical format and includes common calendar features like repeating appointments and multiple alarming possibilities. orage does not have group calendar features, but can only be used for single user. orage takes a list of FILEs for ical files that should be imported. Contents of those files are read and converted into orage, but those files are left untouched. For a more detailed explanation of orage, please see the Help menu. OPTIONS
-v, --version Print version information and exit. -?, --help Print brief help and exit. -p, ----preferences Open the preferences setting window. -t, --toggle Hide orage if it is visible and show it if it is hidden. -a, ----add-foreign file [RW] Add a foreign file into orage. By default this file is read-only but adding RW after the filename makes it writeable. -r, ----remove-foreign file Remove foreign file from orage. The file itself is not removed or modified. If you want to remove it, you need to do that separately using proper operating system command. FILES
All orage datafiles are by default in ~/.local/share/orage and all configuration files are in ~/.config/orage. (Note that you can change these locations, so if you do not find them, check from the UI.) BUGS
Please report any bugs and enhancement requests to http://bugzilla.xfce.org/. Usage related questions can be sent to xfce@xfce.org email list. HOMEPAGE
http://www.xfce.org/projects/orage/ AUTHOR
orage was originally written by Mickael Graf and is now being maintained by Juha Kautto <juha@xfce.org>. This manual page was written by Juha Kautto <juha@xfce.org>. 03/10/2008 ORAGE(1)