Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 61

Thread: Low graphics mode

  1. #21
    Join Date
    Oct 2012
    Beans
    3

    Re: Low graphics mode

    I do not know why it does not happen with HDMI (maybe some completely independant phenomena). With DVI it does exactly like you all.

    Another issue I am encountering which might be related (since it involves xorg) : my keyboard and mouse (logitech wireless) are lagging very badly (even though the computer works fine and quickly).

  2. #22
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: Low graphics mode

    Quote Originally Posted by Arkandias View Post
    I do not know why it does not happen with HDMI (maybe some completely independant phenomena). With DVI it does exactly like you all.

    Another issue I am encountering which might be related (since it involves xorg) : my keyboard and mouse (logitech wireless) are lagging very badly (even though the computer works fine and quickly).
    All a mystery, so far! I have no issues once I'm into Unity. Very fast main box, notice my signature.
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  3. #23
    Join Date
    Oct 2004
    Beans
    234
    Distro
    Ubuntu

    Re: Low graphics mode

    Hi guys,

    I'm also having this problem and filed a bug for it. Feel free to comment or mark yourself affected.

    https://bugs.launchpad.net/bugs/1070150

  4. #24
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: Low graphics mode

    Very good... maybe someone will fix it, one way or another. I added by comment to the bug report.
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  5. #25
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: Low graphics mode

    I decided to install gdm and select it instead of lightdm and all is okay now.

    It's an issue with parsing the video card and lightdm. This can be fixed by the developers if attention is given to it.

    Try it and see, but first use Software Center to install gdm, then:

    Code:
    sudo dpkg-reconfigure gdm
    Make the selection to gdm and reboot. The login screen is back to the old themes but the OS boots normally to the desktop.

    Let us know how this goes for you. Thanks!
    Last edited by fjgaude; October 29th, 2012 at 06:09 PM. Reason: added sentence
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  6. #26
    Join Date
    Apr 2010
    Beans
    3

    Re: Low graphics mode

    I'm having the exact same issue as the OP and others. I'll try the lightdm workaround. It's a workable workaround for me if it works: it saves me a lot of battery power.

  7. #27
    Join Date
    Oct 2012
    Beans
    10

    Re: Low graphics mode

    I can confirm, that gdm-lightdm workaround works very well for me.

  8. #28
    Join Date
    Jun 2012
    Beans
    5

    Re: Low graphics mode

    After carefully reading this bug report I've found a solution, that works for me. I've added the following code into /etc/rc.local script

    Code:
    sleep 1 && service lightdm restart
    Don't forget check the script is executable. Good luck!

  9. #29
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: Low graphics mode

    Quote Originally Posted by avli View Post
    After carefully reading this bug report I've found a solution, that works for me. I've added the following code into /etc/rc.local script

    Code:
    sleep 1 && service lightdm restart
    Don't forget check the script is executable. Good luck!
    Doesn't work for me, but I see that the devs are working on it. For me it goes back to 12.04.
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  10. #30
    Join Date
    Nov 2007
    Beans
    40

    Re: Low graphics mode

    This fixed it for me across two machines. Software sourcees is screwed on both (this is a messy ubuntu upgrade and no mistake) so use comad line

    or use a 3rd-party repository created by Tomasz Makarewicz for this purpose only. (I personally recommend it)

    sudo add-apt-repository ppa:makson96/fglrx
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install fglrx-legacy

    see http://www.unixmen.com/ubuntu-12-10-...roblem-solved/

    let me know

    Paul

Page 3 of 7 FirstFirst 12345 ... 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
  •