OK so as promised in this thread ,,,, https://www.kubuntuforums.net/showth...important-news I installed it to /dev/sda6 (one of the old Kubuntu-15.04 partitions) ,,,,,,,,,,,, hears the story so far
Started with the Debian-8-jessie-KDE-Live cd/usb .iso ,,,,,,,,,DD'd it to a USB-3 stick ,,,,, first boot tryed the Graphical installer from the start screen , followed the prompts until the partitioning part and selected manual setup ,,chose the /dev/sda6 , use as / , format-ext4 , chose /dev/sda2 , use as swap , format as swap , continue ,,,,,, it freezes .
reboot ,,,go to live session try again ,,,,, same thing ,,,freezes at trying to format /dev/sda6 .
Quit the installer open a terminal and use mkfs.ext4 to format it ,,,,,,, once more to the installer ,,, and just point it to the partition , use as / no formating ,, still try to set /dev/sda2 as swap ,, but now this is making it freeze .
this time I leave swap out of it ,, get worning about no swap causing probs if I dont have enough RAM ,,,,,,,I have 16Gig of it so ,,,proceed ,,,,,,, it installs .
the installer will set a root acct. but will also set up sudo for the first user if you do not set a password for the root acct. ,,,,this is the way I did it .
I installed Grub to the partition /dev/sda6 as the booting as of now is controlled by the Ubuntu-14.04-LTS that was on the laptop/mobile desktop ,,,,, reboot to Ubuntu ,,,"sudo update-grub" ,,,reboot (I will add a chane load to Debian's Grub later) and we are in
Debian is pure GNU ,,,,,which means(by default) no non-free firmware = no wireless for my Intel Corporation Wireless 3160 ,,,,,the installer did tell me I needed iwlwifi-3160-9.ucode and offered to add it if I had it on a usb or floppy ,,,,,,so "kdesudo kate /etc/apt/sources.list and add contrib non-free to the sources ,,,,,,,,
so then sudo apt-get update && sudo apt install firmware-iwlwifi ,,,,, yes we have the new "apt" hear ,,,,, then "sudo /sbin/modprobe -r iwlwifi ; modprobe iwlwifi" and the wireless is up
next I want the Nvidia driver for my GPU a "GTX-860M 4Gib-RAM 1152-cuda cores" the nvidia-driver package @hear is 340.65 ,,,,,,,,
so I install it and the recommends/suggests ,,,,,, as the configuring was taking place I got a screen telling me the kernel and X would not detect it ,,,,,,,, I did not beleve it ,,,,rebooted ,,,,,,to a TTY ,,,,"startx",,,X sead no screens found ,, ok it was not lying
reboot to Kubuntu-14.04 and use a root dolphin (kdesudo dolphin) to add a /etc/X11/xorg.conf.d/20-nvidia.conf that contaned just
reboot and we are good
so hear we are ,,,,,,,,
KDE-4.14.2
defaults
packagemanager-apper
web browser-iceweasel-Konqueror
media players-VLC-Dragon-juk
office-libreoffice
no GUI partition manager by default ,,,strange,,,, partitionmanager (the KDE one) is avalabel for DL but not installed by default...... and of course Gparted
default install was around 4Gig
if any one has any questions I will answer in time ,,,,,,, but so far it looks and acts well
O and @verndog ,,,,,,,,,,,,,,,,,,,,,
screenshot,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
VINNY
Started with the Debian-8-jessie-KDE-Live cd/usb .iso ,,,,,,,,,DD'd it to a USB-3 stick ,,,,, first boot tryed the Graphical installer from the start screen , followed the prompts until the partitioning part and selected manual setup ,,chose the /dev/sda6 , use as / , format-ext4 , chose /dev/sda2 , use as swap , format as swap , continue ,,,,,, it freezes .
reboot ,,,go to live session try again ,,,,, same thing ,,,freezes at trying to format /dev/sda6 .
Quit the installer open a terminal and use mkfs.ext4 to format it ,,,,,,, once more to the installer ,,, and just point it to the partition , use as / no formating ,, still try to set /dev/sda2 as swap ,, but now this is making it freeze .
this time I leave swap out of it ,, get worning about no swap causing probs if I dont have enough RAM ,,,,,,,I have 16Gig of it so ,,,proceed ,,,,,,, it installs .
the installer will set a root acct. but will also set up sudo for the first user if you do not set a password for the root acct. ,,,,this is the way I did it .
I installed Grub to the partition /dev/sda6 as the booting as of now is controlled by the Ubuntu-14.04-LTS that was on the laptop/mobile desktop ,,,,, reboot to Ubuntu ,,,"sudo update-grub" ,,,reboot (I will add a chane load to Debian's Grub later) and we are in
Debian is pure GNU ,,,,,which means(by default) no non-free firmware = no wireless for my Intel Corporation Wireless 3160 ,,,,,the installer did tell me I needed iwlwifi-3160-9.ucode and offered to add it if I had it on a usb or floppy ,,,,,,so "kdesudo kate /etc/apt/sources.list and add contrib non-free to the sources ,,,,,,,,
Code:
# # deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150425-14:07]/ jessie main deb http://ftp.us.debian.org/debian/ jessie main contrib non-free deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free deb-src http://security.debian.org/ jessie/updates main contrib non-free # jessie-updates, previously known as 'volatile' deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free
next I want the Nvidia driver for my GPU a "GTX-860M 4Gib-RAM 1152-cuda cores" the nvidia-driver package @hear is 340.65 ,,,,,,,,
Code:
nvidia-driver/stable,now 340.65-2 amd64 [installed] NVIDIA metapackage
Code:
vinny@debian:~$ apt show nvidia-driver Package: nvidia-driver Source: nvidia-graphics-drivers Version: 340.65-2 Installed-Size: 1,080 kB Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org> Replaces: nvidia-glx (<< 319) Provides: nvidia-glx-any Depends: libgl1-nvidia-glx (= 340.65-2), libegl1-nvidia (= 340.65-2), nvidia-driver-bin (= 340.65-2), xserver-xorg-video-nvidia (= 340.65-2), nvidia-vdpau-driver (= 340.65-2), nvidia-alternative (= 340.65-2), nvidia-kernel-dkms (= 340.65-2) | nvidia-kernel-340.65, nvidia-support Pre-Depends: nvidia-installer-cleanup Recommends: nvidia-settings (>= 340), libgl1-nvidia-glx-i386, libgles1-nvidia (= 340.65-2), libgles2-nvidia (= 340.65-2) Suggests: nvidia-kernel-dkms (>= 340.65) | nvidia-kernel-source (>= 340.65) Breaks: nvidia-glx (<< 319) Homepage: http://www.nvidia.com Section: non-free/x11 Priority: optional Download-Size: 419 kB APT-Manual-Installed: yes APT-Sources: http://ftp.us.debian.org/debian/ jessie/non-free amd64 Packages Description: NVIDIA metapackage This metapackage depends on the NVIDIA binary driver and libraries that provide optimized hardware acceleration of OpenGL applications via a direct-rendering X Server. AGP, PCIe, SLI, TV-out and flat panel displays are also supported. . Please see the nvidia-kernel-dkms or nvidia-kernel-source packages for building the kernel module required by this package. This will provide nvidia-kernel-340.65. . This version only supports GeForce 8xxx and higher of the Geforce GPUs plus corresponding Quadros and nforce. Look at the legacy packages for older cards. . See /usr/share/doc/nvidia-driver/README.txt.gz for a complete list of supported GPUs and PCI IDs.
reboot to Kubuntu-14.04 and use a root dolphin (kdesudo dolphin) to add a /etc/X11/xorg.conf.d/20-nvidia.conf that contaned just
Code:
Section "Device" Identifier "My GPU" Driver "nvidia" EndSection
so hear we are ,,,,,,,,
Code:
vinny@debian:~$ uname -a Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux
defaults
packagemanager-apper
web browser-iceweasel-Konqueror
media players-VLC-Dragon-juk
office-libreoffice
no GUI partition manager by default ,,,strange,,,, partitionmanager (the KDE one) is avalabel for DL but not installed by default...... and of course Gparted
default install was around 4Gig
if any one has any questions I will answer in time ,,,,,,, but so far it looks and acts well
O and @verndog ,,,,,,,,,,,,,,,,,,,,,
Code:
vinny@debian:~$ apt search zsync Sorting... Done Full Text Search... Done zsync/stable 0.6.2-1 amd64 client-side implementation of the rsync algorithm vinny@debian:~$ apt show zsync Package: zsync Version: 0.6.2-1 Installed-Size: 250 kB Maintainer: Robert Lemmen <robertle@semistable.com> Depends: libc6 (>= 2.7) Homepage: http://zsync.moria.org.uk/ Tag: admin::backup, implemented-in::c, interface::commandline, network::client, protocol::ip, role::program, use::downloading, use::synchronizing Section: net Priority: optional Download-Size: 115 kB APT-Sources: http://ftp.us.debian.org/debian/ jessie/main amd64 Packages Description: client-side implementation of the rsync algorithm zsync is a file transfer program to download files from remote web servers. If a previous version of a file is available locally, zsync will only download changed parts and hereby minimise the download volume. The algorithm is the same as used by rsync(1), but zsync does not require any server software (apart from a web server), nor does it need shell access. Instead, it uses a control file (.zsync file) that describes the file to be downloaded, which it uses to determine the blocks to fetch. This file is created once on the server (and not for each request) and sits next to actual file to download [TABLE] [TR] [TD="colspan: 14"][/TD] [/TR] [/TABLE]
screenshot,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
VINNY
Comment