Quote:
Originally Posted by trey85stang
what is the output of lsmod, did you configure the kernel yourself or use a premade kernel?
vi /etc/X11/xorg.conf
under device mouse section,
add
Option 'ZAxisMapping" "4 5"
and change
Driver 'PS/2"
to
Driver "IMPS2"
Not too sure how startup scripts run in gentoo... I am also not sure how to make the disks writable by all.
Have your tried booting into init 5 (or it might be 4) that will automatically start the window manager much like was done in FC3 by default.
IF you went the above route you wouldnt need to worry about this...
but if I remember correctly you would need to put in...
exec /usr/bin/enlightenment (or wherever the enlightenment executable was stored) and If memory is correct iyou would put it in the .xsession file though. I could be wrong
Quote:
$ lsmod
Module Size Used by
8139cp 17024 0
radeonfb 50088 0
i2c_algo_bit 9352 1 radeonfb
i2c_core 19584 2 radeonfb,i2c_algo_bit
ata_piix 7684 0
libata 37764 1 ata_piix
usblp 11904 0
uhci_hcd 29328 0
intel_mch_agp 8848 1
agpgart 28204 1 intel_mch_agp
vfat 12928 1
fat 39968 1 vfat
snd_emu10k1 91144 0
snd_rawmidi 20644 1 snd_emu10k1
snd_pcm 83332 1 snd_emu10k1
snd_timer 21636 1 snd_pcm
snd_seq_device 7432 2 snd_emu10k1,snd_rawmidi
snd_ac97_codec 67920 1 snd_emu10k1
snd_page_alloc 8456 2 snd_emu10k1,snd_pcm
snd_util_mem 4352 1 snd_emu10k1
snd_hwdep 8196 1 snd_emu10k1
snd 46052 7 snd_emu10k1,snd_rawmidi,snd_pcm,snd_timer,snd_seq_ device,snd_ac97_codec,snd_hwdep
8139too 21504 0
mii 4992 2 8139cp,8139too
sbp2 22024 0
ohci1394 30980 0
ieee1394 94132 2 sbp2,ohci1394
ohci_hcd 19076 0
usb_storage 38048 0
usbhid 30144 0
ehci_hcd 26628 0
usbcore 100324 8 usblp,uhci_hcd,ohci_hcd,usb_storage,usbhid,ehci_hc d
I used the stage 3 build for Gentoo, not sure I'm ready to do my own kernel configs. However, I did go edit a few options in the kernel, such as adding ALSA support (though I goofed and made it built in, instead of a module), and making sure there was support added for my wacom tablet.
And I found the fix for the mouse not too long after posting this, but it was like 3am and I needed to get some sleep, so I didn't restart x to test it. Works like a charm now. I do have 2 more buttons on the side, that in XP function as a Back and Forward button, when in a browser.
Would I just have to add: Option "Buttons" "7", to get those to work? Or alternatively, with 7 buttons, "ZAxisMapping" "6 7"?
I'd thought about changing the runlevel to 5, but I like it booting into the cli first. I remember with fc3, there was a few things I'd try to install (like the video drivers), and they couldn't with X running... and for the life of me, I can't figure out how to stop X and get back to a prompt, once it's up and going :-/

So I figure I'll leave it at 3, at least until I can figure out how to exit X and get back to a prompt when needed
And I got e16 downloaded, and will be checking it out tonight after I get back from work. I was downloading some modules for e17, may want to test it out some too if I feel up to it. Emotion kept failing during an emerge, due to it's dependancy on xine-lib not finishing a compile. Gonna check and get a source for that, and try and compile it manually, then try to emerge emotion again.
And here's the output of lspci ... any other modules I should be loading, based on the hardware?
Quote:
# lspci
0000:00:00.0 Host bridge: Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
0000:00:01.0 PCI bridge: Intel Corp. 82865G/PE/P PCI to AGP Controller (rev 02)
0000:00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
0000:00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
0000:00:1d.2 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3 (rev 02)
0000:00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
0000:00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2)
0000:00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
0000:00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
0000:00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) SATA Controller (rev 02)
0000:00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
0000

00.0 VGA compatible controller: ATI Technologies Inc RV350 AR [Radeon 9600]
0000

00.1 Display controller: ATI Technologies Inc RV350 AR [Radeon 9600] (Secondary)
0000

01.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
0000

02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000

06.0 Communication controller: U.S. Robotics: Unknown device 2f00 (rev 01)
0000

07.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 04)
0000

07.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 01)