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

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

2015-04-05 Thread Damjan Georgievski
>> >> Hmmm... Martin, if you still have a Xorg.log it means you have a >> >> really old installation, >> >> That was true for versions under 1.16.0-3 as evidenced by the version >> comparison, but it is not true anymore, Xserver 1.17 dumps its logs to >> syslog. And syslog is trapped by journalctl

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

2015-04-05 Thread pete nikolic
On Sun, 05 Apr 2015 12:10:13 -0500 "Pedro A. López-Valencia" wrote: > On 04/04/15 14:59, Patrick Burroughs (Celti) wrote: > > On Sat, 04 Apr 2015 11:29:26 -0500 "Pedro A. López-Valencia" > > wrote: > > > >> Hmmm... Martin, if you still have a Xorg.log it means you have a > >> really old install

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

2015-04-05 Thread Pedro A. López-Valencia
On 04/04/15 14:59, Patrick Burroughs (Celti) wrote: That would only be true if systemd launched Xorg directly. Xorg writes its log file on its own, not through syslog and not to the journal; I can tell you that on my fully up-to-date system, at least, Xorg writes to /var/log/Xorg.X.log (or to ~

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

2015-04-05 Thread Pedro A. López-Valencia
On 04/04/15 14:59, Patrick Burroughs (Celti) wrote: On Sat, 04 Apr 2015 11:29:26 -0500 "Pedro A. López-Valencia" wrote: Hmmm... Martin, if you still have a Xorg.log it means you have a really old installation, or you installed syslog-ng and integrated it with journalctl, something that is not

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

2015-04-05 Thread Martin S. Weber
On 2015-04-04 11:29:26, "Pedro A. López-Valencia" wrote: > On 30/03/15 06:24, Martin S. Weber wrote: > >On 2015-03-30 13:08:11, Alfredo Palhares wrote: > >>Any ideas how can I debug this problem further ? > >Have a look at X's logfile, /var/log/Xorg.log. There should be messages that > >say the mo

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

2015-04-04 Thread Celti
On Sat, 04 Apr 2015 11:29:26 -0500 "Pedro A. López-Valencia" wrote: > Hmmm... Martin, if you still have a Xorg.log it means you have a > really old installation, or you installed syslog-ng and integrated it > with journalctl, something that is not standard anymore. Heck, > OpenSUSE just removed

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

2015-04-04 Thread Pedro A. López-Valencia
On 30/03/15 06:24, Martin S. Weber wrote: On 2015-03-30 13:08:11, Alfredo Palhares wrote: Any ideas how can I debug this problem further ? Have a look at X's logfile, /var/log/Xorg.log. There should be messages that say the modes are being removed, and why (not enough Vram, some parameter out

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

2015-03-30 Thread Martin S. Weber
On 2015-03-30 13:08:11, Alfredo Palhares wrote: > Any ideas how can I debug this problem further ? Have a look at X's logfile, /var/log/Xorg.log. There should be messages that say the modes are being removed, and why (not enough Vram, some parameter out of range, etc.). It's likely warning or er

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

2015-03-30 Thread Martti Kühne
Do you get an error message or the like?

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

2015-03-30 Thread Alfredo Palhares
Hello fellow Arch users, Suddenly I cannot use my external monitor in the 1920x1080 mode, I add the following script that run every time I connect my thinkpad to the base: ``` #!/bin/bash set -x xrandr --output DP2-3 --mode 1920x1080 --right-of eDP1 xset m 1/2 1 ``` And after a update (I think)