Sida 1 av 1

Synaptic-problem.

Postat: 10 jul 2007, 04:24
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.

SV: Synaptic-problem.

Postat: 10 jul 2007, 04:26
av Okänd
sudo dpkg --configure -a

SV: Synaptic-problem.

Postat: 10 jul 2007, 04:39
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

SV: Synaptic-problem.

Postat: 10 jul 2007, 04:49
av Okänd
skriv

Kod: Markera allt

cat /etc/X11/xorg.conf
och klistra in här

SV: Synaptic-problem.

Postat: 10 jul 2007, 04:52
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

SV: Synaptic-problem.

Postat: 10 jul 2007, 04:58
av Okänd
Skriv:

Kod: Markera allt

sudo apt-get install --reinstall libxklavier11

SV: Synaptic-problem.

Postat: 10 jul 2007, 05:06
av MagnaWolf
Tack, men det hjalpte inte  :(

SV: Synaptic-problem.

Postat: 10 jul 2007, 05:09
av Okänd
Starta om X

ctrl+alt+backspace

Det är nog ingen större fara :)

SV: Synaptic-problem.

Postat: 10 jul 2007, 05:13
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?

SV: Synaptic-problem.

Postat: 10 jul 2007, 05:22
av Okänd
IUnte ska du ominstallera

Kod: Markera allt

sudo dpkg-reconfigure locales

SV: Synaptic-problem.

Postat: 10 jul 2007, 05:25
av Okänd
Har du samma problem i konsolen? Tryck ctrl+alt+f2 logga in och kolla om du kan skriva med svenskt tangentbord

SV: Synaptic-problem.

Postat: 10 jul 2007, 05:53
av MagnaWolf
Nej, det hjalpte inte heller :(

SV: Synaptic-problem.

Postat: 10 jul 2007, 06:02
av Okänd
Kunde du skriva i konsolen med å ä ö?

SV: Synaptic-problem.

Postat: 10 jul 2007, 06:10
av MagnaWolf
Sid/stoffepojken skrev: Kunde du skriva i konsolen med å ä ö?
Nej.

SV: Synaptic-problem.

Postat: 10 jul 2007, 11:31
av MagnaWolf
Jag struntade i alltihop och installerade Kubuntu istället.