Unanswered Questions
22
votes
0answers
558 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
481 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
808 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
0answers
170 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
463 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
17k 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
208 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
3answers
540 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
127 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
6answers
678 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
155 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
473 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 ...
7
votes
1answer
356 views
Display problem - Random grid appears on screen
I have recently started using Arch with nvidia driver (I had a lot of problems getting nouveau to even work so I decided to try nvidia) and I started experiencing rather odd problems. Every now and ...
7
votes
1answer
309 views
How to make linux 'perf record' work for libc and libstdc++ symbols?
I'm using perf record -g on x86-64 Linux to profile a program. Several symbols in libc or libstdc++ have 0 as a parent: __GI___strcmp_ssse3 (libc) and strcmp@plt (libstdc++) for example. (I can ...
7
votes
2answers
6k views
Poor TTY resolution with nVidia driver
The resolution of the TTY1-6 is poor ~ 640×480
Ubuntu 11.10 | Grub2 | nVidia | NVIDIA GT215 Board
I went through the process on this site and after the edit the GRUB menu appears in the correct ...