Synaptic-problem.

MagnaWolf
Inlägg: 79
Blev medlem: 09 jul 2007, 23:49
OS: Kubuntu
Utgåva: 23.04 Lunar Lobster
Ort: Ludvika
Kontakt:

Synaptic-problem.

Inlägg av MagnaWolf »

Forrut sa "fryste" sig Synaptic, och nar jag nu ska forsoka starta sa sager den:

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

Har forsokt att kora det i terminalen, men da star det att jag maste vara "superanvandare"?

P.S. Svensk tangentbords-layouten ar ocksa borta.
"Patriotism is the virtue of the vicious." - Oscar Wilde
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Synaptic-problem.

Inlägg av Okänd »

sudo dpkg --configure -a
MagnaWolf
Inlägg: 79
Blev medlem: 09 jul 2007, 23:49
OS: Kubuntu
Utgåva: 23.04 Lunar Lobster
Ort: Ludvika
Kontakt:

SV: Synaptic-problem.

Inlägg av MagnaWolf »

Tackar. Det fixade Synaptic problemet. Nu ar fragan hur jag fixar till svenskt tangentbord igen. Sa har star det nar jag forsoker stalla in svenskt tangentbord:

Fel vid aktivering av XKB-konfiguration.
Det kan ske under diverse omständigheter:
- ett fel i biblioteket libxklavier
- ett fel i X-servern (verktygen xkbcomp, xmodmap)
- X-server med inkompatibel implementation av libxkbfile

Versionsdata för X-servern:
The X.Org Foundation
70200000

Om du rapporterar detta som ett fel ber vi dig ta med:
- Resultatet av xprop -root | grep XKB

_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "se", "", ""
_XKB_RULES_NAMES(STRING) = "xorg", "pc105", "se", "", ""

- Resultatet av gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd

layouts = [se,se,se]
model =
options = [grp grp:alts_toggle]
overrideSettings = true
Senast redigerad av 1 MagnaWolf, redigerad totalt 10 gånger.
"Patriotism is the virtue of the vicious." - Oscar Wilde
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Synaptic-problem.

Inlägg av Okänd »

skriv

Kod: Markera allt

cat /etc/X11/xorg.conf
och klistra in här
MagnaWolf
Inlägg: 79
Blev medlem: 09 jul 2007, 23:49
OS: Kubuntu
Utgåva: 23.04 Lunar Lobster
Ort: Ludvika
Kontakt:

SV: Synaptic-problem.

Inlägg av MagnaWolf »

Sa har?


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"    "se"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"      "true"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "stylus"
        Option          "ForceDevice"  "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "eraser"
        Option          "ForceDevice"  "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "cursor"
        Option          "ForceDevice"  "ISDV4"        # Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "Intel Corporation 82865G Integrated Graphics Controller"
        Driver          "i810"
        BusID          "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation 82865G Integrated Graphics Controller"
        Monitor        "Generic Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth          1
                Modes          "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          4
                Modes          "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          8
                Modes          "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          15
                Modes          "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          16
                Modes          "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          24
                Modes          "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "stylus"        "SendCoreEvents"
        InputDevice    "cursor"        "SendCoreEvents"
        InputDevice    "eraser"        "SendCoreEvents"
EndSection

Section "DRI"
        Mode    0666
EndSection
"Patriotism is the virtue of the vicious." - Oscar Wilde
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Synaptic-problem.

Inlägg av Okänd »

Skriv:

Kod: Markera allt

sudo apt-get install --reinstall libxklavier11
MagnaWolf
Inlägg: 79
Blev medlem: 09 jul 2007, 23:49
OS: Kubuntu
Utgåva: 23.04 Lunar Lobster
Ort: Ludvika
Kontakt:

SV: Synaptic-problem.

Inlägg av MagnaWolf »

Tack, men det hjalpte inte  :(
"Patriotism is the virtue of the vicious." - Oscar Wilde
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Synaptic-problem.

Inlägg av Okänd »

Starta om X

ctrl+alt+backspace

Det är nog ingen större fara :)
MagnaWolf
Inlägg: 79
Blev medlem: 09 jul 2007, 23:49
OS: Kubuntu
Utgåva: 23.04 Lunar Lobster
Ort: Ludvika
Kontakt:

SV: Synaptic-problem.

Inlägg av MagnaWolf »

Sid/stoffepojken skrev: Starta om X

ctrl+alt+backspace

Det är nog ingen större fara :)
Nope. Det funkade inte det heller. Kan man ominstallera Ubuntu utan att forlora filer som man har i Home-mappen?
"Patriotism is the virtue of the vicious." - Oscar Wilde
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Synaptic-problem.

Inlägg av Okänd »

IUnte ska du ominstallera

Kod: Markera allt

sudo dpkg-reconfigure locales
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Synaptic-problem.

Inlägg av Okänd »

Har du samma problem i konsolen? Tryck ctrl+alt+f2 logga in och kolla om du kan skriva med svenskt tangentbord
MagnaWolf
Inlägg: 79
Blev medlem: 09 jul 2007, 23:49
OS: Kubuntu
Utgåva: 23.04 Lunar Lobster
Ort: Ludvika
Kontakt:

SV: Synaptic-problem.

Inlägg av MagnaWolf »

Nej, det hjalpte inte heller :(
"Patriotism is the virtue of the vicious." - Oscar Wilde
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Synaptic-problem.

Inlägg av Okänd »

Kunde du skriva i konsolen med å ä ö?
MagnaWolf
Inlägg: 79
Blev medlem: 09 jul 2007, 23:49
OS: Kubuntu
Utgåva: 23.04 Lunar Lobster
Ort: Ludvika
Kontakt:

SV: Synaptic-problem.

Inlägg av MagnaWolf »

Sid/stoffepojken skrev: Kunde du skriva i konsolen med å ä ö?
Nej.
"Patriotism is the virtue of the vicious." - Oscar Wilde
MagnaWolf
Inlägg: 79
Blev medlem: 09 jul 2007, 23:49
OS: Kubuntu
Utgåva: 23.04 Lunar Lobster
Ort: Ludvika
Kontakt:

SV: Synaptic-problem.

Inlägg av MagnaWolf »

Jag struntade i alltihop och installerade Kubuntu istället.
"Patriotism is the virtue of the vicious." - Oscar Wilde
Skriv svar

Återgå till "För nybörjaren - inaktuell"