[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2014-04-01 Thread Antonio J. de Oliveira
corrected in trusty beta2.

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2014-03-21 Thread Alberto Milone
@Antonio: what Ubuntu release are you using?

Also, please attach the output of the following command:

lspci -Dn

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2014-03-21 Thread Antonio J. de Oliveira
Greetings Alberto  thanks for your answer.

Xubuntu

uname -a

3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:11:14 UTC 2014 x86_64
x86_64 x86_64 GNU/Linux

lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 13.10
Release:13.10
Codename:   saucy

lspci -Dn

:00:00.0 0600: 8086:0154 (rev 09)
:00:01.0 0604: 8086:0151 (rev 09)
:00:02.0 0300: 8086:0166 (rev 09)
:00:14.0 0c03: 8086:1e31 (rev 04)
:00:16.0 0780: 8086:1e3a (rev 04)
:00:1a.0 0c03: 8086:1e2d (rev 04)
:00:1b.0 0403: 8086:1e20 (rev 04)
:00:1c.0 0604: 8086:1e10 (rev c4)
:00:1c.1 0604: 8086:1e12 (rev c4)
:00:1d.0 0c03: 8086:1e26 (rev 04)
:00:1f.0 0601: 8086:1e57 (rev 04)
:00:1f.2 0106: 8086:1e03 (rev 04)
:00:1f.3 0c05: 8086:1e22 (rev 04)
:01:00.0 0302: 10de:1140 (rev ff)
:02:00.0 0200: 14e4:16b3 (rev 01)
:02:00.1 0805: 14e4:16bc (rev 01)
:03:00.0 0280: 168c:0036 (rev 01)

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2014-03-20 Thread Antonio J. de Oliveira
Hi
I tried everything above with no success on an Acer E1-570G.

lspci -n | grep 300
00:02.0 0300: 8086:0166 (rev 09)

lspci -nn|grep 302
01:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 610M/710M / GT 
620M/625M/630M/720M] [10de:1140] (rev ff)

The hardware boosts both a I-915 and a GE-force 720M.
Original nvidia NVIDIA-Linux-x86_64-331.49.run says that no supported card 
exists in my system.

no glx is available with nvidia when it boots in graphics mode

purged everything and came back to intel

saucy 64-bit

uname -a
Linux ajoliveira 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:11:14 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

the bug is there

Cheers

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2014-03-20 Thread Antonio J. de Oliveira
purged everything, am now giving it a try with:

sudo aptitude install nvidia-319 nvidia-prime nvidia-common nvidia-
settings-319

xorg.conf now reads:

# Warning: This file is autogenerated by nvidia-prime. All changes to
this file will be lost.

Section ServerLayout
Identifier layout
Screen 0 nvidia
Inactive intel
EndSection

Section Device
Identifier nvidia
Driver nvidia
BusID 1:0:0
EndSection

Section Screen
Identifier nvidia
Device nvidia
# Uncomment this line if your computer has no display devices connected to
# the NVIDIA GPU.  Leave it commented if you have display devices
# connected to the NVIDIA GPU that you would like to use.
Option UseDisplayDevice none
EndSection

Section Device
Identifier intel
Driver modesetting
EndSection

Section Screen
Identifier intel
Device intel
EndSection

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2014-03-20 Thread Antonio J. de Oliveira
purged everything, am now giving it a try with:

sudo aptitude install nvidia-319 nvidia-prime nvidia-common nvidia-
settings-319

xorg.conf now reads:

# Warning: This file is autogenerated by nvidia-prime. All changes to
this file will be lost.

Section ServerLayout
Identifier layout
Screen 0 nvidia
Inactive intel
EndSection

Section Device
Identifier nvidia
Driver nvidia
BusID 1:0:0
EndSection

Section Screen
Identifier nvidia
Device nvidia
# Uncomment this line if your computer has no display devices connected to
# the NVIDIA GPU.  Leave it commented if you have display devices
# connected to the NVIDIA GPU that you would like to use.
Option UseDisplayDevice none
EndSection

Section Device
Identifier intel
Driver modesetting
EndSection

Section Screen
Identifier intel
Device intel
EndSection

Unfortunately, terminal screen, even if commenting

Option UseDisplayDevice none

Cheers

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2014-01-29 Thread Alberto Milone
This is not the same bug then, as your card clearly belongs to the 0300
pci class.

Feel free to file a separate bug report for 12.04

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2014-01-28 Thread Aaahh Ahh
No I'm using the 12 and 14.04 and the same things have been happening to me! 
However my lspci is
00:02.0 0300: 8086:0166 (rev 09)
01:00.0 0300: 10de:0fd1 (rev a1)

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2014-01-17 Thread Alberto Milone
not really. It's just that prime doesn't work with Linux 3.13.

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2014-01-16 Thread zubozrout
Well, it probably appeared again in Trusty Tahr ... at least I can't get
my Nvidia GPU working.

[ 6.395] (II) Module glx: vendor=NVIDIA Corporation
[ 6.395] (II) NVIDIA GLX Module  331.20  Wed Oct 30 17:36:48 PDT 2013
[ 6.396] (==) Matched nvidia as autoconfigured driver 1
[ 6.402] (II) LoadModule: nvidia
[ 6.402] (II) Loading 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[ 6.426] (II) Module nvidia: vendor=NVIDIA Corporation
[ 6.442] (II) NVIDIA dlloader X Driver  331.20  Wed Oct 30 17:16:53 PDT 2013
[ 6.442] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 6.443] (II) NOUVEAU driver for NVIDIA chipset families :
[ 6.455] (II) UnloadModule: nvidia
[ 6.455] (II) Unloading nvidia
[ 6.479] (EE) Failed to initialize GLX extension (Compatible NVIDIA X 
driver not found)

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2013-08-08 Thread Alberto Milone
** Package changed: nvidia-graphics-drivers-319 (Ubuntu) = nvidia-prime
(Ubuntu)

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2013-08-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/nvidia-prime

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2013-08-08 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-prime - 0.4

---
nvidia-prime (0.4) saucy; urgency=low

  * debian/postinst.in, hybrid-power:
- Make sure to support more pci device classes as per
  the pci.ids file (LP: #1207626).
 -- Alberto Milone alberto.mil...@canonical.com   Thu, 08 Aug 2013 11:27:27 
+0200

** Changed in: nvidia-prime (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1207626/+subscriptions

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


[Bug 1207626] Re: Hybrid graphics doesn't work with pci classes other than 300

2013-08-08 Thread Alberto Milone
** Also affects: fglrx-pxpress (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: fglrx-pxpress (Ubuntu)
   Status: New = Fix Released

** Changed in: fglrx-pxpress (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

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

Title:
  Hybrid graphics doesn't work with pci classes other than 300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-pxpress/+bug/1207626/+subscriptions

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