Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
becki:linux:xorg_tips [2010-12-16 13:43] becki |
becki:linux:xorg_tips [2011-07-18 19:13] (aktuell) becki |
||
---|---|---|---|
Zeile 2: | Zeile 2: | ||
===== X-server Configuration, default way == | ===== X-server Configuration, default way == | ||
- | According to [[slackmirror>slackware-13.0/CHANGES_AND_HINTS.TXT]] as of Slack 13.0 an xorg.conf is not necessary any more. But mouse and keyboard might still need customization: | + | According to [[slack>slackware-13.0/CHANGES_AND_HINTS.TXT]] as of Slack 13.0 an xorg.conf is not necessary any more. But mouse and keyboard might still need customization: |
==== Keyboard == | ==== Keyboard == | ||
+ | === Slack 13.37 == | ||
+ | |||
+ | To set e.g. a German keyboard layout copy ''/usr/share/X11/xorg.conf.d/90-keyboard-layout.conf'' to ''/etc/X11/xorg.conf.d/90-keyboard-layout.conf'' and edit the line | ||
+ | |||
+ | Option "XkbLayout" "us" | ||
+ | to | ||
+ | Option "XkbLayout" "de" | ||
+ | |||
+ | <note tip>This can be done with the script [[http://think-deep.com/becki/sources/my_slack_settings|my_slack_settings]].</note> | ||
+ | |||
+ | === Slack 13.0 - 13.1 == | ||
To set e.g. a German keyboard layout copy ''/usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi'' to ''/etc/hal/fdi/policy/'' and edit the line | To set e.g. a German keyboard layout copy ''/usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi'' to ''/etc/hal/fdi/policy/'' and edit the line | ||
Zeile 14: | Zeile 25: | ||
<merge key="input.xkb.layout" type="string">de</merge> | <merge key="input.xkb.layout" type="string">de</merge> | ||
- | From [[slackmirror>slackware-13.0/CHANGES_AND_HINTS.TXT|CHANGES_AND_HINTS.TXT]]. (Mouse configuration can be done as well.) | + | From [[slack>slackware-13.0/CHANGES_AND_HINTS.TXT]]. |
+ | |||
+ | ==== Touchpad == | ||
+ | === Slack 13.37 == | ||
+ | |||
+ | Scrolling works out of the box. Just use 2 fingers instead of one finger on left side. | ||
==== Touchpad and USB-Mouse with wheel at the same Time == | ==== Touchpad and USB-Mouse with wheel at the same Time == | ||
+ | |||
+ | <note important>Only necessary for Slack 13.1 and below</note> | ||
To enable vertical scrolling when dragging along the right edge uncomment the line, copy ''/usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi'' to ''/etc/hal/fdi/policy/'' and uncomment the line: | To enable vertical scrolling when dragging along the right edge uncomment the line, copy ''/usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi'' to ''/etc/hal/fdi/policy/'' and uncomment the line: | ||
Zeile 26: | Zeile 44: | ||
===== X-server Configuration, old way == | ===== X-server Configuration, old way == | ||
- | You might still need an ''/etc/X11/xorg.conf'' even with Slack 13.0 and above e.g. if you want to use a [[nvidia_driver_setup|binary only graphics card driver]]. | + | You might still need an ''/etc/X11/xorg.conf'' even with Slack 13.0 and above e.g. if you want to use a [[nvidia_driver_setup|binary only graphics card driver]]. You can create a basic ''xorg.conf'' with ''xorgsetup'' (Or ''X -configure'' if you don't have Slackware) See [[slack>slackware-13.1/CHANGES_AND_HINTS.TXT]] |
''xorg.conf'' & ''xorg.conf.vesa'' are initially the same (Slack10.2 - Slack12.2). Copy xorg.conf to xorg.conf.org to indicate that the pristine file is still present (usfull for automated later upgrades with [[diffupgrade]]) | ''xorg.conf'' & ''xorg.conf.vesa'' are initially the same (Slack10.2 - Slack12.2). Copy xorg.conf to xorg.conf.org to indicate that the pristine file is still present (usfull for automated later upgrades with [[diffupgrade]]) | ||
- | Note: With Slack 12.2, a built in graphic card from Intel and a 1280x1024 LCD monitor, the command ''xorgsetup'' (see [[slackmirror>slackware-12.2/Slackware-HOWTO]] did a great job. Everything (keyboard, mouse, card) worked out of the box. (Just adding DPMS was necessary (see below).) So try this first! | + | Note: With Slack 12.2, a built in graphic card from Intel and a 1280x1024 LCD monitor, the command ''xorgsetup'' (see [[slack>slackware-12.2/Slackware-HOWTO]] did a great job. Everything (keyboard, mouse, card) worked out of the box. (Just adding DPMS was necessary (see below).) So try this first! |
==== Overall File Structure == | ==== Overall File Structure == |