Anzeige:
Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 15 von 28

Thema: xorg-server entfernen?

  1. #1
    Registrierter Benutzer
    Registriert seit
    Feb 2014
    Beiträge
    142

    xorg-server entfernen?

    Hallo ich hatte gerade im Terminal(Archlinux) folgendes eingegeben:
    Code:
    sudo pacman -Syu
    
    
    xf86-video-amdgpu und xorg-server stehen miteinander in Konflikt
    Kann ich bedenkenlos xorg-server entfernen?
    Ich verstehe kein English. -

  2. #2
    Registrierter Benutzer Avatar von towo2099
    Registriert seit
    Feb 2002
    Ort
    Pößneck
    Beiträge
    4.567
    Kann ich bedenkenlos xorg-server entfernen?
    Na klar, dann haben wir erstmal etwas Ruhe von Deinen Troll-Posts.
    Signatur nach Diktat Spazieren gegangen ;)

  3. #3
    Registrierter Benutzer
    Registriert seit
    Feb 2014
    Beiträge
    142
    xorg-server entfernen? [j/N] j
    Fehler: Vorgang konnte nicht vorbereitet werden (Kann Abhängigkeiten nicht erfüllen)
    :: Unerfüllbare Abhängigkeit »xorg-server«, benötigt von gdm
    Ich komme leider nicht weiter. Kann jemand helfen?
    Ich verstehe kein English. -

  4. #4
    Registrierter Benutzer Avatar von towo2099
    Registriert seit
    Feb 2002
    Ort
    Pößneck
    Beiträge
    4.567
    Leider nein, leider gar nicht, Dir ist nicht zu helfen.
    Signatur nach Diktat Spazieren gegangen ;)

  5. #5
    Registrierter Benutzer
    Registriert seit
    Jun 2002
    Beiträge
    2.340
    Erst einmal wäre mitzuteilen, welche Distribution mit welcher GUI Du nutzt. Und den xorg-server würde ich Mal nicht löschen. Wenn sich xf86-video-amdgpu und xorg-server beißen, spricht viel dafür, dass die Pakete aus verschiedenen Quellen oder/und in verschiedenen Versionen angeboten werden.

  6. #6
    Registrierter Benutzer
    Registriert seit
    Feb 2014
    Beiträge
    142
    @DERRICHTER
    Ich habe Archlinux mit XFCE
    Ich verstehe kein English. -

  7. #7
    Registrierter Benutzer
    Registriert seit
    Jun 2002
    Beiträge
    2.340
    Ich kenne mich mit Archlinux nicht aus, aber Du musst dort doch in einer Paketverwaltung prüfen können, von welchen Repositories Du Dateien beziehst und welche Versionen der Programme angeboten werden. Das musst Du abgleichen.

  8. #8
    Registrierter Benutzer
    Registriert seit
    Feb 2014
    Beiträge
    142
    @DERRICHTER
    #
    # /etc/pacman.conf
    #
    # See the pacman.conf(5) manpage for option and repository directives

    #
    # GENERAL OPTIONS
    #
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    #GPGDir = /etc/pacman.d/gnupg/
    #HookDir = /etc/pacman.d/hooks/
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/curl -L -C - -f -o %o %u
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #CleanMethod = KeepInstalled
    Architecture = auto

    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    IgnoreGroup = xorg
    #IgnorePkg = xorg grub
    IgnorePkg = xorg-video-drivers xorg-input-drivers wine
    IgnorePkg = xorg-xinit
    IgnorePkg = xf86-video-intel xf86-input-evdev xorg-server xorg-apps xorg-xkb-utils xorg-server-utils xorg-utils intel-dri synaptics libgl libdrm xorg-res-utils xf86driproto xf86-input-keyboard xkeyboard-config
    IgnorePkg = simple-scan
    #IgnoreGroup =

    #NoUpgrade =
    #NoExtract =

    # Misc options
    #UseSyslog
    #Color
    #TotalDownload
    CheckSpace
    #VerbosePkgLists

    # By default, pacman accepts packages signed by keys that its local keyring
    # trusts (see pacman-key and its man page), as well as unsigned packages.
    SigLevel = Required DatabaseOptional
    LocalFileSigLevel = Optional
    #RemoteFileSigLevel = Required

    # NOTE: You must run `pacman-key --init` before first using pacman; the local
    # keyring can then be populated with the keys of all official Arch Linux
    # packagers with `pacman-key --populate archlinux`.

    #
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    #
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    [archlinuxfr]
    SigLevel = Never
    Server = http://repo.archlinux.fr/$arch
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    #

    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.

    #[testing]
    #Include = /etc/pacman.d/mirrorlist

    [core]
    Include = /etc/pacman.d/mirrorlist

    [extra]
    Include = /etc/pacman.d/mirrorlist

    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist

    [community]
    Include = /etc/pacman.d/mirrorlist
    Ich kann Repositories in pacman.conf in /etc/
    nicht finden.Was nun?
    Meine Mirrorlist
    ################################################## ##############################
    ################# Arch Linux mirrorlist generated by Reflector #################
    ################################################## ##############################

    # With: reflector --verbose -l 5 --sort rate --save /etc/pacman.d/mirrorlist
    # When: 2021-05-15 12:51:57 UTC
    # From: https://www.archlinux.org/mirrors/status/json/
    # Retrieved: 2021-05-15 12:51:50 UTC
    # Last Check: 2021-05-15 12:33:57 UTC

    Server = https://archlinux.thaller.ws/$repo/os/$arch
    Server = https://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch
    Server = http://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch
    Server = rsync://archlinux.thaller.ws/archlinux/$repo/os/$arch
    Server = rsync://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch
    ##
    ## Arch Linux repository mirrorlist
    ## Generated on 2021-06-10
    ##

    ## Germany
    #Server = http://mirror.23media.com/archlinux/$repo/os/$arch
    #Server = https://mirror.23media.com/archlinux/$repo/os/$arch
    #Server = http://ftp.agdsn.de/pub/mirrors/archlinux/$repo/os/$arch
    #Server = https://ftp.agdsn.de/pub/mirrors/archlinux/$repo/os/$arch
    #Server = https://appuals.com/archlinux/$repo/os/$arch
    #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
    #Server = https://mirror.bethselamin.de/$repo/os/$arch
    #Server = http://mirror.chaoticum.net/arch/$repo/os/$arch
    #Server = https://mirror.chaoticum.net/arch/$repo/os/$arch
    #Server = http://mirror.checkdomain.de/archlinux/$repo/os/$arch
    #Server = https://mirror.checkdomain.de/archlinux/$repo/os/$arch
    #Server = http://mirror.clientvps.com/archlinux/$repo/os/$arch
    #Server = https://mirror.clientvps.com/archlinux/$repo/os/$arch
    #Server = https://mirror.dogado.de/archlinux/$repo/os/$arch
    #Server = http://mirror.f4st.host/archlinux/$repo/os/$arch
    #Server = https://mirror.f4st.host/archlinux/$repo/os/$arch
    Server = http://ftp.fau.de/archlinux/$repo/os/$arch
    Server = https://ftp.fau.de/archlinux/$repo/os/$arch
    #Server = https://pkg.fef.moe/archlinux/$repo/os/$arch
    Server = https://dist-mirror.fem.tu-ilmenau.de/archlinux/$repo/os/$arch
    #Server = http://mirror.fsrv.services/archlinux/$repo/os/$arch
    #Server = https://mirror.fsrv.services/archlinux/$repo/os/$arch
    #Server = https://mirror.gnomus.de/$repo/os/$arch
    #Server = http://www.gutscheindrache.com/mirror/archlinux/$repo/os/$arch
    #Server = http://ftp.gwdg.de/pub/linux/archlinux/$repo/os/$arch
    #Server = http://archlinux.honkgong.info/$repo/os/$arch
    Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
    Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
    #Server = http://archlinux.mirror.iphh.net/$repo/os/$arch
    Server = http://arch.jensgutermuth.de/$repo/os/$arch
    Server = https://arch.jensgutermuth.de/$repo/os/$arch
    #Server = http://mirror.kumi.systems/archlinux/$repo/os/$arch
    #Server = https://mirror.kumi.systems/archlinux/$repo/os/$arch
    #Server = http://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch
    #Server = https://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch
    #Server = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch
    #Server = https://mirror.metalgamer.eu/archlinux/$repo/os/$arch
    #Server = http://mirror.mikrogravitation.org/archlinux/$repo/os/$arch
    #Server = https://mirror.mikrogravitation.org/archlinux/$repo/os/$arch
    #Server = https://mirror.pkgbuild.com/$repo/os/$arch
    #Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
    #Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch
    Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch
    Server = https://mirror.netcologne.de/archlinux/$repo/os/$arch
    #Server = http://mirrors.niyawe.de/archlinux/$repo/os/$arch
    #Server = https://mirrors.niyawe.de/archlinux/$repo/os/$arch
    #Server = http://mirror.orbit-os.com/archlinux/$repo/os/$arch
    #Server = https://mirror.orbit-os.com/archlinux/$repo/os/$arch
    Server = http://packages.oth-regensburg.de/archlinux/$repo/os/$arch
    Server = https://packages.oth-regensburg.de/archlinux/$repo/os/$arch
    #Server = http://phinau.de/arch/$repo/os/$arch
    #Server = https://phinau.de/arch/$repo/os/$arch
    #Server = https://mirror.pseudoform.org/$repo/os/$arch
    #Server = https://www.ratenzahlung.de/mirror/archlinux/$repo/os/$arch
    Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
    Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
    #Server = http://linux.rz.rub.de/archlinux/$repo/os/$arch
    #Server = http://mirror.satis-faction.de/archlinux/$repo/os/$arch
    #Server = https://mirror.satis-faction.de/archlinux/$repo/os/$arch
    #Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
    #Server = https://mirror.selfnet.de/archlinux/$repo/os/$arch
    #Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
    #Server = https://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
    #Server = http://archlinux.thaller.ws/$repo/os/$arch
    #Server = https://archlinux.thaller.ws/$repo/os/$arch
    #Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
    #Server = http://mirror.ubrco.de/archlinux/$repo/os/$arch
    #Server = https://mirror.ubrco.de/archlinux/$repo/os/$arch
    #Server = http://mirror.undisclose.de/archlinux/$repo/os/$arch
    #Server = https://mirror.undisclose.de/archlinux/$repo/os/$arch
    Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch
    Server = http://ftp.uni-hannover.de/archlinux/$repo/os/$arch
    Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
    #Server = http://mirror.united-gameserver.de/archlinux/$repo/os/$arch
    #Server = https://arch.unixpeople.org/$repo/os/$arch
    #Server = http://ftp.wrz.de/pub/archlinux/$repo/os/$arch
    #Server = https://ftp.wrz.de/pub/archlinux/$repo/os/$arch
    #Server = http://mirror.wtnet.de/arch/$repo/os/$arch
    #Server = https://mirror.wtnet.de/arch/$repo/os/$arch
    #Server = http://mirrors.xtom.de/archlinux/$repo/os/$arch
    #Server = https://mirrors.xtom.de/archlinux/$repo/os/$arch
    #Server = http://arch.mirror.zachlge.org/$repo/os/$arch
    #Server = https://arch.mirror.zachlge.org/$repo/os/$arch
    Geändert von PinguinPanic (14.11.21 um 13:43 Uhr)
    Ich verstehe kein English. -

  9. #9
    Registrierter Benutzer
    Registriert seit
    Jun 2002
    Beiträge
    2.340
    Erst einmal solltest Du irgendwelche Konsolenausgaben in [code] einbinden. Dazu musst Du rechts unter dem Textfeld auf "Erweitert" und im sich dann öffnenden erweiterten Menü auf das Zeichen "#" klicken. Text fügst Du dann zwischen den beiden [code]-Zeichen ein.

    Ich kann nur nochmals sagen, dass ich von Archlinux keine Ahnung habe. Aber es muss ja unter Archlinux genauso wie z. B unter OpenSUSE (Yast) ein Paketverwaltungsprogramm mit grafischer Benutzeroberfläche geben. Ansonsten hast Du offensichtlich Updates u. a. für xorg-server gesperrt, sodass alles dafür spricht, dass die unterschiedlichen Versionen von xorg-server und xf86-video-amdgpu nicht kompatibel sind, weil die Version von xf86-video-amdgpu upgedatet werden kann, die von xorg-server wegen der Sperre nicht.

  10. #10
    Registrierter Benutzer Avatar von towo2099
    Registriert seit
    Feb 2002
    Ort
    Pößneck
    Beiträge
    4.567
    Das ist alles vergebene Müh, der Typ ist ein Troll und er fragt auch nur deshalb hier, weil er im Arch Forum schon nicht mehr posten darf.
    Signatur nach Diktat Spazieren gegangen ;)

  11. #11
    Registrierter Benutzer
    Registriert seit
    Feb 2014
    Beiträge
    142
    Mein Archlinux bootet nicht, hier mein xorg.log
    [ 77.265]
    X.Org X Server 1.21.1.2
    X Protocol Version 11, Revision 0
    [ 77.266] Current Operating System: Linux archlinux 5.15.11-arch2-1 #1 SMP PREEMPT Wed, 22 Dec 2021 09:23:54 +0000 x86_64
    [ 77.266] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4436f60d-1a27-48ca-8fee-3e42c4fda5ee rw nomodeset
    [ 77.267]
    [ 77.267] Current version of pixman: 0.40.0
    [ 77.268] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 77.268] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 77.269] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 24 14:37:00 2021
    [ 77.269] (==) Using config file: "/etc/X11/xorg.conf"
    [ 77.270] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 77.270] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 77.270] (==) No Layout section. Using the first Screen section.
    [ 77.270] (==) No screen section available. Using defaults.
    [ 77.270] (**) |-->Screen "Default Screen Section" (0)
    [ 77.270] (**) | |-->Monitor "<default monitor>"
    [ 77.270] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 77.270] (==) Automatically adding devices
    [ 77.270] (==) Automatically enabling devices
    [ 77.270] (==) Automatically adding GPU devices
    [ 77.270] (==) Automatically binding GPU devices
    [ 77.270] (==) Max clients allowed: 256, resource mask: 0x1fffff
    [ 77.270] (WW) The directory "/usr/share/fonts/misc" does not exist.
    [ 77.270] Entry deleted from font path.
    [ 77.270] (WW) The directory "/usr/share/fonts/TTF" does not exist.
    [ 77.270] Entry deleted from font path.
    [ 77.270] (WW) The directory "/usr/share/fonts/OTF" does not exist.
    [ 77.270] Entry deleted from font path.
    [ 77.270] (WW) The directory "/usr/share/fonts/Type1" does not exist.
    [ 77.270] Entry deleted from font path.
    [ 77.270] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
    [ 77.270] Entry deleted from font path.
    [ 77.270] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
    [ 77.270] Entry deleted from font path.
    [ 77.270] (==) FontPath set to:

    [ 77.270] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 77.270] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 77.270] (II) Module ABI versions:
    [ 77.270] X.Org ANSI C Emulation: 0.4
    [ 77.270] X.Org Video Driver: 25.2
    [ 77.270] X.Org XInput driver : 24.4
    [ 77.270] X.Org Server Extension : 10.0
    [ 77.271] (++) using VT number 1

    [ 77.272] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
    [ 77.275] (--) PCI:*(6@0:0:0) 1002:15dd:1002:15dd rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcd00000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 77.276] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 77.276] (II) LoadModule: "glx"
    [ 77.276] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 77.277] (II) Module glx: vendor="X.Org Foundation"
    [ 77.277] compiled for 1.21.1.2, module version = 1.0.0
    [ 77.277] ABI class: X.Org Server Extension, version 10.0
    [ 77.277] (==) Matched ati as autoconfigured driver 0
    [ 77.277] (==) Matched modesetting as autoconfigured driver 1
    [ 77.277] (==) Matched fbdev as autoconfigured driver 2
    [ 77.277] (==) Matched vesa as autoconfigured driver 3
    [ 77.277] (==) Assigned the driver to the xf86ConfigLayout
    [ 77.277] (II) LoadModule: "ati"
    [ 77.278] (WW) Warning, couldn't open module ati
    [ 77.278] (EE) Failed to load module "ati" (module does not exist, 0)
    [ 77.278] (II) LoadModule: "modesetting"
    [ 77.278] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 77.281] (II) Module modesetting: vendor="X.Org Foundation"
    [ 77.281] compiled for 1.21.1.2, module version = 1.21.1
    [ 77.281] Module class: X.Org Video Driver
    [ 77.281] ABI class: X.Org Video Driver, version 25.2
    [ 77.281] (II) LoadModule: "fbdev"
    [ 77.281] (WW) Warning, couldn't open module fbdev
    [ 77.281] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 77.281] (II) LoadModule: "vesa"
    [ 77.281] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 77.281] (II) Module vesa: vendor="X.Org Foundation"
    [ 77.281] compiled for 1.21.1.1, module version = 2.5.0
    [ 77.281] Module class: X.Org Video Driver
    [ 77.281] ABI class: X.Org Video Driver, version 25.2
    [ 77.281] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 77.281] (II) VESA: driver for VESA chipsets: vesa
    [ 77.281] (EE) open /dev/dri/card0: No such file or directory
    [ 77.281] (WW) Falling back to old probe method for modesetting
    [ 77.281] (EE) open /dev/dri/card0: No such file or directory
    [ 77.281] vesa: Refusing to run on UEFI
    [ 77.281] (EE) Screen 0 deleted because of no matching config section.
    [ 77.281] (II) UnloadModule: "modesetting"
    [ 77.281] (EE) Device(s) detected, but none match those in the config file.
    [ 77.281] (EE)
    Fatal server error:
    [ 77.281] (EE) no screens found(EE)
    [ 77.281] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 77.281] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 77.281] (EE)
    [ 77.287] (EE) Server terminated with error (1). Closing log file.
    Weiss jemand wie ich den Fehler beseitigen kann?
    Ich verstehe kein English. -

  12. #12
    Registrierter Benutzer Avatar von towo2099
    Registriert seit
    Feb 2002
    Ort
    Pößneck
    Beiträge
    4.567
    Weiss jemand wie ich den Fehler beseitigen kann?
    Na klar, man liest das log und handelt dementsprechend.
    Is dir heute wieder langweilig?
    Signatur nach Diktat Spazieren gegangen ;)

  13. #13
    Registrierter Benutzer
    Registriert seit
    Aug 2007
    Ort
    Sauerland
    Beiträge
    1.689
    1.
    Wenn ich das hier lese stellen sich mir die Nackenhaate hoch:
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    IgnoreGroup = xorg
    #IgnorePkg = xorg grub
    IgnorePkg = xorg-video-drivers xorg-input-drivers wine
    IgnorePkg = xorg-xinit
    IgnorePkg = xf86-video-intel xf86-input-evdev xorg-server xorg-apps xorg-xkb-utils xorg-server-utils xorg-utils intel-dri synaptics libgl libdrm xorg-res-utils xf86driproto xf86-input-keyboard xkeyboard-config
    IgnorePkg = simple-scan
    #IgnoreGroup =
    Warum nur hast du das gemacht? Wayland? Dann viel Spass.

    2.
    [ 77.266] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4436f60d-1a27-48ca-8fee-3e42c4fda5ee rw nomodeset
    [ 77.269] (==) Using config file: "/etc/X11/xorg.conf"
    [ 77.275] (--) PCI:*(6@0:0:0) 1002:15dd:1002:15dd rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcd00000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    Das beisst sich auch, ist anscheinend ne Radeon Karte.....

    3.
    Meinst du wirklich, Arch wäre für dich geeignet?
    Geändert von Sauerland1 (24.12.21 um 14:26 Uhr)

  14. #14
    Registrierter Benutzer
    Registriert seit
    Feb 2014
    Beiträge
    142
    Hallo frohe Weihnachten.
    Ich habe in Linuxmint eine chrootumgebung gestartet und Xorg -configure eingegeben.
    Es funktioniert nicht.

    Xorg -configure
    _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
    _XSERVTransMakeAllCOTSServerListeners: server already running
    (EE)
    Fatal server error:
    (EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE)
    (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    (EE)
    (EE) Server terminated with error (1). Closing log file.
    Macht mir ein Weihnachtsgeschenk und hilft mir bei der Konfiguration von Xorg.
    Ich verstehe kein English. -

  15. #15
    Registrierter Benutzer Avatar von towo2099
    Registriert seit
    Feb 2002
    Ort
    Pößneck
    Beiträge
    4.567
    Macht mir ein Weihnachtsgeschenk und hilft mir bei der Konfiguration von Xorg.
    Warum sollte man einen Troll unterstützen?
    Signatur nach Diktat Spazieren gegangen ;)

Ähnliche Themen

  1. suse 10.1 xorg server update auf 7.xx - package locked
    Von schroejahr im Forum Anwendungen Allgemein, Software
    Antworten: 1
    Letzter Beitrag: 03.01.07, 22:16
  2. gentoo: xorg-server kompilieren bricht ab
    Von ??Linux im Forum Kompilieren von Kernel und Sourcen
    Antworten: 9
    Letzter Beitrag: 19.08.06, 16:19
  3. Zu alter xorg-server für neuste ATI-Treiber?
    Von stefan-tiger im Forum X-Konfiguration
    Antworten: 1
    Letzter Beitrag: 02.08.06, 11:41
  4. Suse 9.2 / Xorg 6.8.2 - X-Server hängt sich auf
    Von /thor im Forum X-Konfiguration
    Antworten: 0
    Letzter Beitrag: 27.05.05, 16:35
  5. xorg, startet nicht X server
    Von ??Linux im Forum X-Konfiguration
    Antworten: 3
    Letzter Beitrag: 17.10.04, 12:06

Lesezeichen

Berechtigungen

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