I fixed the LCD Brightness in my Samsung NP300 Laptop

tl;dr: acpi_backlight=vendor to kernel at boot (add in grub configuration) + modprobe -r samsung_laptop && systemctl restart gdm. (i discovered it with pf-kernel, need to try in stock kernel)
Well, i don't know if this is known, but i could not find it.
Maybe its a bug to be fixed that im not aware of.
Well, i had the common problem with the LCD brightness not responding. It used to decrease, but not increase. All of this running Gnome 3.
After days of fight what i did was download pf-kernel and configure it. I selected the "samsung_laptop" module as my common sense told me, and in case it was needed the Q10 Samsung or something like that module too.
I rebooted into the pf-kernel, with no luck, the same problem was still happening.
I decided to stop gdm and use startx to try some things.
First i modprobed the samsung_laptop module just in case, started X again, and it was the same.
And then i did modprobe -r samsung_laptop, restarted X... AND IT WORKS.
NOTE: The acpi_backlight=vendor is needed in the grub configuration to this to work.
Oddly, without the samsung_laptop module.
So i rebooted to try this again. Unloaded the module, did systemctl restart gdm, aand there it was working again.
So, it may be a problem with that module, or maybe its not needed after all, im not sure.
I'm kind of newbie in all of this, so if this is dumb or something im sorry but i think it may be helpful for somebody else in my situation.
By googling i only found scripts to make this work that i did not like.
Is neccesary that i place a bug report? Im not sure if that kernel module is made to fix this or if its for something else, so i dont know if the bug report makes sense.
Last edited by nlabrad (2012-12-27 18:07:52)

More history on what does what.
At first, i could only decrease the brightness 1 step, from the max to one below.
Then i put acpi_backlight=vendor in grub, and i could decrease the brightness to some value (which is not the real minimum), but could not increase it more than 2 steps over that minimum once decreased (like locked in the 2 lower values).
To manually change the brightness i echoed values to /sys/class/backlight/intel_backlight/brightness. The other one did not work (samsung...), but it wasn't what i wanted.
After changing kernel, unloading the kernel module samsung_laptop and restarting x it works.
Not sure if the kernel has something to do.

Similar Messages

  • How much will it cost to fix the LCD screen of my iPhone 3G at the Apple Store?

    I went upstairs to check my Phone and a plain white screen with verticle lines kept showing. I turned it off and back on and did the same. I can't see anything but the white screen!
    How much will it cost to fix the LCD- beacuse i heard it was the LCD- how much in the Apple Store??!

    Try a Reset, hold both Home and Power buttons until the iPhone restarts on its own.
    If still problems, take iPhone to Apple Store, they charge $99 (not $199) for Front Screen Replacement on  iPhone 3g.
    But before they do that, ask them to Reseat Flex Cable #1 (LCD display flex cable) to see if this will fix the Screen for Free.

  • Touchpad on Samsung NP300 Laptop

    I just bought a new Samsung NP300 laptop today and I am playing around with it and working on all the settings for it.  The one thing that I am getting frustrated with, is I cannot seem to find where to adjust the settings of the touchpad.  I would like to change it so that the touchpad is used only for moving the cursor around, not for selecting.  As I try to type it is very easy to accidentaly very lightly tap the touchpad and the cursor is then in a new spot and it starts typing somewhere else on the page.  Does anyone know how to help me out on this one?  Thanks!

    Go to the control panel, select mouse, click the device settings tab and click settings. Play around there but I don't think you can disable the selecting while allowing movement.
    Crystal
    Superuser
    Forum Guidelines | Terms & Conditions | Community Guidelines | What is a Superuser?
    *Remember to mark your questions solved and click the star to give kudos to show your thanks!*
    While I used to be a Best Buy Employee, I no longer have any affiliation with Best Buy.
    My opinions do not in any way shape or form represent Best Buy's Official decisions.

  • How much does it cost ; in the UK, to fix the LCD on an iPod Touch 4th generation 32gb.

    Basically if it is close to the price of a new one then I will just a new one. But because I'm short of money will it be cheap to repair it, or shall I might as well buy a new one. I also need an iPod Touch before February when I go to Italy. I also need to know if apple will fix it since my warranty ran out last week.

    Apple will exchange your iPod for a refurbished one for this price. Scroll to find your country. It is about 1/2 the price of a new one.
    Apple - Support - iPod - Repair pricing
    A third-party place maybe be less expensive. Google for: ipod touch screen repair.

  • This sucks, Creative is charging me $140 to fix the lcd on my Zen Vision

    I got this thing like 3 months ago and never have even drop it. They just called me today, what should i do? i feel like telling them to keep it and i will get an Ipod, i am pissed.

    johngannon,
    "/waits_for_mod_to_come_in_and_explain_why_they_cant _do_anything"
    Am not sure if that was sarcastic or if you really want a mod to comment?
    If so, If you purchased the product within a week directly from Creative, then Customer Service can do a CSRA to replace the product within the first 30-days. They cover shipping to my understanding as long as you are still in the region it was purchased from.
    On a regular RMA, the only time I know of that the US facility requires shipping paid by the customer is if it is processing a unit from outside the US. Shipping TO any US address is paid for by Creative. The customer is responsible for getting the unit to Creative's facility however.
    week may also be within the retailer's return / exchange period as well.
    As for the OP, I'm not sure what I can say to ease his pain. I have not seen the unit, but LCD's do not typically break without external pressure or impact. There are not moving parts inside the unit that could hit the screen from the back, and no stationary parts that would touch it without the unit being squeezed or un-naturally twisted (does that make sense?).
    The warranty covers manufacturing defects and not physical damage. It would cover a cracked LCD from improper installation, or defecti've part, but had that happened then it would have been discovered long before 3-months had passed.
    Daniel

  • Laptop-mode-tools no longer adjusts LCD brightness

    I just discovered that laptop-mode-tools no longer adjusts the brightness of the LCD when switched to battery. This is not a general issue. laptop-mode is active on battery (as well as being enabled via the systemd service), the computer knows it is on battery (checking with on_ac_power and reading from /sys/class/power_supply/*/* give the expected results) and other things are correctly adjusted e.g. bluetooth is blocked with rfkill. Moreover, as root I can adjust the brightness in the usual way by hand:
    echo 10 >| /sys/class/backlight/acpi_video0/brightness
    works just fine. The >| is needed because for interactive shell's, root's .bashrc sets noclobber. This obviously doesn't affect laptop-mode tools because it doesn't run an interactive shell. In contrast:
    $ cat /etc/laptop-mode/conf.d/lcd-brightness.conf | grep -v "^#"
    DEBUG=1
    CONTROL_BRIGHTNESS=1
    BATT_BRIGHTNESS_COMMAND="echo 7"
    LM_AC_BRIGHTNESS_COMMAND="echo 10"
    NOLM_AC_BRIGHTNESS_COMMAND="echo 12"
    BRIGHTNESS_OUTPUT="/sys/class/backlight/acpi_video0/brightness"
    DEBUG wasn't 1 when the problem started. I tried setting it to get more info but haven't found anything more in the journal/logs.
    KDE is set to not touch the default brightness at all. All it does is (further) dim the display after so many minutes depending on the power supply and status.
    This did work fine but I haven't been on battery for a while so I'm not sure when exactly it stopped working. My brightness is set by default to 12 on boot or wake from sleep which suggests laptop-mode tools does something or something else is now handling this which I'm not aware of. But the switch to battery does not trigger any alteration in the brightness and laptop-mode status does not even mention LCD brightness as one of the things laptop-mode tools controls.
    Have I missed a change in how this is handled somewhere?

    I doubt this is related but it is currently my only lead so here goes. I set the LCD brightness control for debug so I've been trying to watch it. However, so far it is all smiles e.g. on boot it all works fine and says so.
    However, I found I'm getting another error on boot which is
    /usr/share/laptop-mode-tools/modules/pcie-aspm: line 10: write error: Operation not permitted
    Note that I copied that by eye from VT1 so if a colon is out of place, that's why.
    The contents of that file is:
    #! /bin/sh
    # Laptop mode tools module: PCIe Active State Power Management
    if [ x$CONTROL_PCIE_ASPM = x1 ] || [ x$ENABLE_AUTO_MODULES = x1 -a x$CONTROL_PCIE_ASPM = xauto ]; then
    if [ $ON_AC -eq 1 ]; then
    log "VERBOSE" "On AC power: setting pcie_aspm to default"
    if [ -f /sys/module/pcie_aspm/parameters/policy ]; then
    echo default > /sys/module/pcie_aspm/parameters/policy
    if [ $? -eq 0 ]; then
    log "VERBOSE" "PCIe ASPM set to 'default'"
    else
    log "VERBOSE" "PCIe ASPM tweaking is prohibited by the kernel"
    fi
    else
    log "VERBOSE" "PCIe ASPM is not available"
    fi
    else
    log "VERBOSE" "On battery: setting pcie_aspm to powersave"
    if [ -f /sys/module/pcie_aspm/parameters/policy ]; then
    echo powersave > /sys/module/pcie_aspm/parameters/policy
    if [ $? -eq 0 ]; then
    log "VERBOSE" "PCIe ASPM set to 'powersave'"
    else
    log "VERBOSE" "PCIe ASPM tweaking is prohibited by the kernel"
    fi
    else
    log "VERBOSE" "PCIe ASPM is not available"
    fi
    fi
    else
    log "VERBOSE" "PCIe ASPM power savings module is disabled"
    fi
    So I assume it is saying it cannot write to /sys/module/pcie_aspm/parameters/policy but the permissions etc. on that, at least, don't look strange:
    l /sys/module/pcie_aspm/parameters/
    total 0
    drwxr-xr-x 2 root root 0 Gor 25 21:24 ./
    drwxr-xr-x 3 root root 0 Gor 25 21:23 ../
    -rw-r--r-- 1 root root 4.0K Gor 25 21:24 policy
    Last edited by cfr (2013-07-25 20:47:13)

  • The lcd screen of my 15-inch Macbook Pro (mid 2009) is separating from the case. The glue failed due to the heat.  How can I get Apple to fix this factory flaw?

    The heat vented from the back of the laptop caused the glue to fail and now the screen is separating from back of the lcd case near the hinges. I know for a fact that this issue is known by Apple as I have seen the issue reported at least a dozen times.  This laptop was considerably more expensive than any comparable laptop at the time I bought it. I bought it believing that I was buying a quality product from a quality company.   I've owned many laptops and I have never seen anything like this.  My laptop is out of warranty but this is really besides the point.  This is clearly a factory defect that Apple should remedy.  What do I need to do to get Apple to fix this design flaw?

    Ask Apple.
    We're just regular users here, nobody from the company shows up except for the invisible moderator who purges your posts, threads or self. And if any employee is around, the lawyers probably prevent them from identifying themselves.

  • How do you fix the 2 to 3 second voice delay when answering iphone 5 this is with multiple carriers and its unaceptable on a phone that cost almost 700 dollars it did not happen on my cheap prepay samsung

    how do you fix the 2 to 3 second delay on hearing somones voice when answering the iphone 5 this happens on lots of  iphone 5s with differant carriers so its not one carriers problem its probably apples this is unacceptable on such an expensive phone and very irratating. my last cheap samsung t mobile 50 dollar pre pay never did this,im new in my  contract an will take the phone back if i have to put up with this for 2 years.other than that huge problem i love the phone. i dont understand why this did not get covered like the maps problem,cause its a lot of phones and its probably an ios problem.

    Wow!
    I'm not going to be of much use regarding answers but I sure am going to watching this post like a hawk for any replies. My package is a slightly diluted version of this and I do find the BBtalk and data limits hard to make the most of as well.
    If nothing else this totally highlights how complicated BT have managed to make their packages.
    A cynic would assume that they are trying to catch us out at every step and for us to either be overspending or not really getting the moneys worth.

  • I have a slight crack in my mac book pro screen it is just on the top of the screen and the LCD display is working fine. i was wondering how much it would cost to fix it/ replace it.

    i have a slight crack in my mac book pro screen it is just on the top of the screen and the LCD display is working fine. i was wondering how much it would cost to fix it/ replace it. it is not a pressing matter but if it is cheep to fix then i would like to do so

    Most of us wouldn't know that here. Call your Apple Store.

  • [svn:bz-4.0.0_fixes] 21611: fix the regression on the lcds hotfix 3.1

    Revision: 21611
    Revision: 21611
    Author:   [email protected]
    Date:     2011-07-18 12:48:18 -0700 (Mon, 18 Jul 2011)
    Log Message:
    fix the regression on the lcds hotfix 3.1
    basically the tomcat 7 valve work involved change of some of the tomcat security class and it was backported to 4.0.0_fixes branches,
    however some of the changes were missing.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/modules/opt/src/tomcat/flex/messaging/security/TomcatValve.j ava
        blazeds/branches/4.0.0_fixes/modules/opt/src/tomcat/flex/messaging/security/TomcatValve41 50.java

    For what it's worth, we had an MXUnit user describe a similar, though not identical, problem after installing the latest hotfixes. In his case, he's getting "NoSuchMethodExceptions".

  • HT4528 I had an iphone 4. I traded it in for a samsung galaxy note 3. Since swapping phones, I cannot receive text from any iphone. What can I do to fix the problem.

    I had an iphone 4. I traded it in for a samsung galaxy note 3. Since swapping phones, I cannot receive text from any iphone. What can I do to fix the problem.

    Contact Apple support to deactivate iMessage. https://www.apple.com/support/appleid/contact/

  • Does setting the screen brightness to the MAX shorten the life of the LCD?

    On daytime I set it to about 80%. That's bright enough.
    Also, another thing I noticed was I tried to cover the speakers with my hands. The keyboard lit up a little bit but the screen dimmed down. Is it normal?

    While setting the brightness to maximum doesn't shorten the LCD's actual lifespan it does however, I believe, speed up the degradation on how bright your screen will be.
    As for when you cover the speakers… yes, this is normal. What's happening is that the ambient light sensors (which are under the grilles, are picking up a reduction is ambient light and in doing so is setting the screen brightness down and activating the backlit keyboard.

  • How do i fix error code 6A00 on the LCD screen of my Canon PIXMA MP810

    how do i fix error code 6A00 on the LCD screen of my Canon PIXMA MP810 

    Hello drews,
    To try and resolve the 6A00 error, we will want to ensure that no paper jams or obstructions exist in the printer.  To do this, please follow the steps below:
    ASF / Paper Output Slot
    Turn off the printer.
    Remove paper from the ASF.
    Gently pull the jammed paper out.
    If paper is visible from the ASF, use both hands to pull the paper out slowly.
    If paper is visible from the paper output slot, use both hands to pull the paper out slowly.
    If the paper tears and a piece of that remains inside the printer, open the scanning unit (printer cover) and remove the paper from inside the printer.
    Note : Be careful not to touch the components inside the printer.
    Turn on the printer and confirm that the Alarm light is off.
    (If the jammed paper remains in the printer, the paper may be automatically ejected.)
    Load paper back into the ASF.
    Press <OK> to clear the message and continue printing. If you are printing from an application software, follow the instructions displayed on your computer.
    Top
    Paper jams inside the printer
    Turn off the printer and disconnect the power cord and USB cable.
    Remove the jammed paper slowly using the following procedure.
    Open the rear cover to check if the paper is jammed.
    Pull out the cassette and check if the paper is jammed inside the cassette area.
    Stand the printer with the rear side down, holding the document cover.
    Press the tabs together and pull the green cover toward you.
    Check if the paper is jammed.
    (If you were not doing Duplex printing, you do not have to follow this procedure.)
    Close the green cover and place the printer back to a normal position.
    Reconnect the power cord and power on the printer. Confirm the Alarm light is off.
    Load paper back into the ASF or cassette.
    Press <OK> to clear the message and continue printing. If you are printing from an application software, follow the instructions displayed on your computer.
    Top
    Clearing credit card-sized paper jammed inside the printer
    Credit card-sized and 4" x 6" sized paper must be loaded properly. If this media is not loaded properly, it will feed into the printer and will not exit. Credit card-sized paper should only be loaded in the ASF and in portrait orientation. 4" x 6" sized paper can be loaded in the ASF or cassette. But must be loaded portrait orientation.
    If credit card-sized paper was loaded in landscape orientation in the ASF and did not eject (exit), please follow this procedure.
    Turn off the printer.
    Load the same paper type that is jammed inside the printer in portrait orientation.
    Power on the printer.
    The paper stock in the ASF will automatically feed the jammed paper from the printer.
    To resume printing, load the paper in portrait orientation.
    If 4" x 6" sized paper was loaded in landscape orientation in the cassette and did not eject (exit), please follow this procedure.
    Turn off the printer.
    Open the rear cover.
    Fold in four a piece of letter-sized plain paper.
    Push in the folded paper until it hits the jammed paper.
    If the jammed paper is visible from inside the printer area, pull it out and proceed to step 7.
    If the jammed paper cannot be pulled out, push in the folder paper from the rear so the jammed paper is in between the feed rollers.
    Pull out the folded paper and close the rear cover.
    Power on the printer and confirm that the Alarm light is off.  The jammed paper should automatically eject.
    To resume printing, load the paper in portrait orientation.
    If you still experience the same error after performing the steps above, please turn off the printer, unplug the power cord from the back and leave it out for at least 10 minutes, then plug it back in and turn it back on.  If the error persists, unfortunately, the printer will require servicing to resolve the issue.  Please click on the Contact Us link below to obtain your servicing options.
    This didn't answer your question or issue? Find more help at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • LCD brightness went down after the repair...

    So I was having several issues with the LCD of my new Macbook pro (dead pixels, marks on the screen, uneven tones, backlighting issues, etc...), and Apple replaced the LCD screen for me. But now the brightness has gone down quite a bit. At least 2-3 notches down from the old screen. It is quite noticeable especially if I compare it with my friend's MacBook pro side by side. Maybe I thought Apple changed the manufacturer of LCD or something, but I've been told no by their tech support. Does anyone heard or experienced anything similar? Thanks...
    Macbook Pro 1.83GHZ   Mac OS X (10.4.5)  

    egghead:
    A little off the subject, but since you had the entire LCD replaced, I just had a quick questions, does your replaced LCD make any noise what so ever? Does it sound exactly the same from the highest all the way to off or is different hissing as you go lower. I would appreciate it if you could let me know. Much appreciated. Your situation ***** and I guess I shouldn't feel so bad about mine - I got my logic board replaced and I still have both whines.

  • My 4th gen ipod touch front glass is touching the Lcd on the left corner of the screen were the facetime app stands and it makes a smug, am I able to get that fixed?

    If you press on the left corner were the facetime app stand then it will make a smug while the glass is touching the LCD. The ipod touch is brand new with no cracks at all. Can I please get it fixed?

    No idea what"it will make a smug" means, but if you believe your ipod to be defective, then make an appointment at the genius bar.  If they determine it is defective, then they will repair/replace.

Maybe you are looking for