Hallo Noviz,

> Sers Leute,
> bin vollkommener Linux Novize und versuche nun, meinen Rechner unter
> SuSE 5.3 zum Laufen zu bringen.
> Installation hat soweit mit Yast ganz gut geklappt, doch mit der
> grafischen Oberfläche will es nicht so recht klappen. Im SaX wird meine
> Ati Rage IIc nicht erkannt, also habe ich es über xf86config probiert
> und anschließend manuell in der XF86Config die Zeilen
> ChipId 0x4755 und
> ChipRev 0x01
> eingetragen (ganz wie es die SuSE Datenbank vorschlägt). Nach startx
> kam:
> There is no link /var/X11R6/bin/X to /usr/X11R6/bin/XF86_xxxx which is
> the binary of the installed x-server
> Ich also blätter, blätter im Handbuch und lese nach, wie ich linken
> soll.
> Ich: ln /var/X11R6/bin/X   /usr/X11R6/bin/XF86_xxxx
> Rechner: ln: /var/X11R6/bin/X: no such file or directory
> Ich: ???????

Ich glaube andersherum wäre richtiger. Du sollst ja den X-Server auf X
linken.Also
ln /usr/X11R6/bin/XF86_Mach64 /var/X11R6/bin/X

> Vielleicht erbarmt sich jemand von euch wissenden eines kleinen Dummies?
>
> Was muss ich machen? (Bitte idiotensicher!)
>
> P.S. Habe bereits in der Serie "xsrv" das Paket "xmach64" installiert.
>

Ich habe auch eine ATI Rage IIc in meinem Presario stecken und habe auch
nur eine 5.3 zur Verfügung gehabt. Das mit Sax und XF86Setup hat da nicht
geklappt. Dann habe ich von nem Kumpel SuSE 6 ausgeliehen und da
funkionierts auch. Es schaut fast so aus, als hättest du die selbe
Graphikkarte wie ich: ATI IIc; 8MB; 230 MHZ Ramdac.  Du kannst es mal mit
meiner XF86Config versuchen. Ich attache sie dir und du copierst sie ins
Verzeichniss /etc:

cp Xf86Config /etc/

Dann startest du Sax und wirst gefragt, ob du die bestehende Config-Datei
benützen willst. Das bestätigst du und stellst Maus, Monitor und Tastatur
nach deinem Computer ein. Kann mir vorstellen, dass das klappt. Wenn's
nicht hinhaut kann ich dir die neue Sax-Version und den neuen XF_Mach64
-Server per Email schicken.
# SaX autogenerated XF86Config file
# This file was generated from the SaX
# Version: 2.7 - [EMAIL PROTECTED]
# Date: Sun Mar 14 20:23:13 MET 1999
# Xserver:MACH64
# MouseVendor:Unknown
# MouseName:Unknown
# RamDac:230

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"
EndSection

Section "ServerFlags"
  AllowMouseOpenFail
EndSection

Section "Module"
EndSection

Section "XInput"
EndSection

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

Section "Pointer"
  Protocol              "PS/2"
  Device                "/dev/psaux"
  SampleRate            60
  Emulate3Buttons
  Emulate3Timeout       200
  BaudRate              1200
EndSection

Section "Monitor"       
  Identifier    "Primary-Monitor"
  VendorName    "Unknown"
  ModelName     "Unknown"
  HorizSync     30-60
  VertRefresh   50-130
  Modeline "1600x1000" 124.80 1600 1656 1792 2080 1000 1004 1012 1016
  Modeline "1280x960" 99.84 1280 1328 1432 1664 960 965 973 983
  Modeline "1024x768" 79.87 1024 1056 1136 1336 768 772 780 786
  Modeline "640x480" 49.92 640 664 712 832 480 482 490 491
  Modeline "1600x1200" 124.80 1600 1656 1792 2080 1200 1206 1214 1224
  Modeline "1280x1024" 99.84 1280 1328 1432 1664 1024 1031 1039 1044
  Modeline "1152x864" 89.86 1152 1192 1288 1504 864 867 875 878
  Modeline "800x600" 62.40 800 824 888 1040 600 603 611 612
EndSection

Section "Device"
  Identifier    "Primary-Card"
  VendorName    "ATI"
  BoardName     "MACH64"
  Videoram      8192
EndSection

Section "Screen"  
  Driver        "SVGA"
  Device        "Primary-Card"
  Monitor       "Primary-Monitor"
  DefaultColorDepth     16
  SubSection "Display"
    Depth       32
    Modes       "640x480" 
  EndSubSection
  SubSection "Display"
    Depth       24
    Modes       "640x480" 
  EndSubSection
  SubSection "Display"
    Depth       16
    Modes       "1280x1024" "1024x768" "800x600" 
    Virtual     1280 1024
  EndSubSection
  SubSection "Display"
    Depth       8
    Modes       "800x600" "1024x768" "1280x1024" 
  EndSubSection
EndSection


Section "Screen"  
  Driver        "Accel"
  Device        "Primary-Card"
  Monitor       "Primary-Monitor"
  DefaultColorDepth     16
  SubSection "Display"
    Depth       32
    Modes       "640x480" 
  EndSubSection
  SubSection "Display"
    Depth       24
    Modes       "640x480" 
  EndSubSection
  SubSection "Display"
    Depth       16
    Modes       "1280x1024" "1024x768" "800x600" 
    Virtual     1280 1024
  EndSubSection
  SubSection "Display"
    Depth       8
    Modes       "800x600" "1024x768" "1280x1024" 
  EndSubSection
EndSection



Antwort per Email an