[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-15 Thread RussianNeuroMancer
thucar, what revision of Acer Aspire 8943G you have? With Core i5 processor? I also have Acer Aspire 8943G, but Core i7 Q720 in my laptop not have integrated graphics. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-15 Thread thucar
RussianNeuroMancer - Yes, it's the i5-450M model -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/312756 Title: MASTER: support graphics card hot switch -- ubuntu-bugs mailing list

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-15 Thread matheus_br
File of a hybrid Graphics Gateway ID49c ** Attachment added: DSDT Gateway ID49C https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/312756/+attachment/1795188/+files/DSDT.dsl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-13 Thread Pierre-Henri Quelen
Asus B53J-SO084X $ sudo dmidecode -s system-product-name sudo dmidecode -s system-version B53J 1.0 $ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-13 Thread Szymon Łanucha
MSI cx623 laptop sudo dmidecode -s system-product-name sudo dmidecode -s system-version MS-168A REV:1.0 lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046]

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-12 Thread Vinicius P. Tinoco
I have same problem. I have a notebook Dell Vostro 3500 with a Intel HD i915 (internal GPU) and Nvidia Geforce 310m (dicrete GPU). Below are the informations, and the file .dsl ~$ sudo dmidecode -s system-product-name sudo dmidecode -s system-version Vostro 3500 A10 ~$ lspci -vnnn | perl -lne

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-12 Thread Jtwebman
I have a new Acer Aspire 5745G-7671 and can't get even acpi_call to run off the pci vga card. Here is more details: My dmidecode -s system-product-name sudo dmidecode -s system-version: Aspire 5745G V1.16 My lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA: 00:02.0 VGA

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-10 Thread William Lima
Asus Eee PC 1215n # dmidecode -s system-product-name 1215N # dmidecode -s system-version x.x # lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a001] (rev 02)

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-09 Thread VicFdez
@Anton Many thanks! this works for me also, now I have text consoles working and the power consumption is much lower. Is there any way to switch off i915 card modules at boot time so I can test using only the ATI device? -- You received this bug notification because you are a member of Ubuntu

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-09 Thread dyna
Dell XPS L701X GT435M/1GB with Nvidia Optimus, no bios options $ sudo dmidecode -s system-product-name sudo dmidecode -s system-version XPS L701X A06 $ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-08 Thread Lekensteyn
This custom build laptop has a nVIDIA GT425M and i5 460M and nVIDIA Optimus available (not working) running Kubuntu 10.10 Maverick. $ sudo dmidecode -s system-product-name sudo dmidecode -s system-version B7130 Not Applicable $ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-08 Thread Anton
@VizFdez I've experimented the same Error with i915 and radeon module loaded together, and solved it by blacklisting radeon module. add a file en /etc/modprobe.d with a .conf name (ex: custom-blacklist-radeon.conf) and write into: blacklist radeon or execute: echo blacklist radeon | sudo tee

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-07 Thread VicFdez
More info: I have just realized I cannot switch to console mode with Alt + Ctrl + F1. I got the error: [ 1178.504192] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 1sec aborting [ 1178.504198] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing CEA6 (len 62, WS

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-07 Thread Richard Veale
Hi, I have a Lenovo T410 with NVidia QVS 3100 discrete graphics and intel i7 integrated graphics. Anyway, the test_off.sh script failed (and hung up my computer, had to hard-reset it). The DSDT report is attached as requested, and the system/hardware information is below. Thanks for your time, and

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-06 Thread VicFdez
Helo all, first of all my system: sudo dmidecode -s system-product-name sudo dmidecode -s system-version HP Pavilion dv3 Notebook PC 059E1120321020100 lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-06 Thread VicFdez
Sorry, I forgot to mention my dv3 doesn't have an option to switch graphics at the BIOS! Is there any way to switch off any of the graphic cards at boot time without a BIOS setting? (modified kernel?) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-06 Thread Jay
Brand : MSI Model : FX600 Nvidia Geforce GT 325M/1GB DDR3 $ sudo dmidecode -s system-product-name sudo dmidecode -s system-version MS-16G1 Ver.001 $ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-06 Thread MagnusPI
dmidecode -s system-product-name dmidecode -s system-version HP G62 Notebook PC 04971025271000102 lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-06 Thread Marcelo Elizeche Landó
FML ** Attachment added: sudo acpidump acpidump.txt sudo acpixtract acpidump.txt iasl -d DSDT.dat ls -l DSDT.dsl https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/312756/+attachment/1785129/+files/DSDT.dsl -- You received this bug notification because you are a member of

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-04 Thread Florian Mauracher
mySn Schenker XMG A500 # lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | 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]) 01:00.0 VGA compatible controller [0300]:

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-02 Thread Lupus Thundarian
Acer Aspire 5553G-N934G64MN (AMD Phenom II x4 N930, ATI M880G, ATI HD5650 Status: vgaswitcheroo works (in Ubuntu only, failed on other OS with manual 2.6.36.2 kernel installed) acpi_call: all methods (in test_off.sh) failed: Trying \_SB.PCI0.P0P1.VGA._OFF: failed Trying \_SB.PCI0.P0P2.VGA._OFF:

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-01 Thread mac
m...@mac-asus:~$ sudo dmidecode -s system-product-name sudo dmidecode -s system-version N53Jn 1.0 m...@mac-asus:~$ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics

[Bug 312756] Re: MASTER: support graphics card hot switch

2011-01-01 Thread Francesco Fico
HP G62 Notebook PC 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series] [1002:68e0]

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-28 Thread Joerg-Volker Peetz
Trying to enable hybrid graphics on a HP Pavilion DV7-4142eg: dmidecode -s system-product-name; dmidecode -s system-version HP Pavilion dv7 Notebook PC 058B11242B1020100 lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 01:05.0 VGA compatible controller [0300]: ATI

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-28 Thread Carlos Silva
dmidecode -s system-product-name; dmidecode -s system-version HP Pavilion dv3 Notebook PC 05A01120301020100 lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-27 Thread Jean Traullé
for a Dell XPS 15 XPS L501X A04 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller]) 02:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:0df1] (rev a1) (prog-if 00

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-27 Thread Vasthu
Have only recently enabled hybrid graphics on my S42 and test out the acpi call module. BenQ S42 Result: Trying \_SB.PCI0.P0P1.VGA._OFF: failed Trying \_SB.PCI0.P0P2.VGA._OFF: works! Thanks very much -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-26 Thread Diego Marcolungo
root[~] dmidecode -s system-product-name sudo dmidecode -s system-version XPS L501X A04 root[~] lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18)

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-25 Thread kiorky
[r...@judith ~]# sudo dmidecode -s system-product-name sudo dmidecode -s system-version M11x R2 A03 [r...@judith ~]# lspci -vnnn |

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-25 Thread kiorky
[r...@judith ~]# sudo dmidecode -s system-product-name sudo dmidecode -s system-version M11x R2 A03 [r...@judith ~]# lspci -vnnn |

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-23 Thread gr0x0rd
Proud (?) owner of a brand new Asus N53JF. Gentoo user but in the same boat as all of you. Currently running 2.6.34-gentoo-r12. Have yet to get the discrete nvidia GeForce GT 425M working in X, been running the integrated intel chip so far. Have tried the 256.53, 260.19.21 and 260.19.29 binary

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-20 Thread Guillaume Camet
dmidecode -s system-product-name : P52Jc dmidecode -s system-version : 1.0 lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA : 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-20 Thread Jean
dmidecode -s system-product-name; dmidecode -s system-version HP Pavilion dv6 Notebook PC 059C11243010010010100 lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-20 Thread Ludo6431
dmidecode -s system-product-name N53Jf dmidecode -s system-version 1.0 lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-20 Thread David Callé
Hi, here is mine: dmidecode -s system-product-name B5130M dmidecode -s system-version Not Applicable lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-20 Thread bormooski
Adding my laptop into the mix. Samsung QX410 obiwan ~ # dmidecode -s system-product-name sudo dmidecode -s system-version QX310/QX410/QX510/SF310/SF410/SF510 02MX obiwan ~ # lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | egrep 'VGA|3D' 00:02.0 VGA compatible controller [0300]:

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-18 Thread borzu
** Changed in: xorg-server Assignee: (unassigned) = borzu (dborzuchowski) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/312756 Title: MASTER: support graphics card hot switch -- ubuntu-bugs

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-18 Thread jsouthern
QX310/QX410/QX510/SF310/SF410/SF510 03MX 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00 [VGA controller]) ** Attachment added: DSDT.dsl

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-14 Thread Martin Gasparek
N61Jv 1.0 (named N52J) 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 12) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT216 [GeForce GT 325M] [10de:0a35] (rev a2) (prog-if

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-14 Thread Martin Gasparek
Hi, I have also tested ./test_off.sh script. ... Trying \_SB.PCI0.PEGR.GFX0._OFF: works! But after a while my laptop gets totaly frozen. Only thing that helps is holding power button 5secs to turn it off. The problem is I have tried a lot of things to enable/disable/switch VGA. So I dont know

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-13 Thread Philippe
Hello, Attached files for a Vostro 3300 with a NVIDIA 310M card. Dmidecode Infos : Vostro 3300 A10 LSPCI Infos : 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller]) 01:00.0 VGA

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-12 Thread Anton
I submit DSDT again, as a BIOS update have changed them. Interesting for the curious is that there are changes in graphic sections. In both cases, it seems that discrete ATI is turned off if the computer detects that OS is not Win7. In fact, there are no ATI drivers for XP in HP support, only

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-10 Thread wvl
Samsung QX310 intel/nvidia combo: r...@wvl-laptop:/home/wvl# dmidecode -s system-product-name QX310/QX410/QX510/SF310/SF410/SF510 r...@wvl-laptop:/home/wvl# dmidecode -s system-version 03MX r...@wvl-laptop:/home/wvl# lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-10 Thread rubini etienne
Hi I have a switchable graphics Nvidia/Intel laptop (Asus X77J) sudo dmidecode -s system-product-name N71Jv sudo dmidecode -s system-version 1.0 lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-10 Thread rubini etienne
Hi I have a switchable graphics Nvidia/Intel laptop (Asus X77J) and the discrete GC doesn't works : sudo dmidecode -s system-product-name N71Jv sudo dmidecode -s system-version 1.0 lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-10 Thread Ben S
Hi, I as well have a switchable graphics in my AS5745G-7671 RT The Integrated Intel card is the only one I've gotten to work in Arch. The NVIDIA card is a 420M # dmidecode -s system-product-name Aspire 5745G # dmidecode -s system-version V1.16 # lspci -vnnn | perl -lne 'print if

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-10 Thread Magnus Södergren
DSDT for Acer Aspire TimelineX 3820 v1.13 ** Attachment added: DSDT.dsl https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/312756/+attachment/1762278/+files/DSDT.dsl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-07 Thread Mari Donkers
N53Jn 1.0 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT215 [GeForce GT 335M] [10de:0caf] (rev a2) (prog-if 00 [VGA

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-05 Thread Albert Vilella
z...@ziur-satellite-a665:~$ sudo dmidecode -s system-product-name Satellite A665 z...@ziur-satellite-a665:~$ sudo dmidecode -s system-version PSAW3U-06J001 z...@ziur-satellite-a665:~$ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]:

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-05 Thread tadr
Good news for Asus U35JC Before t...@spax:~/local/src/acpi_call$ cat /proc/acpi/battery/BAT0/state | grep rate present rate:15316 mW t...@spax:~/local/src/acpi_call$ ./test_off.sh Trying \_SB.PCI0.P0P1.VGA._OFF: failed Trying \_SB.PCI0.P0P2.VGA._OFF: failed Trying

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-04 Thread Kjell Pålsson
** Attachment added: F14 on Sony Vaio VPCZ13V9E, J004ASRD https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/312756/+attachment/1755314/+files/DSDT.dsl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-04 Thread Kjell Pålsson
# dmidecode -s system-product-name VPCZ13V9E # dmidecode -s system-version J004ASRD # lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-03 Thread Douglas Poerschke Rocha
r...@bt:~# dmidecode -s system-product-name HP Pavilion dv4 Notebook PC r...@bt:~# dmidecode -s system-version 049C202412203 r...@bt:~# lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-02 Thread pihlopase
Dell XPS 17 L107X $ sudo dmidecode -s system-product-name XPS L701X $ sudo dmidecode -s system-version A05 $ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-01 Thread RobPower
Asus 1215N with Nvidia ION2 ~$ sudo dmidecode -s system-product-name 1215N ~$ sudo dmidecode -s system-version x.x ~$ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-12-01 Thread leop
Oh hello. Willing guinea pig here with an Asus U35JC, and 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) 01:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:0a70] (rev a2) ** Attachment added:

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-30 Thread Robert Ahlskog
# dmidecode -s system-product-name HP TouchSmart tm2 Notebook PC # dmidecode -s system-version 048920252A2000122 # lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-28 Thread Christian C
UL30VT 1.0 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 [GeForce G210M] [10de:0a74] (rev a2) (prog-if 00

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-28 Thread Christian C
UL30VT 1.0 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 [GeForce G210M] [10de:0a74] (rev a2) (prog-if 00

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-27 Thread Marcel Dischinger
This is the DSDT for the Acer TravelMate8472TG 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 12) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT216 [GeForce GT 330M]

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-27 Thread Gustavo Salinas
Hello, this is for a Samsung QX410-J01 $ sudo dmidecode -s system-product-name; sudo dmidecode -s system-version QX310/QX410/QX510/SF310/SF410/SF510 02MX $ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-26 Thread Luis Manuel Garcés Socarrás
Hi... I have a Laptop HP Pavalion Dv6-3031ss, it have an ATI Radeon HD 5470 and an Intel HD by default, when Linux start the active card is the Intel HD, I don't know if teh ATI is powered or not. I use Kubuntu Maverick 10.10 as OS. My first problem is that to slow and taht is for the

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-26 Thread Eshwar Andhavarapu
New system: Dell Vostro 3700 with BIOS Version A10 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT216 [GeForce GT 330M] [10de:0a29] (rev a2) can't boot

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-26 Thread Fang Xi Lin
Hi! I have a Gateway IDC01h with Intel Core i3 and Geforce GT 330M (Optimus). I've attached my DSDT.dsl file and here are all the relevant outputs. sudo dmidecode -s system-product-name ID49C sudo dmidecode -s system-version V1.00 lspci -vnnn | perl -lne 'print if

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-23 Thread marco
As per request by Albert Vilella I attach SSDT1.dat. This comes from a Samsung Q330, with: 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00 [VGA controller]) 02:00.0 VGA compatible controller [0300]:

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-23 Thread reynum
Come from a Clevo B5100 sudo dmidecode -s system-product-name B5100M sudo dmidecode -s system-version Not Applicable lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics

[Bug 312756] Re: MASTER: support graphics card hot switch

2010-11-22 Thread Bryce Harrington
** Summary changed: - support graphics card hot switch + MASTER: support graphics card hot switch -- MASTER: support graphics card hot switch https://bugs.launchpad.net/bugs/312756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

<    1   2