Nieuws:

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

Auteur Topic: Graphics bij Intel 82945G [Gutsy]  (gelezen 956 keer)

sasa

  • Gast
Graphics bij Intel 82945G [Gutsy]
« Gepost op: 2008/01/01, 12:44:58 »
Hallo,

Ik heb een nieuw moederbord moeten kopen, want mijn vorig was zowat defect geworden. Nu heb ik dus een asus P5LD2-VM series, met ingebouwde geluids- en graphicskaart.

Nu is het probleem dat ik mijn beeld altijd in laagste resolutie en slechtste kwaliteit moet zetten, omdat het systeem anders gewoon niet werkt. Kan ik ergens drivers voor dit kaartje halen, of is er ergens een achterpoortje zodat ik tenminste een deftige resolutie kan handhaven op mijn pc?

Alvast erg bedankt!

Offline joop905

  • Lid
Graphics bij Intel 82945G [Gutsy]
« Reactie #1 Gepost op: 2008/01/01, 14:14:05 »
je kan dit eens proberen
 sudo dpkg-reconfigure xserver-xorgen dan de resolutie aan vinken

als dat niet werkt
Post hier eens de inhoud van je xorg.conf file.
gedit /etc/X11/xorg.conf

sasa

  • Gast
Graphics bij Intel 82945G [Gutsy]
« Reactie #2 Gepost op: 2008/01/02, 18:08:13 »
Sorry voor het late antwoord, maar er scheelde iets met mijn internet.

Ik heb ondertussen bij System - Beheer - Screen and Graphics de drivers van de Intel 945 kunnen bemachtigen, maar de kwaliteit is nog steeds ondermaats, ik heb namelijk een Intel GMA 950.


Ik heb dit in de xorg file:

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection

Section "Module"
   Load      "glx"
   Load      "GLcore"
   Load      "v4l"
EndSection

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

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"   "/dev/input/mice"
   Option      "Protocol"   "ImPS/2"
   Option      "ZAxisMapping"   "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "Device"
   Identifier   "Failsafe Device"
   Boardname   "vesa"
   Busid      "PCI:0:2:0"
   Driver      "intel"
   Screen   0
EndSection

Section "Monitor"
   Identifier   "Failsafe Monitor"
   Vendorname   "Compaq"
   Modelname   "Compaq 1520 Flat Panel Monitor"
   Horizsync   30.0-60.0
   Vertrefresh   56.0-76.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Failsafe Device"
   Monitor      "Failsafe Monitor"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   1280   960
      Modes      "800x600@72"   "800x600@75"   "800x600@56"   "800x600@60"   "640x480@75"   "832x624@75"   "640x480@72"   "1024x768@75"   "640x480@60"   "1024x768@70"   "1024x768@60"   "1280x960@60"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
EndSection
Section "ServerFlags"
EndSection