Summary: | SiS module xfree-drm-4.3.0-r4 undefined symbols | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Simon de Hartog <simon.gentoo> |
Component: | [OLD] Unspecified | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andrewbevitt |
Priority: | High | ||
Version: | 1.4_rc4 | ||
Hardware: | x86 | ||
OS: | Linux | ||
URL: | http://simon.dehartog.nl/bug/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Simon de Hartog
2003-07-01 04:56:22 UTC
I'll second this. Just set it up now and have exactly the same problems using gaming-sources-2.4.20-r5 The only difference is that I dont get the drmOpenDevice messages. Just the sis.o driver fails to load. This seems consistent with the sis driver from the kernel source. Please try both -r3 and -r5 (currently KEYWORDS="-*" ) and see whether they work. Also, the sis drivers are beta; we have to uncomment them in the Makefile to even compile them, so issues are somewhat expected but one would hope they'd compile. Thanks. -r3 and -r5 both did not work for me. Neither did grabbing the CVS source and compiling that way. All resulted in the same unresolved symbols errors. http://www.winischhofer.net/sisdri.shtml This link may be of assistance in your quest to get SiS DRI working. It seems you may actually *need* the sis framebuffer driver, rather than avoiding it as with most cards. To quote that site "... do only select SiS 300/630 support, not SiS 315 (unless your machine has a 315/550/650/740, but in this case the whole thing doesn't make sense as DRI is not supported on the 310/325 series...)." I have a SiS650 in my laptop that I was trying this on, so I cant really test it any futher. Ok, that site really worked for me (www.winischhofer.net). I now have DRI functional under X, only glxinfo says it's still not working (Direct Rendering: no). Any last hints on that problem? Anyways, my output of X startup (relevant part): (II) SIS(0): initializing int10 (II) SIS(0): Primary V_BIOS segment is: 0xc000 (II) SIS(0): VESA BIOS detected (II) SIS(0): VESA VBE Version 3.0 (II) SIS(0): VESA VBE Total Mem: 32768 kB (II) SIS(0): VESA VBE OEM: SiS (II) SIS(0): VESA VBE OEM Software Rev: 1.0 (II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp. (II) SIS(0): VESA VBE OEM Product: 630 (II) SIS(0): VESA VBE OEM Product Rev: 2.02.3d (II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x9c80 (==) SIS(0): Write-combining range (0x40000000,0x2000000) (II) SIS(0): VBFlags=0x21000002 (--) SIS(0): Before: CR30=0x21, CR31=0x44, CR32=0x08, CR33=0x02, CR35=0x00 (II) SIS(0): After: CR30=0x21, CR31=0xc4, CR33=0x00 (II) SIS(0): Setting mode 0x4a (--) SIS(0): (init301: LCDInfo=0x00e5 LCDResInfo=0x02 LCDTypeInfo=0x04 SetFlag=0x0008) (--) SIS(0): (init: VBType=0x0000, VBInfo=0x4421) drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmGetBusid returned '' (II) SIS(0): [drm] created "sis" driver at busid "PCI:1:0:0" (II) SIS(0): [drm] added 8192 byte SAREA at 0xc8975000 (II) SIS(0): [drm] mapped SAREA 0xc8975000 to 0x40015000 (II) SIS(0): [drm] framebuffer handle = 0x40000000 (II) SIS(0): [drm] added 1 reserved context for kernel (II) SIS(0): [drm] Registers = 0x50000000 (II) SIS(0): [drm] drmAgpEnabled succeeded (II) SIS(0): [drm] failure adding irq 0 handler, stereo disabled (II) SIS(0): [dri] visual configs initialized. (II) SIS(0): Frame Buffer From (0,0) To (1024,6142) (II) SIS(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 Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 26 256x256 slots 12 512x512 slots (==) SIS(0): Backing store disabled (==) SIS(0): Silken mouse enabled (II) SIS(0): Using SiS300/315 series HW Xv (II) SIS(0): X context handle = 0x00000001 (II) SIS(0): [drm] installed DRM signal handler (II) SIS(0): [DRI] installation complete (II) SIS(0): Direct rendering enabled (==) RandR enabled (II) Setting vga for screen 0. Looking good eh? The catch: Enable Framebuffer support for SIS 630/540/730 in kernel. This will then make the symbols required by the sis xfree-drm driver available. Also make sure you have LOTS of video memory. It put mine from 4MB to 32MB. Then you have to put the framebuffer config parameter in your bootloader, in my case video=sisfb:mode:1024x768x16,mem:12288 The last part (mem:12288) was taken from the site mentioned above. Details: http://simon.dehartog.nl/bug23804/ , which contain kernel-config, X config, emerge.info, complete XFree86 startup log and glxinfo output. Can this bug now be marked closed? This was my first bug report in bugzilla... The glxinfo problem is unique to the weird things you have to do with sis, as far as I know. I'm going to close this, and let me know if you have any more trouble with this. |