> Sorry to resurrect this thread. The link above doesn't really help (probably 
> because I'm a newbie and missing some solid background in linux and xen). 
> Here's the driver I'm trying to install - 
> https://01.org/linuxgraphics/downloads 
> (intel-linux-graphics-installer-1.4.0-23.intel20161.x86_64.rpm). So far I was 
> able to download it through one of the VMs, then copy to Dom0. It's missing a 
> dependency - libproxy-mozjs 0.4.10. I can download and copy it to Dom0, but 
> for some reason Dom0 doesn't even see the file, let alone install it. What am 
> I missing? I really need a decent video driver, the default one is only good 
> for terminal. 
>  Appreciate your help  Thank You

Sorry to resurrect the resurrection from before, I know how much everybody in 
this world loves necromancy-- however, I was having a similar problem with 
Intel integrated [HD Graphics 530] and solved the problem by creating an 
xorg.conf file in the /etc/X11 folder of dom0 containing the following:

Section "Device"
   Identifier "Intel Graphics"
   Driver "intel"
   Option "AccelMethod" "sna"
   Option "TearFree" "true"
EndSection

I ended up needing to reboot the machine, but this could have been due to 
taking the server down and up with init... whatever the reason it needed to be 
rebooted.

As a note of caution, I am by no means a security guru or even really a power 
user of Qubes. Take anything I say with a grain of salt. It might work great 
for you, something might melt [or otherwise be rendered hideously insecure, 
though I don't readily see how].

Hope this helps!

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/98da26da-8b64-4e55-a67d-a77f5b0b682b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to