Re: [arch-general] Window manager with resolution independent decorations?

2015-03-30 Thread Felix E. Klee
Now checking out [Wayland compositors][1]. Thing is that on different
virtual desktops I need different resolution, and I was told that
Wayland would handle resolution changes better than X.

[1]: http://en.wikipedia.org/wiki/List_of_display_servers#Wayland


[arch-general] Window manager with resolution independent decorations?

2015-03-30 Thread Felix E. Klee
For example, I want to specify that the title bar should be 5mm tall.


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 errors, so it should be among the output of egrep '\([WE]{2}\)' 
Xorg.0.log.

Good luck,
-Martin


[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) i can't use this resolution anymore.

But when connecting the monitor to the laptop I still have that resolution

```
$ xrandr  # Connected to the base
Screen 0: minimum 8 x 8, current 2646 x 1024, maximum 32767 x 32767
eDP1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 277mm x 
156mm
   1366x768  60.00*+
   1024x768  60.00  
   800x600   60.3256.25  
   640x480   59.94  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP2-1 disconnected (normal left inverted right x axis y axis)
DP2-2 disconnected (normal left inverted right x axis y axis)
DP2-3 connected (normal left inverted right x axis y axis)
   1024x768  60.00 +  75.08  
   1280x1024 75.0260.02  
   800x600   75.0060.32  
   640x480   75.0060.00  
   720x400   70.08  
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
```

```
$ xrandr # Connected to the laptop VGA
Screen 0: minimum 8 x 8, current 2646 x 1024, maximum 32767 x 32767
eDP1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 277mm x 
156mm
   1366x768  60.00*+
   1024x768  60.00  
   800x600   60.3256.25  
   640x480   59.94  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 connected (normal left inverted right x axis y axis)
   1920x1080 60.00 +
   1680x1050 59.95  
   1280x1024 75.0260.02  
   1152x864  75.00  
   1024x768  75.0860.00  
   800x600   75.0060.32  
   640x480   75.0060.00  
   720x400   70.08  
DP2-1 disconnected (normal left inverted right x axis y axis)
DP2-2 disconnected (normal left inverted right x axis y axis)
DP2-3 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
```

Any ideas how can I debug this problem further ?

--
Regards,
Alfredo Palhares


Re: [arch-general] Window manager with resolution independent decorations?

2015-03-30 Thread Felix E. Klee
On Mon, Mar 30, 2015 at 3:29 PM, Felix E. Klee felix.k...@inka.de wrote:
 Wayland would handle resolution changes better than X.

Or rather the compositor could zoom the entire desktop.


Re: [arch-general] gcc bug ?

2015-03-30 Thread 施不二
I' ve tried downgrade gcc, gcc-libs to version 4.9.2, but a new error
occurred:

/usr/include/boost/python/proxy.hpp:94:36: internal compiler error:
Segmentation fault
 inline void proxyPolicies::del() const

Is this another bug of boost?

On Sat, Mar 28, 2015 at 6:18 AM Zander B lez...@gmail.com wrote:

 Hi,

 This is the error I got. It could be because I'm using a Gmail account. I
 did email overseers about a month ago about this.

 User account creation has been restricted.
 Contact your administrator or the maintainer (overse...@gcc.gnu.org) for
 information about creating an account.
 Please press Back and try again.

 On Fri, Mar 27, 2015, 5:42 PM Paladin pala...@jstation.cz wrote:

  Hi,
 
  On , Zander B wrote:
   I've tried to submit a bug before to the gcc bug tracker, but I
 couldn't
   create an account (getting an error about how new account creation is
   disabled due to spam accounts). Is there a different way to submit a
 bug
  to
   gcc?
 
  I just tried to create account on https://gcc.gnu.org/bugzilla and it
  work out fine. Is there some other place where you want to report gcc
  bugs?
 
  Sorry if I misunderstood you.
 
  Paladin
  --
  There are only two hard things in Computer Science:
  cache invalidation, naming things and off-by-one errors.
 



Re: [arch-general] gcc bug ?

2015-03-30 Thread Daniel Micay
On 30/03/15 10:54 PM, 施不二 wrote:
 I' ve tried downgrade gcc, gcc-libs to version 4.9.2, but a new error
 occurred:
 
 /usr/include/boost/python/proxy.hpp:94:36: internal compiler error:
 Segmentation fault
  inline void proxyPolicies::del() const
 
 Is this another bug of boost?

An ICE (internal compiler error) is *always* a compiler bug. The fix may
be reporting an error, but it's still a compiler bug.



signature.asc
Description: OpenPGP digital signature