Re: [qubes-users] switch to integrated Intel graphic

2017-06-29 Thread Noor Christensen
On Wed, Jun 28, 2017 at 11:18:01PM -0700, Vít Šesták wrote:
> Hmm, HD graphics 2000 looks like old Sandy Bridge, so preliminary HW
> support should not have any effect in theory. Also, installing a new
> kernel is not much likely to help (it would be if you had a recent GPU
> that is too new for the kernel), but you might try it.

Thanks for the info!

 
> Eva, what does «sudo rmmod i915» do? If it proceeds, then the driver
> doesn't recognize the GPU. If it doesn't, then the driver recognizes
> GPU, but there is something wrong with config or with the driver.
> 
> You might also try checking if the same issue happens in Fedora 23.

Additionally, you might want to check the X.org logs on dom0 for any
messages from the intel driver (which you should be using by default
unless you have changed the X.org config):

$ grep -i intel /var/log/Xorg.0.log

I have attached the output from my X.org log file if you need a baseline
to compare against.

-- noor

|_|O|_|
|_|_|O|  Noor Christensen  
|O|O|O|  n...@fripost.org ~ 0x401DA1E0

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20170629063953.q745wxc677xevf5f%40mail.
For more options, visit https://groups.google.com/d/optout.
[73.732] (**) |   |-->Device "Intel HD 3000"
[73.746] (II) LoadModule: "intel"
[73.747] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[73.752] (II) Module intel: vendor="X.Org Foundation"
[73.752] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
[73.752] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[73.752] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[73.752] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, 
P6300
[73.754] (II) intel(0): Using Kernel Mode Setting driver: i915, version 
1.6.0 20151010
[73.755] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 
3000
[73.755] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, 
avx; using a maximum of 2 threads
[73.755] (II) intel(0): Creating default Display subsection in Screen 
section
[73.755] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[73.755] (==) intel(0): RGB weight 888
[73.755] (==) intel(0): Default visual is TrueColor
[73.756] (II) intel(0): Output LVDS1 using monitor section LCD
[73.756] (**) intel(0): Option "PreferredMode" "1366x768"
[73.756] (**) intel(0): Option "Enable" "true"
[73.768] (--) intel(0): Found backlight control interface acpi_video0 (type 
'firmware') for output LVDS1
[73.768] (II) intel(0): Enabled output LVDS1
[73.768] (II) intel(0): Output VGA1 using monitor section VGA
[73.768] (**) intel(0): Option "PreferredMode" "1680x1050"
[73.768] (**) intel(0): Option "RightOf" "LCD"
[73.768] (II) intel(0): Enabled output VGA1
[73.768] (II) intel(0): Output HDMI1 has no monitor section
[73.768] (II) intel(0): Enabled output HDMI1
[73.768] (II) intel(0): Output DP1 has no monitor section
[73.768] (II) intel(0): Enabled output DP1
[73.768] (II) intel(0): Output HDMI2 has no monitor section
[73.768] (II) intel(0): Enabled output HDMI2
[73.768] (II) intel(0): Output HDMI3 has no monitor section
[73.768] (II) intel(0): Enabled output HDMI3
[73.768] (II) intel(0): Output DP2 has no monitor section
[73.768] (II) intel(0): Enabled output DP2
[73.768] (II) intel(0): Output DP3 has no monitor section
[73.768] (II) intel(0): Enabled output DP3
[73.768] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[73.768] (II) intel(0): Output VIRTUAL1 has no monitor section
[73.768] (II) intel(0): Enabled output VIRTUAL1
[73.768] (II) intel(0): EDID for output LVDS1
[73.768] (II) intel(0): Manufacturer: LGD  Model: 2d3  Serial#: 0
[73.768] (II) intel(0): Year: 2011  Week: 0
[73.768] (II) intel(0): EDID Version: 1.3
[73.768] (II) intel(0): Digital Display Input
[73.768] (II) intel(0): Max Image Size [cm]: horiz.: 28  vert.: 16
[73.768] (II) intel(0): Gamma: 2.20
[73.768] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[73.768] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[73.769] (II) intel(0): First detailed timing is preferred mode
[73.769] (II) intel(0): redX: 0.586 redY: 0.345   greenX: 0.340 greenY: 
0.559
[73.769] (II) intel(0): blueX: 0.158 blueY: 0.127   whiteX: 0.313 whiteY: 
0.329
[73.769] (II) intel(0): Manufacturer's mask: 0
[73.769] (II) intel(0): Supported detailed timing:
[73.769] (II) intel(0): clock: 74.8 MHz   Image Size:  277 x 156 mm
[73.769] (II) 

Re: [qubes-users] switch to integrated Intel graphic

2017-06-29 Thread Vít Šesták
Hmm, HD graphics 2000 looks like old Sandy Bridge, so preliminary HW support 
should not have any effect in theory. Also, installing a new kernel is not much 
likely to help (it would be if you had a recent GPU that is too new for the 
kernel), but you might try it.

Eva, what does «sudo rmmod i915» do? If it proceeds, then the driver doesn't 
recognize the GPU. If it doesn't, then the driver recognizes GPU, but there is 
something wrong with config or with the driver.

You might also try checking if the same issue happens in Fedora 23.

Regards,
Vít Šesták 'v6ak'

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/8639be52-599f-4c26-9d18-7e5897a651ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] switch to integrated Intel graphic

2017-06-26 Thread Noor Christensen
On Mon, Jun 26, 2017 at 01:31:45AM +0300, Eva Star wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> On 06/26/2017 01:07 AM, Chris Laprise wrote:
> > On 06/25/2017 03:14 PM, Eva Star wrote:
> >> After I remove Radion card, system loaded. But resolution is
> >> only 1280x800 and no network access (network managed do not see
> >> wired network) Is it because Qubes installeted on Radion
> >> card? Or I have too old integrated intel graphic (hd 2000 ) ?
> >> 
> > 
> > I'd guess that the PCI order/ID of your devices changed when you
> > removed the Radeon card, causing the NIC to no longer be recognized
> > by its old ID. If you go into Devices tab for your sys-net and
> > remove/re-add the NIC (then restart) it may work.
> > 
> > 
> Thanks. I will try, but it's part of the problem... How to fix
> resolution? Look like Qubes do not recognize intel graphic... But how
> it's possible...

I'm have an Thinkpad X220 with Intel HD3000 which works fine.

However, I needed to add the following to my kernel boot flags:

i915.preliminary_hw_support=1

This was done a long time ago and I haven't experimented with removing
it, so please just consider it a hint for possible next action rather
than a working solution ;-)

-- noor

|_|O|_|
|_|_|O|  Noor Christensen  
|O|O|O|  n...@fripost.org ~ 0x401DA1E0

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20170626124313.n4kxxgbaxopjbayu%40mail.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


Re: [qubes-users] switch to integrated Intel graphic

2017-06-25 Thread Eva Star
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 06/26/2017 01:07 AM, Chris Laprise wrote:
> On 06/25/2017 03:14 PM, Eva Star wrote:
>> After I remove Radion card, system loaded. But resolution is
>> only 1280x800 and no network access (network managed do not see
>> wired network) Is it because Qubes installeted on Radion
>> card? Or I have too old integrated intel graphic (hd 2000 ) ?
>> 
> 
> I'd guess that the PCI order/ID of your devices changed when you
> removed the Radeon card, causing the NIC to no longer be recognized
> by its old ID. If you go into Devices tab for your sys-net and
> remove/re-add the NIC (then restart) it may work.
> 
> 
Thanks. I will try, but it's part of the problem... How to fix
resolution? Look like Qubes do not recognize intel graphic... But how
it's possible...

- -- 
Regards
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJZUDnRAAoJEGSin3PC/C0AiRAP/1tXQQuHl3AKpl9gQqN23CqO
Yqq4tzDNLEP9Z/Q/y62HAdmErsMDLAu9ihtJYMw4FhzD17bAoCelpE1a7Lw0rzHh
LJuS5Sm2ECa8rhdw7k+D45Td3fApr2/TDs7Q4jtqPDISFvOV1obKNPTDuCqyv/4k
f3DRipimk4FdTRDrqCSr/0mHfYqKmdbAqYf8basVjubHos4NQ4gsf4WUXaZhUKuf
eCUlLiamIhF1BXhzp7ZL3f3FFrvgYsIPTsbXRN70ZtVX1hzD4t/QsoUzGnYTHEv2
XjlGtrDTOG7co4JXCYGF7XeQspy5VhdwLE7wX/yJ/kGwUoSYhbLqBeKzFQDtG6XK
f9m0pcCuXSyucJDtbP9+5LTieav0qzGxtLC07M3gogloupWTgzTCm5QBj8m9xyew
qqfH24QafnGKxty07kXZidmHTru3IJZQDTXgrnVH3zGQFKjx9op+uAQcHqBVJjxP
GG0lqBD2YKjbSOg9Fe7YfCQftKo12uIye4+PGv0lHWh2if+2+0S8yG0vuYuvJhvY
2xgFXAcRPDWwD5BsButeUzfJcYEr5U1I4Pf0k0Ssr2afEbQXXfLNKYqsh63KHdW+
cGS/Cg7TQD9aiVPQJfjpDZz8+X5G/QTzBBFlKt1qhrztjDXS8RVXMR1MPMgsv62O
0uT+qYJivEz3qDSHC8Ar
=tR+7
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/f4d1b06b-0633-17b5-954a-b77035bb3a7a%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] switch to integrated Intel graphic

2017-06-25 Thread Chris Laprise

On 06/25/2017 03:14 PM, Eva Star wrote:

After I remove Radion card, system loaded. But resolution is only
1280x800 and no network access (network managed do not see wired network)
Is it because Qubes installeted on Radion card? Or I have too
old integrated intel graphic (hd 2000 ) ?



I'd guess that the PCI order/ID of your devices changed when you removed 
the Radeon card, causing the NIC to no longer be recognized by its old 
ID. If you go into Devices tab for your sys-net and remove/re-add the 
NIC (then restart) it may work.



--

Chris Laprise, tas...@openmailbox.org
https://twitter.com/ttaskett
PGP: BEE2 20C5 356E 764A 73EB  4AB3 1DC4 D106 F07F 1886

--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/fa42aa05-bb66-a629-e68b-aafd892fc70a%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] switch to integrated Intel graphic

2017-06-25 Thread Eva Star
After I remove Radion card, system loaded. But resolution is only
1280x800 and no network access (network managed do not see wired network)
Is it because Qubes installeted on Radion card? Or I have too
old integrated intel graphic (hd 2000 ) ?

On 06/25/2017 09:45 PM, Eva Star wrote:
> Hello,
> 
> I'm always on Radion (no proprietary drivers, default Qubes setup).
> Now, I'm trying to switch to Intel integrated Graphic at the same
> machine (Intel HD 2000 on my processor). But I have troubles with
> booting Qubes. I see only blinked keyboard cursor at the top left
> corner. It show _after_ Qubes question what kernel to load (default or
> advanced). Every kernel show the same cursor.
> 
> Maybe somebody know how to fix this issue?
> I think Qubes must work perfect with any intel integrated graphic...
> Thanks
> 
> 

-- 
Regards

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/a7fb6568-31b4-9bac-d502-46b148072abd%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] switch to integrated Intel graphic

2017-06-25 Thread Eva Star
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hello,

I'm always on Radion (no proprietary drivers, default Qubes setup).
Now, I'm trying to switch to Intel integrated Graphic at the same
machine (Intel HD 2000 on my processor). But I have troubles with
booting Qubes. I see only blinked keyboard cursor at the top left
corner. It show _after_ Qubes question what kernel to load (default or
advanced). Every kernel show the same cursor.

Maybe somebody know how to fix this issue?
I think Qubes must work perfect with any intel integrated graphic...
Thanks

- -- 
Regards
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJZUATHAAoJEGSin3PC/C0A/S8QAMjS9Gn4kDGg+IKPrmNy0VeR
TAlryE/RXyLzZURHWWEgnKsiXhg52L9RIgjOZhugVEQfRSL2FpePYxnuvZ+S10wJ
Ky/law492Ys8cDHWhJ31CZe78/o7WeMhqjXW0uLyzcLSTCy4DF8DPTs9SC8V6qjH
m2ELSkgTY+F/TNljiv3u8MvArSe83Og/VhXZ6dOv4repAZSpKWE/C/dZn1WmIhtr
poZUQsKso+Cb/sOjOXlzxV80rj66ZKqbBGBDljOiYJqEC9bM9ObDfZyKpdlnBFdF
7Hdb+QdQsuTln4eTNjmtM78OReii7igAoftp/tRTCUCzVxPyS25X4MlykYRIgAZk
tMawN/O5BdTbwzRtUpTiiui/O67Qz5u2wr12TX1dyIL+clmZ0PiDIgB3fDXMJ0ko
CAP3o/4pCZwyFhI/Ajbq1j3EP2htNUsJ2dzLHCAGhGv+TXeH2lWPCa7hHy5mZk+W
kt/xbW+APzkvULm5Bu/JnG1TThOvtX+d4rD5tfHd5X0BaDWtAEaF1QvXo9xBAgoX
xp0UM4Vp8MEaGzq0TNvyANhCgLxUhGixEYqYud9D0kJFEJBFY3g1YK75u2KWa6X8
Hzt56VBAPeswAGxwPk55NANEkttE0ZgGLdFQC90WELOy4BmFmMm0/vkhslQgToir
JF0ped/NrGPHLuSmxK9U
=HfZD
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/16e2c92c-1b55-8fe2-2364-2a512d54a8e3%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.