[arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Sebastián Pedersen
Hi guys, I use de xf86-video-fbdev (framebuffer) driver in the X Window, but DPMS is not working, although it is enabled: [sebas@parabolaSebas64 ~]$ xset -q Keyboard Control: auto repeat: onkey click percent: 0LED mask: 0002 XKB indicators: 00: Caps Lock: off01: Nu

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Ralf Mardorf
Ensure that nothing overwrites the settings, e.g. xscreensaver, xfce4-power-manager or anything else. I set up Section "ServerFlags" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection by xorg.conf and then use xscreensaver-comm

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Ralf Mardorf
On Sat, 16 Apr 2016 14:00:49 -0300, Sebastián Pedersen wrote: >Off: 600 Hmm? [rocketmouse@archlinux ~]$ grep Driver /etc/X11/xorg.conf | grep -v "#" Driver "radeon" Perhaps a driver issue.

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Ralf Mardorf
On Sat, 16 Apr 2016 14:00:49 -0300, Sebastián Pedersen wrote: >[sebas@parabolaSebas64 ~]$ xset -q >Keyboard Control: > auto repeat: onkey click percent: 0LED mask: 0002 > XKB indicators: > 00: Caps Lock: off01: Num Lock:on 02: Scroll Lock: > off 03: Compose:

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Ralf Mardorf
On Sat, 16 Apr 2016 20:07:11 +0200, Ralf Mardorf wrote: >On Sat, 16 Apr 2016 14:00:49 -0300, Sebastián Pedersen wrote: >>[sebas@parabolaSebas64 ~]$ xset -q >>DPMS (Energy Star): >> Standby: 600Suspend: 600Off: 600 >> DPMS is Enabled >> Monitor is On > >[rocketmouse@archlinux ~]$ xse

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Sebastián Pedersen
On 16-04-2016 03:20 PM, Ralf Mardorf wrote: On Sat, 16 Apr 2016 20:07:11 +0200, Ralf Mardorf wrote: On Sat, 16 Apr 2016 14:00:49 -0300, Sebastián Pedersen wrote: [sebas@parabolaSebas64 ~]$ xset -q DPMS (Energy Star): Standby: 600Suspend: 600Off: 600 DPMS is Enabled Monitor is On

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Ralf Mardorf
Oops ;) Here "timeout" aka blanking, is earlier than "Standby". Pardon and I'm quiet now ;).

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Ralf Mardorf
On Sat, 16 Apr 2016 15:31:19 -0300, Sebastián Pedersen wrote: >I would be surprise if any other application is overwriting the DPMS >configuration. No app does, I'm lacking in concentration at the moment ;). I'm sorry. What is reported by "xset -q" are the really used values, no ifs, no buts, no o

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Sebastián Pedersen
On 16-04-2016 03:39 PM, Ralf Mardorf wrote: On Sat, 16 Apr 2016 15:31:19 -0300, Sebastián Pedersen wrote: I would be surprise if any other application is overwriting the DPMS configuration. No app does, I'm lacking in concentration at the moment ;). I'm sorry. What is reported by "xset -q" are

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Ralf Mardorf
FWIW, did you check the BIOS settings? The search engine mentions a BIOS "Video Off Method" when I searched regarding a broken relay :D.

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Ralf Mardorf
If needed, I switch between those drivers: [rocketmouse@archlinux ~]$ grep Driver /etc/X11/xorg.conf ### Available Driver options are:- Driver "radeon" #Driver "nvidia" #Driver "nv" #Driver "nouveau" #Driver "vesa" Vesa is the l

[arch-general] things specific to Arch?

2016-04-16 Thread bill .
Hello everyone, New member here and new Arch user having come over from arch-based Manjaro. I admit i installed with Architect and am thankful for it as i don't know that i would have been able to do so without it. So far my experience has been a good one, but i know i have much to learn. One

Re: [arch-general] things specific to Arch?

2016-04-16 Thread Maarten de Vries
Hey, On 16 April 2016 at 22:22, bill . wrote: > Hello everyone, > > New member here and new Arch user having come over from arch-based > Manjaro. I admit i installed with Architect and am thankful for it as i > don't know that i would have been able to do so without it. So far my > experience ha

Re: [arch-general] things specific to Arch?

2016-04-16 Thread Christian Rebischke
On Sat, Apr 16, 2016 at 10:38:14PM +0200, Maarten de Vries wrote: > mkdosfs in part of the dosfstools package. In general, if you're looking > for a specific tool (or other file) you can search the repositories for it > using pkgfile. You first have to install pkgfile though, it's in the > pkgfile

Re: [arch-general] GTK2 GUIs became a PITA after upgrade

2016-04-16 Thread flow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > On Sat, 16 Apr 2016 03:01:28 +0100 (BST), flow wrote: > >Still have yet unwanted font. > > The rendering of fonts for my GTK2 apps is as wanted. > > What do you mean? > > Did you get completely wrong font types, or "just" an odd rendering? > For w

Re: [arch-general] GTK2 GUIs became a PITA after upgrade

2016-04-16 Thread flow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > On 04/16/2016 04:01 AM, flow wrote: > > Still have yet unwanted font. > > Can you use gnome-tweak-tool to change the font and font hinting? I have gnome-tweak-tool won't to run here. > never tried using it on a non-GNOME desktop, so I'm not sure th

Re: [arch-general] DPMS not working with fbdev driver

2016-04-16 Thread Sebastián Pedersen
On 16-04-2016 04:03 PM, Ralf Mardorf wrote: If needed, I switch between those drivers: [rocketmouse@archlinux ~]$ grep Driver /etc/X11/xorg.conf ### Available Driver options are:- Driver "radeon" #Driver "nvidia" #Driver "nv" #Driver "nouv

Re: [arch-general] GTK2 GUIs became a PITA after upgrade

2016-04-16 Thread Ralf Mardorf
On Sat, 16 Apr 2016 23:04:17 +0100 (BST), flow wrote: >Most of GTK2 apps are ok. Got wrong font in seamonkey and qupzilla >only since latest upgrade. >[ALPM] upgraded qt5-base (5.6.0-2 -> 5.6.0-3) [2016-04-10 20:32] >[ALPM] upgraded qt5-webkit (5.6.0-2 -> 5.6.0-4) [2016-04-10 20:33] Qupzilla shoul

Re: [arch-general] LLVM update blocker?

2016-04-16 Thread Eli Schwartz
On 04/10/2016 08:07 AM, Yichao Yu wrote: > On Sat, Apr 9, 2016 at 10:45 PM, Eli Schwartz wrote: >> The maintainer is not going to be available for a while, so who knows >> when other Developers will have time/interest in updating his stuff. >> >> https://lists.archlinux.org/pipermail/arch-dev-publ