Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Intel 82Q33 werkt niet  (gelezen 853 keer)

Offline BlackBurn

  • Lid
    • http://www.robmaas.eu
Intel 82Q33 werkt niet
« Gepost op: 2008/08/13, 09:01:26 »
Als test ben ik bezig om te kijken hoe Hardy Heron 64bits versie werkt, dus heb deze geïnstalleerd op een HP dc5800 SFF. De installatie verliep vlekkeloos, echter loop ik vastbij het configureren van de videokaart. Deze wordt niet goed herkend.

Ik heb al van alles geprobeerd, o.a.:
- dpkg-reconfigure xserver-xorg
- driver in xorg.conf veranderen van i810 naar intel en omgekeerd.
- De HorizSync en de VertRefresh van de monitor goed ingesteld. (al denk ik dat het probleem echt bij de driver ligt.)

LSPCI:
00:02.0 VGA compatible controller: Intel Corporation 82Q33 Express Integrated Graphics Controller (rev 02)

LSHW:
*-display UNCLAIMED
     description: VGA compatible controller
     product: 82Q33 Express Integrated Graphics Controller
     vendor: Intel Corporation
     physical id: 2
     bus info: pci@0000:00:02.0
     version: 02
     width: 32 bits
     clock: 33MHz
     capabilities: vga_controller bus_master cap_list
     configuration: latency=0

XORG.CONF:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
Driver "intel"
BusID "PCI:0:3:0"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-65
VertRefresh 50-75
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Iemand nog ideeën, tips, suggesties?
Live to win, dare to lose
http://www.robmaas.eu

Offline BlackBurn

  • Lid
    • http://www.robmaas.eu
Intel 82Q33 werkt niet
« Reactie #1 Gepost op: 2008/08/14, 09:09:23 »
Echt niemand een idee?
Live to win, dare to lose
http://www.robmaas.eu

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Intel 82Q33 werkt niet
« Reactie #2 Gepost op: 2008/08/14, 11:37:51 »
Probeer eens tijdelijk een andere distro, met een nieuwere kernel? Bijvoorbeeld openSUSE 11.0 of Fedora 9. Die hebben 2.6.25.

De Intel-driver zit namelijk in de Linuxkernel. Het kan zijn, dat de 2.6.24 van Ubuntu 8.04, net iets te oud is voor jouw kaart.