Unanswered Questions
21
votes
0answers
513 views
Completing avfs fake directories in zsh
How can I tweak zsh's completion system to complete “fake” files in some circumstances?
More precisely, the AVFS filesystem exposes archives as directories by creating a “fake directory” next to ...
14
votes
0answers
461 views
How to fix tab completion so it doesn't hide entries?
I'm using oh-my-zsh on Mac OS X with homebrew'ed zsh 4.3.12. I stumbled recently on a weird problem. In scripts/not-used I have several .R files:
breakdowns.R eventloop.R ...
14
votes
1answer
794 views
Keymapping problem when working with Emacs and Openbox
I have an Apple keyboard and I had to do some remapping of the keys to make the mod-4 key the first key to the left of the Space bar for when working with Emacs. The below script worked fine when I ...
11
votes
4answers
172 views
support for utf-8 encoding with lpr
While trying to send a text file to the printer via lpr from xterm, the content was corrupted beyond recognition, the cause of which was ultimately traced to the encoding of the file. If I instead ...
11
votes
0answers
158 views
vim/gvim failing to put X11 clipboard in registers “+ or ”*?
Due to the lack of security with standard vino server, I switched to use x11vnc on my linux (with Xubuntu 14.04) box and SSVNC on the windows side.
With vino, cut and paste from windows to Linux ...
11
votes
2answers
429 views
Kernel modesetting hangs my boot, but the ATI driver requires it
I have a late 2011 MacBook Pro. It has an integrated Intel video card and a discrete ATI video card. Ideally, I'd like my Xorg to use the ATI card with the free driver (no Catalyst).
Here's the ...
9
votes
3answers
16k views
Enabling IOMMU in the kernel for graphics card pass-through
Short question:
How can I turn on the intel_iommu setting in the Linux kernel? I run a Debian host, using the grub2 bootloader. Documentation I've seen says to edit /boot/grub/menu.lst, which seems ...
8
votes
3answers
195 views
A shell-like environment for binary processing
This question came to me a couple of times before, now in response to the question
Loop through binary data chunks from stdin in Bash
Answers given in ...
8
votes
0answers
193 views
How to force applications to not start maximised in Awesome WM?
How to reproduce:
ssh -X user@host firefox (or some other X application).
Maximise the window.
Close the application.
Open the application in Awesome WM (tried only locally, but should also work ...
8
votes
3answers
533 views
Using real time kernel headers to compile userspace code vs default headers
Per customer requirements, I installed CentOS 5.6 with the default kernel. With this kernel installed, the time.h file includes the #define CLOCK_MONOTONIC.
Now, a real-time kernel was installed ...
7
votes
0answers
115 views
regarding portable sed -e… d b or ! b?
In this edit
Stéphane Chazelas POSIXifies (again) my sed formatting by inserting an -expression break and another -expression statement. Now, I might just ask him why in the comments, I suppose, but ...
7
votes
2answers
131 views
How to customize Bash command completion?
In bash, it's easy enough to set up customized completion of command arguments using the complete built-in. For example, if, for a hypothetical command with a synopsis of foo --a | --b | --c, you ...
7
votes
6answers
546 views
“find: .: No such file or directory” while using find on the current directory
Find command seems not to work at all. For example, I'm in a directory where there absolutely is file named index.php and I execute this:
[root@server htdocs]# find . -name "index.php"
find: .: No ...
7
votes
2answers
145 views
Laptop VGA Output Randomly Changes Name Between VGA1 and VGA2
Periodically (every few reboots by the look of it) my external VGA output on my Laptop changes name between VGA1 and VGA2. For example right now xrandr is displaying:
timp@helez:~$ xrandr | grep VGA
...
7
votes
1answer
467 views
Can I color-calibrate a Dell U2413 wide-gamut monitor under Linux?
If I get a Dell U2413 wide-gamut monitor to use with Fedora for photography, will I be able to use it properly? I've got a ColorHug, and I see that there's a U2410 ccmx profile; will that get me in a ...