Προς το περιεχόμενο

Ubuntu prob


Nisok

Προτεινόμενες αναρτήσεις

Παιδιά καλησπέρα το πρόβλημα έχει ως εξής

 

 

Όλα ήταν μια χαρά, μέχρι που στα ubuntu εγκατέστησα το KDevelop. Από τότε δεν μπορώ να αλλάξω γλώσσα. Πρέπει σε κάθε session να πηγαίνω και να ξανά ρυθμίζω το τρόπο αλλαγής του layout γιατί αλλιώς δεν αλλάζει με τπτ. Παρατήρησα ότι έγινε και η εγκατάσταση κάποιων ρυθμίσεων keyboard απο KDE αλλά δεν μπορώ να τα βγάλω χωρίς να βγάλω το Kdevelop. Αλλά και για πλάκα τα έσβησα όλα αλλά το πρόβλημα δεν σταμάτησε.

 

 

 

Ελπίζω να ξέρει κάποιος κάτι να καθοδηγήσει , ευχαριστώ....

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Δώσε σε κονσόλα

 

cat /etc/X11/xorg.conf

 

και ανέβασε το εδώ

 

# xorg.conf (X.Org 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 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 "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "us"

EndSection

 

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

EndSection

 

Section "InputDevice"

Identifier "Synaptics Touchpad"

Driver "synaptics"

Option "SendCoreEvents" "true"

Option "Device" "/dev/psaux"

Option "Protocol" "auto-dev"

Option "HorizEdgeScroll" "0"

EndSection

 

Section "Device"

Identifier "Configured Video Device"

Driver "fglrx"

EndSection

 

Section "Monitor"

Identifier "Configured Monitor"

EndSection

 

Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "Configured Video Device"

Defaultdepth 24

EndSection

 

Section "ServerLayout"

Identifier "Default Layout"

screen "Default Screen"

Inputdevice "Synaptics Touchpad"

EndSection

Section "Module"

Load "glx"

EndSection

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Δώσε σε κονσόλα

 

sudo gedit /etc/X11/xorg.conf

 

και αντικατέστησε αυτό εδώ που έχεις

 

 

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "us"

EndSection

 

με αυτό εδώ

 

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "us,gr"

Option "XkbVariant" ",extended"

Option "XkbOptions" "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll"

EndSection

 

Κλείσε το αρχεί και κάνε save και μετά κάνε ένα restart τον xserver πατώντας το ctrl+alt+backspace και λογικά θα είσαι οκ.

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...