Probleme beim starten von X auf dem T430

dschmid

Metal Fan
Hallo liebe Community,

ich habe mir ein neues Notebook gegönnt ein schönes Lenovo T430.

Ich bin gerade dabei es einzurichten nun habe ich folgendes Problem.

Sobald ich versuche X mit startx zu starten bekomme ich folgende Fehlermeldung.

Code:
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[  1353.913] Build Operating System: FreeBSD 12.1-RELEASE amd64
[  1353.913] Current Operating System: FreeBSD bsdlap 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-p3 GENERIC amd64
[  1353.913] Build Date: 02 April 2020  12:06:55AM
[  1353.913]
[  1353.913] Current version of pixman: 0.38.4
[  1353.913]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  1353.913] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1353.913] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr  2 21:48:06 2020
[  1353.913] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d"
[  1353.913] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[  1353.913] (==) No Layout section.  Using the first Screen section.
[  1353.913] (==) No screen section available. Using defaults.
[  1353.913] (**) |-->Screen "Default Screen Section" (0)
[  1353.913] (**) |   |-->Monitor "<default monitor>"
[  1353.914] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[  1353.914] (**) |   |-->Device "Intel Graphics"
[  1353.914] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[  1353.914] (==) Automatically adding devices
[  1353.914] (==) Automatically enabling devices
[  1353.914] (==) Not automatically adding GPU devices
[  1353.914] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1353.914] (==) FontPath set to:
        /usr/local/share/fonts/misc/,
        /usr/local/share/fonts/TTF/,
        /usr/local/share/fonts/OTF/,
        /usr/local/share/fonts/Type1/,
        /usr/local/share/fonts/100dpi/,
        /usr/local/share/fonts/75dpi/,
        catalogue:/usr/local/etc/X11/fontpath.d
[  1353.914] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[  1353.914] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1353.914] (II) Loader magic: 0x42e020
[  1353.914] (II) Module ABI versions:
[  1353.914]    X.Org ANSI C Emulation: 0.4
[  1353.914]    X.Org Video Driver: 24.1
[  1353.914]    X.Org XInput driver : 24.1
[  1353.914]    X.Org Server Extension : 10.0
[  1353.914] (--) PCI:*(0@0:2:0) 8086:0166:17aa:21f4 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/65536
[  1353.914] (II) LoadModule: "glx"
[  1353.914] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[  1353.915] (II) Module glx: vendor="X.Org Foundation"
[  1353.915]    compiled for 1.20.8, module version = 1.0.0
[  1353.915]    ABI class: X.Org Server Extension, version 10.0
[  1353.915] (II) LoadModule: "intel"
[  1353.915] (II) LoadModule: "intel"
[  1353.915] (WW) Warning, couldn't open module intel
[  1353.915] (EE) Failed to load module "intel" (module does not exist, 0)
[  1353.915] (EE) No drivers available.
[  1353.915] (EE)
Fatal server error:
[  1353.915] (EE) no screens found(EE)
[  1353.915] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[  1353.916] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1353.916] (EE)
[  1353.916] (EE) Server terminated with error (1). Closing log file.

Das Notebook hat zwei Grafikkarten integriert eine Nvidia und ein intel. Die Nvidia habe ich im Bios deaktiviert.

Für intel habe ich die DRM treiber installiert und es wird auch beim starten initialisiert. Trotzdem kommt die oben genannte Fehlermeldung.

Könnt ihr mir da helfen?

Gruß Daniel
 
X möchte (in nem config-File angegeben) den Treiber für Intel laden:
Code:
(WW) (**) |   |-->Device "Intel Graphics" (Warning),
kann aber aus irgendnem Grund nicht
Code:
 (EE) Failed to load module "intel" (module does not exist, 0) (Error)

Wie schaut deine rc.conf aus bzw wie hast du den Intel Treiber eingebunden?
 
in der rc.conf steht folgender drin:

Code:
kld_list="acpi_video acpi_ibm acpi_dock mmc mmcsd sdhci i915kms"

habe auch folgendes ausprobiert:

kld_list="acpi_video acpi_ibm acpi_dock mmc mmcsd sdhci /boot/modules/i915kms.ko"

nach dem ich drm-fbsd12.0-kmod installiert habe.

habe noch folgende Datei /usr/local/etc/X11/xorg.conf.d/20-video.conf angelegt mit diesen Inhalt:


Code:
Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "AccelMethod" "sna"
EndSection
 
Der Intel-Treiber ist tot und sollte nur für wirklich alte Hardware verwendet werden. Modesetting ist der aktuelle Weg:

Code:
Section "Device"
    Identifier "Intel Graphics"
    Driver "modesetting"
EndSection

Probiere das mal. :)
 
Ich habe ein ähnliches Problem: nach dem Upgrade auf 12.1-p3 und neuesten quaterly packages geht mein TrackPoint auf dem Lenovo W530 nicht mehr. Ich habe keine xorg.conf irgendwo angelegt: Vorher ging es super. Eine USB Maus wird anstandslos genommmen... Hat jemand eine Idee? Danke!! :)
 
hast di xf86-input-linnput installiert? Wenn nicht, versuche mal ob das hilft.
 
Zurück
Oben