Seite 1 von 1

ATi x1950pro und Debian/etch

BeitragVerfasst: 25.07.2007, 15:44
von muetze
Ich sitze schon etwas genervt vor meiner Kiste und versuche die x1950pro (PCIe) zum Laufen zu bekommen.
Der neueste Treiber ist ja der ati-driver-installer-8.39.4-x86.x86_64.run. Mit dem alleine bekomme ich beim Start von gdm einen schwarzen Bildschirm und kann selbst auf den anderen Konsolen nichts mehr sehen. Durch blindes tippen von shutdown -r now war es mir wenigstens möglich den Rechner neuzustarten.
Gut, dachte ich mir, probierst du mal ein paar andere Kernelsources und siehe da, der Kernel von der 8.35.5-1 funktioniert in Verbindung mit dem 8.39.4-1 Display-Treiber.
Der Nachteil an dieser Kombination ist das Fehlen der 3D-Unterstützung.

Vielleicht weiß ja einer von Euch einen Rat.

Die xorg.conf hänge ich mal noch mit ran:
Code: Alles auswählen
Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "v4l"
   Load   "vbe"
EndSection

Section "Extensions"
   Option "Composite" "false"
EndSection

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

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

Section "Device"
        Identifier      "ATi x1950pro"
        Driver          "fglrx"
        BusID           "PCI:2:0:0"
        Option          "RenderAccel"                   "on"
        Option          "DRI"                           "true"
        Option          "AllowGLXWithComposite"         "true"
        Option          "VideoOverlay"                  "on"
        Option          "OpenGLOverlay"                 "off"
        Option          "XAANoOffscreenPixmaps"         "true"
        Option          "UseFBDev"                      "false"
        Option          "EnablePageFlip"                "True"  # Enable page flipping for 3D apps
        Option          "ColorTiling"                   "1"
        Option          "TripleBuffer"                  "true"
EndSection


Section "Monitor"
   Identifier   "IBM E74"
   Option      "DPMS"
   HorizSync   30-70
   VertRefresh   50-160
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATi x1950pro"
   Monitor      "IBM E74"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
EndSection

Section "DRI"
   Mode   0666
EndSection


Grüße,
Mütze

BeitragVerfasst: 25.07.2007, 15:48
von Cheeky@Boinc
Ich sitze schon etwas genervt vor meiner Kiste und versuche die x1950pro (PCIe) zum Laufen zu bekommen.


Diese Karte wird vom AMD/ATI Treiber (noch) nicht offiziell unterstützt.
Siehe auch diesen Thread dazu.

BeitragVerfasst: 25.07.2007, 15:56
von muetze
Hm, dann muss ich wohl da durch. Bis zum nächsten Treiber ists ja auch noch ein Weilchen hin -.-

Trotzdem danke.



Grüße,
Mütze

BeitragVerfasst: 25.07.2007, 15:59
von Cheeky@Boinc
Hm, dann muss ich wohl da durch. Bis zum nächsten Treiber ists ja auch noch ein Weilchen hin -.-


Ob es der nächste Treiber schon bringt kann man kaum sagen, man munkelt aber bis spätestens im Dezember soll die unterstützung da sein.

Trotzdem danke.


Kein Problem ;)