[Bug 91389] Re: Please add support for more than one VPN simultaneously

2012-10-04 Thread PBraga
I was under the impression that previous desktop versions of Linux that I had 
on my older laptops had this feature!
Probably it was Debian... I don't really remember, it could be Ubuntu. Also I 
don't remember the name of the app.
But I am pretty sure I did connect to two VPNs at same time with a fancy window 
manager applet.

I also need to connect to two different VPNs at the same time.
I'll have to setup things by hand on cli.


This feature is a must!
I will appreciate when it is available.
looking forward for it.
Thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/91389

Title:
  Please add support for more than one VPN simultaneously

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/91389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 753971] Re: Display garbled upon restoring original resolution or connecting external displays

2011-05-09 Thread PBraga
Hello,

I hope this can provide more info to help you.
If I can help in any way - like providing more info from tests - just let me 
know.

I have a lenovo x201 with intel graphics card.
I use an external display at work.

I had Ubuntu 10.10 and the external display was working in an acceptable
way (I had to align the external display with the internal by the upper
boundary, or I would have problems).

I did the upgrade for 11.04 this weekend (I had some other issues that I
was hopping to be fixed with this upgrade).

With 11.04 the two-display solution seems to just don't work.

* Unity 
Package: unity
Version: 3.8.12-0ubuntu1


** PCI of graphics card 
plbraga@plbraga-ThinkPad-X201:~$ lspci -vvnn | grep 'VGA '
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor 
Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00 [VGA 
controller])
plbraga@plbraga-ThinkPad-X201:~$ 


** Driver (/var/log/Xorg.0.log) 
[  2218.382] (II) intel(0): EDID vendor LEN, prod id 16401
[  2218.382] (II) intel(0): Printing DDC gathered Modelines:
[  2218.382] (II) intel(0): Modeline 1280x800x0.0   69.30  1280 1304 1336 
1408  800 804 808 820 +hsync +vsync (49.2 kHz)
[  2218.382] (II) intel(0): Modeline 1280x800x0.0   57.79  1280 1304 1336 
1408  800 804 808 820 +hsync +vsync (41.0 kHz)
[  2218.739] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, 
tiled



** Attachment added: PrtSc on a Lenovo x201 when changing to two displays
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/753971/+attachment/2121000/+files/lenovo-x201-intel.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/753971

Title:
  Display garbled upon restoring original resolution or connecting
  external displays

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77868] Re: QTDIR not set properly

2007-08-29 Thread PBraga
I got exactly the same problem!

I'm using Ubuntu 7.0.4.
Compiling kernel-source-2.6.21.1

[EMAIL PROTECTED]:~/testing/snapgear_gaisler/snapgear-p33a/linux-2.6.21.1$ make 
xconfig
  CHECK   qt
*
* Unable to find the QT installation. Please make sure that
* the QT development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
(...)


I installed qt3-dev-tools and pkg-config

-- 
QTDIR not set properly
https://bugs.launchpad.net/bugs/77868
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77868] Re: QTDIR not set properly (solved)

2007-08-29 Thread PBraga
just install:

sudo apt-get install libqt3-mt-dev



I found on linux-2.6.21.1/scripts/kconfig/Makefile the way it detects qt.
then I checked the same way:

plbraga:~$ pkg-config --exists qt  echo ok

and

pkg-config --exists qt-mt  echo ok

and found that none was returning true!!

-- 
QTDIR not set properly
https://bugs.launchpad.net/bugs/77868
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107088] Re: kvm-source will not build with module-assistant and custom kernel

2007-04-29 Thread PBraga
Confirmed!

I installed a new KUbuntu 7.04 on my new laptop! Everything fine (pretty fine 
:) indeed).
I copy my WinXP images that use with qemu to the laptop. Then I red about kvm 
and I have support on my HW :)

But when trying to install kvm I found out that I also have to install 
kvm-source so I can have the kernel modules.
I installed it but, when running module-assistant:
(I have the original distr kernel and the headers -- no kernel-source)



┌───┤ module-assistant, log file viewer 
├┐
│   
 │
│ /usr/bin/make KERNELDIR=/lib/modules/2.6.20-15-generic/build  
 ↑
│ KVERREL=2.6.20-15-generic clean   
 ▮
│ make[1]: Entering directory `/usr/src/modules/kvm'
 ▒
│ make[1]: Leaving directory `/usr/src/modules/kvm' 
 ▒
│ /usr/bin/make  -f debian/rules kdist_clean kdist_config 
binary-modules ▒
│ make[1]: Entering directory `/usr/src/modules/kvm'
 ▒
│ /usr/bin/make KERNELDIR=/lib/modules/2.6.20-15-generic/build  
 ▒
│ KVERREL=2.6.20-15-generic clean   
 ▒
│ make[2]: Entering directory `/usr/src/modules/kvm'
 ▒
│ Makefile:1: ../config.mak: No such file or directory  
 ▒
│ make[2]: *** No rule to make target `../config.mak'.  Stop.   
 ▒
│ make[2]: Leaving directory `/usr/src/modules/kvm' 
 ▒
│ make[1]: *** [kdist_clean] Error 2
 ▒
│ make[1]: Leaving directory `/usr/src/modules/kvm' 
 ▒
│ make: *** [kdist_build] Error 2   
 ↓
│
│   Ok
│   
 │

└┘

-- 
kvm-source will not build with module-assistant and custom kernel
https://bugs.launchpad.net/bugs/107088
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs