iamthepieman
-
Posts
64 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Blogs
Posts posted by iamthepieman
-
-
I think Gnomo beats every other 'desktop' OS for touchscreen
Bah!
-
-
-
-
debian-sources kernel
that's wonderful ! definitely !!
-
ARCH >>> manjaro
GENTOO >>> funtoo
got it?
-
failed to load mod modesetting
failed to load mod vesa
/dev/dri/card0: failed to set drm interface
-
edited!
-
edited...
-
edited!
-
edited!
-
edited...
-
edited...
-
I apologize for talking rude!
-
edited,,,
-
-
Kernel EmergeThe sys-kernel/gentoo-sources package is the vanilla kernel with the Gentoo patchset applied. Choose between kernel sources. The sys-kernel/linux-firmware package contains binary blobs needed for some hardware (wlan cards).
If sys-kernel/gentoo-sources has been selected:
Configure Manualroot #emerge -av sys-kernel/gentoo-sources sys-kernel/linux-firmwareroot #cd /usr/src/linuxDiscover which modules are required for the system's hardware:
root #lspci -nnkConfigure kernel by enabling each necessary module in the menuconfig interface. Search for specific module names by pressing / in menuconfig. Navigate to the associated feature by pressing the corresponding number listed on the left of the search results.
root #make menuconfigOnce finished build kernel and modules:
Automaticroot #make -j2If things are working nicely in the current install environment, it is possible to use localyesconfig to select all modules currently loaded by the LiveCD:
root #make localyesconfigBuild the kernel and modules:
Installroot #make -j2Install the kernel and modules:
Bootloaderroot #make modules_installroot #make installSpecify the correct setting for the system's firmware. BIOS/MBR is pc, UEFI on x86_64 is efi-64, UEFI on x86 is efi-32:
FILE /etc/portage/make.confx86 PC BIOS settings for GRUB2GRUB_PLATFORMS="pc"FILE /etc/portage/make.confx86_64 UEFI settings for GRUB2GRUB_PLATFORMS="efi-64"Emerge GRUB2:
root #emerge --ask sys-boot/grubSupposing the system has PC BIOS:
root #grub2-install /dev/sdaSupposing the system has UEFI firmware:
root #grub2-install --target=x86_64-efi /dev/sdaEdit GRUB2's configuration file:
root #nano /boot/grub/grub.cfgBelow is a simple GRUB2 configuration file:
FILE /boot/grub/grub.cfgExample manual configset default=0set timeout=1
menuentry "Gentoo" {
linux (hd0,1)/vmlinuz-3.14.4-gentoo root=/dev/sda3 rootfstype=ext4 net.ifnames=0 quiet ro
}
Alternatively use the grub2-mkconfig command to generate the configuration file::
Network toolsroot #grub2-mkconfig -o /boot/grub/grub.cfgFound vmlinuz-3.14.4-gentoo
Install tools needed for configuring the network interfaces:
Clean uproot #emerge --ask sys-apps/iproute2 net-misc/dhcpcd net-wireless/wireless-tools net-wireless/iw net-wireless/wpa_supplicantExit chroot, unmount partitions, and reboot:
See alsoroot #exitroot #cd /mntroot #umount -R gentooroot #reboot -
-
-
your 4.0.5 kernel is built or you have only installed the sources.
genkernel !
are you sure you want twm?
just for test purposes!
-
-
-
It is possible that drobbins see this post ???
how's possible tomorrow will be 7 days strugglin with this crap!
NO developers,no programmers in this forum ???
easy: boot in 10 secs. I have X 's and all the software possible,,, just need my mouse and keyboard runnin...
-
Hmm... shouldn't evdev take care of keyboard and mouse as well? AFAIK, X should have migrated over to the newer API awhile ago. I don't even use xorg.conf files anymore. The autodetect is usually better.
In fact, even my touchscreen works (nice with Gnome 3.16) and hotplugging HDMI monitors (except for audio ... I have to manually change the HDMI audio to another device via pulseaudio's control panel if I yank out the hdmi cable).
well...then the SOLUTION is ?



Wanna try Libreoffice 5 on Funtoo? Read here!
in Portage Help
Posted