Hello,
I’ve just installed openSuse 13.1 on my Z1 and everything seems to work flawlessly except for hybrid graphics, this model has this switch with three positions:
http://www.notebookcheck.net/fileadmin/_migrated/pics/Sony_Vaio_Z12_10b469.jpg
It doesn’t matter where the switch is, it’s always running with the integrated card (intel), I’ve tried to change to the discrete card (nvidia 330m) with vgaswitcheroo and I always get a black screen that doesn’t allows me to do anything.
That’s what I get with the following commands:
grep -i switcheroo /boot/config-*
CONFIG_VGA_SWITCHEROO=y
lsmod | grep nouveau
nouveau 1013347 1
ttm 92265 1 nouveau
drm_kms_helper 52710 2 nouveau,i915
drm 313440 7 nouveau,i915,ttm,drm_kms_helper
i2c_algo_bit 13413 2 nouveau,i915
mxm_wmi 13021 1 nouveau
button 13952 2 nouveau,i915
video 19507 2 nouveau,i915
wmi 19070 2 nouveau,mxm_wmi
lsmod | grep intel
snd_hda_intel 48171 5
snd_hda_codec 205080 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
kvm_intel 142707 0
kvm 469295 1 kvm_intel
crc32c_intel 22079 0
ghash_clmulni_intel 13259 0
aesni_intel 55665 0
ablk_helper 13597 1 aesni_intel
cryptd 16262 3 ghash_clmulni_intel,aesni_intel,ablk_helper
lrw 13286 1 aesni_intel
glue_helper 13990 1 aesni_intel
aes_x86_64 17131 1 aesni_intel
intel_ips 18470 0
snd_pcm 110211 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd 87417 19 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
snd_page_alloc 18710 2 snd_hda_intel,snd_pcm
cat /sys/kernel/debug/vgaswitcheroo/switch
0:IGD:+:Pwr:0000:00:02.0
1:DIS: :Pwr:0000:01:00.0
2:DIS-Audio: :Pwr:0000:01:00.1
I try to switch to discrete card with the following command:
echo DDIS > /sys/kernel/debug/vgaswitcheroo/switch
After this follows ctrl + alt + backspace and then black screen comes. I need to restart the computer because I can’t do anything.
Any idea what’s going on?
Regards.