Quantcast
Channel: Intel Communities : Discussion List - Graphics
Viewing all 19529 articles
Browse latest View live

New driver gives gfx errors in old games

$
0
0

Hello!

 

I'm working and playing on Lenovo Y580, its a i7 laptop with nvidia optimus, intel hd 4000 + nvidia 660m. Windows 7 x64 Sp1

 

I'm trying to play few old games like:

 

Rainbow Six (1998)

No One Lives Forever (2000)

Blood 2 (1998)

Gabriel Knight 3 (1999)


Take a look at what i have in Rainbow Six:

https://dl.dropboxusercontent.com/u/5020311/Screenshot%202014-01-22%2023.29.39.png


And that's on newest official driver from intel 10.18.10.3345

 

But if i revert to an old one 9.17.10.2932 everything is ok and all games work fine.

 

Any explanation or solution? Intel guys smth changed in their driver so now its not working good with old games


Invalid framebuffer operation after glCheckFramebufferStatus

$
0
0

I am getting a weird OpenGL error when running my application on my HD4000 and think this might be a driver bug. I found no place to report bugs, so I am posting this here. My system specs are: Windows 64bit, driver version 15.28.20.64.3347, OpenGL 3.3 Core Profile.

 

I boiled it down to a few OpenGL calls to reproduce it:

  1. Create two framebuffer objects.
  2. Create a texture and bind it as GL_COLOR_ATTACHMENT0 to both FBOs.
  3. Call glTexImage2D a second time on the texture
  4. Bind the first FBO and call glCheckFramebufferStatus (returns GL_FRAMEBUFFER_COMPLETE).
  5. Bind the second FBO and call glClear. The glClear gives an GL_INVALID_FRAMEBUFFER_OPERATION.

 

Step 3 and 4 are required to reproduce the error, which I find especially disturbing for the glCheckFramebufferStatus call. The problem also does not occur on other graphics cards (including the Nvidia card on the same machine).

 

If you call glCheckFramebufferStatus on the second FBO, it also returns GL_FRAMEBUFFER_COMPLETE. However, when inspecting the internal OpenGL state with apitrace, it says that the second FBO has now a color attachment with object name zero.

 

Re-binding the texture to the second FBO after the glCheckFramebufferStatus call resolves the error. This is working as a workaround for now, but I suppose that binding textures to various FBOs each frame is not a good idea.

 

Here is C++ code that reproduces the error (see the link below for the full sources):

 

// Create a texture and bind it to two FBOs
GLuint textureName;
glGenTextures(1, &textureName);
glBindTexture(GL_TEXTURE_RECTANGLE, textureName);
glTexImage2D(GL_TEXTURE_RECTANGLE, 0, GL_RGBA, 2, 2, 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL);

GLuint fboNames[2];
glGenFramebuffers(2, fboNames);
glBindFramebuffer(GL_FRAMEBUFFER, fboNames[0]);
glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_RECTANGLE, textureName, 0);

glBindFramebuffer(GL_FRAMEBUFFER, fboNames[1]);
glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_RECTANGLE, textureName, 0);

glBindTexture(GL_TEXTURE_RECTANGLE, textureName);
glTexImage2D(GL_TEXTURE_RECTANGLE, 0, GL_RGBA, 2, 2, 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL);

glBindFramebuffer(GL_FRAMEBUFFER, fboNames[0]);

// Removing this line resolves the error
glCheckFramebufferStatus(GL_FRAMEBUFFER); // Returns GL_FRAMEBUFFER_COMPLETE

glBindFramebuffer(GL_FRAMEBUFFER, fboNames[1]);
GLenum bufferTarget = GL_COLOR_ATTACHMENT0;
glDrawBuffers(1, &bufferTarget);

// Adding this line resolves the error
// glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_RECTANGLE, 1, 0);

glCheckFramebufferStatus(GL_FRAMEBUFFER); // Returns GL_FRAMEBUFFER_COMPLETE

//This call causes a GL_INVALID_FRAMEBUFFER_OPERATION error.
glClear(GL_COLOR_BUFFER_BIT);

 

I also prepared a minimal Visual Studio 2013 64bit Project with the same code: Dropbox - HD4000Error.zip

Intel HD 4000 Graphics crashing - GfxUI has stopped working - HP Notebook - Win 7 x64

$
0
0

Hi!

 

Since I have installed the Intel Video Driver and Control Panel 8.15.10.2712 of 22 Jun 2012 (sp57420.exe) - latest recommended driver

by HP.com for my Elitebook 8470p / OS, I am getting the error message "GfxUI has stopped working" when clicking "Options and Support" in the Intel Graphics and Media Control Panel.

 

Everything works fine except this problem, forbidding me to access to that menu.

 

Some details of my system:

 

- Notebook: HP Elitebook 8470p (16GB RAM)

- OS: Windows 7 Ultimate x64 (service pack 1)

- I have Microsoft.NET framework 3.5.1 active (default by Windows 7)

- I have installed Microsoft.NET framework 4.5.1

 

Some troubleshooting tentatives (with no success) I have made:

 

- Uninstalled and reinstalled the video driver;

- Uninstalled Microsoft.NET framework 4.5.1 and reinstalled the video driver;

 

Can anyone help me resolving this issue, please?

Intel(R) HD Graphics 4000 problems after reinstaling windows

$
0
0

Hi!

I have encountered serious problems after I had to format my HDD because my Windows 8 (OEM) ha

 

d gone corrupt and nothing helped me on reinstalling it...

So i installed my old Windows 7 but now i face serious problems with my graaphic cards and there drivers..

 

I have a Acer Aspire V3-571G V2.15 which had pre-installed W8 but now it has W7.

 

Before i reinstalled I had:

Intel(R) HD Graphics 4000 [Display adapter]
NVIDIA GeForce GT 730M [Display adapter]
Generic PnP Monitor (15,3"vis)

 

But now with the same diagnostic tool I have:

Standard VGA Graphics Adapter [Display adapter] (2x)
Generic PnP Monitor (15,3"vis)

 

What have I tried:

I tried to install latest drivers for the Intel(R) HD Graphics 4000 but it always says that my Laptop doesn't meet the minimum requirements...

I tried to install latest NVIDIA GeForce driver for my main video card but the instalation stops and says that I need to instal Intel@ drivers...

 

So it's a closed loop:

My Pc doesn't recognize my NVIDIA card as a difirent card from Intel one and I cant update any drivers for neither of them...

 

Any help will be highly appriciated! I have spent ~20h trying to fix/reinstall my windows and this problem with the driverrs is just killing me now...

 

P.S.

Any tips on other intel drivers are welcome as the Laptop didn't come with any instalation discs (guess that what you get if you buy a pre-installed Laptop from a e-store Q_Q)

 

More info on my Laptop:

OLD

 

Operating SystemSystem Model
Windows 8 (x64) (build 9200)
Install Language: English (United States)
System Locale: Japanese (Japan)
Installed: 22.07.2013. 21:13:19
Boot Mode: UEFI with successful Secure Boot

Acer Aspire V3-571G V2.15
System Serial Number: Censored

Chassis Serial Number: Censored

Enclosure Type: Notebook

Processor aMain Circuit Board b
2,60 gigahertz Intel Core i5-3230M
64 kilobyte primary memory cache
256 kilobyte secondary memory cache
3072 kilobyte tertiary memory cache
64-bit ready
Multi-core (2 total)
Hyper-threaded (4 total)
Board: Acer VA50_HC_CR Type2 - Board Version
Serial Number: NBM6A11001308511433400
Bus Clock: 100 megahertz
UEFI: Insyde Corp. V2.15 03/11/2013
DrivesMemory Modules c,d
749,29 Gigabytes Usable Hard Drive Capacity
429,36 Gigabytes Hard Drive Free Space

DTSOFT Virtual CdRom Device [Optical drive]
HL-DT-ST DVDRAM GT51N [Optical drive]

Hitachi HDT725032VLAT80 USB Device [Hard drive] (320,07 GB) -- drive 1, s/n 11240883
TOSHIBA MQ01ABD075 [Hard drive] (750,16 GB) -- drive 0, s/n 92RAF2Z9S, rev AX003J, SMART Status: Healthy
8008 Megabytes Usable Installed Memory

Slot 'DIMM0' is Empty
Slot 'DIMM1' is Empty
Slot 'DIMM1' has 8192 MB (serial number 19353A3B)
Slot 'DIMM3' is Empty
Local Drive Volumes
 
c: (NTFS on drive 0)749,29 GB429,36 GB free
Network Drives
None discovered
Users(mouse over user name for details)Printers
 
local user accountslast logon
Censored19.01.2014. 15:53:02
Censored19.01.2014. 15:54:11(admin)
local system accounts
Administrator20.02.2013. 22:18:09(admin)
Guest16.11.2013. 11:56:53

 
Marks a disabled account;    Marks a locked account
 
Microsoft Shared Fax Driveron SHRFAX:
Microsoft XPS Document Writer v4on PORTPROMPT:
ControllersDisplay
Intel(R) 7 Series Chipset Family SATA AHCI ControllerIntel(R) HD Graphics 4000 [Display adapter]
NVIDIA GeForce GT 730M [Display adapter]
Generic PnP Monitor (15,3"vis)
Bus AdaptersMultimedia
Microsoft Storage Spaces Controller
Bluetooth Hard Copy Cable Replacement Server
Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
Intel(R) USB 3.0 eXtensible Host Controller - 0100 (Microsoft)
Bluetooth Audio Device
Intel(R) Display Audio
Realtek High Definition Audio
Virus Protection[file:///C:/Program%20Files%20(x86)/Belarc/BelarcAdvisor/System/tmp/(Ojars).html#topBack to Top]Group Policies
 
Windows Defender Version 4.3.0215.0
    Scan Engine Version 1.1.10201.0
    Virus Definitions Version 19.01.2014. Rev 1.165.2230.0
    Last Disk Scan on svētdiena, 2014. gada 12. janvāris 17:59:02
    Realtime File Scanning On
None discovered
CommunicationsOther Devices
 
↓ Bluetooth Device (Personal Area Network)
Status: Cable unplugged
Dhcp Server: none responded
Physical Address: F4:B7:E2:A8:59:1E
Connection Speed: 3 Mbps
Bluetooth Device (RFCOMM Protocol TDI)
↓ Broadcom NetLink (TM) Gigabit Ethernet
Status: Cable unplugged
Dhcp Server: none responded
Physical Address: B8:88:E3:BA:5E:EB
Microsoft 6to4 Adapter
Microsoft ISATAP Adapter
↓ Microsoft Wi-Fi Direct Virtual Adapter #2
Status: Not connected to a network
Dhcp Server: none responded
Physical Address: Censored
↑ Qualcomm Atheros AR5BWB222 Wireless Network Adapter
primary Auto IP Address: Censored
Gateway: Censored
Dhcp Server: Censored
Physical Address: Censored
Connection Speed: 144 Mbps
Teredo Tunneling Pseudo-Interface
Networking Dns Server: Censored
Microphone (Realtek High Definition Audio)
Speakers (Realtek High Definition Audio)
Microsoft AC Adapter
Microsoft ACPI-Compliant Control Method Battery
Bluetooth USB Module
Microsoft Bluetooth Enumerator
Microsoft Bluetooth LE Enumerator
Bluetooth LWFLT Device
Virtual Bluetooth Support (Include Audio)
Bluetooth AVRCP Device
HID-compliand device
HID-compliant consumer control device (2x)
HID-compliant device (6x)
Radio Controller
HD WebCam
HID Keyboard Device (2x)
HID-compliant mouse
Synaptics PS/2 Port TouchPad [Mouse]
Fax
Microsoft XPS Document Writer
Root Print Queue
Broadcom SD Host Controller
Generic USB Hub (2x)
USB Composite Device
USB Mass Storage Device
USB Root Hub (2x)
USB Root Hub (xHCI)
Generic volume shadow copy
AREJAIS
USB Storage Use in past 30 Days (mouse over last used for details)Hosted Virtual Machines (mouse over name for details)
 
Flash Disk, s/n E7CF29F9, rev 8.0713.01.2014. 7:09:01*

 
* Possibly used again before the reboot following this time.

 

New (not yet installed till the end):

System Security Status
 
Security Benchmark Score
Censored
 
Virus Protection
Censored
 
Security Updates
Censored

 


Computer Profile Summary
Computer Name: Censored
Profile Date: otrdiena, 2014. gada 21. janvāris 7:12:42
Advisor Version: 8.4
Windows Logon: Censored
newClick to try Belarc's Security Advisor for Android
Operating SystemSystem Model
Windows 7 Ultimate (x64) (build 7600)
Install Language: English (United States)
System Locale: Latvian (Latvia)
Installed: 2014.01.20. 21:14:51
Boot Mode: Legacy BIOS in UEFI (Secure Boot not supported)

Acer Aspire V3-571G V2.15
System Serial Number: Censored

Chassis Serial Number: Censored

Enclosure Type: Notebook

Processor aMain Circuit Board b
2,60 gigahertz Intel Core i5-3230M
64 kilobyte primary memory cache
256 kilobyte secondary memory cache
3072 kilobyte tertiary memory cache
64-bit ready
Multi-core (2 total)
Hyper-threaded (4 total)

Board: Acer VA50_HC_CR Type2 - Board Version
Serial Number: Censored

Bus Clock: 100 megahertz
UEFI: Insyde Corp. V2.15 03/11/2013

DrivesMemory Modules c,d
1070,12 Gigabytes Usable Hard Drive Capacity
959,70 Gigabytes Hard Drive Free Space

HL-DT-ST DVDRAM GT51N [Optical drive]

Hitachi HDT725032VLAT80 USB Device [Hard drive] (320,07 GB) -- drive 1
TOSHIBA MQ01ABD075 [Hard drive] (750,16 GB) -- drive 0, s/n 92RAF2Z9S, rev AX003J, SMART Status: Healthy
8012 Megabytes Usable Installed Memory

Slot 'DIMM0' is Empty
Slot 'DIMM1' is Empty
Slot 'DIMM1' has 8192 MB (serial number 19353A3B)
Slot 'DIMM3' is Empty
Local Drive Volumes
 
c: (NTFS on drive 0) *750,05 GB714,86 GB free
e: (NTFS on drive 1)320,07 GB244,84 GB free

 
* Operating System is installed on c:
Network Drives
None discovered
Users(mouse over user name for details)Printers
 
local user accountslast logon
Censored2014.01.21. 7:00:59(admin)
local system accounts
Administrator2009.07.14. 8:08:59(admin)
Guestnever

 
Marks a disabled account;    Marks a locked account
 
Microsoft Shared Fax Driveron SHRFAX:
Microsoft XPS Document Writeron XPSPort:
ControllersDisplay
Intel(R) 7 Series Chipset Family SATA AHCI ControllerStandard VGA Graphics Adapter [Display adapter] (2x)
Generic PnP Monitor (15,3"vis)
Bus AdaptersMultimedia
Broadcom Memory Stick
Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
Intel(R) USB 3.0 eXtensible Host Controller
Intel(R) USB 3.0 Root Hub
High Definition Audio Device (2x)
Virus Protection[Back to Top]Group Policies
CensoredNone discovered
CommunicationsOther Devices
 
Microsoft ISATAP Adapter
↑ Qualcomm Atheros AR5BWB222 Wireless Network Adapter
primary Auto IP Address: Censored
Gateway: Censored
Dhcp Server: Censored
Physical Address: Censored
Connection Speed: 144 Mbps
Teredo Tunneling Pseudo-Interface
Networking Dns Server: Censored
Microsoft AC Adapter
Microsoft ACPI-Compliant Control Method Battery
Microsoft Composite Battery
USB Input Device
HD WebCam
Standard PS/2 Keyboard
HID-compliant mouse
PS/2 Compatible Mouse
Broadcom SD Host Controller
Generic USB Hub (2x)
USB Composite Device
USB Mass Storage Device
USB Root Hub (2x)
Generic volume shadow copy
USB Storage Use in past 30 Days (mouse over last used for details)Hosted Virtual Machines (mouse over name for details)
 
Hitachi HDT725032VLAT80 -- drive 1, s/n 11240883, rev V54O2014.01.21. 7:04:17
SAMSUNG S5830i Card, rev 00002014.01.20. 21:23:45*

 
* Possibly used again before the reboot following this time.

Workaround for black screen problem

$
0
0

Hi everybody,


as many others here, I am affected by the problem that the Intel driver for the integrated graphics doesn't work when a display is connected via DVI or HDMI (VGA works fine). When this happened to me, I was quite disappointed first, but then I started to thinks of ways to solve the problem.


While thinking about it, I remembered that when I first installed the driver, it was working with the Intel driver active until the next reboot. So, as my display has both DVI and VGA inputs, I decided to connect it via both (my PC has both outputs) and see if I could get it to work. After some trial and error, I found out, that when I deactivated and then reactivated the device in the device manager, it would work perfectly normal over DVI. So I concluded, that there must be some problem with the driver initialization when Windows starts. That problem doesn't appear when the driver is initialized later.


(Intel support: maybe this could be a starting point for your engineers to sort this problem out? It definitely works with these displays, the only problem is, that the driver fails to work when it is started with Windows.)


So, I concluded that if I could get the device to automatically be deactivated and the reactivated when Windows starts I could circumvent the problem. Some googling later, I found out there was a command line program named devcon, which could exactly do that. So, here is how to do it (I will only cover Windows 7 here, as that is the only system I can test this on):


  • Get devcon (On Windows XP you could easily download the program separately from Microsoft (http://support.microsoft.com/kb/311272). That version *may* even work on 32bit Windows 7 (I'm not sure, can't try it out), but if you've got 64bit it is a little bit more complicated):

    • Download the Windows Driver Kit (WDK): http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11800

    • Open the ISO file. (I'd recommend 7-Zip for that - http://www.7-zip.org, I'll only be convering how to do it with 7-Zip here.) Just right-click on the file an choose 7-Zip > Open or drag it into 7-Zip file manager

    • Once opened, enter the WDK subfolder (I hope all of this is correct, as I don't have the ISO anymore and am writing this according to tutorials on the net)

    • There you should have three files with the prefix "setuptools_". If you are on 32bit choose setuptools_x86fre_cab001.cab, if you are on 64bit usesetuptools_x64fre_cab001.cab.

    • Double-click on that file and you should see a file named _devcon.exe_00000_

    • Extract that file to wherever you want (I choose C:\devcon) and rename it to devcon.exe

    • That's that, now we have our devcon.exe


  • If you haven't yet, install the Intel driver, but don't reboot (the display should still work until you reboot)


  • Find out the device id:

    • Open a command line window (type cmd in the start menu) and navigate to where you copied your devcon.exe (If it is under C:\devcon type cd c:\devcon)

    • run devcon.exe find *

    • That will give you a list of the IDs of all the devices in your computer. Now you have to look through that and find your graphics adapter. For example, mine is listed as "Intel(R) HD Graphics Family".

    • Note the device ID before that name. For me it's PCI\VEN_8086&DEV_0112&SUBSYS_D0001458&REV_09\3&13C0B0C5&0&10


  • Create the script to disable and reenable the device:

    • Create a new file with the following contents:

c:\devcon\devcon.exe disable ID_OF_YOUR_DEVICE

c:\devcon\devcon.exe enable ID_OF_YOUR_DEVICE

    • Replace C:\devcon\ with wherever you placed your devcon.exe

    • Name the file however you like, but give it a .cmd extension (be sure to have "hide extensions for known file types" turned off in Windows)


  • Create a task to run the script when windows starts:

    • Start the task scheduler: Go to the Control Panel, System and Security, Administrative Tools or type task in the start menu and select the task scheduler (right click and select Run as Administrator if you aren't an Administrator on your computer)

    • Create a new task (don't use basic task)

    • Name it whatever you like, then change the user the task is run as to "SYSTEM" (otherwise it won't run)

    • Select "Run with highest privileges"

    • Create a new trigger and select "On Startup"

    • Create a new action and select the file you created in the previous step

    • Maybe change the energy options if you are using a laptop


  • Reboot


  • Finished! :-)


Now, on reboot, the screen will go blank at first, but should return some seconds later once the script is being run.


The one thing that still doesn't work with this method is standby, since I haven't found a method yet to run the script when the computer exits standby mode. But at least I'm able to work normally for now (and since I'm having an SSD startup is really fast anyway).


I hope this helps some of you to get around this annoying problem and that Intel will find a way to properly fix it soon.

Intel HD P4600

$
0
0

Hello,

Can anyone tell me what is max analog resolution for hd p4600? I found the digital resolution but I can't find analog one. Will be very gratefull for help

Scripting Intel Display Driver Scaling

$
0
0

We have over 2000 standard workstations that get reimaged on a consistent basis. During the reimage process the screen resolution of 1024x768 is kept but the Intel Display driver scaling defaults to maintain aspect ratio. Once this option is changed to scale full screen everything is setup according to our business needs. So my question is does anyone know how to script changing the Intel display driver to scale full screen instead of maintain aspect ratio? This would save our guys hours and hours of time spent on manually changing this option.

Intel HD Graphics crashing when selecting the "support and options" button

$
0
0

Hi,

 

I recently noticed that when selecting the "support and options" button in the Intel HD Graphics interface, I get a "GFxUI has stopped working" error message, and the Intel application crashes. Previously HD Graphics had been working fine on my Core i3-based laptop over the past 3 years. Besides this crash problem, I also noticed that I had lesser video quality recently.

 

My laptop is a Toshiba, but someone else got the exact same problem 18 months ago with an HP machine equipped with a Radeon 7690M XT graphics card :

GfxUI stops working after selecting Options and Support ****... - HP Support Forum - 1454059

So this is not a hardware-specific problem. The OS is Windows 7 64 bit in both cases.

All Intel and Microsoft software and drivers are up to date.

 

Recently I got another error message from GfxUI, with "Process ID = 0x14a8 (5288)" and "Thread ID = 0x15a8 (5544)"

 

Anyone with an idea where this comes from ?

Thx


Brightness of the notebook does not change?

$
0
0

Hi all

 

I am on Windows 8.1 and using the shortcut FN + F11 or F12 does not change the brightness.

Clicking on the battery near the clock and changing balanced for energy savings also do not change.

 

What can I do? I installed the latest driver for the video card which is intel hd graphics and nothing

 

thanks

Garbage in screen after windows 7 login with HD 3000

$
0
0

Hello all

 

I recently got a HP elitebook 8460p. It has Intel HD 3000 graphics (I5-2520M processor). I updated bios to last version (F.42) and I´m using Windows 7 x64 with latest intel hd drivers (9.17.10.3347).

 

The problem is that after the login screen in windows 7 a lot of garbage appears in screen, like the resolution isn´t fine, if i change to another resolution the problem dissapear, and if i return to the original resolution also works. Doesn´t usually do twice after you change the resolution.

 

I recorded a video of the problem:

 

Hp 8460p graphics problem - YouTube

 

Can be a hardware problem? In linux never experienced this problem, so i don´t know what to do. I tried to rollback bios, but doen´t solve the problem. The hardware check in UEFI by HP seems to be fine.

 

Sorry for my bad english, any help would be appreciated.

 

Thanks!

Enable onboard graphics G33/G31

$
0
0

Hi,

 

I have installed a new graphics card to the PCI Express slot on my motherboard however now my onboard graphics no longer function, how do I enable this? I can't see anything that resembles the option in BIOS.

 

If it's not possible are there any other solutions?

 

Thanks,

VIDEO_DGXKRNL FATAL ERROR 113

$
0
0

hi, i just got a dell inspiton 5537 with windows 8 .. and everything was working fine.. however after i upgrade to windows 8.1 i started having some issues.. i each time i start the pc .. the dell logo appear twice and the laptop takes a lot of time to boot.. also if 1 put it on sleep when i press the wake up button. its restarts..

 

i have run a blue screen screen viewer

 

is says that its a directx graphics problem.. but i dont understand it. here is the link to the minidump file:

 

minidumps

 

anyone know how to fix this?

 

Thanks..

Cut Edges on the TV display when connected by HDMI

$
0
0

Hi, How can I adjust the resolution of the screen when attached to a HAIER TV with HDMI cable? The edges are cut and I can't watch the whole screen.

I've tried to adjust the resolution in the graphics and media control panel, but nothing seems to work.

 

I have a Windows 8.1, and use a Haier L-42F6 TV screen.

 

Can someone please help?

Cut Edges on the TV display when connected by HDMI

$
0
0

Hi, How can I adjust the resolution of the screen when attached to a HAIER TV with HDMI cable? The edges are cut and I can't watch the whole screen.

I've tried to adjust the resolution in the graphics and media control panel, but nothing seems to work.

 

I have a Windows 8.1, and use a Haier L-42F6 TV screen.

 

Can someone please help?

Official Black-screen thread - We need your help!

$
0
0

Hello Graphics Communities!

 

For a very long time now we've been trying to track down, diagnose, and correct an issue that seems to be happening all across the board with Intel® Graphics.  Users, for various reasons - seem to have issues with OEM systems (and Intel® NUC's) losing their display for different events.

 

  • Installing new drivers
  • Rebooting
  • Computers idling, going into sleep or hibernation
  • Other random events

 

We have run into a stumbling block in fixing this issue, and that is that we are unable to reproduce the symptoms above.  We have ordered exact-matching systems, displays and cables - and matched our configurations to those of the users having problems, and we are completely unable to reproduce the problem.  The issue is complex, but in this particular case - it stems from the fact that two users with the same configuration are not guaranteed to have the problem, it varies from user to user, system to system, display to display.

 

What we at Intel® are asking now though is 2-fold.  If you are one of these users (or a business) experiencing a consistent black-screening issue as mentioned above, we would like to procure your COMPLETE system configuration.  This means, we want you to ship us (at our expense) - the System (desktop or laptop), display (TV, monitor) AND the cable (hdmi, dp, dvi, vga) used by your system when it starts to have a blackscreen failure.  If you are willing to do this, you should be aware that we will keep your system for an extended period, and will compensate you by replacing your setup.

 

NOW!  Even if you are not willing to send us your system, and would just like to inform us that you have a black-screen issue.  That is okay too. Even if you have already submitted this info in some of our other black-screen threads, feel free to submit it here too.  Please submit the following information into this thread so that we can continue to document all possible instances of it.  Just copy and paste the below list and put in relevant information (completely!).  *NOTE* If you have not already done so, please update your BIOS and Display Driver to the latest version available.  We cannot accept a report of a failing configuration that is not up to date.  Additionally, if you are running your display through a 3rd party device such as a projector or an AV/R (receiver), you need to show that the problem still occurs without the extra device connected (a direct connection from system to display is required).

 

Are you willing to send your system to us? (Yes/No)
Is your system a laptop or desktop?
If desktop, is it custom built, or manufactured?
If desktop, what is the make/model of your motherboard?
What is the make/model of your system? (COMPLETE model name required)
What is the model of your CPU?
What is the make/model of your failing display(s)?
If laptop, is your built-in display failing? (Yes/No)
What is your operating system?
Is it a 64-bit or 32-bit operating system?
What display driver version do you have installed?
What type of connection are you using? (HDMI, VGA, DP, DVI?)
What happens that results in the blackscreen failure?

 

Any/all information is valuable.

 

Thank you for your information & cooperation!

-Nic


Shimmering textures, please fix ansiotropic filtering?

$
0
0

Hello!

 

I use a Mac Mini (late 2012 i7) to play FSX and while performance is surprisingly good one thing is sticking out, the awful texture shimmering. I guess this is a common problem with all the intel IGP's. Please try to fix AF because atm it isn't working even if you try to force it in the control panel, even 4x AF would be such an improvement. I actually don't need a dedicated GPU to play FSX because it is so CPU bound, the HD 4000 in conjuction with the i7 gives me better and stutter-free performance in comparison with my FX-6300/GTX 660 gaming rig, believe it or not. So yeah, I know it's been said before but please try to do something about that ansiotropic filtering.

 

Cheers!/Andy

VGA display not working

$
0
0

Hello,

 

I've been the happy user of the UX31-DH52 for over a year now. Just recently, I tried to use the mini-VGA port to no avail. The mini-HDMI port works like a charm, but the mini-VGA seems faulty or I just don't know how to use the settings.

 

I have an external receiver hooked up to the laptop using the HDMI port to listen to music. It works fine both cloning or extending the screen to the receiver.

 

I'm trying to hook up the laptop to an external monitor using the mini-VGA port and the proper mini-VGA to VGA adapter. I have tried a couple of VGA cables to be sure the cables were not the issue.

 

Thing is, whenever I try to extend or clone the laptop to the monitor, the monitor says "no signal" for the VGA input. In the laptop display settings, I can see the external monitor, and the laptop does get the right name of the monitor so it seems to properly detect it. Sometimes, and it seems random to me, the monitor does work and I can see my laptop desktop in the monitor. Sometimes it works for hours, sometimes for a few seconds.

 

  If I hook up the monitor with the mini-HDMI cable, it does work. I think the monitor is fine.

 

Maybe I'm doing something wrong in the laptop display settings, I really have no idea. I do have the latest Intel drivers (9.17.10.3347).

 

If I disable the graphics adapter in Windows devices and then I enable it, sometimes the VGA output works, but as soon as I reboot the laptop, the VGA output is no longer working.

 

If I re-install the latest drivers and do not reboot, the VGA output works again, but it's gone after rebooting.

 

Is it possible to get the VGA output to properly work?

 

Thanks!

additional GPU on Packard Bell

$
0
0

Greetings everyone,

I am a new user. I recently bought a new desktop and I am seeking your advice on something. The desktop I bought is the Packard bell bare-bone PC with an Intel core i3 processor. (http://www.pcworld.ie/Product/PACKAR...-PC/316290/307) The built-in graphics card is inadequate for my purposes, so I am thinking of buying an additional one. My question is: Is this desktop able to support it ? The case only seems to have some USB ports on the back.  Will I be able to connect one when I buy it ?. Any ideas how to do it ?

intel hd graphics not found 8.1

$
0
0

Hi.

 

I've bought a laptop packardbell with celeron x64, win 8 32bits, and touchscreen ...ref = easybook ENME69BMP in France (is it baytrail ? )

 

Since i've upgrade to 8.1 the computer is slow, and in my specificities the intel HD graphics is now called "carte vidéo de base microsoft" .. (microsoft generic card or sthg like that ?)

 

i cannot find good driver : i've tried windows update, packardbell support, and intel support (the one i think was good but when i try to install i get an, error message " my system doesnt seem to have the minimal specification) ..

 

pleasez help ! !  i dont want to go back to 8

HDMI port does not awaken from sleep mode

$
0
0

I am running a dual-monitor setup on Windows 8 with an Intel HD 2500 graphics card (driver 10.18.10.3379). I run one monitor out of the VGA port and the other from the HDMI port.

 

All is well until the computer goes to sleep or I shut down, at which point only the VGA port will awaken (regardless of which of the two monitors is connected to it). If, however, I pull the VGA plug from the computer before awakening, the HDMI-connected monitor will turn on, and then I can plug in the VGA plug and get the dual-setup working.

 

It seems that the HDMI port will not turn on unless the GPU sees there is no monitor connected through the VGA. If that is the issue, is there any way to "force" the HDMI to life?

Viewing all 19529 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>