Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutValmistajien tukemat Ubuntu-tietokoneet: kannettavatietokone.fi uudet ja käytetyt sekä Lenovo-verkkokauppa
Yritä vaihtaa teemaa toiseksi ja takaisin normaaliksi, jos ei korjaannu niin yritetään jotain muuta ratkaisua.
sed -e '/(WW)\|(EE)/!d' /var/log/Xorg.0.log
Ikkunankehykset vaativat 7.10 versiossa muistaakseni xorg.conf tiedostoonmuutaman rivin lisäämistä.Ajurin alapuolelle (näytönohjain)Option "AddARGBGlxVisuals" "True"Option "AddGLXVisuals" "True"Oletussyvyyden piti olla taas muistaakseni "24" (Depth)
Jos ei toimi, niin katsotaan lisääKoodia: [Valitse]sed -e '/(WW)\|(EE)/!d' /var/log/Xorg.0.logJoka listaa virheet.
Pääte ei suostu näyttämään tekstiä. Sanon jos se rupeaa näyttämään.
Koodia: [Valitse]sed -e '/(WW)\|(EE)/!d' /var/log/Xorg.0.log
käyttäjätunnus@käyttäjätunnus-desktop:~$ sed -e '/(WW)\|(EE)/!d' /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown.(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
sed -e
käyttäjätunnusi@käyttäjätunnus-desktop:~$ sed -esed: option requires an argument -- eUsage: sed [OPTION]... {script-only-if-no-other-script} [input-file]... -n, --quiet, --silent suppress automatic printing of pattern space -e script, --expression=script add the script to the commands to be executed -f script-file, --file=script-file add the contents of script-file to the commands to be executed -i[SUFFIX], --in-place[=SUFFIX] edit files in place (makes backup if extension supplied) -l N, --line-length=N specify the desired line-wrap length for the `l' command --posix disable all GNU extensions. -r, --regexp-extended use extended regular expressions in the script. -s, --separate consider files as separate rather than as a single continuous long stream. -u, --unbuffered load minimal amounts of data from the input files and flush the output buffers more often --help display this help and exit --version output version information and exitIf no -e, --expression, -f, or --file option is given, then the firstnon-option argument is taken as the sed script to interpret. Allremaining arguments are names of input files; if no input files arespecified, then the standard input is read.Lähetä virheraportit osoitteeseen bonzini@gnu.org .Sisällytä sana "sed" viestin aihekenttään ("Subject"-kenttään).
glxinfo | grep direct
Miten asensit näytönohjaimen ajurit?
Onko kiihdytys päällä?
Joku erityinen syy käyttää vanhaa 7.10 jakeluversiota?