[Bug 277589] Re: sony brighness on a geforce series older than 8 (nvclock works fine)
Hi yleetiny, As for Benste your latest fix (0.4) didn't work for me neither... Fn + F5/F6 have no effect... The command "smartdimmer -s 20" works well. Thanks again for your work. O-p -- sony brighness on a geforce series older than 8 (nvclock works fine) https://bugs.launchpad.net/bugs/277589 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 277589] Re: sony brighness on a geforce series older than 8 (nvclock works fine)
I noticed that "lshal | grep primary_video.product" returned : "system.hardware.primary_video.product = 472 (0x1d8) (int)" for my NVidia 7400 GO (sony viao VGN-C2Z_B) but in the 10-sony-laptop-brightness.fdi file the 7400 GO is referenced as "0x01d8" Does this difference (0x1d8 vs 0x01d8) has any importance? Hopping it will help... O-p -- sony brighness on a geforce series older than 8 (nvclock works fine) https://bugs.launchpad.net/bugs/277589 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 473622] Re: presenter-console is displayed on same monitor as slideshow
Same problem encountered on my dell mini 9 (intel GMA graphic card). The problem was already present using Karmic but solved installing openoffice.org packages. Cheers O-p -- presenter-console is displayed on same monitor as slideshow https://bugs.launchpad.net/bugs/473622 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 490238] Re: Video Player does not show any video, but has audio, if connected to an external monitor (dual monitor setup)
Same problem using a dell mini 9 (GMA 950 video card) with ubuntu 10.04 beta1. cheers O-p -- Video Player does not show any video, but has audio, if connected to an external monitor (dual monitor setup) https://bugs.launchpad.net/bugs/490238 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 441873] Re: [i915gm] [Karmic] X freezes when using compiz on external monitor
I have the same bug with a Dell mini 9 (intel GMA 950 I guess). very frustrating O-p -- [i915gm] [Karmic] X freezes when using compiz on external monitor https://bugs.launchpad.net/bugs/441873 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 578673] Re: [arrandale] Resume doesn't work on a Latitude E6410
Thank you Keith Unfortunately it doesn't work on the E6410 (Core i7, intel Graphics HD). O-p -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/578673 Title: [arrandale] Resume doesn't work on a Latitude E6410 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 599626] Re: [arrandale] X freezes after plugging in external monitor and selecting System>Preferences>Monitors
As Carlos Parra Camago wrote, this bug is present on a Dell E6410 with an intel i7 processor and thus an intel Graphics HD video card. The bug is present with ubuntu 10.04 but not Kubuntu10.04 (64 and 32 bit) The bug is also present with ubuntu 10.10 RC daily build from 06-Oct-2010 (64 bit) running from liveCD. Thus, is it related to a gnome issue? As described here: http://www.cs.bham.ac.uk/~axs/laptop/#monitor-problem The problem can be partially solved by booting into runlevel 3 and launching X manually (the tests where performed using fedora distro). In my case, I solved it temporarily by using Kubuntu (10.04 installed on the disk) or Linux Mint Debian Edition (tested from liveCD). O-p -- [arrandale] X freezes after plugging in external monitor and selecting System>Preferences>Monitors https://bugs.launchpad.net/bugs/599626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 599626] Re: [arrandale] X freezes after plugging in external monitor and selecting System>Preferences>Monitors
After a new test...it seems to work "some time" with ubuntu 10.10 RC daily build from 06-Oct-2010 (64 bit) running from liveCD. In that case there is an other bug with extended desktop where panel refuse to "stay" on the laptop lcd (DP1) and is always on the external screen (VGA1)! Panels and Nautilus are displayed on VGA1 Applications such as Openoffice are displayed on DP1... I am going to look for this bug in launchpad Cheers. O-p -- [arrandale] X freezes after plugging in external monitor and selecting System>Preferences>Monitors https://bugs.launchpad.net/bugs/599626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 578673] Re: [arrandale] Resume doesn't work on a Latitude E6410
I have also tried the tip described by mikeos on post #141 on my E6410 (intel video card) but with no success... I am using Ubuntu 64 bit with the kernel 2.6.35-22 generic as reported by Kristof Bajnok... Don't understand what's happening here... O-p -- [arrandale] Resume doesn't work on a Latitude E6410 https://bugs.launchpad.net/bugs/578673 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 599626] Re: [arrandale] X freezes after plugging in external monitor and selecting System>Preferences>Monitors
Hi all Trying to solve my problem with ubuntu (gnome version), it seems that it can be done by launching Xrandr early in Xsession. What I did was to create a file called "45custom_xrandr-settings" what is in this file: EXTERNAL_OUTPUT="VGA1" INTERNAL_OUTPUT="DP1" xrandr --output $INTERNAL_OUTPUT --auto --primary --output $EXTERNAL_OUTPUT --off Simply copy it to the folder "/etc/X11/Xsession.d/" I don't know why but after that you can connect an external screen and activate it using System>preference>Monitors without crash. I have used the "--primary" argument so that gnome panels stay on the laptop screen in extended mode. I hope it will help someone. O-p -- [arrandale] X freezes after plugging in external monitor and selecting System>Preferences>Monitors https://bugs.launchpad.net/bugs/599626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 638134] Re: imagej doesn't close with openjdk
This could be solved in Ubuntu 10.04 using SUN java runtime environment instead of OpenJDK. This is no longer possible with Ubuntu 10.10 as OpenJDK is re-installed and used even if SUN java is present. O-p -- imagej doesn't close with openjdk https://bugs.launchpad.net/bugs/638134 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 599626] Re: [arrandale] X freezes after plugging in external monitor and selecting System>Preferences>Monitors
Finally Ubuntu 10.10 was released yesterday an installed on my Latitude E6410 (64 bit version). X completely freeze when an external screen is connected again :-/ O-p -- [arrandale] X freezes after plugging in external monitor and selecting System>Preferences>Monitors https://bugs.launchpad.net/bugs/599626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 578673] Re: [arrandale] Resume doesn't work on a Latitude E6410
Same problem here with Ubuntu 10.10 64bits on a E6410 (intel graphic card). The screen does not resume after suspend and the computer needs to be "hard" power off. O-p -- [arrandale] Resume doesn't work on a Latitude E6410 https://bugs.launchpad.net/bugs/578673 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 599626] Re: [arrandale] X freezes after plugging in external monitor and selecting System>Preferences>Monitors
Back to the future... This problem was present on ubuntu 10.04 and could be solved by switching to Kubuntu. Same thing with ubuntu 10.10... I switched to Kubuntu 10.10 64 bit this morning and it works (no problem at all when connecting external screen). I really think it is a problem related with gnome... (see post #23) Cheers. O-p -- [arrandale] X freezes after plugging in external monitor and selecting System>Preferences>Monitors https://bugs.launchpad.net/bugs/599626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 473622] Re: presenter-console is displayed on same monitor as slideshow
This bug appears to be linked to the use of Gnome even with openoffice.org packages When KDE is used, everything runs fine and the console is on the laptop screen. Gnome users can move the console from the projector screen to the laptop screen using Alt + left mouse click and then moving the console to the laptop. O-p -- presenter-console is displayed on same monitor as slideshow https://bugs.launchpad.net/bugs/473622 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 525807] Re: [upstream] [3.2.1] OOo Slide Show and Fullscreen modes - not full screen under compiz
The bug is still present in Maverik daily build from the Sept, 14th 2010 O-p -- [upstream] [3.2.1] OOo Slide Show and Fullscreen modes - not full screen under compiz https://bugs.launchpad.net/bugs/525807 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 473622] Re: presenter-console is displayed on same monitor as slideshow
Sorry, I forgot the description of the box... I am running Kubuntu 10.04 on a intel core i7 laptop (IntelHDGraphics video card). Cheers. O-p -- presenter-console is displayed on same monitor as slideshow https://bugs.launchpad.net/bugs/473622 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 638134] [NEW] imagej doesn't close with openjdk
Public bug reported: ImageJ is broadly use in research lab. One of its applications is signal quantification. It seems that until Ubuntu 10.04 imagej doesn't close properly when using openjdk. This bug is present when using openjdk-6 witch is installed by default but not with sun-java6. To reproduce the bug: - Install imagej (it will install openjdk) - launch imagej and open an image (for example: File > Open Samples > Dot_Blot) - Select one of the dots on the image using the rectangular selection tool - Then go to Analyze > Gels > Select first lane - Then Analyze > Gels > Plot Lanes - Try to leave ImageJ with or without saving the "Plot of Dot-Blot" windows image... it's not possible (you have to kill the process). This bug is also present in the beta release of ubuntu 10.10 System: Ubuntu 10.04 AND Ubuntu 10.10 ImageJ version: 1.43l-1 on ubuntu 10.04 1.44c-2 on ubuntu 10.10 Openjdk version: 6b18-1.8.1-0ubuntu1 on ubuntu 10.04 6b20-1.9.0ubuntu1 on ubuntu 10.10 Sun version: 6.20dlj-1ubuntu3 on ubuntu 10.04 O-p ** Affects: openjdk-6 (Ubuntu) Importance: Undecided Status: New -- imagej doesn't close with openjdk https://bugs.launchpad.net/bugs/638134 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825742] [NEW] installer crashed installing kubuntu 19.04
Public bug reported: grub is now corrupt and cannot boot previous version of kubuntu (18.10) ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: ubiquity 19.04.9 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 CasperVersion: 1.405 CurrentDesktop: KDE Date: Sun Apr 21 13:36:36 2019 InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/kubuntu.seed boot=casper maybe-ubiquity quiet splash --- LiveMediaBuild: Kubuntu 19.04 "Disco Dingo" - Release amd64 (20190416) SourcePackage: grub-installer UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: grub-installer (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug disco kubuntu ubiquity-19.04.9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825742 Title: installer crashed installing kubuntu 19.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1825742/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs