Neil Bothwick <neil <at> digimed.co.uk> writes:
> This pretty much explains it. You are trying to use the kbd and mouse
> drivers, instead of letting HAL take care of it. Either add
> AllowEmptyInput = "false" or remove/comment the mouse and keyboard
> sections of xorg.conf. Or even move xorg.conf out of the way and let
> xorg work it out for itself.


OK, so I'll just delete the mouse and kbd stuff...So It's giving me this
error:




(II) Cannot locate a core pointer device.                                      
                  
(II) Cannot locate a core keyboard device.                                     
                  
(II) The server relies on HAL to provide the list of input devices.            
                  
        If no devices become available, reconfigure HAL or disable
AllowEmptyInput.   



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




Reply via email to