Fedora9 xorg

From ZENotes
Revision as of 23:59, 14 October 2011 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
# Xorg configuration created by pyxf86config, modded dy fa9 with help from
# http://forums.fedoraforum.org/showthread.php?t=197408
Section "ServerLayout"
  Identifier "Default Layout"
  Screen 0 "Screen0" 0 0
  InputDevice "Keyboard0" "CoreKeyboard"
  InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
  Identifier "Keyboard0"
  Driver "kbd"
  Option "XkbModel" "pc105"
  Option "XkbLayout" "us"
EndSection 
Section "InputDevice"
  Identifier "Synaptics"
  Driver "synaptics"
  Option "SendCoreEvents" "true"
  Option "TapButton1" "1"
  Option "TapButton2" "2"
  Option "TapButton3" "3"
  Option "Device" "/dev/input/mice"
  Option "Protocol" "auto-dev"
  Option "Emulate3Buttons" "yes"
  Option "SHMConfig" "off"
EndSection
Section "Screen"
       Identifier "Screen0"
       Device     "Videocard0"
       DefaultDepth     24
       SubSection "Display"
               Viewport   0 0
               Depth     24
       EndSubSection
EndSection

Fedora 9 issues - Linux

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox