Page 21 of 39 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 386

Thread: Re: Ubuntu on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

  1. #201
    Join Date
    Jan 2016
    Beans
    4

    Smile Re: Ubuntu 15.10 on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

    Finally Ubuntu 15.10 working fine with my new Dell XPS 9550 (wifi, hdmi with external monitor)


    For that I'm using the Kernel 4.4 (4.3 is working better than 4.2 but less than 4.4)
    http://kernel.ubuntu.com/~kernel-ppa...ine/v4.4-wily/

    Code:
    cd /tmp
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-wily/linux-headers-4.4.0-040400-generic_4.4.0-040400.201601101930_amd64.deb
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-wily/linux-headers-4.4.0-040400_4.4.0-040400.201601101930_all.deb
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-wily/linux-image-4.4.0-040400-generic_4.4.0-040400.201601101930_amd64.deb
    sudo dpkg -i linux-headers-4.4.0*.deb linux-image-4.4.0*.deb
    If you have an Warning about sklguc you need to fix it and relaunch sudo dpkg ... To fix it download the bin from Intel Open Source
    Code:
    cd /tmp
    wget https://01.org/sites/default/files/downloads/intelr-graphics-linux/sklgucver43.tar.bz2
    tar -zxvf sklgucver43.tar.bz2
    sudo sh install
    After we need to add more module to boot at the begin of the kernel (solve all my issue about boot with Kernel 4.4)
    Code:
    echo nvme | sudo tee -a /etc/initramfs-tools/modules
    echo i915 | sudo tee -a /etc/initramfs-tools/modules
    echo dm-crypt,aes,xts,sha512 | sudo tee -a /etc/initramfs-tools/modules
    nvme it's for the detection of SSD
    i915 it's about the intel chipset
    dm-crypt it's about the encrypted disk (If you have one if you don't it's not necessary to use this command line)

    Finally we need to reconfigure the Kernel with this 3 lines or 2 depends of your configuration
    Code:
    sudo update-initramfs -k 4.4.0-040400-generic -u
    It's very important to do -k instead -all I saw early in this post. -k will edit only the kernel 4.4 and don't touch to the kernel 4.2 that is working at the moment in your laptop. So if something wrong with 4.4 you will be happy to come back to 4.2.

    That's all reboot and go to 4.4. Enjoy

    More command to manage kernel is like me you try a lot :
    "dpkg -l | grep linux-image" to see all kernel installed or removed in the laptop (rc=deleted, ii= installed you can delete it)
    always keep the last kernel that working (4.2) and try to install 4.4.
    "sudo dpkg --remove linux-imagexxxxxxx" pour supprimer un kernel installé (le passer de ii à rc)
    "uname -r" to know the kernel that working now and don't delete this one.

    Last thing I bought the Mouse Dell WM615 but I can't install it (it's a blueetooh mouse) if you have an idea.
    And I can't keep my full resolution (UHD) on my laptop because Ubuntu can't manage two monitor with different resolution. It's working but it's so big for external monitor(1920*1080) and so small in the internal monitor. So I put both the same resolution (1920*1080). Is it possible to do something in Ubuntu for that ?

    For information my firmware for video card is : xserver-xorg-video-nouveau
    Last edited by eXorus; January 21st, 2016 at 06:06 AM. Reason: fix typo initranfs instead initramfs

  2. #202
    Join Date
    Jan 2016
    Beans
    1

    Re: Ubuntu 15.10 on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

    There's a couple of typos in the last command, if anybody like me is lazy and do copy and paste

    Code:
    sudo update-initramfs -k 4.4.0-040400-generic -u

  3. #203
    Join Date
    Jan 2016
    Beans
    4

    Re: Ubuntu 15.10 on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

    Thanks, fixed in my post also

  4. #204
    Join Date
    Aug 2009
    Beans
    46

    Re: Ubuntu 15.10 on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

    Quote Originally Posted by eXorus View Post
    Finally Ubuntu 15.10 working fine with my new Dell XPS 9550 (wifi, hdmi with external monitor)
    ...
    Last thing I bought the Mouse Dell WM615 but I can't install it (it's a blueetooh mouse) if you have an idea.
    ...
    I've struggled with a Logitech MX Anywhere 2 Bluetooth mouse before, and got it to work eventually. Maybe it will work for your mouse as well, see here.

  5. #205
    Join Date
    Jan 2016
    Beans
    1

    Thumbs up Re: Ubuntu 15.10 on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

    Thanks for the help. I can finally use 4.4 kernel peacefully.
    A small comment, you still did not fix the typos as mentioned by svea2. It should be 4.4.0-040400-generic and not 4.4.0.040400-generic in the update-initramfs command.
    Last edited by Imran_Ashraf; January 20th, 2016 at 10:03 PM. Reason: adding additional information.

  6. #206
    Join Date
    Jan 2016
    Beans
    2

    Re: Ubuntu 15.10 on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

    what nvidia version you using?

    Thanks for the info

  7. #207
    Join Date
    Jan 2016
    Beans
    4

    Re: Ubuntu 15.10 on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

    Quote Originally Posted by bertusrex View Post
    I've struggled with a Logitech MX Anywhere 2 Bluetooth mouse before, and got it to work eventually. Maybe it will work for your mouse as well, see here.
    It's not working :
    Code:
    [bluetooth]# pair F7:49:CB:58:48:E1
    Attempting to pair with F7:49:CB:58:48:E1
    [CHG] Device F7:49:CB:58:48:E1 Connected: yes
    Failed to pair: org.bluez.Error.AuthenticationFailed
    [CHG] Device F7:49:CB:58:48:E1 Connected: no
    [CHG] Device F7:49:CB:58:48:E1 RSSI: -87

    Quote Originally Posted by Imran_Ashraf View Post
    Thanks for the help. I can finally use 4.4 kernel peacefully.
    A small comment, you still did not fix the typos as mentioned by svea2. It should be 4.4.0-040400-generic and not 4.4.0.040400-generic in the update-initramfs command.
    Thanks again my post is updated



    Quote Originally Posted by raufjawaid View Post
    what nvidia version you using?

    Thanks for the info
    Like I said I'm on "xserver-xorg-video-nouveau"

  8. #208
    Join Date
    Jan 2016
    Beans
    1

    Re: Ubuntu 15.10 on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

    Many thanks eXorus, I got it working with your config!!!

  9. #209
    Join Date
    Feb 2010
    Beans
    24

    Re: Ubuntu 15.10 on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

    Quote Originally Posted by eXorus View Post
    And I can't keep my full resolution (UHD) on my laptop because Ubuntu can't manage two monitor with different resolution. It's working but it's so big for external monitor(1920*1080) and so small in the internal monitor. So I put both the same resolution (1920*1080). Is it possible to do something in Ubuntu for that ?

    For information my firmware for video card is : xserver-xorg-video-nouveau
    I'm using xrandr to scale my two 1920x1080 external monitors:

    | eDP1 (3840x2160) | DP2 (1920x1080) | HDMI1 (1920x1080 |


    The idea is to scale the lower resolution displays.

    Code:
    xrandr --query # get the name of your displays, for me it is eDP1 (internal display), DP2 (USBC -> DisplayPort) and HDMI1 (HDMI -> HDMI)
    
    
    eDP1_WIDTH=3840
    eDP1_HEIGHT=2160
    DP2_WIDTH=1920
    HDMI_WIDTH=1920
    
    xrandr --fb $((eDP1_WIDTH + (DP2_WIDTH * 2) + (HDMI_WIDTH * 2)))x${eDP1_HEIGHT}
    xrandr --output eDP1 --auto --pos 0x0 --primary --output DP2 --auto --scale 2x2 --pos ${eDP1_WIDTH}x0 --output HDMI1 --auto --scale 2x2 --pos $((eDP1_WIDTH + (DP2_WIDTH * 2)))x0
    Note: I am on Ubuntu Gnome, not sure how well Unity would cooperate with this.

  10. #210
    Join Date
    Jan 2016
    Beans
    4

    Re: Ubuntu 15.10 on Dell Xps 15 9550 new Infinity display (i7 6gen 16gbr UHD 4k touch

    The issue is about the scale for menu and title bars.
    If I put 1920x1080 on my external monitor and 3840x2160 on my laptop, it's good I can do it on Unity.
    But If I open Firefox on the both, the font will be good for external and too small to my laptop.
    For that when I have only one monitor I'm using the scale for menu and title bars to x2 and it's good.
    But with two monitor if I do that the scale is shared between the two monitor so the laptop will be good in firefox and too big for the external monitor.
    It will be nice to have different value for the scale, one for each monitor.

Page 21 of 39 FirstFirst ... 11192021222331 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •