Anzeige:
Ergebnis 1 bis 14 von 14

Thema: xorg und usb-monitor

  1. #1
    Registrierter Benutzer
    Registriert seit
    Nov 2003
    Beiträge
    126

    xorg und usb-monitor

    Hallo zusammen,

    ich hab seit kurzem einen Fujitsu-Siemens-Laptop den ich mittels USB-kabel an meienen Monitor angschlossen habe.
    Meine xorg.conf sieht folgendermaßen aus:
    Code:
    # XF86Config-4 for Fujitsu Siemens Amilo
    
    Section "Files"
        FontPath 	"/usr/lib/X11/fonts/misc"
        FontPath 	"/usr/lib/X11/fonts/75dpi:unscaled"
        FontPath 	"/usr/lib/X11/fonts/Type1"
        FontPath 	"/usr/lib/X11/fonts/Speedo"
        FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
        FontPath 	"/usr/local/share/fonts"
        FontPath 	"/usr/share/fonts"
        FontPath 	"/usr/X11R6/lib/X11/fonts"
        FontPath 	"/usr/local/share/fonts/TrueType"
    EndSection
    
    Section "Module"
        Load "GLcore"
        Load "bitmap"
        Load "dbe"
        Load "ddc"
        Load "dri"
        Load "extmod"
        Load "freetype"
        Load "glx"
        Load "int10"
        Load "record"
    #    Load "speedo"
        Load "type1"
        Load "vbe"
        Load "synaptics"
    #    Load "randr"
    EndSection
    
    Section "InputDevice"
      Identifier "Touchpad"
      Option     "CorePointer"
      Driver     "synaptics"
      Option     "Device"           "/dev/psaux"
      Option     "Protocol"         "auto-dev"
      #Option     "LeftEdge"         "1700"
      #Option     "RightEdge"        "5300"
      #Option     "TopEdge"          "1700"
      #Option     "BottomEdge"       "4200"
      #Option     "FingerLow"        "35"
      #Option     "FingerHigh"       "40"
      #Option     "MaxTapTime"       "180"
      #Option     "MaxTapMove"       "220"
      Option     "MaxTapTime"       "0"
      Option     "MaxTapMove"       "0"
      Option     "VertScrollDelta"  "0"
      Option     "HorizScrollDelta" "0"
      #Option     "MinSpeed"         "0.06"
      #Option     "MaxSpeed"         "0.12"
      #Option     "AccelFactor"      "0.0010"
      #Option     "SHMConfig"        "on"
      #Option     "Repeater"         "/dev/ps2mouse"
      #Option     "UpDownScrolling"  "off"
      #Option     "RTCornerButton"   "0"
      #Option     "RBCornerButton"   "0"
      #Option     "LBCornerButton"   "0"
      #Option     "LTCornerButton"   "0"
    EndSection
    
    Section "InputDevice"
        Identifier "Keyboard"
        Driver     "keyboard"
        Option     "CoreKeyboard"
        Option     "XkbRules"  "xfree86"
        Option     "XkbModel"  "pc105"
        Option     "XkbLayout" "de"
    EndSection
    
    Section "InputDevice"
        Identifier "Configured Mouse"
        Driver     "mouse"
        Option     "CorePointer"
        Option     "Device"           "/dev/gpmdata"
        Option     "Protocol"         "MouseSystems"
        Option     "Emulate3Buttons"  "true"
    EndSection
    
    Section "InputDevice"
        Identifier "USB Mouse"
        Driver     "mouse"
        Option     "SendCoreEvents"
        Option     "Device"       "/dev/input/mice"
        Option     "Protocol"     "ImPS/2"
        Option     "ZAxisMapping" "4 5"
    EndSection
    
    Section "Device"
        Identifier "Single-Head"
        Driver     "fglrx"
        #Option                              "NoDDC"
        Option "no_accel"                   "no"
        Option "no_dri"                     "no"
        Option "mtrr"                       "on" # disable DRI mtrr mapper, driver has its own code for mtrr
        Option "DesktopSetup"               "0x00000100" 
        Option "MonitorLayout"              "AUTO, NONE"
        Option "IgnoreEDID"                 "off"
        Option "HSync2"                     "unspecified" 
        Option "VRefresh2"                  "unspecified" 
        Option "ScreenOverlap"              "0" 
        Option "NoTV"                       "no"     
        Option "TVStandard"                 "PAL-D"     
        Option "TVHSizeAdj"                 "0"     
        Option "TVVSizeAdj"                 "0"     
        Option "TVHPosAdj"                  "0"     
        Option "TVVPosAdj"                  "0"     
        Option "TVHStartAdj"                "0"     
        Option "TVColorAdj"                 "0"     
        Option "GammaCorrectionI"           "0x00000000"
        Option "GammaCorrectionII"          "0x00000000"
        Option "Capabilities"               "0x00000000"
        Option "VideoOverlay"               "on"
        Option "OpenGLOverlay"              "off"
        Option "CenterMode"                 "on"
        Option "PseudoColorVisuals"         "off"
        Option "Stereo"                     "off"
        Option "StereoSyncEnable"           "1"
        Option "FSAAEnable"                 "no"
        Option "FSAAScale"                  "1"
        Option "FSAADisableGamma"           "no"
        Option "FSAACustomizeMSPos"         "no"
        Option "FSAAMSPosX0"                "0.000000"
        Option "FSAAMSPosY0"                "0.000000"
        Option "FSAAMSPosX1"                "0.000000"
        Option "FSAAMSPosY1"                "0.000000"
        Option "FSAAMSPosX2"                "0.000000"
        Option "FSAAMSPosY2"                "0.000000"
        Option "FSAAMSPosX3"                "0.000000"
        Option "FSAAMSPosY3"                "0.000000"
        Option "FSAAMSPosX4"                "0.000000"
        Option "FSAAMSPosY4"                "0.000000"
        Option "FSAAMSPosX5"                "0.000000"
        Option "FSAAMSPosY5"                "0.000000"
        Option "UseFastTLS"                 "0"
        Option "BlockSignalsOnLock"         "on"
        Option "UseInternalAGPGART"         "no"
        Option "ForceGenericCPU"            "no"
        BusID "PCI:1:0:0"    # vendor=1002, device=4e50
        Screen 0
    EndSection
    
    Section "Device"
        Screen 0
        Identifier "Dual-Head Internal"
        BusID "PCI:1:0:0"    # vendor=1002, device=4e50
        Driver     "fglrx"
        #Option                              "NoDDC"
        Option "no_accel"                   "no"
        Option "no_dri"                     "no"
        Option "mtrr"                       "on" # disable DRI mtrr mapper, driver has its own code for mtrr
        Option "DesktopSetup"               "0x00000000" 
        Option "MonitorLayout"              "LVDS, CRT"
        Option "IgnoreEDID"                 "off"
        Option "HSync2"                     "31.5 - 80.5" 
        Option "VRefresh2"                  "60 - 75" 
        Option "ScreenOverlap"              "0" 
        Option "NoTV"                       "no"     
        Option "TVStandard"                 "PAL-D"     
        Option "TVHSizeAdj"                 "0"     
        Option "TVVSizeAdj"                 "0"     
        Option "TVHPosAdj"                  "0"     
        Option "TVVPosAdj"                  "0"     
        Option "TVHStartAdj"                "0"     
        Option "TVColorAdj"                 "0"     
        Option "GammaCorrectionI"           "0x00000000"
        Option "GammaCorrectionII"          "0x00000000"
        Option "Capabilities"               "0x00000000"
        Option "VideoOverlay"               "on"
        Option "OpenGLOverlay"              "off"
        Option "CenterMode"                 "on"
        Option "PseudoColorVisuals"         "off"
        Option "Stereo"                     "off"
        Option "StereoSyncEnable"           "1"
        Option "FSAAEnable"                 "no"
        Option "FSAAScale"                  "1"
        Option "FSAADisableGamma"           "no"
        Option "FSAACustomizeMSPos"         "no"
        Option "FSAAMSPosX0"                "0.000000"
        Option "FSAAMSPosY0"                "0.000000"
        Option "FSAAMSPosX1"                "0.000000"
        Option "FSAAMSPosY1"                "0.000000"
        Option "FSAAMSPosX2"                "0.000000"
        Option "FSAAMSPosY2"                "0.000000"
        Option "FSAAMSPosX3"                "0.000000"
        Option "FSAAMSPosY3"                "0.000000"
        Option "FSAAMSPosX4"                "0.000000"
        Option "FSAAMSPosY4"                "0.000000"
        Option "FSAAMSPosX5"                "0.000000"
        Option "FSAAMSPosY5"                "0.000000"
        Option "UseFastTLS"                 "0"
        Option "BlockSignalsOnLock"         "on"
        Option "UseInternalAGPGART"         "no"
        Option "ForceGenericCPU"            "no"
    EndSection
    
    Section "Device"
        Screen 1
        Identifier "Dual-Head External"
        Driver     "fglrx"
        BusID      "PCI:1:0:0"
    EndSection
    
    Section "Device"
        Identifier "Single-Head-Open-Source"
        Driver     "radeon"
        BusID      "PCI:1:0:0"
        VideoRam   131072
        Option     "SWcursor"       "off"
        Option     "NoAccel"        "off"
        Option     "Dac6Bit"        "off"
        Option     "VideoKey"       "0x1E"
        Option     "UseFBDev"       "false"
        Option     "AGPMode"        "4"
        Option     "AGPFastWrite"   "off"
        Option     "ForcePCIMode"   "off"
        Option     "DDCMode"        "on"
        Option     "MonitorLayout"  "LVDS, TMDS"
        Option     "CloneMode"      "1280x1024"
    #    Option     "CloneHSync"     ""
    #    Option     "CloneVRefresh"  ""
        Option     "OverlayOnCRTC2" "off"
        Option     "IgnoreEDID"     "off"
        Option     "PanelOff"       "off"
        Option     "EnablePageFlip" "true"
    EndSection
    
    Section "Device"
        Screen 0
        Identifier "Dual-Head-Open-Source Internal"
        Driver     "radeon"
        BusID      "PCI:1:0:0"
     #   VideoRam   131072
        Option     "SWcursor"       "off"
        Option     "NoAccel"        "off"
        Option     "Dac6Bit"        "off"
        Option     "VideoKey"       "0x1E"
    #    Option     "UseFBDev"       "false"
        Option     "AGPMode"        "4"
        Option     "AGPFastWrite"   "off"
        Option     "ForcePCIMode"   "off"
        Option     "DDCMode"        "on"
    #    Option     "MonitorLayout"  "LVDS, TMDS"
    #    Option     "CloneMode"      "1280x1024"
    #    Option     "CloneHSync"     ""
    #    Option     "CloneVRefresh"  ""
        Option     "OverlayOnCRTC2" "off"
        Option     "IgnoreEDID"     "off"
        Option     "PanelOff"       "off"
        Option     "EnablePageFlip" "true"
    EndSection
    
    Section "Device"
        Screen 1
        Identifier "Dual-Head-Open-Source External"
        Driver     "radeon"
        BusID      "PCI:1:0:0"
    EndSection
    
    Section "Monitor"
        Identifier  "Internal"
        HorizSync   31.5-80.5
        VertRefresh 60-75
        Option      "DPMS"
    EndSection
    
    Section "Monitor"
        Identifier  "External"
        HorizSync   31.5-80.5
        VertRefresh 60-75
        Option      "DPMS"
    EndSection
    
    Section "Screen"
        Identifier "Single-Head"
        Device     "Single-Head"
        Monitor    "Internal"
        DefaultDepth 24
        SubSection "Display"
            Depth 24
            Modes "1280x800" "1024x768" "800x600" "640x480"
            ViewPort 0 0
        EndSubSection
    EndSection
    
    Section "Screen"
        Identifier "Dual-Head Internal"
        Device     "Dual-Head Internal"
        Monitor    "Internal"
        DefaultDepth 24
        SubSection "Display"
            Depth 24
            Modes "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    
    Section "Screen"
        Identifier "Dual-Head External"
        Device     "Dual-Head External"
        Monitor    "External"
        DefaultDepth 24
        SubSection "Display"
            Depth 24
            Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    
    Section "Screen"
        Identifier "Single-Head-Open-Source"
        Device     "Single-Head-Open-Source"
        Monitor    "Internal"
        DefaultDepth 24
        SubSection "Display"
            Depth 24
            Modes "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    
    Section "Screen"
        Identifier "Dual-Head-Open-Source Internal"
        Device     "Dual-Head-Open-Source Internal"
        Monitor    "Internal"
        DefaultDepth 24
        SubSection "Display"
            Depth 24
            Modes "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    
    Section "Screen"
        Identifier "Dual-Head-Open-Source External"
        Device     "Dual-Head-Open-Source External"
        Monitor    "External"
        DefaultDepth 24
        SubSection "Display"
            Depth 24
            Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    
    Section "ServerLayout"
        Identifier  "Single-Head"
        Screen      "Single-Head"
        InputDevice "Touchpad"
        InputDevice "Keyboard"
        InputDevice "USB Mouse"
        Option	"BlankTime"	"3"
        Option	"StandbyTime"	"10"
        Option	"SuspendTime"	"20"
        Option	"OffTime"	"30"
    
    EndSection
    
    Section "ServerLayout"
        Identifier  "Dual-Head"
        Screen      "Dual-Head Internal"
        Screen      "Dual-Head External" RightOf "Dual-Head Internal"
        InputDevice "Touchpad"
        InputDevice "Keyboard"
        InputDevice "USB Mouse"
    EndSection
    
    Section "ServerLayout"
        Identifier  "Single-Head-Open-Source"
        Screen      "Single-Head-Open-Source"
        InputDevice "Touchpad"
        InputDevice "Keyboard"
        InputDevice "USB Mouse"
    EndSection
    
    Section "ServerLayout"
        Identifier  "Dual-Head-Open-Source"
        Screen      "Dual-Head-Open-Source Internal"
        Screen      "Dual-Head-Open-Source External" RightOf "Dual-Head-Open-Source Internal"
        InputDevice "Touchpad"
        InputDevice "Keyboard"
        InputDevice "USB Mouse"
    EndSection
    
    Section "DRI"
        Mode 0666
    EndSection
    Wenn ich den Monitor einstecke kommt folgende Meldung in der dmesg:
    Code:
    usb 2-1: new low speed USB device using uhci_hcd and address 2
    hiddev0: USB HID v1.10 Device [Samsung Electronics Sam Sung Electronics] on usb-0000:00:1d.0-1
    Ich krieg allerdings kein Bild, wenn ich X --layout Dual-Head ausführe...
    Muss ich irgendwo einstellen, dass es sich um einen USB-Monitor handelt??
    Hab zu dem Thema nirgends was gefunden.

    Danke für eure Hilfe!

    Gruß
    Flo

  2. #2
    MacBook Pro User Avatar von samy-delux
    Registriert seit
    Oct 2004
    Ort
    Niedernhausen
    Beiträge
    421
    Ich weiss nicht ob das dein Problem ist, aber im 2.6.12-rcX Kernel gibt es ein paar Einselltungen fuer USB Monitore.
    Ich weiss leider nicht ob sie schon frueher vorhanden waren.
    Notebook: OS X 10.5 Leopard - MacBook Pro - Centrino Santa Rosa - Core 2 Duo 2.4 Ghz - 2048MB DDR2 Ram - nVidia GeForce 8600M GT - 15.4" LED Display

  3. #3
    Premium Mitglied Avatar von frankpr
    Registriert seit
    Feb 2002
    Ort
    Wo der Pfeffer wächst
    Beiträge
    3.124
    Mal eine dumme Frage, wenn Du nur das USB Kabel ansteckst, wie kommt dann das VGA Signal in den Monitor?

    PS: Solltest Du eines der bislang recht seltenen Geräte von Distec haben, die per Treiber eine Grafikkarte emulieren, die brauchen USB 2.0, mit Deinem USB 1.1 wirst Du da höchstens Minibilder bekommen. Aber Deine xorg.conf sieht nicht so aus, als hättest Du ein solches Gerät.
    Geändert von frankpr (11.05.05 um 17:23 Uhr)

  4. #4
    Linux-Gamers.net
    Registriert seit
    May 2003
    Beiträge
    269
    Zitat Zitat von frankpr
    Mal eine dumme Frage, wenn Du nur das USB Kabel ansteckst, wie kommt dann das VGA Signal in den Monitor?
    Ich glaube, dass genau das sein Problem ist. Ich nehme mal schwer an, dass sein Monitor einen USB-Anschluss hat, sonst wäre das ja hirnrissig.

  5. #5
    Registrierter Benutzer
    Registriert seit
    Nov 2003
    Beiträge
    126
    Zitat Zitat von samy-delux
    Ich weiss nicht ob das dein Problem ist, aber im 2.6.12-rcX Kernel gibt es ein paar Einselltungen fuer USB Monitore.
    Ich weiss leider nicht ob sie schon frueher vorhanden waren.
    Kannst du mir vielleicht auch sagen, wo ich diese Einstellungen finde... Verwende Kernel 2.6.11.7. Vielleicht ist das schon enthalten. Ich weiß bloß nicht, wo ich suchen soll...

  6. #6
    MacBook Pro User Avatar von samy-delux
    Registriert seit
    Oct 2004
    Ort
    Niedernhausen
    Beiträge
    421
    Sorry, da muss ich passen. Habs nur beim 'make oldconfig' vom nem 2.6.10 zu nem 2.6.12-rc1 gesehen, da es nachgefragt wurde.
    Notebook: OS X 10.5 Leopard - MacBook Pro - Centrino Santa Rosa - Core 2 Duo 2.4 Ghz - 2048MB DDR2 Ram - nVidia GeForce 8600M GT - 15.4" LED Display

  7. #7
    Premium Mitglied Avatar von frankpr
    Registriert seit
    Feb 2002
    Ort
    Wo der Pfeffer wächst
    Beiträge
    3.124
    Zitat Zitat von xeroc
    Ich glaube, dass genau das sein Problem ist. Ich nehme mal schwer an, dass sein Monitor einen USB-Anschluss hat, sonst wäre das ja hirnrissig.
    Oder einen Monitor mit USB Anschluß zum Steuern der Einstellungen.
    Ist ja auch zu viel verlangt, als Hilfesuchender mal mitzuteilen, um welches Gerät es geht.

    MfG

  8. #8
    Registrierter Benutzer
    Registriert seit
    Nov 2003
    Beiträge
    126
    Zitat Zitat von frankpr
    Ist ja auch zu viel verlangt, als Hilfesuchender mal mitzuteilen, um welches Gerät es geht.
    MfG
    usb 2-1: new low speed USB device using uhci_hcd and address 2
    hiddev0: USB HID v1.10 Device [Samsung Electronics Sam Sung Electronics] on usb-0000:00:1d.0-1


    Das steht allerdings bereits in meinder ersten Meldung.

    Wenn dus ganz genau wissen willst:

    Samsung SyncMaster 957P. Ich denke aber, dass das kaum einen Unterschied macht, welcher Samsung das ist. Das Gerät wurde ja erkannt. Nur wie bringe ich den X-Server dazu das Signal an das USB-Gerät zu schicken??

    Gruß
    Flo

  9. #9
    Registrierter Benutzer Avatar von towo2099
    Registriert seit
    Feb 2002
    Ort
    Pößneck
    Beiträge
    4.567
    MouScreen, eine Art Windows-Anwendung, macht es möglich, den SyncMaster einzustellen, ohne auf die Tasten des Monitors drücken zu müssen. Jetzt kann man mit Hilfe der Maussteuerung die Einstellung über den USB-Anschluss vornehmen - ein grundlegendes Funktionsmerkmal des SyncMaster.
    Das ist die Produktbeschreibung! Wie kommst Du also darauf, daß Du das Video-Signal per USB auf den Monitor bekommst?
    Signatur nach Diktat Spazieren gegangen ;)

  10. #10
    Registrierter Benutzer Avatar von undefined
    Registriert seit
    Feb 2004
    Beiträge
    1.535
    Sagt mir selbst jetzt auch nichts aber laut Hersteller:
    Samsung SyncMaster 957P
    Signal
    Eingang
    115 Pin Sub-D / 5x BNC

    Plug & Pray
    DDC
    DDC 1/2B, 2BI, GTF
    USB
    Upstream und Kabel
    mfg undefined
    --
    Undefined Behavior (undefiniertes Verhalten) bedeutet meistens etwas ungültiges.
    Speichenrechner - .htpasswd - qx11grab - MX-1000 Treiber - QTidy

  11. #11
    Premium Mitglied Avatar von frankpr
    Registriert seit
    Feb 2002
    Ort
    Wo der Pfeffer wächst
    Beiträge
    3.124
    Zitat Zitat von floschuh
    usb 2-1: new low speed USB device using uhci_hcd and address 2
    hiddev0: USB HID v1.10 Device [Samsung Electronics Sam Sung Electronics] on usb-0000:00:1d.0-1
    Das steht allerdings bereits in meinder ersten Meldung.
    Aha, Samsung stellt also nur einen Monitor her.
    Samsung SyncMaster 957P. Ich denke aber, dass das kaum einen Unterschied macht, welcher Samsung das ist.
    Das denke ich eher nicht, schaue Dir die Produktdaten der verschiedenen Samsung Monitore an.
    Nur wie bringe ich den X-Server dazu das Signal an das USB-Gerät zu schicken??
    Das wurde schon geschrieben, ÜBERHAUPT NICHT.
    Auszug aus der Beschreibung des mittlerweile nicht mehr hergestellten Gerätes von der Samsung Webseite:
    Code:
    Da MouScreen über den USB-Anschluss mit dem Monitor kommuniziert, ist es möglich, alle Funktionen des OSD-Menüs per Mausklick zu steuern.
    Es gibt, wie ich schon erwähnt habe, derzeit nur eine bekannte Möglichkeit, per USB Bildsignale auf das Display zu bekommen, das sind spezielle TFT Monitore, die über eine spezielle Interface Karte angesteuert werden, der dazugehörige Treiber simuliert eine echte Grafikkarte.

  12. #12
    Registrierter Benutzer
    Registriert seit
    Nov 2003
    Beiträge
    126
    Aha... DAnke... Dann werd ichs wohl klassisch angehen müssen.

  13. #13
    Premium Mitglied Avatar von frankpr
    Registriert seit
    Feb 2002
    Ort
    Wo der Pfeffer wächst
    Beiträge
    3.124
    Ich spekuliere mal, Du hast noch einen stationären PC und willst das Umstecken am Monitor vermeiden?
    Dann kannst Du auch den 2. Eingang am Monitor (BNC oder Sub-D, je nachdem, wo der PC dran ist) für das Notebook nehmen. Samsung Monitore schalten entweder automatisch um, wenn nur an einem Eingang ein Signal anliegt, oder lassen auch eine manuelle Umschaltung zu, wenn an beiden Eingängen ein Signal vorhanden ist.
    Allerdings sind BNC Kabel neu nicht gerade Billigangebote, aber bei ebay sollte sich etwas preisgünstiges finden lassen.

  14. #14
    Registrierter Benutzer
    Registriert seit
    Nov 2003
    Beiträge
    126
    Zitat Zitat von frankpr
    Ich spekuliere mal, Du hast noch einen stationären PC und willst das Umstecken am Monitor vermeiden?
    Exakt!!
    Dann kannst Du auch den 2. Eingang am Monitor (BNC oder Sub-D, je nachdem, wo der PC dran ist) für das Notebook nehmen. Samsung Monitore schalten entweder automatisch um, wenn nur an einem Eingang ein Signal anliegt, oder lassen auch eine manuelle Umschaltung zu, wenn an beiden Eingängen ein Signal vorhanden ist.
    Allerdings sind BNC Kabel neu nicht gerade Billigangebote, aber bei ebay sollte sich etwas preisgünstiges finden lassen.
    Danke, ich werds mal testen..

Ähnliche Themen

  1. Wie wird mein MP3-Player von Linux erkannt?
    Von 123Linux im Forum Mobiles Linux, Notebook, PDA
    Antworten: 30
    Letzter Beitrag: 25.06.05, 16:55
  2. Der (nicht willige) USB-Hub
    Von netswipe im Forum stationäre Hardware
    Antworten: 2
    Letzter Beitrag: 06.04.05, 10:20
  3. Suse 9.2 und Siemens Gigaset USB Adapter 54
    Von thesmarty im Forum Mobiles Linux, Notebook, PDA
    Antworten: 0
    Letzter Beitrag: 09.12.04, 21:31
  4. Hach... Usb-Floppy
    Von Zinnwurm im Forum stationäre Hardware
    Antworten: 15
    Letzter Beitrag: 23.11.04, 21:11
  5. Erkennung von USB
    Von gast44 im Forum System installieren und konfigurieren
    Antworten: 22
    Letzter Beitrag: 01.08.04, 15:08

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •