Re: [arch-general] Cannot use monitor in 1920x1080 anymore

2015-04-06 Thread Alfredo Palhares
Hello everyone, Thanks for your answers. I came on the office earlier today just to test this out and: $ xrandr Screen 0: minimum 8 x 8, current 3286 x 1080, maximum 32767 x 32767 eDP1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 277mm x 156mm 1366x768 60.00*+ 102

[arch-general] Why does network interface sometimes change name?

2015-04-06 Thread Felix E. Klee
I am running Arch as a guest in VMware Player on Win7X64. On every odd boot, the name of the network interface changes. Sometimes it is: eno1636 Sometimes it is: eth0 This makes it really hard to configure a fixed IP, which I do by having in `/etc/dhcpcd.conf`: interface eno167

Re: [arch-general] How to change Wayland resolution to 1024x768?

2015-04-06 Thread Felix E. Klee
`vga=792` in the kernel command line did the trick at least for 1024x768:

Re: [arch-general] Why does network interface sometimes change name?

2015-04-06 Thread Rodrigo Rivas
On Mon, Apr 6, 2015 at 5:36 PM, Felix E. Klee wrote: > I am running Arch as a guest in VMware Player on Win7X64. On every odd > boot, the name of the network interface changes. Sometimes it is: > > eno1636 > > Sometimes it is: > > eth0 > > This makes it really hard to configure a fixed

Re: [arch-general] Why does network interface sometimes change name?

2015-04-06 Thread Guus Snijders
Op 6 apr. 2015 17:37 schreef "Felix E. Klee" : > > I am running Arch as a guest in VMware Player on Win7X64. On every odd > boot, the name of the network interface changes. First make sure that vmware always uses the same mac address for this vm. When done, check archwiki for persists nic names.

Re: [arch-general] Why does network interface sometimes change name?

2015-04-06 Thread Troy Engel
On Mon, Apr 6, 2015 at 1:01 PM, Rodrigo Rivas wrote: > On Mon, Apr 6, 2015 at 5:36 PM, Felix E. Klee wrote: >> >> I have to change back and forth the interface name in that configuration >> file. > > It is probably caused by those fancy Predictable Network Interface > Names [1], that in your cas

Re: [arch-general] Why does network interface sometimes change name?

2015-04-06 Thread Felix E. Klee
On Mon, Apr 6, 2015 at 7:34 PM, Guus Snijders wrote: > First make sure that vmware always uses the same mac address for this > vm. If the MAC address changes, I would expect the name to change from `eno1636` to something like `eno52423433`. I wouldn’t expect it to change to `eth0`. Anyhow, i

[arch-general] /etc/bash.bashrc not sourcing/setting HISTXXX environment

2015-04-06 Thread David C. Rankin
All, I generally create a system-wide /etc/bash.bashrc.local file to contain history defaults. E.g.: $ cat /etc/bash.bashrc.local HISTCONTROL=ignoreboth:erasedups HISTIGNORE='[ ]*:&:?' (HISTSIZE & HISTFILESIZE are exported on a per-user basis in ~/.bashrc) I then just add a line to sourc