Ubuntu Suomen keskustelualueet
Ubuntun käyttö => Asentaminen ja käyttöönotto => Aiheen aloitti: samu84 - 03.02.07 - klo:19.40
-
mikähän mahtaa olla vikana kun lähestulkoon jokainen ohjelma v*****lee kaikkea kun ne käynnistää konsolissa. Yleensä tarvii useamman yrityksen että saa jonkin ohjelman päälle, ne ilmestyy tonne yläpalkkii "ohjelma käynnistyy,,," hetkeks ja katoaa sitte...
Täs ois niit konsoliherjoja superkarambasta: samu@samun:~$ superkaramba
~/.superkaramba doesn't exist
created ~/.superkaramba
X Error: BadDevice, invalid or uninitialized input device 169
Major opcode: 147
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
Major opcode: 147
Minor opcode: 3
Resource id: 0x0
Failed to open device
ScimInputContextPlugin()
Etenkin tuota "X Error: BadDevice, invalid or uninitialized input device 169" se valitta jokasen ohjelman yhteydesä.
Käytössä on kubuntu 6.06
-
mikähän mahtaa olla vikana kun lähestulkoon jokainen ohjelma v*****lee kaikkea kun ne käynnistää konsolissa. Yleensä tarvii useamman yrityksen että saa jonkin ohjelman päälle, ne ilmestyy tonne yläpalkkii "ohjelma käynnistyy,,," hetkeks ja katoaa sitte...
Täs ois niit konsoliherjoja superkarambasta: samu@samun:~$ superkaramba
~/.superkaramba doesn't exist
created ~/.superkaramba
X Error: BadDevice, invalid or uninitialized input device 169
Major opcode: 147
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
Major opcode: 147
Minor opcode: 3
Resource id: 0x0
Failed to open device
ScimInputContextPlugin()
Etenkin tuota "X Error: BadDevice, invalid or uninitialized input device 169" se valitta jokasen ohjelman yhteydesä.
Käytössä on kubuntu 6.06
Heh just se herja jolla ei suuremmin ole väliä ja jonka saat pois poistamalla olemattomat wacom laitteet /etc/X11/xorg.confistas. Eli poistat nämä sieltä:
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Ja vielä viittaukset niihin Serverlayout kohdasta samaisesta konfista:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
#InputDevice "stylus" "SendCoreEvents" Nämä veke
#InputDevice "cursor" "SendCoreEvents"
#InputDevice "eraser" "SendCoreEvents"
EndSection
-
Tattista!
Nyt hävis ainakii se "X Error: BadDevice, invalid or uninitialized input device 169" -herja... Mut vieläkii tulee tämmösii herjoi:
samu@samun:~$ sudo kate /etc/apt/sources.list
Password:
DCOPClient::attachInternal. Attach failed Could not open network socket
Link points to "/tmp/ksocket-root"
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
kdeinit: Can't connect to the X Server.
kdeinit: Might not terminate at end of session.
Link points to "/tmp/kde-root"
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
kded: cannot connect to X server :0.0
DCOP aborting call from 'anonymous-5395' to 'kded'
kded: ERROR: Communication problem with kded, it probably crashed.
ScimInputContextPlugin()
Osaiskohan joku sanoa edes mitä toi herjaa? Jotain että se ei saa yhteyttä X:ää...?
-
Ok tämä johtuu siitä että kubuntussa pitää käyttää x:ää käyttävissä softissa kdesu -komentoa sudo:n sijaan. Eli koitappa komentoa kdesu kate /etc/apt/sources.list. Tosin itselläninkin heittää vielä vaikka minkänäköistä herjaa mutta kate ainakin aukeaa oikean tiedoston kanssa.
-
Nonni... nyt loppus herjailiut. Kiitoksia!