OK done. That was easy. Now I have a bit of a strange problem. Not wishing to use the ADB mouse I've installed a pci USB 2.0 card. It worked under ydl no problem. I've installed hotplug but when I try to load usbcore the module doesn't exist!
/lib/modules/2.2.20-pmac/usb$ ls
acm.o audio.o joydev.o printer.o wmforce.o
Where is usbcore and friends?
Code:
dmesg|grep usb
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb.c: registered new driver hid
usb-ohci.c: USB OHCI at membase 0xcc405000, IRQ 2
usb.c: new USB bus registered, assigned bus number 1
usb-ohci.c: request interrupt 2 failed
usb.c: USB bus 1 deregistered
usb.c: registered new driver wacom
Code:
cat /proc/interrupts
CPU0
2: 0 PMAC-PIC MACE-txdma
3: 1184 PMAC-PIC MACE-rxdma
4: 0 PMAC-PIC SCC-txdma
5: 0 PMAC-PIC SCC-rxdma
6: 0 PMAC-PIC SCC-txdma
7: 0 PMAC-PIC SCC-rxdma
12: 24 PMAC-PIC 53C94
13: 30530 PMAC-PIC MESH
14: 1096 PMAC-PIC MACE
15: 0 PMAC-PIC SCC
16: 0 PMAC-PIC SCC
18: 15164 PMAC-PIC VIA
19: 0 PMAC-PIC SWIM3
BAD: 0
I don't have a wacom tablet- dunno what that's about. Any ideas?
X is working and Enlightenment loads no problem. The background looks fine but the cursor and icon boxes are all.....well.....wavy I guess is how I'd describe it. I had to edit the XF86Config-4 to 832x624 and add DefaultFbBpp 32 in order to get X to start. fbset won't let me set it to 800x600 (unless I'm doing it wrong).
Code:
DefaultDepth 24
DefaultFbBpp 32
/snip/
SubSection "Display"
Depth 24
Modes "832x624" "640x480"
EndSubSection
Code:
fbset -i
mode "832x624-98"
# D: 57.003 MHz, H: 65.370 kHz, V: 98.449 Hz
geometry 832 624 832 1255 32
timings 17543 16 16 16 16 8 8
accel true
rgba 8/16,8/8,8/0,8/24
endmode
Frame buffer device information:
Name : IMS TT (IBM)
Address : 0x82000000
Size : 4194304
Type : PACKED PIXELS
Visual : DIRECTCOLOR
XPanStep : 8
YPanStep : 1
YWrapStep : 0
LineLength : 3328
MMIO Address: 0x82800000
MMIO Size : 262144
Accelerator : IMS Twin Turbo
I'm going to muck about with the H & V freq's and maybe that'll get it sorted out. Anyone else have a IMS twin turbo video card? Thanks.