tgb problem

Frågor om X.ORG, KDE, Plasma, Wayland, GNOME osv kan ställas här.

Moderatorer: Nille, nomicon, Minime

ekol
Lärling
Inlägg: 69
Blev medlem: 12 jul 2004 18:32
ORT: dator och data

tgb problem

Inlägg av ekol »

Hej.
Har ett litet problem som jag hade behövt hjälp med, har precis installerat om slack 10.2. Fått igång X med fluxbox, så långt är allting bra. Men när jag ska använda Alt Gr för att göra andra symboler som ligger under alla siffror så går det inte. Så det är inte så lätt att skicka mail :P

Någon som vet vad som kan va felet?

Här är min xorg.conf

Kod: Markera allt

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath      "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load  "record"
Load  "extmod"
Load  "dbe"
#Load  "dri"
Load  "xtrap"
Load  "glx"
Load  "freetype"
Load  "type1"
Load  "freetype"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
Option      "XkbLayout"		"se"
Option 	    "XkbModel" 		"pc105"
Option 	    "XkbVariant"	"sv-latin1"
Option	    "XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option	    "Protocol" "auto"
Option	    "Device" "/dev/mouse"
Option	    "ZAxisMapping"	"4 5"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
HorizSync    31.5 - 60
VertRefresh  50-60
EndSection

Section "Device"
Identifier  "Standard VGA"
Driver      "nvidia"
VendorName  "nVidia Corporation"
BoardName   "NV34 [GeForce FX 5200]"
#BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Standard VGA"
Monitor    "Monitor0"
DefaultDepth 24

SubSection "Display"
Viewport   0 0
Depth     24
Modes	  "1152x864" "1024x768" "800x600"
EndSubSection
EndSection
Tack på förhand
Server: Dual P2 300Mhz - Slackware 10.0 (2.6.9)
Workstation: P4 3.0Ghz - Slackware 10.0 (2.6.11.10)

Det är aldrig för sent att lära sig något nytt!
kadde
Besökare
Inlägg: 12
Blev medlem: 29 nov 2005 17:47

Inlägg av kadde »

Prova att skriva :

setxkbmap se som root :D
ekol
Lärling
Inlägg: 69
Blev medlem: 12 jul 2004 18:32
ORT: dator och data

Re

Inlägg av ekol »

Tackar nu fungerar de :D
Server: Dual P2 300Mhz - Slackware 10.0 (2.6.9)
Workstation: P4 3.0Ghz - Slackware 10.0 (2.6.11.10)

Det är aldrig för sent att lära sig något nytt!