|
| ||||||||||
| Tags: driver, graphics accelerator driver, intel, script, vbs script |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Changing Intel Graphics Media Accelerator Driver using script
|
|
#2
| ||||
| ||||
| Re: Changing Intel Graphics Media Accelerator Driver using script
You need to given all the fundamental changes to the Intel driver, and especially now with KMS, external display support has been quite in flux. One of the issue encounter is that the maximum virtual screen size depending on driver version (or in the case of KMS, the kernel). This is significant if you want to have an comprehensive desktop (dual-display), but not for Mirror mode. If you’re using KMS, depending on what patch made it keen on the kernel the maximum virtual screensize is either 2048x2048 or 4096x4096. If you’re not using KMS, depending on the Intel driver version it will be either 1280x1280 or 2048x2048. 4096x4096 is not potential without KMS, and even then you authority have to add the patch to your kernel to enable it. To see what your practical screen size is, simply run xrandr from a cmdline and appear for something like this Code: Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 4096 x 4096 |
|
#3
| ||||
| ||||
| Re: Changing Intel Graphics Media Accelerator Driver using script
The maximum virtual screensize is 4096x4096 which is ideal, and again, merely possible in mixture with KMS. If you’re getting 1280x1280 instead, you’re organization an older Intel driver and have to add the Virtual line as shown below to your xorg.conf Code: Section "Screen"
Identifier "Default Screen"
Device "Intel Graphics Adapter"
SubSection "Display"
Virtual 2048 2048
EndSubSection
EndSection Code: xrandr -q |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Changing Intel Graphics Media Accelerator Driver using script" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is Intel Graphics Media Accelerator HD supported in Linux Ubuntu 10.04? | I M Perfect | Operating Systems | 7 | 01-04-2012 07:49 PM |
| HDMI and graphics driver not working with Intel DH67GD with Intel core i3-2100 | DeepakTij | Motherboard Processor & RAM | 6 | 09-12-2011 06:46 PM |
| Video cards and Graphics Media Accelerator for The Sims 3 | KiVANdLELyA | Video Games | 4 | 08-02-2011 10:31 AM |
| HELP - Will the Intel Graphics Media Accelerator 4500M run this game?? | jernate | Monitor & Video Cards | 2 | 15-12-2010 05:27 PM |
| Need Help with Intel Graphics Media Accelerator Driver | Franseza | Vista Hardware Devices | 1 | 22-01-2008 04:23 AM |