On Wed, Jul 15, 2009 at 15:49, James<wirel...@tampabay.rr.com> wrote:
>
> Below, maybe you can whittle down my xorg.conf to what I still needs.
>
> Hours do not give me anything. A scant xorg.conf file that works
> is best for me....(?).
>
> Here the xorg.conf file:
>
> Section "ServerLayout"
>
>        Identifier     "Simple Layout"
>        Screen      0  "aticonfig-Screen[0]" 0 0
> #       InputDevice    "Keyboard1" "CoreKeyboard"
> #       InputDevice    "Mouse1" "CorePointer"
> #       InputDevice     "USB Mouse" "AlwaysCore"
> EndSection
>
> Section "Files"
>        FontPath        "/usr/share/fonts/util"
>        FontPath        "/usr/share/fonts/encodings"
>        FontPath        "/usr/share/fonts/misc"
>        FontPath        "/usr/share/fonts/corefonts"
>        FontPath        "/usr/share/fonts/TTF"
>        FontPath        "/usr/share/fonts/100dpi"
>        FontPath        "/usr/share/fonts/75dpi"
>        FontPath        "/usr/share/fonts/default/ghostscript"
> EndSection
>
> Section "Module"
>
>        Load  "dbe"     # Double buffer extension
>        SubSection "extmod"
>        Option      "omit xfree86-dga"   # don't initialise the DGA extension
>        EndSubSection
>
> #       Load  "freetype"
> #       Load        "xtt"
>        Load  "dri"
>        Load  "glx"
> #### james addes these
>        Load    "GLcore"
>        Load    "ddc"
>        Load    "vbe"
>        Load    "extmod"
>        Load    "bitmap"
> #       Load    "type1"
>        Load    "record"
> EndSection
>
> Section "InputDevice"
>
>        Identifier  "Keyboard1"
>        Driver      "kbd"
>        Option      "AutoRepeat" "500 30"
>        Option      "XkbRules" "xorg"
>        Option      "XkbModel" "pc104"
>        Option      "XkbLayout" "us"
> EndSection
>
> #Section "InputDevice"
>
> #       Identifier  "Mouse1"
> #       Driver      "mouse"
> #       Option      "Protocol" "Auto"   # Auto detect
> #       Option      "Device" "/dev/input/mice"
> #       Option      "ZAxisMapping" "4 5 6 7"
> #       Option      "Emulate3Buttons"
> #EndSection
>
> Section "Monitor"
>        Identifier   "sceptre20"
>        HorizSync    31.0 - 80.0
>        VertRefresh  60.0 - 75.0
> #       DisplaySize 426 266
> # width  = (1680pix  / 100pix/in) x [25.4mm/in] =  427 --> 426
> # hieght = (1050pix  / 100pix/in) x [25.4mm/in] =  267 --> 266
> EndSection
>
> Section "Monitor"
>        Identifier   "aticonfig-Monitor[0]"
>        Option      "VendorName" "ATI Proprietary Driver"
>        Option      "ModelName" "Generic Autodetecting Monitor"
>        Option      "DPMS" "true"
> EndSection
>
> Section "Device"
>    #VideoRam    524288
>    # Insert Clocks lines here if appropriate
>        Identifier  "ati1900xt"
>        Driver      "ati"
> EndSection
>
> Section "Device"
>        Identifier  "aticonfig-Device[0]"
>        Driver      "fglrx"
> EndSection
>
> Section "Screen"
>        Identifier "Screen 1"
>        Device     "ati1900xt"
>        Monitor    "sceptre20"
>        DefaultDepth     32
>        SubSection "Display"
>                Viewport   0 0
>                Depth     8
>                Modes    "1680x1050" "1280x1024" "1024x768"
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     16
>                Modes    "1680x1050" "1280x1024" "1024x768"
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     24
>                Modes    "1680x1050" "1280x1024" "1024x768"
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     32
>                Modes    "1680x1050" "1280x1024" "1024x768"
>        EndSubSection
> EndSection
>
> Section "Screen"
>        Identifier "aticonfig-Screen[0]"
>        Device     "aticonfig-Device[0]"
>        Monitor    "aticonfig-Monitor[0]"
>        DefaultDepth     24
>        SubSection "Display"
>                Viewport   0 0
>                Depth     24
>        EndSubSection
> EndSection
>
> Section "dri"
>  Group "video"
>  Mode 0666
> EndSection
>

Have you followed this guide?

http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml

Cause it explains a lot about how input devices are handled by hal
with xorg 1.5. It even explains changes to xorg.conf (if you decide to
keep one).

-- 
Daniel da Veiga

Reply via email to