RedHat Linux

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • mh kann mehrere Ursachen haben, was kann ich dir net so net sagen, am besten du postest mal die letzten paar Zeilen der Fehlermeldung...
      Meistens hängt es mit ner fehlerhaften Konfig zusammen, so dass die Daten nicht richtig erfasst wurden. Hatte bei Debian dasselbe Prob...
      Ach übrigens sollte dein eth0 möglichst schnell wieder gehen :D , dass ich deine Netzwerkkarte...
    • Das sind die fehler bei startx


      Fatal Server Error:
      no screens found.

      etwas weiter unten steht dann:

      Fatal IO error 104 (Connection reset by peer [jaja... mein englisch is...]) on X Server


      Mal die Version dazu:

      Kernel: 2.4.18-14
      release 8.0



      04:21 <|Damokles|> ok gib unter linux mal : redhat-config-packages ein
      04:24 <Sehtos> und dann? ^^
      04:26 <|Damokles|> tjoa, dann guck mal, wenns denn funzt nach nem punkt der sich KDE nennt und installierste die wichtigsten pakete, müsst eigentlich dabei stehen was du brauchst

      Das erzeugte volgende Fehlermeldung:

      RuntimeError: could not open display
      [Blockierte Grafik: http://home.arcor.de/sehtos/signatur3.jpg]
      Sic Luceat Lux

      Mein Blog
    • Hi Leute,

      ich wuerde mal auf felherhafte grafikkarten module tippen... aber "no screen...." kann viel bei X sein.... ;)

      edit: oder keine passende modline....

      mfg
      Mix2k
      ich nochmal.... :) ich poste mal eine /etc/X11/XF86Config-4 die eigentlich ueberall gehen muesste...


      Section "ServerLayout"
      Identifier "XFree86 Configured"
      Screen 0 "Screen0" 0 0
      InputDevice "Mouse0" "CorePointer"
      InputDevice "Keyboard0" "CoreKeyboard"
      EndSection

      Section "Files"
      RgbPath "/usr/X11R6/lib/X11/rgb"
      ModulePath "/usr/X11R6/lib/modules"
      FontPath "/usr/X11R6/lib/X11/fonts/misc/"
      FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
      FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
      FontPath "/usr/X11R6/lib/X11/fonts/CID/"
      FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
      FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
      EndSection

      Section "Module"
      Load "ddc"
      Load "bitmap"
      Load "freetype"
      Load "speedo"
      Load "type1"
      Load "vbe"
      Load "int10"
      Load "dbe"
      Load "extmod"
      Section "InputDevice"
      Identifier "Keyboard0"
      Driver "keyboard"
      Option "XkbRules" "xfree86"
      Option "XkbModel" "pc104"
      Option "XkbLayout" "de"
      Option "XkbVariant" "nodeadkeys"
      EndSection

      Section "InputDevice"
      Identifier "Mouse0"
      Driver "mouse"
      Option "Protocol" "ImPS/2"
      Option "Device" "/dev/input/mice" # usbmaus
      Option "Emulate3Buttons" "true"
      Option "Buttons" "3"
      Option "ZAxisMapping" "4 5"
      Option "CorePointer"
      EndSection

      Section "Monitor"
      Identifier "Leo17" #bitte anpassen ;)
      VendorName "LEO"
      ModelName "1704"
      HorizSync 30.0 - 70.0
      VertRefresh 47.0 - 100.0
      EndSection

      Section "Device"
      Identifier "NVidia GF2TI"
      Driver "svga" #"vn" fuer nvidia karten....
      # Option "NvAGP" "3"
      # Option "NoDDC" "1"
      # Option "IgnoreEDID" "1"
      # Option "GenerateRTList" "0"
      # Option "OverridePolarity" "1"
      # VendorName "NVidia"
      # BoardName "GeForce2 GTS (rev 1)"
      # BusID "PCI:1:0:0"
      EndSection

      Section "Screen"
      Identifier "Screen0"
      Device "NVidia GF2TI"
      Monitor "Leo17"
      DefaultDepth 16
      SubSection "Display"
      Depth 1
      EndSubSection
      SubSection "Display"
      Depth 4
      EndSubSection
      SubSection "Display"
      Depth 8
      EndSubSection
      SubSection "Display"
      Depth 15
      EndSubSection
      SubSection "Display"
      Depth 16
      Modes "1024x768" "800x600" "640x480" #wenn du nur 640 brauchst bitte die anderen wech machen...
      EndSubSection
      SubSection "Display"
      Depth 24
      EndSubSection
      EndSection

      Section "DRI"
      Mode 0666
      # Group 0
      EndSection


      # <-ende->
      [align=center]
      [I]Wo wir administrieren,
      Weinen die Engel
      Und
      Lacht der Teufel
      Welcome 217.172.183.228:7777[/I]
      [/align]

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von Mix2k ()

    • Hi Leute,

      edit: sry fuer den spamm aber wie soll man es sonst einen n00by erklaeren ;)

      als root:

      mv /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.bak

      cat >> /etc/X11/XF86Config-4 << "EOF"
      Section "ServerLayout"
      Identifier "XFree86 Configured"
      Screen 0 "Screen0" 0 0
      InputDevice "Mouse0" "CorePointer"
      InputDevice "Keyboard0" "CoreKeyboard"
      EndSection

      Section "Files"
      RgbPath "/usr/X11R6/lib/X11/rgb"
      ModulePath "/usr/X11R6/lib/modules"
      FontPath "/usr/X11R6/lib/X11/fonts/misc/"
      FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
      FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
      FontPath "/usr/X11R6/lib/X11/fonts/CID/"
      FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
      FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
      EndSection

      Section "Module"
      Load "ddc"
      Load "bitmap"
      Load "freetype"
      Load "speedo"
      Load "type1"
      Load "vbe"
      Load "int10"
      Load "dbe"
      Load "extmod"
      Section "InputDevice"
      Identifier "Keyboard0"
      Driver "keyboard"
      Option "XkbRules" "xfree86"
      Option "XkbModel" "pc104"
      Option "XkbLayout" "de"
      Option "XkbVariant" "nodeadkeys"
      EndSection

      Section "InputDevice"
      Identifier "Mouse0"
      Driver "mouse"
      Option "Protocol" "ImPS/2"
      Option "Device" "/dev/psaux" # usbmaus
      Option "Emulate3Buttons" "true"
      Option "Buttons" "3"
      Option "ZAxisMapping" "4 5"
      Option "CorePointer"
      EndSection

      Section "Monitor"
      Identifier "Moni"
      #VendorName "LEO"
      #ModelName "1704"
      HorizSync 30.0 - 70.0
      VertRefresh 47.0 - 100.0
      EndSection

      Section "Device"
      Identifier "NVidia GF2TI"
      Driver "svga" #"vn" fuer nvidia karten....
      # Option "NvAGP" "3"
      # Option "NoDDC" "1"
      # Option "IgnoreEDID" "1"
      # Option "GenerateRTList" "0"
      # Option "OverridePolarity" "1"
      # VendorName "NVidia"
      # BoardName "GeForce2 GTS (rev 1)"
      # BusID "PCI:1:0:0"
      EndSection

      Section "Screen"
      Identifier "Screen0"
      Device "NVidia GF2TI"
      Monitor "Moni"
      DefaultDepth 16
      SubSection "Display"
      Depth 1
      EndSubSection
      SubSection "Display"
      Depth 4
      EndSubSection
      SubSection "Display"
      Depth 8
      EndSubSection
      SubSection "Display"
      Depth 15
      EndSubSection
      SubSection "Display"
      Depth 16
      Modes "640x480" #wenn du nur 640 brauchst bitte die anderen wech machen...
      EndSubSection
      SubSection "Display"
      Depth 24
      EndSubSection
      EndSection

      Section "DRI"
      Mode 0666
      # Group 0
      EndSection


      # <-ende->
      EOF


      dann muesste eigentlich ein startx gehen...


      mfg
      Mix2k
      [align=center]
      [I]Wo wir administrieren,
      Weinen die Engel
      Und
      Lacht der Teufel
      Welcome 217.172.183.228:7777[/I]
      [/align]

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Mix2k ()