[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2016-10-30 Thread George Velimachitis
I managed to get OpenVPN working from within Network-Manager using the
following setup

1. Setup your OpenVPN connection in Network Manager using "Network Connections 
/ Add / OpenVPN"
2. Create a new LAN/WLAN connection e.g. "LAN VPN"
3. In "General" Tab set "automatically connect to VPN" and select the OpenVPN 
entry
4. In "IPv4" tab set "DHCP Address only" and set DNS address of the VPN 
provider manually
5. Save and test

You should be able to select "LAN VPN" connection which will kick-off
the OpenVPN which will then make use of the DNS entry that is manually
provided.

So you indirectly activate the VPN connection which also gives you no
DNS leaks.

PS: In /etc/NetworkManager/NetworkManager.conf I had to comment out the
dns=dnsmasq entry.

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

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

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

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


[Bug 1581270] Re: Hybrid Graphics: [drm:si_resume [radeon]] *ERROR* si startup failed on resume

2016-09-11 Thread George Velimachitis
Minor correction...

Both Scenarios allow the discreet/radeon card to render as expected
however there is a different problem which is visible when you run for
example..

DRI_PRIME=1 chromium_browser &

The window doesn't render unless you resize it couple of times and then the 
application becomes visible and user responsive. Also right clicking within the 
browser window gives empty rectangular.
The chrome://flags have both H/W acceleration and rasterisation to true

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

Title:
  Hybrid Graphics: [drm:si_resume [radeon]] *ERROR* si startup failed on
  resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1581270/+subscriptions

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


[Bug 1581270] Re: Hybrid Graphics: [drm:si_resume [radeon]] *ERROR* si startup failed on resume

2016-09-11 Thread George Velimachitis
I have managed to get a solution for this issue by following the below
steps

Scenario 1:

1. Set intel to UXA mode and activate radeon DRI3 using the below xorg.conf 
settings
2. Restart mdm by login out and loggin in again (I have experience very slow 
rendering login page - Linux mint)
3. Issue command: DRI_PRIME=1 glxinfo|grep "OpenGL"( you will see the Radeon 
renderer active)
4. Issue command: DRI_PRIME=1 cairo_dock& (cairo starts without problems)

PS: grub kernel were left its distro's default settings.

Section "Device"
Identifier "Radeon"
Driver "intel"
Option "AccelMethod" "UXA"
Option "SwapbuffersWait" "false"
Option "VSync" "false"
Option "DRI" "3"
EndSection

Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "SwapbuffersWait" "false"
Option "TearFree" "false"
Option "DRI" "3"
EndSection


Scenario 2:
===
1. Set intel to SNA mode and activate radeon DRI3
2. Restart mdm by login out and loggin in again (screen rendering is fast)
3. Issue command: DRI_PRIME=1 glxinfo|grep "OpenGL"( I can only see the Intel 
tenderer)
4. Issue command: DRI_PRIME=1 cairo_dock& (cairo starts without problems)


I hope this helps

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

Title:
  Hybrid Graphics: [drm:si_resume [radeon]] *ERROR* si startup failed on
  resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1581270/+subscriptions

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


[Bug 1581270] Re: Hybrid Graphics: [drm:si_resume [radeon]] *ERROR* si startup failed on resume

2016-09-08 Thread George Velimachitis
I confirm the above findings on latest Linux Mint available kernel
4.4.0.36 however I also noticed

sudo DRI_PRIME=1 glxgears works

whereas

DRI_PRIME=1 glxgears gives a blank screen.

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

Title:
  Hybrid Graphics: [drm:si_resume [radeon]] *ERROR* si startup failed on
  resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1581270/+subscriptions

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