> Thanks. Can you please install the libdrm packages from
> http://alioth.debian.org/~tormod-guest/libdrm/ and after restarting X  
> attach your /var/log/gdm/\:0.log file? It seems like this was relatively
> easy to fix on my Twister card, but more difficult on your "Paramont"
> card.

I installed these libdrm packages but the savage_drv didn't load
so it is using vesa (i think)

(drawpix works with vesa)

# grep savage_drv :0.log
(II) Loading /usr/lib/xorg/modules/drivers/savage_drv.so
dlopen: /usr/lib/xorg/modules/drivers/savage_drv.so: undefined symbol: 
RegionEmptyData
(EE) Failed to load /usr/lib/xorg/modules/drivers/savage_drv.so

---------------------------------------------------------------------------
pkg Summary:

$ dpkg -l '*xorg*'|grep ^ii

ii  xorg                          1:7.5+5ubuntu1       X.Org X Window System
ii  xorg-docs-core                1:1.5-1              Core documentation for 
the X.org X Window Sy
ii  xserver-xorg                  1:7.5+5ubuntu1       the X.Org X server
ii  xserver-xorg-core             2:1.7.6-2ubuntu7.5   Xorg X server - core 
server
ii  xserver-xorg-input-all        1:7.5+5ubuntu1       the X.Org X server -- 
input driver metapacka
ii  xserver-xorg-input-evdev      1:2.3.2-5ubuntu1     X.Org X server -- evdev 
input driver
ii  xserver-xorg-input-mouse      1:1.5.0-1            X.Org X server -- mouse 
input driver
ii  xserver-xorg-input-synaptics  1.2.2-1ubuntu4       Synaptics TouchPad 
driver for X.Org server
ii  xserver-xorg-input-vmmouse    1:12.6.5-4ubuntu2    X.Org X server -- 
VMMouse input driver to us
ii  xserver-xorg-input-wacom      1:0.10.5-0ubuntu4    X.Org X server -- Wacom 
input driver
ii  xserver-xorg-video-dummy      1:0.3.2-1            X.Org X server -- dummy 
display driver
ii  xserver-xorg-video-fbdev      1:0.4.1-1ubuntu1     X.Org X server -- fbdev 
display driver
ii  xserver-xorg-video-intel      2:2.9.1-3ubuntu5     X.Org X server -- Intel 
i8xx, i9xx display d
ii  xserver-xorg-video-openchrome 1:0.2.904+svn827-1   X.Org X server -- VIA 
display driver
ii  xserver-xorg-video-savage     1:2.3.2~git20110122.cdfbd967-0ubuntu0tormod4  
  X.Org X server -- Savage display driver
ii  xserver-xorg-video-vesa       1:2.3.0-1ubuntu1     X.Org X server -- VESA 
display driver
ii  xserver-xorg-video-via        1:0.2.904+svn827-1   X.Org X server -- VIA 
display driver (dummy 
ii  xserver-xorg-video-vmware     1:10.16.9-1          X.Org X server -- VMware 
display driver


$ dpkg -l 'libdrm*'|grep ^ii
ii  libdrm-dev      2.4.18-1ubuntu3         Userspace interface to kernel DRM 
services -- development files
ii  libdrm-intel1   2.4.21-1ubuntu2.1debug  Userspace interface to 
intel-specific kernel DRM services -- ru
ii  libdrm-nouveau1 2.4.21-1ubuntu2.1debug  Userspace interface to 
nouveau-specific kernel DRM services -- 
ii  libdrm-radeon1  2.4.21-1ubuntu2.1debug  Userspace interface to 
radeon-specific kernel DRM services -- r
ii  libdrm2         2.4.21-1ubuntu2.1debug  Userspace interface to kernel DRM 
services -- runtime


-----------------------------------------------------------------------------
> Also, are you using an xorg.conf file? It seems you are running AGP bus
> mode in spite of the default being PCI bus.

yes:
Section "DRI"
         Mode    0666
EndSection

-----------------------------------------------------------------------------
> Scratch that :) I think the savage package I attached uses AGP by
> default. Please make an /etc/X11/xorg.conf with this:
   
> Section "Device"
>   Identifier "mysavage"
>   Option "BusType" "PCI"
> EndSection
>

edited xorg.conf and restart X

$ cat /etc/X11/xorg.conf
Section "Device"
  Identifier "mysavage"
  Option "BusType" "PCI"
EndSection

same result savage_drv fails to load for missing symbol

---------------------------------------------------------------------------------

> In comment 15 you said no image appear, but do you see the corruption
> other places on the screen? If you press  'f' to render to the front
> buffer, do you see the image? It seems from your log that the front
> buffer is correctly set up for tiling but the back buffer is not.
 
as i remember, no pressing f -- no image


** Attachment added: ":0.log"
   https://bugs.launchpad.net/bugs/579071/+attachment/1869437/+files/%3A0.log

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.
https://bugs.launchpad.net/bugs/579071

Title:
  savage_drv fails drawpix  glDrawPixels demo/test/benchmark

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to