tak dri v xf86configu uz mam, (nemel jsem tam ty prava pro nonroota) ale porad to same jinak:
Kód:
ktk@ktk-debian:~$ cat /var/log/XFree86.0.log | grep EE
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to load module "pex5" (module does not exist, 0)
(EE) Failed to load module "xie" (module does not exist, 0)
(EE) R128(0): No DFP detected
(EE) R128(0): R128CCEWaitForIdle: (DEBUG) CCE idle took j = 0
(EE) R128(0): R128CCEWaitForIdle: (DEBUG) CCE idle took j = 0
(EE) R128(0): R128CCEWaitForIdle: (DEBUG) CCE idle took j = 0
(EE) R128(0): R128CCEWaitForIdle: (DEBUG) CCE idle took j = 0
(EE) R128(0): R128CCEWaitForIdle: (DEBUG) CCE idle took j = 0
(EE) R128(0): R128CCEWaitForIdle: (DEBUG) CCE idle took j = 0
pro zajimavost jeste dodam xf86config: (spoustu komentaru jsem odmazal..)
Kód:
ktk@ktk-debian:~$ cat /etc/X11/XF86Config-4
Section "Module"

    Load        "GLcore"
    Load        "bitmap"
    Load        "dbe"   # Double buffer extension
    Load        "ddc"
    Load        "dri"
    Load        "extmod"
    Load        "glx"
    Load        "int10"
    Load        "pex5"
    Load        "record"
    Load        "speedo"
    Load        "vbe"
    Load        "xie"

    Load        "type1"
    Load        "freetype"

EndSection

Section "DRI"
    Group 0
    Mode 0666
EndSection


Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"


    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

Section "ServerFlags"

EndSection


Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"

    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"  "us"
    Option "XkbOptions" "grp:alt_shift_toggle"

EndSection


Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option              "Emulate3Buttons"       "true"
    Option              "ZAxisMapping"          "4 5"


EndSection


Section "Monitor"

    Identifier  "muj monitor"

    HorizSync   31.5 - 57.0

    VertRefresh 50-90

EndSection


Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

    Driver     "vga"
EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "atina"
    Driver      "ati"
    #VideoRam    32768
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier  "Screen 1"
    Device      "atina"
    Monitor     "muj monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
#       Modes       "640x480" "800x600" "1024x768" "1280x1024"
        Modes       "1152x864" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"


    Screen "Screen 1"


    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection