Drivrutiner till grafikkort.
Postat: 23 jun 2008, 20:39
Hej. Har precis installerat ubuntu på en äldre maskin (500 Mhz, 256 mb ram). Problemet är grafikkortet. Till att börja med finns det inga drivrutiner att välja i listan för proprietära drivrutiner. När jag kollar i xorg.conf hittar jag inget om grafikkortet där heller. När jag försökt att konfigurera om xorg.conf får jag inga frågor om grafik över huvud taget. Någon som kan hjälpa mig med detta?
Info om grafikkort:
Xorg.conf:
Info om grafikkort:
Kod: Markera allt
~$ lspci
00:00.0 Host bridge: Intel Corporation 82810E DC-133 (GMCH) Graphics Memory Controller Hub (rev 03)
00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133 (CGC) Chipset Graphics Controller (rev 03)
Kod: Markera allt
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection