Re: FC10 and freeNX (solved)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Craig,

you can solve your keyboard problem by editing /etc/X11/xorg.conf on the client system i. e. Ubuntu 8.10 or Ubuntu 9.04.

Add the following block to /etc/X11/xorg.conf:

==== cut (start) ====
Section "ServerFlags"
    Option "AutoAddDevices" "false"
EndSection
==== cut (end) ====

If your're using an other keyboard layout than US, you may have to adjust the keyboard "InputDevice" in xorg.conf, too. Add (or uncomment) a block like this:

==== cut (start) ====
# uncomment the following lines to use a
# german pc keyboard layout
Section "InputDevice"
  Identifier "Generic Keyboard"
  Driver  "kbd"
  Option  "XkbRules"  "xorg"
  Option  "XkbModel"  "pc105"
  Option  "XkbLayout"  "de"
  Option  "XkbOptions" "lv3:ralt_switch"
EndSection
==== cut (end) ====

After editing xorg.conf you have to restart your X-Server. On Ubuntu simply logout out and in.

That's it.
bye
 Nephilim


-- 
This is an email sent via The Fedora Community Portal https://fcp.surfsite.org
https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=343324&topic_id=67100&forum=10#forumpost343324
If you think, this is spam, please report this to webmaster@xxxxxxxxxxxxxxxx and/or blame ahoff_08@xxxxxxxxxxx

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux