DG965SS suse10.2 video

From Osnow

Jump to: navigation, search

When installing openSuSE 10.2 my Intel DG965SS (with onboard X3000 video) did not detect properly. IT came up with 1280x1024 frame buffer driver. It was fast enough, but there was no 3D support at all! No lincity-ng, no glxgeeears, no Compiz or Beryl! This will not stand.

So it seems I have a few choices.

  1. Get the stock i810 driver to recognise the card
  2. upgrade to newer X11 which natively supports it as a i915 with benefits
  3. install/compile the drivers from source

I am shooting for #1. This is my story...


In /etc/X11/xorg.conf, these sections represent my problem.:

Section "Module"
  Load         "type1"
  Load         "dbe"
  Load         "freetype"
  Load         "glx"
  Load         "v4l"
  Load         "extmod"
  Load         "dri"
EndSection

Section "Monitor"
  DisplaySize  365 292
  HorizSync    30-81
  Identifier   "Monitor[0]"
  ModelName    "823A"
  Option       "DPMS"
  VendorName   "NON"
  VertRefresh  43-76
  UseModes     "Modes[0]"
EndSection 

Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"1280x1024" 134.72 1280 1368 1504 1728 1024 1025 1028 1068
EndSection

Section "Screen"
  DefaultDepth 16
  SubSection "Display"
   Depth      16
   Modes      "default" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Device"
  BoardName    "Framebuffer Graphics"
  BusID        "0:2:0"
  Driver       "fbdev"
  Identifier   "Device[0]"
  VendorName   "VESA"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

My first change is to trick the server into seeing the i810.

External links

Personal tools