Mailinglist Archive: opensuse-mobile-de (193 mails)

< Previous Next >
Re: [suse-laptop] SUSE9.3 and Intel 915 GM graphic card
  • From: "Sami A. Hassanein" <linux@xxxxxxxxxxxx>
  • Date: Tue, 9 Aug 2005 07:40:25 +0200
  • Message-id: <200508090740.25478.linux@xxxxxxxxxxxx>
On Tuesday 09 August 2005 07:34, Andre Tann wrote:
> Sami A. Hassanein, Dienstag, 9. August 2005 07:25:
> > Ich habe 915resolution installiert und es läuft grundsätzlich
> > auch, aber das Bild ist total unscharf.
> > Ich bin dankbar für jede Hilfe, da ich echt nicht mehr weiter
> > weiss.
>
> Hast Du denn auch die xorg.conf oder XFree86 (oder wie das Dings
> gleich wieder heißt) angepaßt? Das war bei mir der kniffligste
> Teil, denn da konnte ich nicht einfach übernehmen, was bei
> 915resolution vorgeschlagen wird.
>
> Was hast Du denn für eine generische Auflösung am LCD?
Anbei ein Auszug aus xorg.conf
Muss ich denn nach dem laufen lassen von 915resolution xorg.conf nochmals
anpassen?

Vielen Dank für die Hilfe
Sami


Section "Monitor"
  Option       "CalcAlgorithm" "CheckDesktopGeometry"
  DisplaySize  360 270
  HorizSync    29-66
  Identifier   "Monitor[0]"
  ModelName    "1680X1050@60HZ"
  Option       "DPMS"
  VendorName   "--> LCD"
  VertRefresh  40-61
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline      "1280x1024" 106.97 1280 1360 1496 1712 1024 1025 1028 1059
  Modeline      "1680x1050" 144.55 1680 1784 1968 2256 1050 1051 1054 1086
  Modeline      "640x480" 23.46 640 656 720 800 480 481 484 497
  Modeline      "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "640x480"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1680x1050"
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "640x480"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "640x480"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "Vesa-BIOS Graphics"
  Driver       "vesa"
  Identifier   "Device[0]"
  Screen       0
  Option       "Rotate" "off"
  VendorName   "VESA"
EndSection


Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection


< Previous Next >
Follow Ups