[Ubuntu-x-swat] [Bug 1449560] Re: Cannot login with Nvidia Optimus hardware installed(Ubuntu 15.04)

2015-07-29 Thread Rene Greuel
Same problem for me. Temporarily workaround is to only use intel card by
selecting it through prime-select. This requires that you have installed
nvidia-prime:

- Get tty1 by pressing CTRL-ALT+F1

- Login with user with sudo rights

- Switch to intel card: "sudo prime-select intel"

- Restart lightdm: "sudo systemctl restart lightdm.service"

Hope this helps until this bug gets fixed.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1449560

Title:
  Cannot login with Nvidia Optimus hardware installed(Ubuntu 15.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1449560/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1449560] Re: Cannot login with Nvidia Optimus hardware installed(Ubuntu 15.04)

2015-09-02 Thread Rene Greuel
It really seems to be related to drm for i915 driver when switching to
nvidia via prime-select and login via lightdm. The Xorg.0.log shows an
error like:

[25.199] (EE) intel(G1): [drm] failed to set drm interface version: 
Permission denied [13].
[25.199] (II) intel(G1): [drm] Contents of 
'/sys/kernel/debug/dri/0/clients':
[25.199] (II) intel(G1): [drm]  command   pid dev master a   
uid  magic
[25.199] (II) intel(G1): [drm] Xorg  2173   0   yy 
0  0
[25.199] (II) intel(G1): [drm] Xorg  2173   0   ny 
0  0
[25.199] (EE) intel(G1): Failed to claim DRM device.

I found a thread with an alternative workaround:
http://vxlabs.com/2015/02/05/solving-the-ubuntu-14-04-nvidia-346-nvidia-prime-black-screen-issue/
by switching the intel driver to modesetting in xorg.conf and preventing the 
gpu-manager from reverting. But I'm not really interested in doing a manual 
hack every time I want to switch.
I hope this will be fixed soon, at the latest when switching to "wily".

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1449560

Title:
  Cannot login with Nvidia Optimus hardware installed(Ubuntu 15.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1449560/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1449560] Re: Cannot login with Nvidia Optimus hardware installed(Ubuntu 15.04)

2015-09-12 Thread Rene Greuel
I reinstalled my laptop with wily (15.10) while hoping kernel 4.2.0.7
could fix the problem. I got a step forward. The drm related error is
gone, but a seg fault rises up in Xorg.log and I ended up in a black
screen when switching to nvidia:

[  1704.596] (EE) intel(G0): failed to set mode: Permission denied [13]
[  1704.612] (EE) 
[  1704.612] (EE) Backtrace:
[  1704.616] (EE) 0: /usr/bin/X (xorg_backtrace+0x4e) [0x56276b19962e]
[  1704.617] (EE) 1: /usr/bin/X (0x56276afe5000+0x1b8999) [0x56276b19d999]
[  1704.617] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fe372b08000+0x352f0) 
[0x7fe372b3d2f0]
[  1704.617] (EE) 3: /usr/bin/X (RRTellChanged+0x35e) [0x56276b0fd08e]
[  1704.617] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe36ccbe000+0x7184d) [0x7fe36cd2f84d]
[  1704.617] (EE) 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe36ccbe000+0x71bad) [0x7fe36cd2fbad]
[  1704.617] (EE) 6: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe36ccbe000+0x7316d) [0x7fe36cd3116d]
[  1704.617] (EE) 7: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe36ccbe000+0x77af5) [0x7fe36cd35af5]
[  1704.617] (EE) 8: /usr/bin/X (0x56276afe5000+0x966b6) [0x56276b07b6b6]
[  1704.617] (EE) 9: /usr/bin/X (0x56276afe5000+0x136c92) [0x56276b11bc92]
[  1704.617] (EE) 10: /usr/bin/X (0x56276afe5000+0x5c3ec) [0x56276b0413ec]
[  1704.617] (EE) 11: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7fe372b28a40]
[  1704.617] (EE) 12: /usr/bin/X (_start+0x29) [0x56276b02b6c9]
[  1704.617] (EE) 
[  1704.617] (EE) Segmentation fault at address 0x3d0
[  1704.617] (EE) 
Fatal server error:
[  1704.617] (EE) Caught signal 11 (Segmentation fault). Server aborting
[  1704.617] (EE) 
[  1704.617] (EE) 
Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1449560

Title:
  Cannot login with Nvidia Optimus hardware installed(Ubuntu 15.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1449560/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1449560] Re: Cannot login with Nvidia Optimus hardware installed(Ubuntu 15.04)

2015-09-12 Thread Rene Greuel
Additional info:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu Wily Werewolf (development branch)
Release:15.10
Codename:   wily

$ uname -r
4.2.0-7-generic

$ sudo apt-cache policy nvidia-352
nvidia-352:
  Installiert:   352.30-0ubuntu1
  Installationskandidat: 352.30-0ubuntu1
  Versionstabelle:
 *** 352.30-0ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ wily/restricted amd64 Packages
100 /var/lib/dpkg/status

$ sudo apt-cache policy xserver-xorg-video-intel
xserver-xorg-video-intel:
  Installiert:   2:2.99.917+git20150808-0ubuntu2
  Installationskandidat: 2:2.99.917+git20150808-0ubuntu2
  Versionstabelle:
 *** 2:2.99.917+git20150808-0ubuntu2 0
500 http://de.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1449560

Title:
  Cannot login with Nvidia Optimus hardware installed(Ubuntu 15.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1449560/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1449560] Re: Cannot login with Nvidia Optimus hardware installed(Ubuntu 15.04)

2015-10-08 Thread Rene Greuel
In the case of the reported ASUS laptop it could be a problem related to the 
BIOS version, but not in my case. And truely not in the case of a lot of other 
users.
Simply make a google search with "nvidia prime ubuntu black screen" and filter 
by date "last month". You will find tenth of results with people discussing 
about this problem. E.g.:
- 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1362848
It seems that one solution is to enforce "sleep and wake-up" of display after 
switching to nvidia. Other people are still mentioning the switch to 
modesetting and deactivation of gpu-manager. Another solution seems to point 
out switching to gdm, which ends up in avoiding the "sleep/wake-up" problem 
related to light-dm.
I'm very disappointed that this bug report is handled like an individual 
problem. A lot of people have this problem and the workarounds are really 
nasty. It's an important feature for every user owning a laptop with an 
discrete nvidia card, because on one hand it's reducing the power consumption 
drastically and on the other hand enabling the full potential of a discrete 
card.

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

Title:
  Cannot login with Nvidia Optimus hardware installed(Ubuntu 15.04)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1504220] [NEW] Black screen after "prime-select nvidia" and restart of lightdm/reboot

2015-10-08 Thread Rene Greuel
Public bug reported:

I'm using a Lenovo laptop with an intel/nvidia Optimus compatible graphics 
solution. While being able to use prime-select to switch between those cards 
with Ubuntu 14.X and official nvidia driversit stopped working when switching 
to ubuntu 15.04 and newer drivers. I'm not sure when the problem first arises, 
but I'm stucking with it for almost 5 month.
In the meanwhile I stumbled upon errors in xorg.log pointing to insufficient 
permissions related to DRM and intel driver. I switched to a newer kernel 4.1.x 
and the xorg.log error had gone, but the general problem remains. A month ago I 
switched to a wily daily build to test if the bug still exists there. I did a 
fresh install but the problem is still the same.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
Uname: Linux 4.2.0-14-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  355.11  Wed Aug 26 16:35:41 
PDT 2015
 GCC version:  gcc version 5.2.1 20151003 (Ubuntu 5.2.1-21ubuntu2)
ApportVersion: 2.19-0ubuntu1
Architecture: amd64
Date: Thu Oct  8 18:18:55 2015
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 4.2.0-10-generic, x86_64: installed
 bbswitch, 0.7, 4.2.0-14-generic, x86_64: installed
 nvidia-355, 355.11, 4.2.0-14-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21fc]
 NVIDIA Corporation GF108M [GeForce GT 620M] [10de:0de8] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Lenovo Device [17aa:21fc]
InstallationDate: Installed on 2015-09-12 (26 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150911)
MachineType: LENOVO 33643EG
ProcEnviron:
 LC_CTYPE=de_DE.UTF-8
 TERM=linux
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/usr/bin/zsh
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-14-generic.efi.signed 
root=UUID=55cf0b06-9493-479a-a524-07e52d5be60a ro noprompt persistent quiet 
splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/09/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: GAETA0WW (2.60 )
dmi.board.asset.tag: Not Available
dmi.board.name: 33643EG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrGAETA0WW(2.60):bd04/09/2015:svnLENOVO:pn33643EG:pvrThinkPadS430:rvnLENOVO:rn33643EG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 33643EG
dmi.product.version: ThinkPad S430
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.2+15.10.20151002-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.0-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.0-1ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Thu Oct  8 18:15:17 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.2-1ubuntu9

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug nvidia prime ubuntu wily

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

Title:
  Black screen after "prime-select nvidia" and restart of lightdm/reboot

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1504220] Re: Black screen after "prime-select nvidia" and restart of lightdm/reboot

2015-10-08 Thread Rene Greuel
Hi Christopher,
as you mentioned in
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1449560
I subscribed you to this bug.

The report was created on tty1 after failed restart of lightdm on nvidia. If 
you need other informations please let me know it. 
Thanks,
René

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

Title:
  Black screen after "prime-select nvidia" and restart of lightdm/reboot

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1504220] Re: Black screen after "prime-select nvidia" and restart of lightdm/reboot

2015-10-09 Thread Rene Greuel
Hello Christopher,

I updated to the bios version 2.61:

root@grueneerle:~# dmidecode -s bios-version && dmidecode -s bios-release-date
GAETA1WW (2.61 )
09/14/2015

The fix in version 2.61 was simply a security update:
Version 2.61
UEFI: 2.61 / ECP: 2.61
[Important] Fixed security vulnerability (LEN-2015-002 and other fixes). (Note) 
If the UEFI BIOS has been updated to version 2.61 or higher, it is no longer 
able to roll back to the version before 2.61 for security improvement.
- 
http://support.lenovo.com/de/de/products/laptops-and-netbooks/thinkpad-edge-laptops/thinkpad-edge-s430/downloads/DS029727

This problem still remains, so I will mark this as confirmed.

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Black screen after "prime-select nvidia" and restart of lightdm/reboot

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1504220] Re: Black screen after "prime-select nvidia" and restart of lightdm/reboot

2015-10-09 Thread Rene Greuel
** Description changed:

- I'm using a Lenovo laptop with an intel/nvidia Optimus compatible graphics 
solution. While being able to use prime-select to switch between those cards 
with Ubuntu 14.X and official nvidia driversit stopped working when switching 
to ubuntu 15.04 and newer drivers. I'm not sure when the problem first arises, 
but I'm stucking with it for almost 5 month.
- In the meanwhile I stumbled upon errors in xorg.log pointing to insufficient 
permissions related to DRM and intel driver. I switched to a newer kernel 4.1.x 
and the xorg.log error had gone, but the general problem remains. A month ago I 
switched to a wily daily build to test if the bug still exists there. I did a 
fresh install but the problem is still the same.
+ I'm using a Lenovo laptop with an intel/nvidia Optimus compatible graphics 
solution. While being able to use prime-select to switch between those cards 
with Ubuntu 14.X and official nvidia drivers it stopped working when switching 
to ubuntu 15.04 and newer drivers. I'm not sure when the problem first arises, 
but I'm stucking with it for almost 5 month.
+ In the meanwhile I stumbled upon errors in xorg.log pointing to insufficient 
permissions related to DRM and intel driver. I switched to a newer kernel 4.1.x 
and the xorg.log error had gone, but the general problem remains.
+ A month ago I switched to a 15.10 daily build to test if the bug still exists 
there. I did a fresh install but the problem is still the same.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
-  NVRM version: NVIDIA UNIX x86_64 Kernel Module  355.11  Wed Aug 26 16:35:41 
PDT 2015
-  GCC version:  gcc version 5.2.1 20151003 (Ubuntu 5.2.1-21ubuntu2)
+  NVRM version: NVIDIA UNIX x86_64 Kernel Module  355.11  Wed Aug 26 16:35:41 
PDT 2015
+  GCC version:  gcc version 5.2.1 20151003 (Ubuntu 5.2.1-21ubuntu2)
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  Date: Thu Oct  8 18:18:55 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
-  bbswitch, 0.7, 4.2.0-10-generic, x86_64: installed
-  bbswitch, 0.7, 4.2.0-14-generic, x86_64: installed
-  nvidia-355, 355.11, 4.2.0-14-generic, x86_64: installed
+  bbswitch, 0.7, 4.2.0-10-generic, x86_64: installed
+  bbswitch, 0.7, 4.2.0-14-generic, x86_64: installed
+  nvidia-355, 355.11, 4.2.0-14-generic, x86_64: installed
  GraphicsCard:
-  Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
-Subsystem: Lenovo Device [17aa:21fc]
-  NVIDIA Corporation GF108M [GeForce GT 620M] [10de:0de8] (rev a1) (prog-if 00 
[VGA controller])
-Subsystem: Lenovo Device [17aa:21fc]
+  Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
+    Subsystem: Lenovo Device [17aa:21fc]
+  NVIDIA Corporation GF108M [GeForce GT 620M] [10de:0de8] (rev a1) (prog-if 00 
[VGA controller])
+    Subsystem: Lenovo Device [17aa:21fc]
  InstallationDate: Installed on 2015-09-12 (26 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150911)
  MachineType: LENOVO 33643EG
  ProcEnviron:
-  LC_CTYPE=de_DE.UTF-8
-  TERM=linux
-  PATH=(custom, no user)
-  LANG=de_DE.UTF-8
-  SHELL=/usr/bin/zsh
+  LC_CTYPE=de_DE.UTF-8
+  TERM=linux
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/usr/bin/zsh
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-14-generic.efi.signed 
root=UUID=55cf0b06-9493-479a-a524-07e52d5be60a ro noprompt persistent quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GAETA0WW (2.60 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 33643EG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGAETA0WW(2.60):bd04/09/2015:svnLENOVO:pn33643EG:pvrThinkPadS430:rvnLENOVO:rn33643EG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 33643EG
  dmi.product.version: ThinkPad S430
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20151002-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.0-1ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  versi

[Ubuntu-x-swat] [Bug 1504220] Re: Black screen after "prime-select nvidia" and restart of lightdm/reboot

2015-10-11 Thread Rene Greuel
In Trusty I used:

- nvidia-346
-- http://packages.ubuntu.com/trusty/nvidia-346
- nvidia-346-updates
-- http://packages.ubuntu.com/trusty/nvidia-346-updates
- nvidia-352 (ppa:graphics-drivers/ppa)
-- 
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa/+sourcepub/5333523/+listing-archive-extra
--- A release in the middle of august

In Wily I used:

- nvidia-352
-- http://packages.ubuntu.com/wily/nvidia-352
- nvidia-352-updates
-- http://packages.ubuntu.com/wily/nvidia-352-updates
- nvidia-355 (ppa:graphics-drivers/ppa)
-- 
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa/+sourcepub/5337022/+listing-archive-extra
--- This is my actual setup

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

Title:
  Black screen after "prime-select nvidia" and restart of lightdm/reboot

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1504220] Re: Black screen after "prime-select nvidia" and restart of lightdm/reboot

2015-10-15 Thread Rene Greuel
Sorry being late, I had not much time the last days.
I tried following previous versions with NO SUCCESS:
- nvidia-340.93
There's only one last official version in official repos I didnt't try:
- nvidia-304.128
But this is not worth trying because it has no prime support.
Thank you for helping.

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

Title:
  Black screen after "prime-select nvidia" and restart of lightdm/reboot

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1504220] Re: Black screen after "prime-select nvidia" and restart of lightdm/reboot

2015-11-05 Thread Rene Greuel
Yesterday I installed nvidia driver 355.11 update from the "ubuntu fresh 
graphics"-PPA and the problem seems to be fixed. I can switch via "prime 
select" and login via light-dm works fine on nvidia.
There's only one flaw beloging to screen postioning but this is a new issue and 
should not be mixed with this problem.
For me this issue could be marked as fixed and closed.

Source for nvidia-355.11:
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa/+sourcepub/5646652/+listing-archive-extra

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

Title:
  Black screen after "prime-select nvidia" and restart of lightdm/reboot

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp