Sensors-detect changes monitor settings.

I was trying to get sensors working, so i ran the command $ sudo sensors-detect.  While it was running the "Safe" probes, my monitor flickered a few times and when it settled, the image was slightly off.  I'm not sure what exactly is wrong, but it's slightly fuzzier and slightly lighter.  when I run the command again, it seems to switch back and forth between two states, both of which are slightly different than it was before.  It happens during this probe:
Next adapter: i915 gmbus panel (i2c-2)
Do you want to scan it? (YES/no/selectively):
Client found at address 0x4f
Probing for `National Semiconductor LM75'...                No
Probing for `National Semiconductor LM75A'...               No
Probing for `Dallas Semiconductor DS75'...                  No
Probing for `Dallas Semiconductor DS1621/DS1631'...         No
Probing for `Maxim MAX6642'...                              No
Probing for `Texas Instruments TMP421'...                   No
Probing for `Texas Instruments TMP422'...                   No
Probing for `Maxim MAX6633/MAX6634/MAX6635'...              No
Probing for `NXP/Philips SA56004'...                        No
Client found at address 0x50
Probing for `Analog Devices ADM1033'...                     No
Probing for `Analog Devices ADM1034'...                     No
Probing for `SPD EEPROM'...                                 No
Probing for `EDID EEPROM'...                                Yes
    (confidence 8, not a hardware monitoring chip)
Any help would be greatly appreciated.  Also, it seems to be a hardware issue, because it's changed for other operating systems as well.  The computer in question is a laptop, so manually changing color levels is out of the question as far as I know.
Edit:
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GT 650M] (rev ff)
Last edited by FugitivePlatypus (2012-09-28 22:44:33)

FugitivePlatypus wrote:So I was doing some research on i2c, and i ran the command $ sudo i2cdump 2 0x4f, after running $ sudo modprobe i2c-dev, which while it was dumping the registry values faded through different settings on my monitor.  Restricting the dump to $ sudo i2cdump -r 0x60-0x91 2 0x4f left the monitor in (as far as I can tell) the condition it was in originally.  This is not persistent, however, and resets for different operating systems/reboots of arch.
i2c was what I was trying to remember.
i2c-tools i2c tools that used to be part of lm-sensors.
Last edited by nomorewindows (2012-10-04 18:00:30)

Similar Messages

  • Monitor settings incorrect and can't get to system prefs to change them

    Hi,
    I was experimenting with screen resolution settings and somehow came up with one that doesn't allow me to get to any finder controls or to the apple icon. So I can't use my computer.
    Help!

    Thanks BD. And thanks for the welcome.
    I couldn't get it to start in safe mode no matter when I depressed and released the shift key. I realized that the computer is behaving as if it has 2 monitors, which is what it had when I made the mess. I tried detect displays to no avail. BUT I logged out and signed in as another user and no problem! Thus, the monitor settings must somehow be a function of a users prefs. The upshot is that I can now use the computer albeit as a different user. A potential problem may be that the original (screwed up monitor) user is the administrator. My problem is no longer so critical, though and I really appreciate the help.
    TB

  • Changing monitor identities?

    Normally I only have my monitor connected to my PC (via DVI), but occasionally I like to enable my TV (via DVI->HDMI adapter) as a secondary monitor to watch films or play games. Weird thing is, whenever I connect my TV, Windows likes to think it's a good idea to reassign my monitor's identity to 2 and assign 1 to my TV. Normally this wouldn't be a big deal, but it means that should I decide to use the Winkey+P shortcut to disable my TV, I have to click "Projector Only". If I click "Computer Only", which would be the logical choice, Windows switches solely to my TV. I've tried swapping the cables, and even hooking up the TV after the computer has booted, and it seems like the moment I hook up the TV, Windows auto-detects the displays and reassigns identities as it sees fit.
    So, my question is: Is there any way to manually reassign monitor identities, be it through a control panel applet or the registry and have them stick, or maybe tell Windows that the monitor named "SAMSUNG" is a friggin' TV or Projector and not my primary display?
    Primary display: Acer AL1916W
    Secondary: Samsung 32" LCD TV
    Video Card: ATI HD4870 X2, Catalyst 9.12

    Some hints for the next person (probably me in 3 months) person to have troubles with this (Windows 8.1):
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Connectivity
    That key contains information about each of the various sets of monitors that can be plugged in.  In my case, I have 3 monitors, 1 TV and a laptop screen.  This yields many possible combinations and each particular combination is listed.  The
    format is A^B^C^unknown where A, B and C each reference a certain monitor.  I could have A^B, A^B^C, A^B^D, A^C^D, etc.  I am uncertain what the last item is, possibly a hash of some kind?
    The first thing to figure out is which set of monitors you have connected.  In my case, I deleted all of my monitors except the laptop monitor from device manager (show hidden devices to see them when they aren't plugged in) and then plugged them in
    one at a time, refreshing that registry key to see what was added.  This would let me identify what the ID was for each of my monitors.
    If you look at any of those keys you'll see they have several values.  The interesting ones for me were eXtend and External which has something like A+B+C^unknown.  The data in these values cooresponds to the key right above Connectivity
    at:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Configuration
    In there you will find all previous monitor arrangements.
    In the first set of keys (Connectivity) the monitors were "sorted" in the key name.  You may see A^B^C but you would never see C^B^A or B^A^C.  I believe this is so Windows can identify a set of monitors regardless of what order you plugged
    them in.  In the second set of keys (Configuration) however, the order has meaning.  It appears that the first item in the key name is monitor #1, the second is #2 and so on.  This means that A+B+C is different from A+C+B.  In
    the first case, B is monitor #2 and in the second case B is monitor #3.
    Inside of each of the Configuration keys you will find several numbers.  These numbers are a 0-index into the monitor IDs in the key name.  In the example of A+B+C, A is 00, B is 01, C is 02.  Inside those keys is information about
    the monitor settings.  This includes resolution, color, refresh rate, and relative position around the primary monitor.  Note, the primary monitor is the monitor at position (0,0), not necessarily monitor ID 1!
    All of this information is not particularly useful however because I don't know what that "unknown" value is at the end of the key names.  I haven't tried changing the key names yet, but I am guessing that without knowing how to generate that
    last value I am guessing stuff won't work correctly.  I was able to manually change the position of my monitors via registry safely, along with the refresh rate (which was one of my problems).
    Tomorrow perhaps I'll give changing the key names a try and see what happens.  If lucky, the last piece of the key name doesn't need to be changed if you are just re-ordering them.  In my case, I would like my monitor 1 to be the monitor that sits
    at position (0,0) (primary) but I suppose that is actually not terribly meaningful for my use case.  For many hear however, that is the holy grail to solving this problem.

  • How to change colour settings on Satellite Pro P300

    I just got my new laptop and can't for the life of me find how to change the colour settings in the monitor.
    On my old desktop there was a button on the monitor.
    Being a first time laptop user im going nuts trying to find how to change my monitor settings...
    If anyone can help id be so grateful

    Please dont mix the notebooks internal monitor with the external desktop PC monitor.
    You will not find any control unit like on the external monitor which would help you to change the color.
    I dont know what graphic chip your notebook uses but my notebook supports Intel graphic card and the preinstalled Intel graphic media accelerator (in control panel) provides some settings for color correction;
    The settings are; color, gamma, brightness and contrast
    There you can set the values between 0 and 100
    Maybe this is what you are looking for

  • Where are monitor settings stored beside krandrrc

    Hi.
    I would like to ask for help. Recently i've found interesting issue regarding KDE monitor system settings. KDE system settings make one config file in ~/.kde4/share/config named krandrrc. When we use KDE monitor system settings, configurations are stored in file krandrrc (information like resolution, refresh rate, orientation when there are 2 LCD displays connected and so on are stored here).
    I have dual monitor setup. I found this issue because of what i do by an mistake. I chosed to disable my second screen, hit save - i wanted to disable it. Than by mistake i disabled my first, primary screen and this choos was saved right on the spot (i though that when i won't acept settings, they will be restored, just like in Windows, but there were not). So, in fact, i ended with second screen disabled and my first screen disabled, so after each boot, i log in and than, my picture/screen goes off and my lcd monitor shuts itself off.
    I tried to delete krandrrc file in ~/.kde4/share/config but it did not make a change. Is there a different config file for monitor settings in KDE? How i could restore it back? Is there a way? I restored it by a chance (i just logged in, hit alt+f2, tried to type "terminal", and than type xrandr --auto but this metod is a metod that needs luck because we can't see anything with disabled screen). I deleted also xorg.conf but in Arch, in fact, it is not needed because udev.  I tried to log into tty by hitting alt+f1, but in terminal typing xrandr --auto won't make difference, it says that it can't start X window session so it works only in gui.
    Could somebody help? Maybe you have a fix for it?
    Thanks.
    Last edited by firekage (2014-10-17 11:57:36)

    Hi firekage,
    I came across your post while trying to fix a similar issue on my laptop.  I don't have a krandrrc file.  However, I found that if I deleted the files in my ~/.kde4/share/apps/kscreen directory I was able to "start over" and configure my displays again.
    Hope that helps you out.
    --Ted

  • Dll file to change monitor resolution to 1024*768

    hi,
    i want to change my  computer monitor resolution to 1024*768 programatically. If anybody have this .dll file please suggest me so that i can call this dll in labview apllication and will set my PC resolution to 1024*768 . Please do the needful.
    Regards
    Falgandha Mohire

    G Toolbox has a set of VIs can do this:
    Enumerate Display Mode: Enumerate all supported display modes(width, height, color depth, & frequency) on your computer;
    Get Display Mode: Get current screen resolution, color depth, and frequency;
    Restore Display Mode: Restore the screen resolution, color and frequency to the registry values dynamically;
    Set Display Mode: Change screen resolution, color and frequency dynamically, with option of change registry settings.  If no change, the previous settings can be restored with Restore Display Mode, or reboot.
    George Zou
    http://webspace.webring.com/people/og/gtoolbox

  • [SOLVED] xrandr can't detect other monitor

    Hi,
    Here is my problem, I try to make a dual sreen by myself just by editing Xorg .conf files. But I need to detect my second monitor first.
    nvidia-setting detects my monitor but xrandr (-q) don't.
    Here is the conf file of my monitor :
    Section "Device"
    Identifier "Default nvidia Device"
    Driver "nvidia"
    Option "NoLogo" "TRUE"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x800_75.00"
    EndSubSection
    EndSection
    Here is the xrandr -q result
    agrum ~ $ xrandr -q
    Screen 0: minimum 320 x 175, current 1280 x 800, maximum 1280 x 800
    default connected 1280x800+0+0 0mm x 0mm
    1280x800 50.0*
    1024x768 51.0 52.0
    832x624 53.0
    800x600 54.0 55.0 56.0 57.0 58.0
    720x400 59.0
    700x525 60.0
    640x512 61.0 62.0
    640x480 63.0 64.0 65.0 66.0 67.0
    640x400 68.0
    640x350 69.0
    576x432 70.0
    512x384 71.0 72.0 73.0 74.0 75.0
    416x312 76.0
    400x300 77.0 78.0 79.0 80.0 81.0
    360x200 82.0
    320x240 83.0 84.0 85.0 86.0
    320x200 87.0
    320x175 88.0
    Since nvidia can make a dual screen with my current configuration, I don't think I have to edit it. But I would like to knwo how to detect my second monitor, get its name, if its a VGA, DVI, CRT ...
    Thanks.
    Last edited by ApotheoZ (2010-07-03 11:15:17)

    @wangcutopen, this thread is half a year old. I suggest you use nvidia-settings to do your setup for your nvidia card. Search the wiki for 'nvidia', or go to nvidia's linux forum. Try google after that.
    If all those steps don't work, then open a new forum thread. But only after trying all those.
    EDIT: re-opening, misread the dates on the post. My bad.
    Last edited by ngoonee (2010-09-06 15:47:27)

  • Permanent Crash related to changing display settings while FCP is open.

    Recently, the display settings (arrangement) on my two monitors started changing by itself while I was working in FCP 6.5. I'm using ancient monitors (Viewsonic MB90 and Mitsubishi Diamond Pro 920. I just don't have the money to upgrade right now). Tis was annoying but I dealt with the problem by creating two different windows layouts. Then things got worse (the only thing I had done was install 8 gigs of additional memory on top of the original 2). FCP started crashing and now I can't even open the application. It doesn't react.
    Apple recently posted a not very informative acknowledgement of the problem with changing display settings while FCP is open, but it doesn't suggest solutions to my problem. It would be helpful to know a) what resolution and refresh rates are best for these old monitors and b)how to open FCP again. Your help is greatly appreciated.
    FCP 6.5
    2x3g quad core xeon
    Thanks,
    Alex

    THIS IS IT!
    Disabling the nVidia deep colors for 3d applications solved the uber-annoying "flicker-screen-settings-and-disrupt/crash-other-programs" issue. I specifically only disabled deep colors for Premiere, not for all 3d applications I use, because none of them have caused the same problem as Premiere.
    This display-screen setting issue probably occurred because I use a Dell u3011 monitor which displays Adobe RGB color gamut, not just sRGB.
    However, now this brings up another question with disabling deep colors (effectively disabling the Adobe RGB use of the Dell monitor):
    QUESTION: If I have CG-rendered frames that seem to be created in sRGB and Adobe RGB (in two different programs), what color space should I be mixing/editing them in?
    I'm somewhat of a novice with the color spectrum/gamut issue. From what I understand, if I edit both CG images in sRGB, I'll be losing color data from the Adobe RGB-created CG image. If I edit both CG images in Adobe RGB, will I create minor banding effects on the sRGB image because it doesn't have the color range that I'm editing in? Perhaps my question is more relevant to AfterEffects compositing of the images rather than simply/only editing them in Premiere.
    The end result is something like an architectural film/ flythrough.
    Thanks,
    -Matt

  • Monitor settings lost when switching user accounts.

    Hi! I just recently noticed that every time i switch user accounts, my monitor settings get corrupted.
    There are 2 user accounts in my ibook. One account is used for work while the other one is used for home purposes. The work account has a specific monitor setting which is calibrated to our workstations. The other account has default settings on it.
    My question is that when I switch users, the settings for my work account gets corrupted. I also can't change the settings without having to restart the book.
    I already repaired permissions and zapped the pram. The same thing still happens.
    Thanks in advance!

    Hello Chuck!
    I've had this problem too. Like you, I managed to navigate to do a restart, but nothing else would make the mouse cursor reappear.
    Bruce, I wasn't using Biggy, PinPoint or any of the other mouse visibility things, simply the magnification provided by System Preferences.
    I put it down to a fault on 10.4.4—a very buggy release— and haven't yet been able to reproduce it on 10.4.5.
    I suggest you send a fault report to Apple ([email protected]), explaining all the circumstances. Try always undoing the cursor zoom before switching users (yes, that's a pain too!!!). And if I manage to reproduce the problem, I promise I'll send in a fault report too!
    HTH
    Archie

  • 'System Preferences' gets hanged. Not able to change any settings.

    I'm not able to change my wallpaper. Main issue is as soon as I open 'System Preferences', the window opens but I'm not able to click on anything. Not able to change any settings. Tried restarting but no help.
    Please help.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Boot in safe mode and log in to the account with the problem. First, disconnect all wired peripherals except keyboard, mouse, and monitor, if applicable, and remove all aftermarket expansion cards. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including your login items.
    Launch the application(s) and test. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.)

  • A question about monitor settings and printing?

    I have a new PC with an HD monitor, it didn't come with an HDMI cable, but a VGA one, I recently got the HDMI and I noticed that comparatively when using the VGA cable & using the default monitor settings that the darks were darker than when using the HDMI with default settings, (the colour depth looked best with the VGA) I'm using PE9 and need to make an image to have printed at the printers, I would love to use the HDMI cable, but I'm concerned that if I do (and I change the monitors default settings for contrast, hue...etc to compensate) that... it will have been edited here one way and look totally different on the print shops monitor...
    ... So, how can I be sure it will come back from the printers looking the same as I had edited it?
    Should I give up with the HDMI cable? I also have PrE 9 for video editing, so I'm a bit confused at to what is best to do...
    Thanks.

    There are no free calibration tools.  Like most things you get what you pay for.  However, the low end versions are quite good, so take a look at the Xrite Huey.
    This will get your display calibrated which ensures you see the best rendering of the image on screen.  It does not guarantee good print matching since this also requires a print colour managed process and good viewing conditions.
    Colour settings in Elements are mis-leading.  They apply to new documents being created in Elements or to images being opened that don't contain a colour profile.  Virtually all JPEG images from cameras will have a profile tagged in them.  So choose any setting but not the one that says 'No Colour Management'.  The best default in my opinion is 'Optimise for Screen'
    Colin

  • Kinect Evolution - "No Sensor Detected"

    Just downloaded the recently released Kinect Evolution app from the Windows Store. When I launch it, it tells me "No Sensor Detected". Any other Kinect 2 app (for instance, K2 Studio) works fine.
    Yes, I am running the official 1409 SDK release.

    Check the app permissions/privacy settings of you system. You may have allowed the app camera/microphone, but your PC Settings/Privacy/WebCam and/or Microphone setting may be off globally.
    Windows store applications has policies on accessing the camera/microphone that desktop apps do not get exposed to.
    Carmine Sirignano - MSFT

  • Make Nvidia-Settings monitor settings & PowerMizer stick

    If i access the Nvidia-Settings program, i can configure the OpenGL and Antialiasing Settings however i wish and quit and they will permanently stick through every restart of the computer or x server.
    However the "X Server Display Configuration" settings and "PowerMizer" settings, although they do apply for my current session after i change them, restarting X11 will reset them.
    I want to set my two displays to clone and powermizer to performance mode.
    I have both tried the "Save to X Configuration File" button in the display section and saved it to a file in xorg.conf.d/ and i also tried going to the nvidia-settings Configuration and using the "Save Current Configuration" on the default path/filename for my user (rather than root(
    Nothing i've tried seems to work. What am i doing wrong or just not doing?
    My window manager is a plain openbox-session.
    Last edited by rabcor (2013-10-11 01:03:09)

    rabcor wrote:
    nvidia-settings -l
    seems to do precisely nothing, and to my understanding when the drivers load (when X runs) the drivers should load the "~/.nvidia-settings-rc" which is created when i use the "Save Current Configuration" button if one exists (if not i assume it just uses some default settings). Also to my understanding "nvidia-settings -l" is just meant to load exactly that file again.
    whether it actually does that successfully or not i have not tested, but the file does not include the monitor settings when i save it and i assume it doesn't contain the PowerMizer settings either since that also doesn't stick.
    i seem to require a xorg.conf or a xorg.conf.d/file file with at leastthese contents to run X with the nvidia drivers. Last i checked anyways which was probably a few months back.
    Section "Device"
    Identifier "Whatever"
    Driver "nvidia"
    EndSection
    For me .nvidia-settings-rc wasn't loaded by default. I had to write it into my .xinitrc, too.

  • I wrongly changed my settings to the American store and now when I try to download updates for the apps my ipad 2 tells me I need to switch back to the Canadian store, how do I do that. Resident of Canada

    I wrongly changed the settings on the apps page to the American store. Now I cannot download any updates because I am locked out and need to revert back to the Canadian store, how do I do that

    Try going to the bottom of the Featured tab in the App Store app on your iPad and tap on your account id, tap on 'View Apple ID' on the popup and log into your account, and then select the Country/Region section and select Canada.

  • My iPhone safair says it cannot open because it is not connected to the internet.  What do I do? I do not believe I changed any settings.  I have turned the phone off but this did not work.

    Safari cannot open because the iPhone is not connected to internet.  I do not believe I have changed any settings.  I have turned off the phone and then on, but this did not work.  Help?

    For Safari to work, you need either Wi-Fi or cellular data.
    Are you connected to a Wi-Fi hotspot?
    If not is Settings > Mobile/Cellular > Mobile/Cellular Data: ON

Maybe you are looking for

  • How do I get the music back on my iPhone after manually deleting it from the device (to get space for photos/videos)?

    How do I get the music back on my iPhone after manually deleting it from the device (to get space for photos/videos)?  I can sync with iTunes but it doesn't copy these songs back, even though they still appear in my iTunes library.  I can click on th

  • ORDER BY Statement in CALENDAR doesn't work! SOLVED

    Hello! I think I've searched nearly all threads containing the words 'calendar' and 'order'... I've found some threads dealing with the same problem as I do but I couldn't solve my problem yet... I've got a calender and the data in the day columns ar

  • Newcomer needing help!

    Just installed Reader XII but the PDF document will not display.  Can you help?

  • Loan - Years of Expereince - Eligiblity error

    Hi Loans are configured in R/3 and working fine .... I configured the same for ESS ( Benefits and Payments - > Loan Requests ) when i try to raise a request for a loan type in ESS , i get en error saying " The Experience of employee 00000022 is less

  • How to view RMAN errors using v$views?

    Hi, From v$rman_status, i got the following output. But how to know what kind of errors throu v$views. SID RECID STAMP PARENT_RECID PARENT_STAMP SESSION_RECID SESSION_STAMP ROW_LEVEL ROW_TYPE COMMAND_ID OPERATION STATUS MBYTES_PROCESSED START_TIM END