Hi all, I have downloaded the mach64 branch and Xserver from the CVS. I have carried out all of the prescribed steps for carrying out the compilation and installation into /usr/X11R6-DRI. I change the library path to /usr/X11R6-DRI/lib in ld.so.conf and run ldconfig to set up the library path.
The Xserver compiles as well as all of the kernel modules etc for DRI. the kernel modules load ok and I have a script to start the Xserver: #!/bin/sh export DISPLAY=:0 ./XFree86 -xf86config XF86Config & \ sleep 2 xset b off xmodmap -e "clear mod4" xterm -geometry 80x40+0+0 The script is placed in /usr/X11R6-DRI/bin. Now, there are 2 scenarios. When I run the script as root using "./start-dri >& /root/log" the Xserver starts and the output shows that DRI is enabled but then the Xserver dies. The modules are all being read from the right module path in /usr/X11R6-DRI/lib/modules. And it appears that DRI is running ok. Here is the output: [start of log] This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to [EMAIL PROTECTED] and patches submitted to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs) XFree86 Version 4.1.99.1 (DRI mach64 branch) / X Window System (protocol Version 11, revision 0, vendor release 6510) Release Date: 20 August 2001 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/FAQ) Build Operating System: Linux 2.4.17 i686 [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Thu Jan 10 08:23:39 2002 (++) Using config file: "XF86Config-4" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (WW) The directory "/usr/X11R6-DRI/lib/X11/fonts/CID/" does not exist. Entry deleted from font path. (**) FontPath set to "/usr/X11R6-DRI/lib/X11/fonts/misc/,/usr/X11R6-DRI/lib/X11/fonts/Speedo/,/usr/X11R6-DRI/lib/X11/fonts/Type1/,/usr/X11R6-DRI/lib/X11/fonts/75dpi/,/usr/X11R6-DRI/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6-DRI/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6-DRI/lib/modules" (--) using VT number 7 (II) Loading /usr/X11R6-DRI/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 0.1.0 (II) Loading /usr/X11R6-DRI/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 0.1.0 (II) Unloading /usr/X11R6-DRI/lib/modules/libscanpci.a (--) PCI:*(1:0:0) ATI Mach64 LM rev 100, Mem @ 0xf5000000/24, 0xf4100000/12, I/O @ 0x2000/8 (II) Loading /usr/X11R6-DRI/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/linux/libdrm.a (II) Module drm: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/extensions/libpex5.a (II) Module pex5: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.13.0 (II) Loading /usr/X11R6-DRI/lib/modules/extensions/libxie.a (II) Module xie: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/drivers/ati_drv.o (II) Module ati: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 6.4.4 (II) Loading /usr/X11R6-DRI/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) ATI: ATI driver (version 6.4.4) 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 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) (II) Loading /usr/X11R6-DRI/lib/modules/drivers/atimisc_drv.o (II) Module atimisc: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 6.4.4 (==) ATI(0): Chipset: "ati". (**) ATI(0): Depth 16, (--) framebuffer bpp 16 (II) Loading /usr/X11R6-DRI/lib/modules/linux/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (WW) ATI(0): Bad V_BIOS checksum (II) ATI(0): Primary V_BIOS segment is: 0xc000 (II) Loading /usr/X11R6-DRI/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/libvbe.a (II) Module vbe: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) ATI(0): VESA BIOS detected (II) ATI(0): VESA VBE DDC supported (--) ATI(0): ATI 3D Rage Mobility graphics controller detected. (--) ATI(0): Chip type 4C4D "LM", version 4, foundry TSMC, class 0, revision 0x01. (--) ATI(0): AGP bus interface detected; block I/O base is 0x2000. (--) ATI(0): ATI Mach64 adapter detected. (--) ATI(0): Internal RAMDAC (subtype 1) detected. (==) ATI(0): RGB weight 565 (==) ATI(0): Default visual is TrueColor (==) ATI(0): Using gamma correction (1.0, 1.0, 1.0) (II) ATI(0): Using Mach64 accelerator CRTC. (WW) ATI(0): Inconsistent panel vertical dimension: 768 and 767. (--) ATI(0): 1024x768 panel (ID 11) detected. (--) ATI(0): Panel model Generic 1024x768 TFT. (--) ATI(0): Panel clock is 65.146 MHz. (II) ATI(0): Using digital flat panel interface. (II) ATI(0): Storing hardware cursor image at 0xF53FFC00. (II) ATI(0): Using 8 MB linear aperture at 0xF5000000. (!!) ATI(0): Virtual resolutions will be limited to 4095 kB due to linear aperture size and/or placement of hardware cursor image area. (II) ATI(0): Using Block 0 MMIO aperture at 0xF4100400. (II) ATI(0): Using Block 1 MMIO aperture at 0xF4100000. (==) ATI(0): Write-combining range (0xf5000000,0x400000) (II) ATI(0): MMIO write caching enabled. (--) ATI(0): 4096 kB of SGRAM (2:1) 32-bit detected (using 4095 kB). (WW) ATI(0): Cannot shadow an accelerated frame buffer. (--) ATI(0): Internal programmable clock generator detected. (--) ATI(0): Reference clock 29.500 MHz. (II) ATI(0): Maximum clock: 230.00 MHz (II) ATI(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1280x960" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1280x960" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) ATI(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) ATI(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) ATI(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) ATI(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) ATI(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) ATI(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1024" (exceeds panel dimensions) (--) ATI(0): Virtual size is 800x600 (pitch 800) (**) ATI(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (**) ATI(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (==) ATI(0): DPI set to (75, 75) (II) Loading /usr/X11R6-DRI/lib/modules/libxaa.a (II) Module xaa: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (II) Loading /usr/X11R6-DRI/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 0.1.0 (II) Loading /usr/X11R6-DRI/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.1.99.1, module version = 1.0.0 (==) ATI(0): Write-combining range (0xf5000000,0x400000) (II) ATI(0): [drm] SAREA 2200+1212: 3412 (II) ATI(0): [drm] created "mach64" driver at busid "PCI:1:0:0" (II) ATI(0): [drm] added 4096 byte SAREA at 0xd0867000 (II) ATI(0): [drm] mapped SAREA 0xd0867000 to 0x40017000 (II) ATI(0): [drm] framebuffer handle = 0xf5000000 (II) ATI(0): [drm] added 1 reserved context for kernel (II) ATI(0): [agp] Mode 0x1f000201 [AGP 0x8086/0x7190; Card 0x1002/0x4c4d] (II) ATI(0): [agp] 8192 kB allocated with handle 0xd0c6a000 (II) ATI(0): [agp] vertex buffers handle = 0xf8000000 (II) ATI(0): [agp] Vertex buffers mapped at 0x40614000 (II) ATI(0): [drm] register handle = 0xf4100000 (II) ATI(0): Visual configs initialized (II) ATI(0): Block 0 base at 0xf4100400 (II) ATI(0): Memory manager initialized to (0,0) (800,1966) (II) ATI(0): Reserved back buffer from (0,600) to (800,1200) (II) ATI(0): Reserved depth buffer from (0,1200) to (800,1800) (II) ATI(0): Reserved 1024 kb for textures at offset 0x2fff80 (II) ATI(0): Using XFree86 Acceleration Architecture (XAA) Setting up tile and stipple cache: 32 128x128 slots 14 256x256 slots (**) ATI(0): Backing store enabled (==) ATI(0): Silken mouse enabled (II) ATI(0): X context handle = 0x00000001 (II) ATI(0): [drm] installed DRM signal handler (II) ATI(0): [DRI] installation complete (II) ATI(0): [drm] Added 128 16384 byte DMA buffers (II) ATI(0): [drm] Mapped 128 DMA buffers at 0x40814000 (II) ATI(0): Direct rendering enabled (**) Mouse0: Protocol: "PS/2" (**) Mouse0: Core Pointer (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (==) Mouse0: Buttons: 3 (II) Keyboard "Keyboard0" handled by legacy driver (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) The XKEYBOARD keymap compiler (xkbcomp) reports: > Error: Can't find file "pc" for geometry include > Exiting > Abandoning geometry file "default" Errors from xkbcomp are not fatal to the X server Couldn't load XKB keymap, falling back to pre-XKB keymap Could not init font path element /usr/X11R6-DRI/lib/X11/fonts/Speedo/, removing from list! Could not init font path element /usr/X11R6-DRI/lib/X11/fonts/Type1/, removing from list! (II) ATI(0): [drm] removed 1 reserved context for kernel (II) ATI(0): [drm] unmapping 4096 bytes of SAREA 0xd0867000 at 0x40017000 Fatal server error: Caught signal 11. Server aborting When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to [EMAIL PROTECTED] XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. ./start-dri: line 6: 1325 Aborted ./XFree86 -xf86config XF86Config-4 Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot be safely formatted in this environment. You may get a more descriptive message by running the program as a non-root user or by removing the suid bit on the executable. xterm Xt error: Can't open display: %s [end of log] Now if I run the same script as a user, I get: [start of log] This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to [EMAIL PROTECTED] and patches submitted to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs) XFree86 Version 4.1.99.1 (DRI mach64 branch) / X Window System (protocol Version 11, revision 0, vendor release 6510) Release Date: 20 August 2001 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/FAQ) Build Operating System: Linux 2.4.17 i686 [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Thu Jan 10 08:42:30 2002 (++) Using config file: "/etc/X11/XF86Config-4" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (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 (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (--) PCI:*(1:0:0) ATI Mach64 LM rev 100, Mem @ 0xf5000000/24, 0xf4100000/12, I/O @ 0x2000/8 (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a (II) Module drm: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a (II) Module pex5: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.13.0 (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a (II) Module xie: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o (II) Module ati: vendor="The XFree86 Project" compiled for 4.0.99.900, module version = 6.4.0 (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) ATI: ATI driver (version 6.4.0) 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 Pro PD (PCI), ATI Rage 128 Pro PF (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 (AGP) (II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o (II) Module atimisc: vendor="The XFree86 Project" compiled for 4.0.99.900, module version = 6.4.0 (==) ATI(0): Chipset: "ati". (**) ATI(0): Depth 16, (--) framebuffer bpp 16 (II) Loading /usr/X11R6/lib/modules/linux/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (WW) ATI(0): Bad V_BIOS checksum (II) ATI(0): Primary V_BIOS segment is: 0xc000 (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libvbe.a (II) Module vbe: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) ATI(0): VESA BIOS detected (II) ATI(0): VESA VBE DDC supported (--) ATI(0): ATI 3D Rage Mobility graphics controller detected. (--) ATI(0): Chip type 4C4D "LM", version 4, foundry TSMC, class 0, revision 0x01. (--) ATI(0): AGP bus interface detected; block I/O base is 0x2000. (--) ATI(0): ATI Mach64 adapter detected. (--) ATI(0): Internal RAMDAC (subtype 1) detected. (==) ATI(0): RGB weight 565 (==) ATI(0): Default visual is TrueColor (==) ATI(0): Using gamma correction (1.0, 1.0, 1.0) (II) ATI(0): Using Mach64 accelerator CRTC. (--) ATI(0): 1024x768 panel (ID 11) detected. (--) ATI(0): Panel model Generic 1024x768 TFT. (--) ATI(0): Panel clock is 65.146 MHz. (II) ATI(0): Using digital flat panel interface. (II) ATI(0): Storing hardware cursor image at 0xF53FFC00. (II) ATI(0): Using 8 MB linear aperture at 0xF5000000. (!!) ATI(0): Virtual resolutions will be limited to 4095 kB due to linear aperture size and/or placement of hardware cursor image area. (II) ATI(0): Using Block 0 MMIO aperture at 0xF4100400. (II) ATI(0): Using Block 1 MMIO aperture at 0xF4100000. (==) ATI(0): Write-combining range (0xf5000000,0x400000) (II) ATI(0): MMIO write caching enabled. (--) ATI(0): 4096 kB of SGRAM (2:1) 32-bit detected (using 4095 kB). (WW) ATI(0): Cannot shadow an accelerated frame buffer. (--) ATI(0): Internal programmable clock generator detected. (--) ATI(0): Reference clock 29.500 MHz. (II) ATI(0): Maximum clock: 230.00 MHz (II) ATI(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1280x960" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1280x960" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) ATI(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) ATI(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) ATI(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) ATI(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) ATI(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) ATI(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) ATI(0): Not using default mode "1600x1024" (exceeds panel dimensions) (--) ATI(0): Virtual size is 1024x768 (pitch 1024) (**) ATI(0): Default mode "1024x768": 65.1 MHz, 49.7 kHz, 62.7 Hz (**) ATI(0): Default mode "800x600": 65.1 MHz, 49.7 kHz, 63.1 Hz (**) ATI(0): Default mode "640x480": 65.1 MHz, 50.9 kHz, 63.5 Hz (==) ATI(0): DPI set to (75, 75) (II) Loading /usr/X11R6/lib/modules/libxaa.a (II) Module xaa: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (==) ATI(0): Write-combining range (0xf5000000,0x400000) (II) ATI(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 Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 10 256x256 slots (**) ATI(0): Backing store enabled (==) ATI(0): Silken mouse enabled (II) ATI(0): ecp_div is 0 (II) ATI(0): 0x55 0xaa (II) ATI(0): VIDEO BIOS TABLE OFFSETS: bios_header=0x010c mm_table=0x0162 (II) ATI(0): MM_TABLE: 00-08-00-00-83-00-08-02-00-00-24-41-54-49 (II) Loading /usr/X11R6/lib/modules/libi2c.a (II) Module i2c: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.2.0 (II) ATI(0): I2C bus "Rage Pro i2c bus" initialized. (II) ATI(0): StartTimeout = 5 (II) Loading /usr/X11R6/lib/modules/multimedia/fi1236_drv.o (II) Module fi1236: vendor="The XFree86 Project" compiled for 4.0.99.900, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/multimedia/bt829_drv.o (II) Module bt829: vendor="The XFree86 Project" compiled for 4.0.99.900, module version = 1.0.0 (**) Mouse0: Protocol: "PS/2" (**) Mouse0: Core Pointer (==) Mouse0: Buttons: 3 (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (II) Keyboard "Keyboard0" handled by legacy driver (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) The XKEYBOARD keymap compiler (xkbcomp) reports: > Error: Can't find file "pc" for geometry include > Exiting > Abandoning geometry file "default" Errors from xkbcomp are not fatal to the X server Couldn't load XKB keymap, falling back to pre-XKB keymap Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list! (II) ATI(0): Shutting down Xvideo subsystems [end of log] You see that there is no reference to DRM anywhere for DRI being started. when I run glxinfo it tells me that there is no direct rendering. However I have noticed that for some reason the ModulePath directory defined in XF86Config as /usr/X11R6-DRI/lib/modules is being ignored! you will notice that in the log file produced by a user gives all modules loaded from the path /usr/X11R6/lib/modules. How does one fix this modulepath problem or run XFree86 as root? Any help would be appreciated..... Thanks for your time David Goodyear _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel