Debian Multimedia :: Desktop Windows Lag ?

Jan 19, 2011

I recently switched to Debian Lennyx64 (from ubuntu) and I am really enjoying it so far. I have just one problem, when I drag open windows of any program around on my desktop there is major drawing lag of the window.

This happens in other situations like it is very painful to watch a fast moving IRC chat because of this lag.

I've tried using different windows managers and enviroments and the problem still exists. I have a pair of crossfired Radeon 4850s and I have the drivers installed from AMD's website. I have a first gen Phenom x4 with 8gb of RAM so I don't think its an issue with resources. I tried looking at the Xorg.conf but I really do not know what to look for.

View 5 Replies


ADVERTISEMENT

Debian Multimedia :: Customize Desktop Debian Squeeze Xfce?

May 11, 2011

I just a newbie.i want to try customize my desktop.i found a website shown linux desktop very greatfull, like this :but i don't know how to start it.any expert guys please let me know the guiding for me to start this.

View 1 Replies View Related

Debian Configuration :: How To See Desktop When Switching Windows

Nov 11, 2010

Im using xfce desktop environment in debian. I find that I can not see the desktop when using Ctrl+Alt+Tab to switch window focus. I modified /usr/share/xfce-mcs-plugins/shortcuts/defaults.xml and added Ctrl+Alt+Tab shortcut to trigger a terminal command "wmctrl -k on", then i could see the desktop, but failed to switch window focus. Also, I failed to solve this problem by editing /usr/share/themes/Default/xfwm4/keythemerc Could anybody tell me a solution that you should be able to see the desktop when switching window focus, just like in win7?

View 8 Replies View Related

Debian :: Opened Windows 'wobble' When Dragged Around On The Desktop

May 24, 2011

OK so that probably wasn't the best subject line as it was a hard one to describe.

Using Wheezy on an Acer Aspire One 5737 laptop. After a recent update now when I drag an open window around on the desktop it well wobbles in a distorted manner, the same goes when scrolling the page doesn't scroll smoothly it, well, wobbles. I have had the same issue in the past with Lenny on a laptop and I had to install video drivers it fix it however I 'think' Debian now supplies it's own drivers, is this correct? I'm not all that good with the video aspects of Linux. Is there something I need to check or maybe reinstall to correct thsi problem?

View 14 Replies View Related

Debian Multimedia :: Desktop Is OFF The Screen?

Jul 21, 2010

When I boot into debian, the desktop is not correctly centered on the monitor. It is NOT my resolution settings. Here are pictures of what I mean:The left side of he desktop is fine, but the top is not.The right side is also off the monitor.P.S. pull images off web browser and onto desktop to the pictures full sizedHow do I fix this in debian? Is there a file to modify, or a terminal command I can use to fix this

View 11 Replies View Related

Debian Multimedia :: Cannot Recover Desktop On Squeeze

Jul 28, 2015

After unsuccessfully trying to install some updates on my debian squeeze system, I can no longer login to gnome when I restart the system. I've tried logging in both as root and as user and have typed in 'startx' or 'gnome-session' at the prompt but I get an error message "**(gnome-session:12020): WARNING **: Cannot open display:". I've searched the web for solutions but nothing works. I've had my debian squeeze for over three years now with no issues.

View 14 Replies View Related

Debian Multimedia :: Remote Desktop With GNOME

Aug 24, 2015

I just installed Debian 8 and ran vnc4server. I want to get Gnome on a client computer so I read some threads on the internet telling me to edit the ~/.vnc/xstartup file, which I did. Unfortunately I've tried multiple edits of this file and I cannot get it to work properly. Any working script of what it should look like for the latest stable version of Debian?

View 0 Replies View Related

Debian Multimedia :: Desktop Crashes After Upgrade

Sep 30, 2015

I'm running Wheezy and just did an apt-get upgrade which installed linux-3.2.0-4-amd64, a bunch of php5 stuff and some qemu stuff. Now when I log into the desktop it starts loading and before it finishes I wind up with a screen full of text. The first line is usually "BUG: unable to handle kernel paging request at <some address that varies>" but sometimes the first line is off the screen. None of KDE, Gnome or xfce work. Recovery mode to a shell prompt works fine. I did a net install of Wheezy on another disk and that runs just fine. I'd like to get my original disk working.

View 14 Replies View Related

Debian Multimedia :: 8.2 Installed With KDE Desktop - No Shutdown

Oct 9, 2015

I have debian 8.2 installed with kde desktop. When I try to shutdown the system sometimes, nothing happens. the desktop stays put. i can continue working though..the system does not freeze. The only option is to log into the terminal as su and shutdown with the shutdown command.

View 1 Replies View Related

Debian Multimedia :: Clone Desktop On Projector In KDE

Oct 15, 2015

I need to clone my laptop's desktop in a vga projector. I'm using debian 8 kde spin. If I simply connect it, the projector become the extension of my desktop (like dual monitor). Of I go on monitor setup in kde settings, I can just enable or disable One of 2, or setup the main, but there si no option to clone from the laptop to the projector.

View 2 Replies View Related

Debian Multimedia :: How To Customize Awesome 3 Desktop

Feb 14, 2010

I got awesome 3 desktop working and am in it right now, however I do not know how to customize it. It says theres a /home/.awesomerc file but when I go to nano it there is nothing there. What do I do?

View 9 Replies View Related

Debian Multimedia :: Scrollwheel Desktop Switching In KDE?

Sep 2, 2010

I frequently find myself accidentally switching desktops when I use the mouse scrollwheel, because the cursor isn't over a window at the time. I'd like to disable this behaviour, but I can't see any control for it in KDE System Settings.

View 2 Replies View Related

Debian Multimedia :: Why No Desktop Icon With Automount

Sep 9, 2010

I have a 2 Computers:
Computer A has a RAID array in it, and everything works perfectly fine. When Computer A powers on, the RAID array is automatically mounted, mdadm takes care of all of the things it's supposed to, and an icon for the RAID array is automatically placed on the desktop. Everything Just Works (TM).
Computer B is configured similarly to Computer A. They have identical configuration files (at least, all the ones I've checked are identical), and when Computer B powers on, the RAID array is automatically mounted, mdadm takes care of all of the things it's supposed to, BUT, NO icon for the RAID array is automatically placed on the desktop. How do I change that?

They have identical /etc/fstab's (the lines in bold are the ones that matter):
Computer A
mediaserver:/home/mediaserver/Desktop# cat /etc/fstab .....

Computer B
mediaserver:/home/mediaserver# cat /etc/fstab
# /etc/fstab: static file system information .....

They have identical /etc/mdadm/mdadm.conf's
Computer A
mediaserver:/home/mediaserver/Desktop# cat /etc/mdadm/mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md0 level=raid5 num-devices=4 metadata=0.90 UUID=82bfcecf:5cd4d557:2f1fbd23:68e2797c

Computer B
mediaserver:/home/mediaserver# cat /etc/mdadm/mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md0 level=raid5 num-devices=4 metadata=0.90 UUID=6c24c0e5:84ead07e:c109596b:d7e29b7e

The outputs of mount are also very similar:
Computer A
mediaserver:/home/mediaserver/Desktop# mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md0 on /mnt/arrayCOMP_A type xfs (rw)

Computer B
mediaserver@mediaserver:~$ mount
/dev/hdc1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md0 on /mnt/arrayCOMP_B type xfs (rw)
mediaserver@mediaserver:~$

So how do I get an icon for the device /dev/md0 to automagically appear on the desktop every time the device is mounted (which occurs every time the computer boots up)?

View 7 Replies View Related

Debian Multimedia :: Openbox Autostart On Second Desktop?

Sep 15, 2010

Im currently fitting Openbox to my needs.I want to autostart my email-app (Icedove) on the second desktop, if possible with a given size and position.I googled that already and searched th forum, but did not find anything related to it

View 3 Replies View Related

Debian Multimedia :: Updater The System From Desktop?

Jan 16, 2011

I am using KDE, and everytime updates available i get a message for updates and a button which say later.

Is there any way to apply these update by clicking this button ?

without the need to go in konsole or synaptics

View 1 Replies View Related

Debian Multimedia :: Changing The Desktop Language?

Jun 5, 2011

i installed debian but i choosed the german as native language ...! So i´m trying to switch to english ...! or to add it (at least).

View 6 Replies View Related

Debian Multimedia :: How To Remove Icon From Desktop

Jul 25, 2011

I installed  aptosid (  ex-sidux), based on debian sid. It uses  xfce manager.

On the desktop I have many icons ( like  other patitions, trash, ..), I want to remove them, where to do it, they don't appear in the Desktop directory  (they are not links).

By the way,  I think, if I really understand it ??,    xrandr   replaces  xorg,  I can't find the file used  by xrandr  unlike xorg  uses  xorg.conf.

View 3 Replies View Related

Debian Multimedia :: Change Desktop Fonts Color

Apr 21, 2015

poking around in the system settings nor Google are cooperating, so: How do I change the colour of the font on my desktop? I'm running Cinnamon (on Sid) and I've got a background with a lot of black in it, which makes the names of icons impossible to read. I know what everything is, of course, but I'd still like to be able to see what it is.

View 12 Replies View Related

Debian Multimedia :: Xfce4 Desktop - Screen Goes Dim After 10 Minutes

Jun 9, 2015

I'm using the xfce4 desktop and I removed the default screensaver. The screen goes dim after 10 minutes and I was wanting to know if there is a config file where I can adjust the time.

Searching synaptic for "screensaver" shows xdg-utils installed which has xdg-sreensaver but I'm not sure if that is really the program that is dimming the screen. Anyway, I couldn't find a way to change the amount of time that it takes to do so.

View 2 Replies View Related

Debian Multimedia :: How To Quit Cinnamon Desktop And Get X Session

Jul 3, 2015

I have an app I've developed in Qt 5.3.1 that has display problems when using 3D accerelation in VirtualBox using Debian Cinnamon. It seems to happen with Cinnamon in any Linux distro I've tried. Once I boot into Debian Cinnamon, how can I stop my Cinnamon session (I think I must start with Ctrl+Alt+F1) , then get a straight X session to run my app without Cinnamon, with 3Dacceleration in VirtualBox?

View 6 Replies View Related

Debian Multimedia :: How To Update Cinnamon Desktop Environment

Jul 9, 2015

I'm using debian with cinnamon desktop on a laptop with a second monitor. The panel (the bar where there are the application title bars with some system infos like battery status and clock) is only displaying on one screen depending if it is set as a primary screen. I wanted a way to get a second bar on the second monitor.

Ideally I wanted that each bar should display only the application which is present on that screen but this is completely optional. The most important thing I wanted is at least to duplicate the bar on the second monitor so I can check the clock and other infos..

First I thought that this should be only a little configuration problem.. But I rapidly understand that this is simply not possible. But I also discovered that the new version of the cinnamon desktop (2.6) have got many improvement and is that provide this dual screen options.

I then saw that my version of cinnamon is the version 2.2.16 (the version that is supported by debian). I went to the cinnamon website but I don't find any information on how to install this version.. All the information is related to the linuxmint distro.

View 1 Replies View Related

Debian Multimedia :: Desktop Not Working After System Upgrade

Aug 23, 2015

Yesterday I upgraded the system with:

Code: Select allaptitude full-upgrade

And today when I booted it up again I found the desktop didn't work anymore. There's nothing on the desktop but the wallpaper, all icons have disappeared and I can't click or select anything. The top and bottom panels still work though.This is the list of packages I installed and upgraded according to /var/log/apt/history.log are:

Code: Select allgstreamer1.0-libav:amd64 (1.4.4-2, automatic)
bind9-host:amd64 (9.9.5.dfsg-9, 9.9.5.dfsg-9+deb8u2),
liblwres90:amd64 (9.9.5.dfsg-9, 9.9.5.dfsg-9+deb8u2),
libfontembed1:amd64 (1.0.61-5, 1.0.61-5+deb8u1),

[code]....

I would like to downgrade the package that spoiled the desktop.

View 11 Replies View Related

Debian Multimedia :: Create Files And Folders On Desktop

Sep 24, 2015

I was wondering what the reason was for disabling a feature like - creating new documents and files on desktop - by default?

If someone installs debian with desktop environment this user probably also want to use the desktop as a workplace, so why is that not a default setting?

But also in general i dont get it, i dont see any reason, why this is disabled.

View 14 Replies View Related

Debian Multimedia :: Desktop Freeze By Gnome Video

Oct 20, 2015

i have noticed about 10 desktop crashes since may, because of gnome videos(totem). in particular, when i repeatedly open and close videos, the desktop freeze. should i use another program?

View 0 Replies View Related

Debian Multimedia :: Desktop-base Won't Install Correctly?

Mar 10, 2010

I am trying to install Gnome remotely via SSH. So far, everything is fine, but desktop-base refuses to install. Here is the output:

[URL]

I searched around and found this thread: [URL], and that appears to be the same issue. Although, I don't quite understand how to fix it.

View 2 Replies View Related

Debian Multimedia :: Remote Desktop Configuration Files

May 14, 2010

If i got gnome i may go to the top-panel: choose system, choose preferences and go to "remote desktop" and make my settings (allow, ask for allow, password, and other stuff). I don't want to be bound to gnome (though i like it, thats not the problem).Which config-files are the ones i am looking for?

I did search the web, but i can't find useful how-to's, explanations, etc.Cause what i find is related to the path i described above (gnome: top-panel, preferences...)Which is the app/tool which pops up and says:"someone wants to access, you want to allow it, yes or no?". The performance of VNC is lousy comopared to NX. Lousy is the friendly version. What might i be doing wrong?i usually do it from a Debian-host to a VirtualBox-guest.I am mainly asking for how-to's/docus and stuff like that. Links. Explanations are welcome too. Of course.

View 4 Replies View Related

Debian Multimedia :: Unresponsive Desktop In KDE4 With K3b - Squeeze

Aug 23, 2010

I'm running Squeeze with KDE 4.4.5 in my desktop. Everything seems to be fine, except for some unresponsiveness that is really annoying. The main problem (but this also reflects on other uses, though in a less intense manner) is when K3b is burning or erasing anything (including CD-R and CD-RW). The whole system becomes unusable. Not even a Konsole window can return from a "aptitude search something" query.

I have a Intel i7 920 system with 6GB RAM and two 1.5TB disks. I use an AMD Radeon 4890 video card with their proprietary drivers (at least for now it is the only option). I also have an extra Audigy sound card. I thought that such a system would be enough to have a good desktop experience while multitasking. What might be wrong?

View 6 Replies View Related

Debian Multimedia :: Xfce 4.6 Won't Remember Desktop Settings

Mar 3, 2011

My Googling about this said to make sure xfdesktop was running. I have.Changes made to the panel, to startup and session persist.But number of workplaces, wallpaper, font, theme and so on revert to what they were before. These settings are from when I used Xfce before in Ubuntu 8.04. (My /home dir is on its own partition and I like to keep all my config files for apps I have used and might want to again.)I suspect I might need to delete a config file but I'd rather not undo all of the other settings that do work. Which? Or is it something else?

View 6 Replies View Related

Debian Multimedia :: Desktop Messed Up After Nvidia Update?

Mar 27, 2011

system update today which moved the nvidia drivers from 195 to 260.After performing the update with synaptic and restarting, I noticed that my desktop theme, "Clearlooks," was messed up in that the shiny progress band was now two separate colours (blue and white). Tried other themes (among them "Glossy") and found most of them corrupted with, for example, the progress bar totally white.Similar problem with Iceweasel 4: the tabs have lost their inferior border, and the address/search bars are surrounded by white.I suspect (though I can't be sure) that the above is caused by the nvidia update. I did an "nvidia-xconfig" to try and see if this would change things, but no.

View 14 Replies View Related

Debian Multimedia :: Desktop Backgrounds Have Smaller Copies On Top Of Themselves?

Apr 6, 2011

Difficult to describe, but basically the desktop background image has a slightly smaller copy of itself (roughly 70% of the original) overlayed in the upper-left hand corner, like a picture-in-picture type of effect. This occurs on both the login screen,d the wallpaper I have set under my account. It seems to be isolated to ONLY the wallpaper, and not affecting any icons or functionality of anything else that I've noticed. Logging out and rebooting have no effect on the issue.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved