Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wechsel zu xorg, der 2. [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Sun Jun 13, 2004 10:08 am    Post subject: Wechsel zu xorg, der 2. [solved] Reply with quote

Der 1. xorg Thread wurde irgendwie dank des Postings ganzer Config-Dateien etwas zu unübersichtlich, deswegen jetzt der 2. Thread.

Also meine Begeisterung hält sich bis jetzt in Grenzen:
- bekannter Bug: Die Alt-GR-Taste weigert sich beständig ihre Funktion aufzunehmen (pipe, (at), Eurozeichen usw.)
- die Schriften sind irgendwie nicht nur besser gerendert sondern auch ein ganzes Stück größer geworden. Sieht genauso aus wie damals, als die meisten Programme mit mit der gtk+-2.4.0 noch nicht zurechtkamen
- das startx ist verschwunden

Falls irgendjemand eine Lösung weiß, wie ich die 3 Sachen korrigieren kann, bin ich dankbar. Bin mal gespannt, ob irgendwann in nächster Zeit ein Bugfix dafür rauskommt, sonst werd ich wohl wieder zurück zu xfree wechseln.

Gruß
Sven


Last edited by musv on Sun Jun 13, 2004 2:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
Moorenkopf
Apprentice
Apprentice


Joined: 18 Apr 2004
Posts: 189
Location: NRW

PostPosted: Sun Jun 13, 2004 10:48 am    Post subject: Reply with quote

Quote:
Die Alt-GR-Taste weigert sich beständig ihre Funktion aufzunehmen (pipe, (at), Eurozeichen usw.)

Bei mir funktionieren alle Tasten. Wenn sie bei dir mit xfree auch funktioniert haben solltest du vielleicht mal deine xorg.conf mit deiner XF86Config vergleichen.

Quote:
das startx ist verschwunden

Auch das ist noch vorhanden. .xinitrc gelöscht?

greetz Moorenkopf
Back to top
View user's profile Send private message
primat
Guru
Guru


Joined: 12 Jan 2004
Posts: 437
Location: Berlin

PostPosted: Sun Jun 13, 2004 10:49 am    Post subject: Reply with quote

Also, zum ersten Problem mit der AltGr taste habe ich mir einen .Xmodmap file mit fogendem Eintrag erstellt.
Code:
keycode xxx = ISO_Level3_Shift

xxx durch den Keycode der AtlGr Taste erstetzen ( das bekommt man mit xev heraus).
Dann läd man die Datei mit
Code:
xmodmap .Xmodmap

oder automatisch in der .bashrc mit
Code:
xmodmap ~/.Xmodmap > /dev/null 2>&1

bei mir kann ich so beliebige Tasten zu AltGr machen ( z.B. die unsinnigen Windowstasten oder Caps_Lock!)
Vielleicht klappts ja so
Gruss
Sebo
Back to top
View user's profile Send private message
genstef
Retired Dev
Retired Dev


Joined: 13 Jun 2004
Posts: 668
Location: M/Bay/Germany

PostPosted: Sun Jun 13, 2004 11:00 am    Post subject: Reply with quote

Ich hab bei mir einige fix-zeilen die beim starten von x ausgeführt werden:
Code:

/usr/X11R6/bin/xmodmap -e 'add mod3 = Super_L Super_R'

Ich denke dies ist für alt+gr zuständig oder für die windows-taste.
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Sun Jun 13, 2004 11:18 am    Post subject: Reply with quote

Der Keycode für die Alt-GR-Taste ist 113 dezimal. Leider hat die Zuweisung nichts gebracht. Die Alt-GR-Taste funktioniert trotzdem nicht.

Habe bis jetzt folgende Kombinationen ausprobiert:
ISO_Level3_Shift
Mode_Switch
ISO_Level3_Shift Multi_Key

add mod3 = Super_L Super_R hat auch nichts gebracht.

Zum Thema XF86Config - xorg.config. Wenn man von xfree auf xorg wechselt, wird die Config-Datei automatisch übernommen. So auch in meinem Fall. Ich habe also keine neue Config-Datei erstellt. Lediglich die Option:

Option "XkbRules" "xfree86"
hab ich durch:
Option "XkbRules" "xorg"
ersetzt.

Und wegen startx: Eine .xinitrc habe ich nie verwendet. Demzufolge gabs diese Datei bisher auch nicht auf meinem System.
Back to top
View user's profile Send private message
boris64
Veteran
Veteran


Joined: 04 Oct 2003
Posts: 1770
Location: Vechelde/Peine

PostPosted: Sun Jun 13, 2004 1:16 pm    Post subject: Reply with quote

zu problem 1:
was für eine tastatur hast du eigentlich genau?
bei mir gingen diese tasten auch nicht, bis ich mal die anzahl
meiner tasten per hand nachgezählt (8O) habe.
-> et voila, ich hatte kein 104-, sondern ein 105-tasten-keyboard und
das hat den riesigen unterschied gemacht.
Code:
Section "InputDevice"
        Identifier      "Keyboard"
        Driver  "Keyboard"
        Option  "AutoRepeat"    "500 30"
        Option  "XkbRules"      "xorg"
        Option  "XkbModel"      "pc105"              # <- das wars bei mir(!)
        Option  "XkbLayout"     "de"
        Option  "XkbVariant"    "nodeadkeys"
EndSection

a propos, welche DE benutzt du eigentlich? kde z.b. hat nochmal eine
eigene tastaturverwaltung, die kann da auch noch mitwurschteln.

zu problem 3:
startx ist verschwunden?
da ist dann wohl was mit deiner installation verkehrt gelaufen.
das sollte sich immer noch hier befinden -> /usr/X11R6/bin/startx
_________________
boris64.net 200x / visit my desktop / try these tiny kernel patches ;)
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Sun Jun 13, 2004 2:09 pm    Post subject: Reply with quote

Ok, fangen wir mit Problem 3 an:
startx war bei mir selbstverständlich in /usr/X11R6/bin vorhanden. Ist halt dumm, wenn man vergißt:

source /etc/profile

auszuführen.


Problem 1:

Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "de"
Option "XkbRules" "xorg"

So sah meine bisherige xorg.conf / XF86Config aus. Und Xfree kein Problem. Aber xorg kann:

Option "XkbVariant" "de"

überhaupt nicht leiden. Als ich diese Zeile auskommentiert hab, funktionierte die Alt-Gr-Taste auf einmal wieder wunderprächtig und genau so, wie sie sollte. Hab übrigens ein 105-Tasten-Keyboard.

Danke erstmal
Sven
Back to top
View user's profile Send private message
boris64
Veteran
Veteran


Joined: 04 Oct 2003
Posts: 1770
Location: Vechelde/Peine

PostPosted: Sun Jun 13, 2004 2:14 pm    Post subject: Reply with quote

musv wrote:

Hab übrigens ein 105-Tasten-Keyboard.

ich nehme an, du hast in deiner verzweiflung per hand nachgezählt? :P
_________________
boris64.net 200x / visit my desktop / try these tiny kernel patches ;)
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Sun Jun 13, 2004 2:54 pm    Post subject: Reply with quote

ähm.... ja, hab ich :)
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1938

PostPosted: Sun Jun 13, 2004 4:21 pm    Post subject: Reply with quote

Wg. Keyboard:
Code:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option          "XkbLayout"   "de"
        Option          "XkbVariant"  "nodeadkeys"
        Option          "XkbModel"    "pc105"
EndSection

Funktioniert bei mir problemlos.
_________________
Unix philosophy: "Do one thing and do it well."
systemd: "Do everything and do it wrong."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum