Treiber / Grafikkarte / CPU etc unter Ubuntu (Linux)?

Hallo zusammen,

ich habe mir heute Ubuntu installiert und mir eine einfache Arbeitsumgebung eingerichtet (Office). Darrunter auch mal kleine Grafikarbeiten mit dem Free-Tool Gimp.

Ich musste jedoch überhaupt keine Treiber installieren, auch hab ich keine Treiber installiert.

Mir kommt das aber so vor als wäre mein Laptop langsamer obwohl er mit 20gb auch aufgerüstet wurde und bei Windows 10 sogar sehr schnell war.

So jetzt zu meiner 1. Frage:

Wie finde ich heraus ob und welche Treiber benötigt werden?

Zu meiner 2. Frage:

Mein Grafikspeicher ist wohl nur auf 256 obwohl ich ja 2gb habe :)

hwinfo output

hwinfo --gfxcard
19: PCI 02.0: 0300 VGA compatible controller (VGA)              
  [Created at pci.386]
  Unique ID: _Znp.9xBbUkzVwc2
  SysFS ID: /devices/pci0000:00/0000:00:02.0
  SysFS BusID: 0000:00:02.0
  Hardware Class: graphics card
  Model: "Intel VGA compatible controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x8a56
  SubVendor: pci 0x17aa "Lenovo"
  SubDevice: pci 0x3fb5
  Revision: 0x07
  Driver: "i915"
  Driver Modules: "i915"
  Memory Range: 0x80000000-0x80ffffff (rw,non-prefetchable)
  Memory Range: 0x70000000-0x7fffffff (ro,non-prefetchable)
  I/O Ports: 0x3000-0x303f (rw)
  Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
  IRQ: 145 (2718595 events)
  Module Alias: "pci:v00008086d00008A56sv000017AAsd00003FB5bc03sc00i00"
  Driver Info #0:
    Driver Status: i915 is active
    Driver Activation Cmd: "modprobe i915"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

Primary display adapter: #19

lspci -v -s 00:02.0 output

00:02.0 VGA compatible controller: Intel Corporation Device 8a56 (rev 07) (prog-if 00 [VGA controller])
    Subsystem: Lenovo Device 3fb5
    Flags: bus master, fast devsel, latency 0, IRQ 145
    Memory at 80000000 (64-bit, non-prefetchable) [size=16M]
    Memory at 70000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 3000 [size=64]
    Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel driver in use: i915
    Kernel modules: i915


lsb_release -a

No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:    20.04

Mein Laptop: IdeaPad 3 15IIL05

Über Antworten wäre ich echt dankbar!

Computer, Linux, Ubuntu
Python Problem auf Ubuntu 18.04 Linux Sever?

Hallo,

Ich habe heute Versucht certbot zu installieren. Leider musste ich dabei einen Fehlercode feststellen weis aber nicht nach 2 Stunden suche wie ich den Behebe.

Vorab meine Version ist:

Ubuntu 18.04.6 LTS \n \l

Und das ist die Rückgabe von dem Eingegeben Befehl.


root@Test:/# apt-get install python-certbot-apache
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:


Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 python-certbot-apache : Hängt ab von: python3-certbot-apache soll aber nicht installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

Dann habe ich Versucht den Befehl zu Debuggen

root@Test:/# sudo apt-get -o Debug::pkgProblemResolver=true install python-certbot-apache
Starting pkgProblemResolver with broken count: 2
Starting 2 pkgProblemResolver with broken count: 2
Investigating (0) python3-certbot-apache:amd64 < none -> 0.31.0-1+ubuntu18.04.1+certbot+1 @un uN Ib >
Broken python3-certbot-apache:amd64 Hängt ab von on python3-certbot:amd64 < none | 0.31.0-2~deb10u1+ubuntu18.04.1+certbot+3 @un uH > (>= 0.26.0~)
  Considering python3-certbot:amd64 0 as a solution to python3-certbot-apache:amd64 0
  Holding Back python3-certbot-apache:amd64 rather than change python3-certbot:amd64
Investigating (0) certbot:amd64 < none -> 0.31.0-2~deb10u1+ubuntu18.04.1+certbot+3 @un uN Ib >
Broken certbot:amd64 Hängt ab von on python3-certbot:amd64 < none | 0.31.0-2~deb10u1+ubuntu18.04.1+certbot+3 @un uH > (= 0.31.0-2~deb10u1+ubuntu18.04.1+certbot+3)
  Considering python3-certbot:amd64 0 as a solution to certbot:amd64 0
  Holding Back certbot:amd64 rather than change python3-certbot:amd64
Investigating (1) python-certbot-apache:amd64 < none -> 0.31.0-1+ubuntu18.04.1+certbot+1 @un puN Ib >
Broken python-certbot-apache:amd64 Hängt ab von on python3-certbot-apache:amd64 < none | 0.31.0-1+ubuntu18.04.1+certbot+1 @un uH >
  Considering python3-certbot-apache:amd64 0 as a solution to python-certbot-apache:amd64 9999
    Reinst Failed early because of python3-ndg-httpsclient:amd64
    Reinst Failed because of python3-certbot:amd64
    Reinst Failed because of certbot:amd64
Done

das ist meine sources.list

deb http://de.archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://de.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://de.archive.ubuntu.com/ubuntu/ bionic univers
deb http://de.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://de.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://de.archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
deb http://security.ubuntu.com/ubuntu bionic-security universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted universe

Ich Bedanke mich im voraus für jeden der mir hilft

MfG

LofentBlack

Computer, Linux, Ubuntu

Meistgelesene Beiträge zum Thema Ubuntu