"Francisco J. F. Serrador" <[EMAIL PROTECTED]> writes:

> Could you send me your configs?

It should be attached ;)

-- 
  .''`. 
 : :' :rnaud
 `. `'  
   `-    

Section "Files"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath "/usr/lib/X11/fonts/CID"
        FontPath "/usr/lib/X11/fonts/Speedo/"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"     
        FontPath "/usr/lib/X11/fonts/TrueType/"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "bitmap"
        Load    "dbe"
        Load  "ddc"
        Load    "dri"
        Load    "extmod"
        Load  "freetype"
        Load    "glx"
        Load  "int10"
        Load  "pex5"
        Load  "record"
        Load  "speedo"
        Load    "type1"
        Load  "vbe"
        Load  "xie"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "macintosh"
        Option          "XkbLayout"     "fr"
#       Option          "XkbLayout"     "be"
#       Option          "XkbVariant"    "be"
#       Option          "XkbOption"     "NoDeadKeys,grp:alt_shift_toggle"
        Option          "XkbOption"     "NoDeadKeys"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
#       Option          "Device"                "/dev/gpmdata"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "ATI Radeon 9600"
        Driver          "radeon"
#       Option          "UseFBDev"
        Option          "AGPMode" "3"
        Option          "AGPFastWrite"  "True"
        Option          "DRIReinit"
        Option          "EnablePageFlip"
        BusID           "PCI:0:16:0"
        VideoRam        65532
EndSection

Section "Monitor"
        Identifier      "PowerBook Panel"
        Option          "DPMS"
EndSection


Section "Screen"
        Identifier      "Radeon Screen"
        Device          "ATI Radeon 9600"
        Monitor         "PowerBook Panel"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x854"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Radeon Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Group   "dri"
        Mode    0660
EndSection

Reply via email to