[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Zerstörte Konsole bei Potato



Michael Burkhard schreibt:

> > Der Riva128 - egal ob auf Diamond- oder Asus- oder STB-Karten hat
> > nur die Macke, dass so dreimal im Jahr der ganze Bildschirm
> > schwarz ist und ganz oben ein grün-gestreifter Balken angezeigt
> > wird. Dann hilft aber nur noch Reset.
> 
> Das habe ich noch nie gehabt.

Ich auch nicht. Meine Grafikkarte mit Riva 128 ist allerdings von
ELSA.

> Anscheinend teilen sich der SCSI Controller und die Grafikkarte den
> gleichen IRQ:

Braucht die Grafikkarte ueberhaupt einen Interrupt? Bei mir habe ich
im BIOS abgeschaltet, dass der Grafikkarte ein Interrupt zugewiesen
wird.

Ich denke, dass es an der XF86Config liegt. Hast Du die XF86Config,
die Du unter SuSE verwendest hast, noch, um Vergleichen zu koennen?

Wie sieht der Abschnitt "Device" bei Dir aus? Welche Optionen
verwendest Du?

Hast Du schon einmal versucht, den Framebuffer zu verwenden? Treten
die Probleme dann auch auf?

# XF86Config auto-generated by XF86Setup
#
# Copyright (c) 1996 by The XFree86 Project, Inc.

#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# See 'man XF86Config' for info on the format of this file

Section "Files"
   RgbPath "/usr/X11R6/lib/X11/rgb"
   FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
   FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
   FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
   FontPath "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
   FontPath "/usr/X11R6/lib/X11/fonts/misc"
   FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
EndSection

Section "Keyboard"
   Protocol "Standard"
   XkbRules "xfree86"
   XkbModel "microsoft"
   XkbLayout "de"
   XkbVariant "nodeadkeys"
EndSection

Section "Pointer"
   Protocol "Microsoft"
   Device "/dev/ttyS1"
   Buttons 3
EndSection

#Section "Module"
#   Load "xf86Wacom.so"
#EndSection
#
#Section "XInput"
#   SubSection "WacomStylus"
#      Port "/dev/ttyS2"
#      DeviceName "Pen"
#      Mode Absolute
#      Suppress 6
#   EndSubSection
#   SubSection "WacomStylus"
#      Port "/dev/ttyS2"
#      DeviceName "PenCore"
#      Mode Absolute
#      AlwaysCore
#      Suppress 6
#   EndSubSection
#   SubSection "WacomEraser"
#      Port "/dev/ttyS2"
#      DeviceName "Eraser"
#      Mode Absolute
#      Suppress 6
#   EndSubSection
#   SubSection "WacomEraser"
#      Port "/dev/ttyS2"
#      DeviceName "EraserCore"
#      Mode Absolute
#      AlwaysCore
#      Suppress 6
#   EndSubSection
#EndSection

Section "Monitor"
   Identifier "EIZO FlexScan F56"
   VendorName "EIZO"
   ModelName "FlexScan F56"
   HorizSync 27-86
   VertRefresh 50-160
   Modeline "1152x864" 110.00 1152 1160 1256 1492 864 864 876 892
   Modeline "1024x768" 98.90 1024 1032 1192 1320 768 782 788 810
   Modeline "800x600" 69.65 800 804 868 1004 600 604 610 632
   Modeline "640x480" 45.80 640 660 756 804 480 484 490 506
   #Modeline "PALi" 14.21 704 705 768 845 576 582 587 625 -hsync -vsync interlace
EndSection

Section "Device"
   Identifier "ELSA VICTORY Erazor"
   VendorName "ELSA"
   BoardName "VICTORY Erazor"
   Option "power_saver"
EndSection

Section "Device"
   Identifier "Frame Buffer Device"
EndSection

Section "Screen"
   Driver "svga"
   Device "ELSA VICTORY Erazor"
   Monitor "EIZO FlexScan F56"
   DefaultColorDepth 16
   SubSection "Display"
      Depth 8
      Modes "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth 15
      Modes "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth 16
      Modes "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth 32
      Modes "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Driver "fbdev"
   Device "Frame Buffer Device"
   Monitor "EIZO FlexScan F56"
   SubSection "Display"
      Depth 16
      Modes "default"
   EndSubSection
EndSection

Reply to: