Anzeige:
Ergebnis 1 bis 13 von 13

Thema: problem mit opengl & ati rage 128 pro

  1. #1
    DebianFreak Avatar von paladin
    Registriert seit
    Aug 2002
    Beiträge
    245

    problem mit opengl & ati rage 128 pro

    Hi
    Ich hab mir gerade eine andere Grafikkarte eingebaut.. eine ati rage 128 pro...
    soweit läuft auch alles ganz gut.. nur quake3 läuft nicht mehr..

    ************************************************** *********
    You are using software Mesa (no hardware acceleration)!
    Driver DLL used: libGL.so
    If this is intentional, add
    "+set r_allowSoftwareGL 1"
    to the command line when starting the game.
    ************************************************** *********

    ... glxinfo gibt folgendes aus:

    tobias@debian:~/drm$ glxinfo
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: No
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
    client glx vendor string: SGI
    client glx version string: 1.2
    client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
    GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
    OpenGL vendor string: VA Linux Systems, Inc.
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 Mesa 3.4.2
    OpenGL extensions:
    GL_ARB_multitexture, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract
    glu version: 1.3
    glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    ----------------------------------------------------------------------
    0x23 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x24 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 None
    0x25 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x26 16 dc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 None

    wie kann ich den opengl renderer ändern?

    Danke
    apt-get moo

  2. #2
    Registrierter Benutzer
    Registriert seit
    Mar 2002
    Ort
    München
    Beiträge
    1.215
    hi,

    du musst dir die treiber für openGL bei dri.sf.net downloaden damit läuft dann deine Graka mit Hardwarebeschleunigung.

    info: gib mal "glxgears" ein und sag was für werte rauskommen.

    Mfg
    Daß die niedrigste aller Tätigkeiten die arithmetische ist, wird dadurch belegt, daß sie die einzige ist, die auch durch eine Maschine ausgeführt werden kann.
    (schopenhauer)
    NX6325 + Ubuntu Feisty

  3. #3
    DebianFreak Avatar von paladin
    Registriert seit
    Aug 2002
    Beiträge
    245
    jo.. ich hab die treiber
    http://dri.sourceforge.net/snapshots...x.i386.tar.bz2
    gesagt und erfolgreich installiert.. die benutz (r128) benutz ich auch in meiner XF86-Config-4

    glxgears gibt das aus:
    scheint arg langsam zu sein.. der benutzt irgendwie für 3d doch noch mesa?

    400 frames in 5.0 seconds = 80.000 FPS
    apt-get moo

  4. #4
    Registrierter Benutzer
    Registriert seit
    Mar 2002
    Ort
    München
    Beiträge
    1.215
    du musst noch die links zu deinen libGL.so setzen.

    Die DRI treiber sollten libGL.glx. mitinstalliert haben (oder kommen die von XFree86 ??? ).

    Schau einfach mal wo deine libGL.so hinlinken.

    ldd /usr/X11R6/bin/glxgears

    normalerweise liegen die unter /usr/lib
    mach einfach mal ein ls -la /usr/lib/libG*

    oder ein " locate libGL "

    das sollte dir alle anzeigen, wenn die auf xxx_mesa zeigen ist es falsch.

    Mfg
    Basti_litho
    Daß die niedrigste aller Tätigkeiten die arithmetische ist, wird dadurch belegt, daß sie die einzige ist, die auch durch eine Maschine ausgeführt werden kann.
    (schopenhauer)
    NX6325 + Ubuntu Feisty

  5. #5
    DebianFreak Avatar von paladin
    Registriert seit
    Aug 2002
    Beiträge
    245
    tobias@debian:~/drm$ ldd /usr/X11R6/bin/glxgears
    libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x40023000)
    libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40089000)
    libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40096000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x40150000)
    libm.so.6 => /lib/libm.so.6 (0x40164000)
    libc.so.6 => /lib/libc.so.6 (0x40186000)
    libdl.so.2 => /lib/libdl.so.2 (0x402a2000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
    tobias@debian:~/drm$ ls -la /usr/lib/libG*
    lrwxrwxrwx 1 root root 10 2002-07-23 00:43 /usr/lib/libGL.so ->
    libGL.so.1
    lrwxrwxrwx 1 root root 12 2002-06-23 16:23 /usr/lib/libGL.so.1
    -> libGL.so.1.2
    lrwxrwxrwx 1 root root 25 2002-06-23 16:23 /usr/lib/libGL.so.1.
    2 -> ../X11R6/lib/libGL.so.1.2
    lrwxrwxrwx 1 root root 13 2002-06-23 16:23 /usr/lib/libGLU.so.1
    -> libGLU.so.1.3
    lrwxrwxrwx 1 root root 26 2002-06-23 16:23 /usr/lib/libGLU.so.1
    .3 -> ../X11R6/lib/libGLU.so.1.3



    von mesa steht da nix
    apt-get moo

  6. #6
    Registrierter Benutzer
    Registriert seit
    Mar 2002
    Ort
    München
    Beiträge
    1.215
    Schade, (wär ja auch zu einfach gewesen )

    Häng mal deine XFree86.0.log mit an. (viel mehr fällt mir auch nicht mehr ein).

    Mfg
    Daß die niedrigste aller Tätigkeiten die arithmetische ist, wird dadurch belegt, daß sie die einzige ist, die auch durch eine Maschine ausgeführt werden kann.
    (schopenhauer)
    NX6325 + Ubuntu Feisty

  7. #7
    DebianFreak Avatar von paladin
    Registriert seit
    Aug 2002
    Beiträge
    245
    XFree86 Version 4.2.0 / X Window System
    (protocol Version 11, revision 0, vendor release 6600)
    Release Date: 11 March 2002
    If the server is older than 6-12 months, or if your card is
    newer than the above date, look for a newer version before
    reporting problems. (See http://www.XFree86.Org/)
    Build Operating System: Linux 2.4.18 i686 [ELF]
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/XFree86.0.log", Time: Tue Aug 6 12:27:05 2002
    (==) Using config file: "/etc/X11/XF86Config-4"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "LG Flatron 795FT Plus"
    (**) | |-->Device "Ati Rage128Pro"
    (**) |-->Input Device "Generic Keyboard"
    (**) Option "XkbRules" "xfree86"
    (**) XKB: rules: "xfree86"
    (**) Option "XkbModel" "pc104"
    (**) XKB: model: "pc104"
    (**) Option "XkbLayout" "de"
    (**) XKB: layout: "de"
    (==) Keyboard: CustomKeycode disabled
    (**) |-->Input Device "Configured Mouse"
    (**) |-->Input Device "Generic Mouse"
    (WW) No FontPath specified. Using compiled-in default.
    (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
    Entry deleted from font path.
    (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
    (==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
    (==) ModulePath set to "/usr/X11R6/lib/modules"
    (--) using VT number 7

    (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
    (II) Module ABI versions:
    XFree86 ANSI C Emulation: 0.1
    XFree86 Video Driver: 0.5
    XFree86 XInput driver : 0.3
    XFree86 Server Extension : 0.1
    XFree86 Font Renderer : 0.3
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
    (II) Module bitmap: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.3
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/X11R6/lib/modules/libpcidata.a
    (II) Module pcidata: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.5
    (II) PCI: Probing config type using method 1
    (II) PCI: Config type is 1
    (II) PCI: stages = 0x03, oldVal1 = 0x80003d48, mode1Res1 = 0x80000000
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1106,0691 card 0000,0000 rev c4 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1106,8598 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 22 class 06,01,00 hdr 80
    (II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 10 class 01,01,8a hdr 00
    (II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
    (II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
    (II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 30 class 06,00,00 hdr 00
    (II) PCI: 00:07:5: chip 1106,3058 card 1106,4511 rev 20 class 04,01,00 hdr 00
    (II) PCI: 00:10:0: chip 10ec,8139 card 1259,2503 rev 10 class 02,00,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,5046 card 1002,0018 rev 00 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) LoadModule: "scanpci"
    (II) Loading /usr/X11R6/lib/modules/libscanpci.a
    (II) Module scanpci: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.5
    (II) UnloadModule: "scanpci"
    (II) Unloading /usr/X11R6/lib/modules/libscanpci.a
    (II) Host-to-PCI bridge:
    (II) PCI-to-ISA bridge:
    (II) Host-to-PCI bridge:
    (II) PCI-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
    [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
    [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B]
    (II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
    (II) Bus -1 I/O range:
    (II) Bus -1 non-prefetchable memory range:
    (II) Bus -1 prefetchable memory range:
    (II) Bus -1: bridge is at (0:7:4), (-1,-1,0), BCTRL: 0x08 (VGA_EN is set)
    (II) Bus -1 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus -1 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus -1 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (--) PCI:*(1:0:0) ATI Rage 128 Pro PF rev 0, Mem @ 0xdc000000/26, 0xe1000000/14, I/O @ 0xc000/8
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) Active PCI resource ranges:
    [0] -1 0 0xe2000000 - 0xe20000ff (0x100) MX[B]
    [1] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [2] -1 0 0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
    [3] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
    [4] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [5] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [6] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
    [7] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [8] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [9] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [10] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
    [11] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xe2000000 - 0xe20000ff (0x100) MX[B]
    [1] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [2] -1 0 0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
    [3] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
    [4] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [5] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [6] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
    [7] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [8] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [9] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [10] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
    [11] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xe2000000 - 0xe20000ff (0x100) MX[B]
    [6] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [7] -1 0 0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
    [8] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
    [9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [11] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [12] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [13] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
    [14] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [15] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [17] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
    [18] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
    (II) LoadModule: "GLcore"
    (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
    (II) Module GLcore: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Server Extension, version 0.1
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
    (II) Loading font Bitmap
    (II) LoadModule: "dbe"
    (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
    (II) Module dbe: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "ddc"
    (II) Loading /usr/X11R6/lib/modules/libddc.a
    (II) Module ddc: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.5
    (II) LoadModule: "dri"
    (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
    (II) Module dri: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading sub module "drm"
    (II) LoadModule: "drm"
    (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
    (II) Module drm: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
    (II) Module extmod: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension FontCache
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) LoadModule: "freetype"
    (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
    (II) Module freetype: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.1.10
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.3
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
    (II) Module glx: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading sub module "GLcore"
    (II) LoadModule: "GLcore"
    (II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
    (II) Loading extension GLX
    (II) LoadModule: "int10"
    (II) Loading /usr/X11R6/lib/modules/linux/libint10.a
    (II) Module int10: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.5
    (II) LoadModule: "record"
    (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
    (II) Module record: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.13.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension RECORD
    (II) LoadModule: "speedo"
    (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
    (II) Module speedo: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.1
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.3
    (II) Loading font Speedo
    (II) LoadModule: "type1"
    (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
    (II) Module type1: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.1
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.3
    (II) Loading font Type1
    (II) Loading font CID
    (II) LoadModule: "vbe"
    (II) Loading /usr/X11R6/lib/modules/libvbe.a
    (II) Module vbe: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.5
    (II) LoadModule: "xie"
    (WW) Warning, couldn't open module xie
    (II) UnloadModule: "xie"
    (EE) Failed to load module "xie" (module does not exist, 0)
    (II) LoadModule: "r128"
    (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
    (II) Module r128: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 4.0.1
    Module class: XFree86 Video Driver
    ABI class: XFree86 Video Driver, version 0.5
    (II) LoadModule: "ati"
    (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
    (II) Module ati: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 6.4.8
    Module class: XFree86 Video Driver
    ABI class: XFree86 Video Driver, version 0.5
    (II) LoadModule: "mouse"
    (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
    (II) Module mouse: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    Module class: XFree86 XInput Driver
    ABI class: XFree86 XInput driver, version 0.3
    (II) ATI: ATI driver (version 6.4.8) for chipsets: ati, ativga
    (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
    ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
    ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
    ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
    ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
    ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
    ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
    ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
    ATI Rage 128 Mobility ML (AGP)
    (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP),
    ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP),
    ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
    ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
    ATI Radeon 7500 QW (AGP)
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset ATI Rage 128 Pro PF (AGP) found
    (II) Loading sub module "r128"
    (II) LoadModule: "r128"
    (II) Reloading /usr/X11R6/lib/modules/drivers/r128_drv.o
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xe2000000 - 0xe20000ff (0x100) MX[B]
    [6] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [7] -1 0 0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
    [8] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
    [9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [11] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [12] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [13] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
    [14] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [15] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [17] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
    [18] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
    (II) resource ranges after probing:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xe2000000 - 0xe20000ff (0x100) MX[B]
    [6] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [7] -1 0 0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
    [8] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
    [9] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [10] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [11] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [14] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [15] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [16] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
    [17] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [18] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [20] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
    [21] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
    [22] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [23] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/X11R6/lib/modules/libvgahw.a
    (II) Module vgahw: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.5
    (II) R128(0): PCI bus 1 card 0 func 0
    (**) R128(0): Depth 16, (--) framebuffer bpp 16
    (II) R128(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
    (==) R128(0): Default visual is TrueColor
    (==) R128(0): RGB weight 565
    (II) R128(0): Using 6 bits per RGB (8 bit DAC)
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
    (II) R128(0): initializing int10
    (II) R128(0): Primary V_BIOS segment is: 0xc000
    (--) R128(0): Chipset: "ATI Rage 128 Pro PF (AGP)" (ChipID = 0x5046)
    (--) R128(0): Linear framebuffer at 0xdc000000
    (--) R128(0): MMIO registers at 0xe1000000
    (WW) System lacks support for changing MTRRs
    (II) R128(0): Video RAM override, using 32000 kB instead of 32768 kB
    (**) R128(0): VideoRAM: 31744 kByte (64-bit SDR SGRAM 1:1)
    (WW) R128(0): Can't determine panel dimensions, and none specified. Disabling programming of FP registers.
    (II) R128(0): PLL parameters: rf=2700 rd=60 min=12500 max=40000; xclk=12000
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Reloading /usr/X11R6/lib/modules/libddc.a
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Reloading /usr/X11R6/lib/modules/libvbe.a
    (II) R128(0): VESA BIOS detected
    (II) R128(0): VESA VBE Version 2.0
    (II) R128(0): VESA VBE Total Mem: 32768 kB
    (II) R128(0): VESA VBE OEM: ATI RAGE128
    (II) R128(0): VESA VBE OEM Software Rev: 1.0
    (II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc.
    (II) R128(0): VESA VBE OEM Product: R128
    (II) R128(0): VESA VBE OEM Product Rev: 01.00
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Reloading /usr/X11R6/lib/modules/libddc.a
    (II) R128(0): VESA VBE DDC supported
    (II) R128(0): VESA VBE DDC Level 2
    (II) R128(0): VESA VBE DDC transfer in appr. 2 sec.
    (II) R128(0): VESA VBE DDC read successfully
    (II) R128(0): Manufacturer: GSM Model: 42bd Serial#: 16843009
    (II) R128(0): Year: 2000 Week: 0
    (II) R128(0): EDID Version: 1.1
    (II) R128(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) R128(0): Signal levels configurable
    (II) R128(0): Sync: Separate Composite SyncOnGreen
    (II) R128(0): Max H-Image Size [cm]: horiz.: 33 vert.: 25
    (II) R128(0): Gamma: 2.90
    (II) R128(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) R128(0): redX: 0.635 redY: 0.326 greenX: 0.275 greenY: 0.607
    (II) R128(0): blueX: 0.142 blueY: 0.072 whiteX: 0.282 whiteY: 0.298
    (II) R128(0): Supported VESA Video Modes:
    (II) R128(0): 720x400@70Hz
    (II) R128(0): 720x400@88Hz
    (II) R128(0): 640x480@60Hz
    (II) R128(0): 640x480@67Hz
    (II) R128(0): 640x480@72Hz
    (II) R128(0): 640x480@75Hz
    (II) R128(0): 800x600@56Hz
    (II) R128(0): 800x600@60Hz
    (II) R128(0): 800x600@72Hz
    (II) R128(0): 800x600@75Hz
    (II) R128(0): 832x624@75Hz
    (II) R128(0): 1024x768@87Hz (interlaced)
    (II) R128(0): 1024x768@60Hz
    (II) R128(0): 1024x768@70Hz
    (II) R128(0): 1024x768@75Hz
    (II) R128(0): 1280x1024@75Hz
    (II) R128(0): 1152x870@75Hz
    (II) R128(0): Manufacturer's mask: 0
    (II) R128(0): Supported Future Video Modes:
    (II) R128(0): #0: hsize: 640 vsize 480 refresh: 60 vid: 16433
    (II) R128(0): #1: hsize: 640 vsize 480 refresh: 85 vid: 22833
    (II) R128(0): #2: hsize: 720 vsize 540 refresh: 70 vid: 19003
    (II) R128(0): #3: hsize: 800 vsize 600 refresh: 85 vid: 22853
    (II) R128(0): #4: hsize: 832 vsize 624 refresh: 75 vid: 20297
    (II) R128(0): #5: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    (II) R128(0): #6: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) R128(0): #7: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
    (II) R128(0): Supported additional Video Mode:
    (II) R128(0): clock: 135.0 MHz Image Size: 310 x 230 mm
    (II) R128(0): h_active: 1280 h_sync: 1296 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) R128(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) R128(0): Supported additional Video Mode:
    (II) R128(0): clock: 202.5 MHz Image Size: 310 x 230 mm
    (II) R128(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0
    (II) R128(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0
    (II) R128(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 96 kHz, PixClock max 200 MHz
    (II) R128(0): Monitor name: Flatron795FT
    (==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Loading /usr/X11R6/lib/modules/libi2c.a
    (II) Module i2c: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.2.0
    ABI class: XFree86 Video Driver, version 0.5
    (II) R128(0): I2C bus "DDC" initialized.
    (II) R128(0): I2C device "DDC:ddc2" registered.
    (II) R128(0): I2C device "DDC:ddc2" removed.
    (EE) R128(0): No DFP detected
    (II) R128(0): LG Flatron 795FT Plus: Using hsync range of 30.00-92.00 kHz
    (II) R128(0): LG Flatron 795FT Plus: Using vrefresh range of 50.00-85.00 Hz
    (II) R128(0): Clock range: 12.50 to 400.00 MHz
    (II) R128(0): Not using default mode "1024x768" (vrefresh out of range)
    (II) R128(0): Not using default mode "512x384" (vrefresh out of range)
    (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
    (II) R128(0): Not using default mode "800x600" (hsync out of range)
    (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
    (II) R128(0): Not using default mode "800x600" (hsync out of range)
    (WW) (1792x1344,LG Flatron 795FT Plus) mode clock 204.8MHz exceeds DDC maximum 200MHz
    (II) R128(0): Not using default mode "1792x1344" (hsync out of range)
    (II) R128(0): Not using default mode "896x672" (hsync out of range)
    (WW) (1856x1392,LG Flatron 795FT Plus) mode clock 218.3MHz exceeds DDC maximum 200MHz
    (II) R128(0): Not using default mode "1856x1392" (hsync out of range)
    (II) R128(0): Not using default mode "928x696" (hsync out of range)
    (WW) (1920x1440,LG Flatron 795FT Plus) mode clock 234MHz exceeds DDC maximum 200MHz
    (II) R128(0): Not using default mode "1920x1440" (hsync out of range)
    (II) R128(0): Not using default mode "960x720" (hsync out of range)
    (--) R128(0): Virtual size is 1280x960 (pitch 1280)
    (**) R128(0): Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
    (II) R128(0): Modeline "1280x960" 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    (**) R128(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
    (II) R128(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    (**) R128(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
    (II) R128(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    (**) R128(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
    (II) R128(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync
    (**) R128(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
    (II) R128(0): Modeline "640x480" 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync
    (++) R128(0): DPI set to (100, 100)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/X11R6/lib/modules/libfb.a
    (II) Module fb: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 ANSI C Emulation, version 0.1
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/X11R6/lib/modules/libramdac.a
    (II) Module ramdac: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.5
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/X11R6/lib/modules/libxaa.a
    (II) Module xaa: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.5
    (!!) R128(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xe1000000 - 0xe1003fff (0x4000) MS[B]
    [1] 0 0 0xdc000000 - 0xdfffffff (0x4000000) MS[B]
    [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [7] -1 0 0xe2000000 - 0xe20000ff (0x100) MX[B]
    [8] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [9] -1 0 0xe1000000 - 0xe1003fff (0x4000) MX[B](B)
    [10] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
    [11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [14] 0 0 0x0000c000 - 0x0000c0ff (0x100) IS[B]
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [17] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
    [18] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
    [19] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
    [20] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [21] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [22] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [23] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B]
    [24] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
    [25] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [26] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
    drmOpenDevice: minor is 0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 4, (OK)
    drmOpenDevice: minor is 0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 4, (OK)
    drmOpenDevice: minor is 0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 4, (OK)
    drmGetBusid returned ''
    (II) R128(0): [drm] created "r128" driver at busid "PCI:1:0:0"
    (II) R128(0): [drm] added 8192 byte SAREA at 0xe882f000
    (II) R128(0): [drm] mapped SAREA 0xe882f000 to 0x40015000
    (II) R128(0): [drm] framebuffer handle = 0xdc000000
    (II) R128(0): [drm] added 1 reserved context for kernel
    (EE) R128(0): [dri] R128DRIScreenInit failed because of a version mismatch.
    [dri] r128.o kernel module version is 2.1.6 but version 2.2 or greater is needed.
    [dri] Disabling the DRI.
    (EE) R128(0): [drm] failed to remove DRM signal handler
    (II) R128(0): [drm] removed 1 reserved context for kernel
    DRIUnlock called when not locked
    (II) R128(0): [drm] unmapping 8192 bytes of SAREA 0xe882f000 at 0x40015000
    (II) R128(0): Memory manager initialized to (0,0) (1280,8191)
    (II) R128(0): Reserved area from (0,960) to (1280,962)
    (II) R128(0): Largest offscreen area available: 1280 x 7229
    (==) R128(0): Backing store disabled
    (==) R128(0): Silken mouse enabled
    (II) R128(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Dashed Lines
    Scanline Image Writes
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) R128(0): Acceleration enabled
    (II) R128(0): Using hardware cursor (scanline 1924)
    (II) R128(0): Largest offscreen area available: 1280 x 7227
    (**) Option "dpms"
    (**) R128(0): DPMS enabled
    (II) R128(0): Direct rendering disabled
    (II) Setting vga for screen 0.
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension LBX
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Keyboard "Generic Keyboard" handled by legacy driver
    (**) Option "Protocol" "PS/2"
    (**) Configured Mouse: Protocol: "PS/2"
    (**) Option "CorePointer"
    (**) Configured Mouse: Core Pointer
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "true"
    (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
    (**) Configured Mouse: Buttons: 5
    (**) Option "Protocol" "ImPS/2"
    (**) Generic Mouse: Protocol: "ImPS/2"
    (**) Option "SendCoreEvents" "true"
    (**) Generic Mouse: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (EE) xf86OpenSerial: Cannot open device /dev/input/mice
    No such device.
    (EE) Generic Mouse: cannot open input device
    (EE) PreInit failed for input device "Generic Mouse"
    (II) UnloadModule: "mouse"
    (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
    apt-get moo

  8. #8
    Registrierter Benutzer
    Registriert seit
    Mar 2002
    Ort
    München
    Beiträge
    1.215
    Ok, habe dein Problem gefunden:

    ----------------snip-----------------------------------

    [dri] r128.o kernel module version is 2.1.6 but version 2.2 or greater is needed.
    [dri] Disabling the DRI.
    (EE) R128(0): [drm] failed to remove DRM signal handler
    (II) R128(0): [drm] removed 1 reserved context for kernel

    -----------------snip-------------------------------------

    Ich hatte dieses Problem auch schon mal mit ati-karten,
    weiß aber leider nicht mehr wie ich es behoben habe.

    Ich glaube ich habe aber troztdem eine lösung gefunden,
    habe die fehlermeldung mal in google eingegeben, dort wurde auf gesagt das das modul von XFree86 zu alt ist.
    Hier ein link:

    http://xfree86.org/~alanh/

    eigentlich hast du ja die aktuellen DRI treiber.
    schau nochmal in's /usr/X11R6/lib/modules/drivers Verzeichniss ob auch wirklich der neue ATI-Treiber geladen wird.

    Mfg
    Basti_litho
    Daß die niedrigste aller Tätigkeiten die arithmetische ist, wird dadurch belegt, daß sie die einzige ist, die auch durch eine Maschine ausgeführt werden kann.
    (schopenhauer)
    NX6325 + Ubuntu Feisty

  9. #9
    DebianFreak Avatar von paladin
    Registriert seit
    Aug 2002
    Beiträge
    245
    ich hab mal versucht das aktuelle drm zu kompilieren.. .leider meldet der compiler einen fehler

    http://xfree86.org/~alanh/linux-drm-...lsource.tar.gz

    cc -O2 -Wall -Wwrite-strings -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wnested-externs -Wpointer-arith -D__KERNEL__ -DMODULE -fomit-frame-pointer -DCONFIG_AGP -DCONFIG_AGP_MODULE -DCONFIG_DRM_SIS -DMODVERSIONS -include /usr/src/linux-2.4.19/include/linux/modversions.h -I/usr/src/linux-2.4.19/include -c i810_dma.c -o i810_dma.o
    i810_dma.c: In function `i810_free_page':
    i810_dma.c:298: structure has no member named `wait'
    make: *** [i810_dma.o] Fehler 1

    das modul ist übrigens geladen:

    debian:/home/tobias# lsmod
    Module Size Used by Not tainted
    r128 90880 0 (unused)

    Driver Name : rage128
    Description : ATI Rage 128 (Pro) Driver
    Architecture :
    Build Date : 20020805
    Kernel Module : r128

    Optional Information

    Driver Version :
    Special Description :



    PS: Ich hab mich mal bei der sf.net dri-maillingliste angemeldet.. mal sehen ob die was wissen...
    Geändert von paladin (06.08.02 um 14:40 Uhr)
    apt-get moo

  10. #10
    Registrierter Benutzer
    Registriert seit
    Mar 2002
    Ort
    München
    Beiträge
    1.215
    Ok, ich hab nochmal meine Glaskugel befragt, die hat gesagt Du solltest es mal mit einem neuen kernel probieren.

    Dann glaube ich mich wieder zu erinnern das ich dafür auch die ac-kernel hergenommen habe. (2.4.18-ac2).

    Der standart kernel hatte noch die alten module.

    Lad dir einfach mal den 2.4.19 mit ac patches - das sollte dann schon gehen.

    mfg
    Daß die niedrigste aller Tätigkeiten die arithmetische ist, wird dadurch belegt, daß sie die einzige ist, die auch durch eine Maschine ausgeführt werden kann.
    (schopenhauer)
    NX6325 + Ubuntu Feisty

  11. #11
    DebianFreak Avatar von paladin
    Registriert seit
    Aug 2002
    Beiträge
    245
    naja.. ich hab das modul das beim kernel dabei war rausgenommen un das von dri.sf.net installiert.. das sollte doch eigentlich das neueste sein oder?
    apt-get moo

  12. #12
    Registrierter Benutzer
    Registriert seit
    Mar 2002
    Ort
    München
    Beiträge
    1.215
    Also, die meldung die ich aus deinem log-file geschnitten habe kommt von deinem r128_drv.o modul aus dem DRI.

    Dieses Modul bemängelt aber das der Treiber "r128.o" zu alt ist, und dieser ist beim kernel dabei, sprich brauchst definitiv einen neuen kernel.

    Mach mal "strings /usr/usr/X11R6/lib/modules/drivers/r128_drv.o |grep [0-9]"

    dann wirst du ziemlich am ende diese Fehlermeldung sehen können.

    Dann such mal mit find / -name '*r128.o' nach einer datei mit diesem namen, du wirst sehn es ist im Modules verzeichniss und in den Kernel-sourcen.

    Ich habe schon einen strings auf dieses Modul gemacht, leider konnte ich die versionsnummer nicht herausfinden.

    Aber das ist mit sicherheit dein Problem.

    Eigentlich sollte der DRI-Treiber deine kernel-treiber ersetzen, bin mir aber nicht mehr ganz sicher, schau am besten nochmal in dein ATI-DRI-Treiber verzeichniss rein welche dateien dort liegen (falls sie nicht schon bei der installation gelöscht wurden - von ATI).

    Aber ich glaube um einen neuen Kernel wirst du nicht rumkommen.

    mfg
    Daß die niedrigste aller Tätigkeiten die arithmetische ist, wird dadurch belegt, daß sie die einzige ist, die auch durch eine Maschine ausgeführt werden kann.
    (schopenhauer)
    NX6325 + Ubuntu Feisty

  13. #13
    DebianFreak Avatar von paladin
    Registriert seit
    Aug 2002
    Beiträge
    245
    soo.. ich hab es jetzt geschafft.. erstmal vielen dank für deine hilfe

    ich hab den kernel jetzt mal ohne r128 modul kompiliert... und dann das modul nachträglich mit dem installer installiert.. nun funktioniert alles bestens

    PS: im kernel ist noch das r128 modul version 2.1.6..

    glxgears gibt das aus
    5050 frames in 5.0 seconds = 1010.000 FPS
    sieht schon viiel besser aus

    gleich mal ne quake3 timedemo machen
    apt-get moo

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •