Tagged Questions
4
votes
0answers
29 views
Single key audio capture in Linux (save on key release)
I'd like to run a program that records audio only when the Right Control key is held down. On keyboard release the result would write to disk as, e.g. yy-mm-dd hh:mm.ogg. How might I do that?
$ ...
0
votes
1answer
55 views
Arclinux running xfce4 fails to start
I run archlinux xfce4 with auto-login and auto start. After upgrading today 07-MAY-13 the X fails without leaving a error message in Xorg.0.log.
1
vote
1answer
81 views
Monitor if a running X session is idle for a while
Is there any way to monitor if a X session is inactive for i.e 10 minutes? And I would execute a command when it happens, like a screensaver, but it's not a screensaver in this case.
1
vote
2answers
821 views
Linux Mint 13 Xfce window button disappeared & no mouse cursor in text mode
I am using Linux Mint 13 Xfce version on VBox. After one month without any problem suddenly today I noticed that the min-max-close buttons on all windows have disappeared.
Secondly, I can write in ...
5
votes
2answers
227 views
Can I configure things to open new windows on the left screen?
When I attach an external (D-SUB) display and set it up (with xrandr) to be on the right to the main (built-in) display, the most of new windows opened appear on the external display and some even ...
2
votes
1answer
2k views
Xubuntu Oneiric won't start XFCE
I tried upgrading the Ubuntu on my trusty netbook and found 11.10 was way too slow. So I switched to xubuntu by installing the xubuntu-desktop package and then following the crazy instructions here : ...
1
vote
3answers
1k views
Change Startx Default on Slackware?
I installed Slackware as a VM within Virtual Box. Host is Windows 7, if it matters. I have successfully installed guest additions and XFCE starts and runs cleanly with or without the guest additions. ...
2
votes
2answers
2k views
not able to create xorg.conf file
I want to change my colour depth. I posted this, and got the following answer:
Create an xorg.conf file by running Xorg -configure. Then edit the Depth entry in the Display subsection of the ...
3
votes
1answer
931 views
change colour depth
How do I change the colour depth? It says online to edit the xorg.conf file, but I don't have that. I am running Debian XFCE on a Powerbook G4
3
votes
1answer
306 views
How can I make C-m1 emulate a right click?
On Mac OS X, you can right click by holding down control and clicking. I swapped the command and control keys with setxkbmap -option altwin:ctrl_win, but how do I make it right click by holding down ...
3
votes
1answer
655 views
Disabling caps lock by setxkbmap makes it Shift key in Emacs
I'm using GNU Emacs 23.2.1. within Xfce 4.8.0 (both coming from the Ubuntu Natty repository). I disable the CapsLock by running /usr/bin/setxkbmap -option "ctrl:nocaps" at the beginning of the Xfce ...
6
votes
2answers
769 views
XFCE or pure X11 commands, toggle compositing immediately without restarting X
How can i disable compositing via the command line? I need to disable temporarily for some games, like Nexuiz, for use in a wrapper script to toggle compositing status.
6
votes
3answers
2k views
Disable Composite without restarting X
In order for me to watch HD videos without tearing, I need to disable my Composite setting in xorg.conf
Section "Extensions"
Option "Composite" "Disable"
EndSection
But I love my transparency, ...