Hi, we have some old dell optiplex 745 machines which have the Intel 965q chipset. The problem is, that they freeze as soon as the system tries to start the X system. It happens even before any log is written. This happens almost every time (for some reason it sometimes work, but 99% it fails). When i change the graphic driver in xorg.conf from intel to vesa it mostly works, but still i sometimes get a flickering screen, but this can mostly be resolved using ctrl+alt+backspace (sometimes you have to try this twice). We use the 1024x768 and 24 bit colors, so this shouldn't be the problem. Does anyone know a fix for this problem? Janez -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100628/4a2ea0ce/attachment.html>
On Monday 28 June 2010 12:58:36 Janez Kosmrlj wrote:> Hi, > we have some old dell optiplex 745 machines which have the Intel 965q > chipset. The problem is, that they freeze as soon as the system tries to > start the X system. It happens even before any log is written. This happens > almost every time (for some reason it sometimes work, but 99% it fails). > When i change the graphic driver in xorg.conf from intel to vesa it mostly > works, but still i sometimes get a flickering screen, but this can mostly > be resolved using ctrl+alt+backspace (sometimes you have to try this > twice). We use the 1024x768 and 24 bit colors, so this shouldn't be the > problem. > > Does anyone know a fix for this problem? > > JanezJanez, I seem to remember having a similar problem with a lab full of those machines some years ago. They were running an earlier version of Fedora. What we had to do was upgrade the BIOS. They are now running Fedora-11 with BIOS ver 2.6.2 Hope this helps, Tony
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Janez Kosmrlj Sent: maandag 28 juni 2010 13:59 To: CentOS mailing list Subject: [CentOS] centos 5.5 on optiplex 745 Hi, we have some old dell optiplex 745 machines which have the Intel 965q chipset. The problem is, that they freeze as soon as the system tries to start the X system. It happens even before any log is written. This happens almost every time (for some reason it sometimes work, but 99% it fails). When i change the graphic driver in xorg.conf from intel to vesa it mostly works, but still i sometimes get a flickering screen, but this can mostly be resolved using ctrl+alt+backspace (sometimes you have to try this twice). We use the 1024x768 and 24 bit colors, so this shouldn't be the problem. Does anyone know a fix for this problem? ______________________________________________________ This is an issue with the graphics, it gets initialized in the wrong way ( driver ) The installer does not recognize the correct video chip during install. If you boot the system in runlevel 3 and then change the driver to i810 in the device section of /etc/X11/xorg.conf : Section "Device" Identifier "Videocard0" Driver "i810" EndSection Good luck, Edwin