Hallo Thorsten,
guck mal hier:
http://www.debian.de/ports/sparc/problems.de.htmlIch habe auch eine ultra2 ctreator3d 2x200Mhz 768 MB; hier folgt meine /etc/X11/XF86Config-4:
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "sun" # für den 2.4er kernel
Option "XkbModel" "type5" -"-
Option "XkbLayout" "us" -"-
# Option "XkbRules" "xfree86" # für den 2.6er kernel
# Option "XkbModel" "pc104" -"-
# Option "XkbLayout" "us" -"-
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/sunmouse" # ACHTUNG: das device muss event. angeelgt werden
Option "Protocol" "BusMouse"
EndSection
Section "Device"
Identifier "Standardgrafikkarte"
Driver "sunffb"
EndSection
Section "Monitor"
Identifier "Standardbildschirm"
HorizSync 30-65
VertRefresh 50-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Standardgrafikkarte"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "800x600" "640x480" # DAS haengt von Deinem Monitor ab!
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Viele Grüße
Dirk