[Bug 546005] Re: Cant adjust the screen brightness on Samsung N150 with netbook remix.

2010-08-31 Thread fjuarez
*** This bug is a duplicate of bug 574250 ***
https://bugs.launchpad.net/bugs/574250

** This bug has been marked a duplicate of bug 574250
   SAMSUNG N150 Laptop : Brightness issue

-- 
Cant adjust the screen brightness on Samsung N150 with netbook remix.
https://bugs.launchpad.net/bugs/546005
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


RE: [Bug 546005] Re: Cant adjust the screen brightness on Samsung N150 with netbook remix.

2010-08-26 Thread sean_trewar...@hotmail.com

I can only adjust the brightness when the computer restarts, and it displays 
the grub boot menu.
by using the FN key and the brightness up arrow.

Other than that it doesn't work.
Its a workaround, that works. so ?

Thanks



> Date: Wed, 25 Aug 2010 20:00:17 +
> From: ilidrissiam...@gmail.com
> To: sean_trewar...@hotmail.com
> Subject: [Bug 546005] Re: Cant adjust the screen brightness on Samsung N150   
> with netbook remix.
> 
> Can you test with updated Lucid or preferably Maverick?
> Also, can you set the brightness using the brightness applet?
> 
> ** Package changed: ubuntu => linux (Ubuntu)
> 
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
> 
> -- 
> Cant adjust the screen brightness on Samsung N150 with netbook remix.
> https://bugs.launchpad.net/bugs/546005
> You received this bug notification because you are a direct subscriber
> of the bug.
> 
> Status in “linux” package in Ubuntu: Incomplete
> 
> Bug description:
> I have no complaints about Netbook Remix and 9.10 except that i cant adjust 
> the screen brightness. its always at half.
> Very occaisionally and i dont know why it will be at 100% when first boot, so 
> and get a drink and 5 mins later its at 50% again.
> 
> Function keyswork for sound, but not for screen brightness.
> 
> any ideas.,
> 
> Sean
> 
> ProblemType: Bug
> Architecture: i386
> Date: Wed Mar 24 23:02:36 2010
> DistroRelease: Ubuntu 9.10
> InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
> (20091028.4)
> Package: firefox-3.5 3.5.8+build1+nobinonly-0ubuntu0.9.10.1
> ProcEnviron:
>  LANG=en_AU.UTF-8
>  SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 2.6.31-20.57-generic
> SourcePackage: firefox-3.5
> Tags:  ubuntu-unr
> Uname: Linux 2.6.31-20-generic i686
> 
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/546005/+subscribe

-- 
Cant adjust the screen brightness on Samsung N150 with netbook remix.
https://bugs.launchpad.net/bugs/546005
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 546005] Re: Cant adjust the screen brightness on Samsung N150 with netbook remix.

2010-08-25 Thread Mohamed Amine IL Idrissi
Can you test with updated Lucid or preferably Maverick?
Also, can you set the brightness using the brightness applet?

** Package changed: ubuntu => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
Cant adjust the screen brightness on Samsung N150 with netbook remix.
https://bugs.launchpad.net/bugs/546005
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 546005] Re: Cant adjust the screen brightness on Samsung N150 with netbook remix.

2010-04-24 Thread Pietro Battiston
You may be interested in http://www.pietrobattiston.it/brightung ,
though it's not a particularly brilliant piece of software.

-- 
Cant adjust the screen brightness on Samsung N150 with netbook remix.
https://bugs.launchpad.net/bugs/546005
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 546005] Re: Cant adjust the screen brightness on Samsung N150 with netbook remix.

2010-04-12 Thread Andreas Heck
Hi Sean,

I have absolutely no problems with WLAN on 10.04. Maybe you should open
a separate bug.


Best regards,

Andreas

-- 
Cant adjust the screen brightness on Samsung N150 with netbook remix.
https://bugs.launchpad.net/bugs/546005
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


RE: [Bug 546005] Re: Cant adjust the screen brightness on Samsung N150 with netbook remix.

2010-04-11 Thread sean_trewar...@hotmail.com

Wow, your far more advaced than me, however i found another way too.
When the computer boots and mine is Dual boot. at the boot list, i can tap the 
screen brightness up arrow whilst holding the CNTL or FN key cant remember now 
and the screen will brighten.

Then it boots as normal into Ubuntu and all is good. but once loaded
cant do anything

I also have an issue with the Wireless disconnecting every ??? 10minutes
odd, its not directly 10m - it could be 4minutes, but seldom over 10-15m

Ive logged into another wireless system to see if its applicable there,
and it is...

Thanks for your message.

Sean


> Date: Sun, 11 Apr 2010 15:18:50 +
> From: ah...@gmx.de
> To: sean_trewar...@hotmail.com
> Subject: [Bug 546005] Re: Cant adjust the screen brightness on Samsung N150   
> with netbook remix.
> 
> I have the same problem with 10.04 Beta on the N150.
> 
> A workaround is to create a file called brightness.sh somewhere with
> this content:
> 
> #!/bin/sh
> 
> sudo setpci -s 00:02.0 F4.B=$1
> 
> Then just execute: chmod a+x brightness.sh
> 
> After that you can execute brightness.sh with a hex number between 0
> (off) and ff (full brightness) like this:
> 
> ./brightness.sh 50
> 
> This is kind of ugly but it is much better than not being able to change
> brightness at all.
> 
> I'm not an expert on kernel and X dirvers but for me the problem seems
> to be that the X driver doesn't support the xrandr brightness property.
> If I call xrandr --verbose on the N150 this property doesn't appear
> while it is present if I execute the same command on a machine where
> changing the brightness with the gnome panel applet works.
> 
> ** Attachment added: "Output from xrandr --verbose on N150 with Ubuntu 10.04 
> Beta"
>http://launchpadlibrarian.net/43806197/xrandr.out
> 
> ** Changed in: ubuntu
>Status: New => Confirmed
> 
> -- 
> Cant adjust the screen brightness on Samsung N150 with netbook remix.
> https://bugs.launchpad.net/bugs/546005
> You received this bug notification because you are a direct subscriber
> of the bug.
> 
> Status in Ubuntu: Confirmed
> 
> Bug description:
> I have no complaints about Netbook Remix and 9.10 except that i cant adjust 
> the screen brightness. its always at half.
> Very occaisionally and i dont know why it will be at 100% when first boot, so 
> and get a drink and 5 mins later its at 50% again.
> 
> Function keyswork for sound, but not for screen brightness.
> 
> any ideas.,
> 
> Sean
> 
> ProblemType: Bug
> Architecture: i386
> Date: Wed Mar 24 23:02:36 2010
> DistroRelease: Ubuntu 9.10
> InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
> (20091028.4)
> Package: firefox-3.5 3.5.8+build1+nobinonly-0ubuntu0.9.10.1
> ProcEnviron:
>  LANG=en_AU.UTF-8
>  SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 2.6.31-20.57-generic
> SourcePackage: firefox-3.5
> Tags:  ubuntu-unr
> Uname: Linux 2.6.31-20-generic i686
> 
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+bug/546005/+subscribe

-- 
Cant adjust the screen brightness on Samsung N150 with netbook remix.
https://bugs.launchpad.net/bugs/546005
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 546005] Re: Cant adjust the screen brightness on Samsung N150 with netbook remix.

2010-04-11 Thread Andreas Heck
I have the same problem with 10.04 Beta on the N150.

A workaround is to create a file called brightness.sh somewhere with
this content:

#!/bin/sh

sudo setpci -s 00:02.0 F4.B=$1

Then just execute: chmod a+x brightness.sh

After that you can execute brightness.sh with a hex number between 0
(off) and ff (full brightness) like this:

./brightness.sh 50

This is kind of ugly but it is much better than not being able to change
brightness at all.

I'm not an expert on kernel and X dirvers but for me the problem seems
to be that the X driver doesn't support the xrandr brightness property.
If I call xrandr --verbose on the N150 this property doesn't appear
while it is present if I execute the same command on a machine where
changing the brightness with the gnome panel applet works.

** Attachment added: "Output from xrandr --verbose on N150 with Ubuntu 10.04 
Beta"
   http://launchpadlibrarian.net/43806197/xrandr.out

** Changed in: ubuntu
   Status: New => Confirmed

-- 
Cant adjust the screen brightness on Samsung N150 with netbook remix.
https://bugs.launchpad.net/bugs/546005
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 546005] Re: Cant adjust the screen brightness on Samsung N150 with netbook remix.

2010-03-24 Thread sean_trewar...@hotmail.com

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/41836070/Dependencies.txt

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/41836072/ExtensionSummary.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/41836073/XsessionErrors.txt

** Attachment added: "profile_default_pluginreg.dat.txt"
   http://launchpadlibrarian.net/41836075/profile_default_pluginreg.dat.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/41836076/profiles.ini.txt

-- 
Cant adjust the screen brightness on Samsung N150 with netbook remix.
https://bugs.launchpad.net/bugs/546005
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