User Tools

Site Tools


arch_linux_on_gentex_dell_m6600_laptop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arch_linux_on_gentex_dell_m6600_laptop [2016/12/04 19:58] josharch_linux_on_gentex_dell_m6600_laptop [2016/12/13 09:49] (current) josh
Line 10: Line 10:
 </code> </code>
  
-After installing grub:+After installing grub, in /etc/default/grub:
 <code> <code>
-cryptdevice=UUID=${device_uuid}:lvm+GRUB_CMDLINE_LINUX="cryptdevice=UUID=${device_uuid}:lvm"
 </code> </code>
  
Line 21: Line 21:
   xorg-xrandr \   xorg-xrandr \
   xorg-xinit \   xorg-xinit \
 +  xf86-input-synaptics \
   xterm \   xterm \
   nvidia \   nvidia \
Line 58: Line 59:
   xorg-xev \   xorg-xev \
   xautomation \   xautomation \
-  wmctrl+  xbindkeys \ 
 +  wmctrl 
 +  pidgin \ 
 +  pidgin-otr \ 
 +  audacious \ 
 +  audacious-plugins \ 
 +  jdk8-openjdk \ 
 +  x11-ssh-askpass \ 
 +  xorg-xwininfo \ 
 +  xorg-xdpyinfo \ 
 +  ctags \ 
 +  gtk3-print-backends
 </code> </code>
  
Line 126: Line 138:
 pacman -S wine winetricks wine_gecko wine-mono pacman -S wine winetricks wine_gecko wine-mono
 </code> </code>
 +
 +To fix USB keyboard to work when decrypting the disk on kernel startup, edit ''/etc/mkinitcpio.conf'' to move ''keyboard'' before ''encrypt'' in HOOKS and then run:
 +<code>
 +mkinitcpio -p linux
 +</code>
 +This may have to be run while the USB keyboard is plugged in to generate the initial ramdisk correctly.
 +
 +Set up wine binfmt.
 +
 +===== Printer =====
 +
 +Install things:
 +<code>
 +pacman -S \
 +  cups \
 +  print-manager \
 +  foomatic-db-engine \
 +  foomatic-db \
 +  foomatic-db-ppds
 +</code>
 +Add ''lpadmin'' group, add user to group, enable services, and edit cups-files.conf per [[https://wiki.archlinux.org/index.php/KDE#Printing]]
arch_linux_on_gentex_dell_m6600_laptop.1480899514.txt.gz · Last modified: by josh