Nouveu_XFCE4_Strange problems with screen resolution

Hallo to all the people out here!!!
I'm quite new to linux. I've been using Ubuntu and Mint for sometime but I decided to switch to Arch, since I decided to have more control over my machines. Before I go on I must clear out that most of those machines are build from old spare items.
in the current machine I'm using nouveau driver with a xfce4 desktop, but I'm unable to set the resolution 1280x1024 to work properly, which I'm almost sure that my screen is capable of.
I managed to set the resolution to 1280x1024 after I manually added new xrandr mode, but there were various strange problems:
1. Windows or panels that were at the bottom of the screen tend to disappear?!
2. In the log in screen (I'm using SLIM)can not see what I type
More than this:
The screen changes resolution during boot
There's a strange sound like flick of a switch every time the resolution changes
I've searched for similar problems but found nothing close to mine, and get more and more confused and i think i'm gonna mess everything up...
Thanx in advance for the help!
These outputs I think that will be useful :
uname -a
Linux archbox 3.3.2-1-ARCH #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012 i686 Intel(R) Celeron(R) CPU 2.80GHz GenuineIntel GNU/Linux
lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation NV34 [GeForce FX 5200] (rev a1) (prog-if 00 [VGA controller])
lsmod
Module Size Used by
fuse 59348 2
firewire_ohci 27283 0
firewire_core 44257 1 firewire_ohci
8139too 17280 0
8139cp 16043 0
snd_intel8x0 22672 0
ppdev 4750 0
crc_itu_t 1095 1 firewire_core
mii 3439 2 8139cp,8139too
snd_ac97_codec 89900 1 snd_intel8x0
parport_pc 26601 0
iTCO_wdt 10773 0
ac97_bus 874 1 snd_ac97_codec
shpchp 22557 0
iTCO_vendor_support 1545 1 iTCO_wdt
snd_pcm 60499 2 snd_ac97_codec,snd_intel8x0
snd_page_alloc 5901 2 snd_pcm,snd_intel8x0
snd_timer 15158 1 snd_pcm
snd 45013 4 snd_timer,snd_pcm,snd_ac97_codec,snd_intel8x0
floppy 49063 0
thermal 6563 0
fan 1902 0
soundcore 4986 1 snd
pcspkr 1423 0
i2c_i801 6992 0
parport 26479 2 parport_pc,ppdev
intel_agp 8688 1
processor 23476 0
pci_hotplug 21878 1 shpchp
intel_gtt 11193 1 intel_agp
evdev 7310 5
ext4 385004 3
crc16 1091 1 ext4
jbd2 60590 1 ext4
mbcache 4345 1 ext4
usbhid 31477 0
hid 66633 1 usbhid
sr_mod 13148 0
cdrom 30504 1 sr_mod
sd_mod 25867 5
pata_acpi 2388 0
ata_generic 2391 0
ata_piix 18616 4
libata 145775 3 ata_piix,ata_generic,pata_acpi
scsi_mod 112765 3 libata,sd_mod,sr_mod
uhci_hcd 19712 0
ehci_hcd 38480 0
usbcore 122719 4 ehci_hcd,uhci_hcd,usbhid
usb_common 622 1 usbcore
nouveau 700360 2
button 3614 1 nouveau
video 9819 1 nouveau
mxm_wmi 1101 1 nouveau
wmi 7259 2 mxm_wmi,nouveau
drm_kms_helper 23303 1 nouveau
ttm 46603 1 nouveau
drm 166804 4 ttm,drm_kms_helper,nouveau
agpgart 22159 4 drm,ttm,intel_gtt,intel_agp
i2c_core 16845 4 drm,drm_kms_helper,nouveau,i2c_i801
my screen configuration placed in /etc/X11/xorg.conf.d/20-mntrstp.conf
Section "Monitor"
Identifier "Monitor0"
# Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
# Option "PreferredMode" "1280x1024_60.00"
EndSection
Section "Device"
Identifier "Nvidia card"
Driver "nouveau"
EndSection
Section "Screen"
Identifier "Screen0" #Collapse Monitor and Device section to Screen section
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24 #Choose the depth (16||24)
SubSection "Display"
Depth 24
Modes "1280x1024_60.00" "1024x768" "640x480" #Choose the resolution
EndSubSection
EndSection
xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
VGA-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
DVI-I-1 disconnected (normal left inverted right x axis y axis)
TV-1 disconnected (normal left inverted right x axis y axis)

OK I just renamed my configuration file from 20-mntrstp.conf to 20-nouveau.conf
(I thought that the number 20 was the important part not the name itself)but nothing's changed.
I can't find any /boot/grub/grub.cfg file in my system!!!Do I have to create one manually?
And my menu.lst looks like this:
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
# Linux Grub
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz-linux root=/dev/disk/by-uuid/4950a9db-cefe-4b24-a523-fbb375d5b6e3 ro
initrd /initramfs-linux.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz-linux root=/dev/disk/by-uuid/4950a9db-cefe-4b24-a523-fbb375d5b6e3 ro
initrd /initramfs-linux-fallback.img
# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1
Yes I've followed the wiki, but I'm not sure if i messed up anything as i was trying to solve the problem. Also I'm not a very experienced Linux user so a lot of things are made without necessarily understanding the whole of them.

Similar Messages

  • Help please? problems with screen resolution & external monitor

    had a look around this forum and seen many questions about screen resolution when connecting to an external monitor but unfortunately, non that help me answer my problem.
    got a brand new macbook a few months ago and today bought a HP v220 22" external monitor.
    I am new to the idea of external monitors and am unsure what i am doing wrong settings-wise. it seems that no matter what resolution i set either my macbook display, or the external monitor display to. the external monitor is still not sharp.
    Im not sure how to explain what i need but basically i need it to be so that things appear on the external the same size as they do on my macbook screen, so that i will have more space to work in on my external monitor (i am a graphics student) but at the moment what appears on the monitor is lieterally just a magnified version of my macbook screen, hence it lacks clarity.
    the highest resolution offered in the menu for my macbook screen is 1280x800 and my external is recommended to be set at 1680x1050.
    what settings should i have to get the resolution right?
    i will be so so grateful if you can help. i think ive tried every single display setting but to no avail. so please help me!

    The 13.3" screen on the MacBook running at 1280 x 800 will have a ppi (pixels per inch) of around 113. A 22" monitor running 1680 x 1050 will have a ppi of around 90. So it is natural that it will look magnified compared with the MacBook. The two displays have different a pixel pitch.
    Since there are no monitors with ~113 ppi out there in the market, what you want to do with having the same size and sharpness between the MB and a monitor will not be possible.
    If you ran the MB's screen at 1024 x 640 (not even sure if that is an available choice), then the two screens would match in terms of "magnification." But the MB isn't going to look very sharp running such a low, non-native format.

  • Problems with screen resolution after connecting to HDTV with HDMI

    Hope that somebody can help with this.
    For a while I was connecting my iMac to my HDTV with a HDMI cable and a Mini Displayport Adaptor and had no problems.
    The other day when I decided to put the sound through the TV (it was a quiet recording) and switched off the mirror mode my screen on the iMac went very strange.
    The left of the screen was very skewed with strange colours and the actual wallpaper and icons was only on the right-hand side of the screen (I couldn't see the time, some icons, etc). The mouse pointer wouldn't go onto the left-hand side of the screen.
    I have updated the software and when I now restart it - the resolution is incorrect and I cannot see the entire screen without scrolling across (although the strange stuff on the left-hand side isn't there). Whenever I now connect to the HDTV (using mirror screen) I get the same problem again.
    Any help would be appreciated as I am fairly new to Macs.

    Do you mean the screen looks like it's zoomed in ? If so then double-tap with three fingers to zoom out, and then make sure that Settings > General > Accessibility > Zoom is switched 'off'

  • Problems with screen resolution after reinstalling Windows 7 Home Premium

    Product Name: HP Pavilion dv6 Notebook PC
    Product Number: A6X94UA#ABA
    BIOS: F.1C
    Processor: Intel Core i7-2670QM
    Graphics Device: Intel HD Graphics Family
    I recently had to wipe my laptop and reinstall Windows 7 Home Premium (created restore disk from Windows).  Ever since, I have not been able to adjust my display settings any higher than 1024x768.  My only other option on the adjustment range is 800x600.  I have updated BIOS (it was already at latest version) and I have searched for updated drivers (system says most recent ones are in use), but I cannot get it to provide me with a more appropriate size selection for my screen; I have to scroll back and forth in Internet Explorer, for example, to see a full screen because it doesn't fit correctly on my laptop screen.
    It seems like this should be an easy fix, but I can't seem to find the right trick.  Can anyone help?
    TIA,
    Teri

    @buzymom2 ,
    Hello and thank you for posting on the HP support forums. The only thing I would try at this point is to go to this link and download the software and drivers for your notebook.
    HP Pavilion dv6-6c53cl Entertainment Notebook PC Drivers
    Once you have them downloaded save them to a USB memory stick or burn them to a CD or DVD.
    Now you will want to boot into safe mode.
    Entering Safe Mode (Windows 7)
    Now in safe mode uninstall all your drivers by going into the device manager.
    Uninstall or Reinstall a Device
    Once you have the drivers removed, reboot into windows in normal mode.  Now install your drivers one at a time you have to start with the chipset driver.  If you install the drivers without the chipset first it can cause all kinds of problems.
    Let me know how things go.
    Thank you so much for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • Did anyone here had a problem with screen resolution or brightness when upgraded their ipad to ios7?

    I had a mini ipad and upgraded it to ios7 last night. And when I woke up this morning the screen of my ipad had those lines like in an old black and white movies and I can't almost see the apps icons. It is almost a white screen. And after 5-10 minutes it statrted to be clear again. Did anyone had the same problem?

    EilaJA wrote:
    I then followed instructions for restore with my macbook air, but each time i tried, itunes told me either the ipad needed the passcode entered
    Make sure you have the Current Version of iTunes Installed on your computer
    iTunes free download from www.itunes.com/download
    Then See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
    Take your time... Pay particular attention to Steps 3 and 4.
    After you have Recovered your Device...
    Re-Sync your Content or Restore from the most recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766
    EilaJA wrote:
    ...or it encountered and unknown error (9).
    See Error 9 here >  http://support.apple.com/kb/TS3694

  • NMac Pro 6core D500 problems with screen refresh: 10.9.3 warning!

    Avoid 10.9.3 on the Mac Pro 6 core, D500.
    Problem with screen refresh using Motion soon after updating OSX from Mac Pro late 2013 version of 10.9.2.
    I tried my Asus HDMI at all resolutions but to no avial. The screen juddered like it was Windows 95 without any GPU drivers.
    Apple's Tech Support had me use many key commands and finally we found out there was no issue with my hardware. Apple suggested a clean install before sending it back for repair. I was fortunate to have had made a backup in the Time Machine of my computer soon after installing all my apps. After restoring my computer is running 10.9.2 version made for the Mac Pros Late 2013. There are no more problems with screen redraw after using Motion.
    So, it is clear I cannot upgrade my Mac Pro to 10.9.3 while the issue with Motion's render engine messing with my screen refresh continues. Returning to 10.9.2 has made me realize 10.9.3 is slower and not as stable.
    I would suggest not upgrading unless you have a 4k monitor.

    Avoid 10.9.3 on the Mac Pro 6 core, D500.
    Problem with screen refresh using Motion soon after updating OSX from Mac Pro late 2013 version of 10.9.2.
    I tried my Asus HDMI at all resolutions but to no avial. The screen juddered like it was Windows 95 without any GPU drivers.
    Apple's Tech Support had me use many key commands and finally we found out there was no issue with my hardware. Apple suggested a clean install before sending it back for repair. I was fortunate to have had made a backup in the Time Machine of my computer soon after installing all my apps. After restoring my computer is running 10.9.2 version made for the Mac Pros Late 2013. There are no more problems with screen redraw after using Motion.
    So, it is clear I cannot upgrade my Mac Pro to 10.9.3 while the issue with Motion's render engine messing with my screen refresh continues. Returning to 10.9.2 has made me realize 10.9.3 is slower and not as stable.
    I would suggest not upgrading unless you have a 4k monitor.

  • My iphone 5 have problem with screen

    Dear Sir/Madam
    My iphone 5 have problem with screen, i could not control sometime because it frozen and appear white cross line. I have restore my phone, but issue still there
    I have same issue with this user on youtube http://www.youtube.com/watch?v=xpB7mqcWM1A
    Please help to advices how can i do now
    My Phone Information
    Serial Number F17JRZ55DTTP
    IOS 7.1.1(11D201)
    Thank and Regards
    Thanh

    Hi, I use my phone carefully, did not drop it before. I restored it cause i think problem come from jealbreak or software. It still happen.
    Currently, it is ok after i turned off the phone through night . Thank for your help

  • Problems with screen sharing

    Upgraded three systems to Mountain Lion yesterday (Early 2011 MBP, Mid 2010 Mini and Mid 2011 Mini). 
    I rely on Screen Sharing to maintain the two Minis using the MBP.  Now, while the Mid 2010 Mini can be accessed just fine, the same is not true for the Mid 2011 Mini.  After a long delay, a window will pop up but is black.  If I toggle between scaled and full screen a couple of times, the screen will be displayed but will accept no input.  Odd.

    I was able to resolve the problem with screen sharing from my MBP to my problematic Mini.
    My home network uses a Belkin N600 dual band router with both the MBP and Mini using the faster N band.  After switching the Mini to the slower band, screen sharing began working again.  My other Mini that worked all along was hardwired to the router so was not an issue.
    Oddly, with Lion, screen sharing worked having the MPB and Mini on the same N band.

  • Problems with camera resolution...

    Hi everyone,
    I've acquired a security cam to test a video-chat with FMS2
    and encounter a problem with the resolution of my cam. It's a CPcam
    CPC371P and It is said to have a resolution of 510*492 (certain
    sites speak of standard resolution?).
    I wrote two simple applications, one to send the cam stream
    and one to receive it, here is the code of both my applications :
    Send.fla:
    var my_nc = new NetConnection();
    cam = Camera.get(IndexCam);
    cam.setQuality(0,80);
    cam.setMode(510,492,15,false);
    my_vid.attachVideo(cam);
    my_nc.connect("rtmp://server.no-ip.org/tchat_cam/");
    ns = new NetStream(my_nc);
    ns.attachVideo(cam);
    ns.publish("webcam","live");
    receive.fla
    var my_nc = new NetConnection();
    my_nc.connect("rtmp://server.no-ip.org/tchat_cam/");
    ns = new NetStream(my_nc);
    my_vid.attachVideo(ns);
    ns.play("webcam");
    As you can see, nothing really complicated. The applications
    work perfectly but no matter the resolution I choose, the image
    seems to be extrapolated and pixellised. I tried 512*384,
    510*492(supposed to be the cam res) and 240*160.
    In any case, the image quality is still really poor...
    If anyone could help me on this, Is it a problem with the
    camera, I may have forgotten an option in my stream ???
    Thanks in advance.
    Guaca666.

    After many tests, trying many different resolutions, It seems
    that It can't go beyond a resolution of 510x480...
    Does anyone know if it is the maximum res of a Stream or if
    there is an option to outpass this problem ? It may be the cause of
    the poor final quality of my video as the camera native resolution
    is 510x492...
    If anyone could help me, it would be a great relief... :)
    Guaca666.

  • HT4623 problem with screen touch when during writing or opening icon the screen is flickering

    I have problem with screen touch, when I touch the screen to write something or open icon the screen is flickering and keyboard or icons begin jumping

    @ wesleyyin,
    certainly strange. Some questions to help with the diagnostics;
    Which TrackPoint cap you you have on your keyboard, soft domed, soft rim or classic domed (the hairy one)?
    Can you try disabling the TrackPoint to see the problem goes away?
    Anything else laid on top of the system or between screen and keyboard like a thin cloth or something?
    Thanks
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Problem with image resolution with larger screen size

    I was working on Basic Lens Sample (Basic
    Lens Sample) for windows phone 8 App. In this the camera by default sets to default highest resolution.
    Just had couple of questions on this:
    1.) How to change basic settings like resolution,ISO etc.,in this app, because during initial settings
    it only takes default value and when I try to change that it throws an error. Also a code comment is written during initialization of camera to take only these default values. So when to change these settings and how?.
    2.) How to adjust resolution for phablets having 6" screen. Like when I run the code in Lumia 1320,
    the image resolution is not that good and it breaks. So how to adjust screen resolutions for catering different smartphones with different resolutions and screen sizes.
    Any solution or suggestions or snippets is very much appreciated.
    Thanks In Advance.

    Hello,
    For you first question, we can use
    GetAvailableCaptureResolutions method of PhotoCaptureDevice to get the available resolutions in device. That code sample returns the largest resolution by default, you just need to choose an appropriate one. You can find it in CameraController class in
    Models folder in the project.
    For you second question, I tested the sample in lumia 1320, I didn’t see the image broken.
    >> So how to adjust screen resolutions for catering different smartphones with different resolutions and screen sizes.
    You can get an appropriate resolution image and let the OS downscale it for you. You can find the support resolution in the following link. Go to Supported resolutions section.
    http://msdn.microsoft.com/en-us/library/windows/apps/jj206974(v=vs.105).aspx.
    If you want to display the whole large resolution image in lower resolution device, I think you can use
    ScrollViewer control. Use Application.Current.Host.Content.ActualWidth and ActualHeight properties to get the device resolutions, and then you can know if your app is running on a lower resolution device.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • Problems with screen saver image quality

    Just got a MPB 15 inch. Very happy with it but have a small problem with the screen saver. I use my i Photo folders as the source for screen saver images. Some photos are shown in very good quality but others are very poor - as if low res. The original images are all of the same high quality. Seems to occur whichever video setting is used under power saving. A minor issue I now but any ideas?

    Hi, Mark. Apparently some of the photos being used are low-resolution thumbnails, not full-resolution images.
    What version of iPhoto do you have, and which OS version are you running? On my MBP running 10.5.6 and iPhoto 7.1.5, "All folders" is not an option in the Screensaver pane of System Prefs, so I don't know what you're actually choosing. But if I select "Pictures" (which refers to the Pictures folder in my Home folder), then the screensaver uses every .jpg file that it finds in any of the several iPhoto Libraries inside my Pictures folder. The thumbnails created by iPhoto are .jpgs, so they get used by the screensaver along with full-size high-resolution images.
    The solution is not to select a folder that contains any thumbnails.

  • Issue with screen resolution

    Hi,
    I need my VI to run on different screen resolutions.
    But the problem is that when the resolution changes the controls get distorted and i have to restart the applicaiton to bring the screen to origional form.
    I need to resize the controls according to the window size so i have checked the option to "scale objects while resizing".  
    I think this is why the controls get distorted besause of resizing.
    Is there any solution if want to keep both options for resizing and adjusting the screen for different resolutions.
    Regards
    Gagan 

    When you resize a VI automatically, the original size is not cached, thus changes are permanent.  If you resize again, the changes start from the changed values, not the original values.  Factor in the some integer roundoff issues and you have your problem.  In addition, different versions of LabVIEW have varying degrees of distortion as you change the screen size and system controls have limits on how they can change their size.  The only way to guarantee nice looking, scaleable panels is to do it all yourself programmatically (change location, size, and font sizes).  This is tedious, but straightforward, and you should only have to do it once.  It is made more difficult by the fact that there is no standard way to change the size of a control.  Use the event structure to determine when your panel has been resized.  Use the Defer Panel Updates property to speed the process.  In addition, you probably want to throttle the events so you don't get behind in processing them.  The easiest way to do this is to compare the new size reported by the Panel Resize event with the value from a property node which reads the panel size.  If they are equal, process the event.  If they are not, do nothing.  The last event will always be processed because the sizes will be the same.
    Good luck!  Let us know if you run into difficulties.
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • Trouble with screen resolution when using Parallels and ACT on Macbook Pro (late 2013)

    Hello, I have installed my Sage ACT 2013 software on my Macbook Pro 13" Retina (late 2013) computer that has 16GB of RAM and an i7 core processor using Parallels 9 desktop and Windows 7- 64bit.  The problem is that the screen resolution is very small and condensed to the left side making reading the title boxes and content very difficult.  I reached out to Parallels who was unable to resolve the screen resolution by either  adjusting the display settings or the Windows 7 video settings. Right now they have the Resolution listed as "Scaled" as the "Best for Retina" & "More Space" options did not help the issue.  What is even more strange is that I have Office 2013 installed on the Parallels side so that it can interface with ACT and those screen resolutions read just fine.  Are there any ACT/MAC users out there that might have any insight for me? Thx!

    See -> http://manuals.info.apple.com/MANUALS/1000/MA1636/en_US/boot_camp_install-setup_ 10.8.pdf.
    In addition to the Windows disc (or USB flash drive with the Windows installer) you'll need a 8GB+ flash drive.
    The referenced manual - on page 3, I think, gives you a run-down of what you'll need before you begin the installation. You may also want to post any further Boot Camp questions in the Boot Camp forum -> https://discussions.apple.com/community/windows_software/boot_camp.
    Good luck,
    Clinton

  • Fatal problem with screen going bezerk

    Hi all
    I have a serious issue with my MBP-12 (not the newest version) that goes like this: At work, I use an external monitor (via displayport) with a different resolution. My MBP is ”closed” and called up soley by the connection. When I leave for home, I simply unpluck the cables (power, usb, displayport) and the MBP hypernates. When I come home, I open up the mac and it would normally just adjust screen resolution and be ready.
    However: Lately, I get a serious fault here. The screen goes bezerk and shows all kinds of dots. Even if I close the screen again, it will not come back to normal. I have to pull the emergency break and power off totally and the reboot.
    I am unsure if this has to do with the new Mt. Lion. I have upgraded to that.
    Or if it has to do with a hardware fault – a loose connection or what ever.
    So:
    - is this a known issue – that the MBP (perhaps due to Mt. Lion) has problems with switching between resolutions?
    - or could the be a hardware fault here?
    Morten

    By the way:
    - software version: 10.8.1
    - build 12b19
    - 2.2 gbh intel core i7
    - 15´´internal display with dual graphics
    - 8 gb 1333 mhz ddr3

Maybe you are looking for

  • Interactive Reporting 11.1.2.2. - Cannot See OCE Connections

    Hi I have just installed Hyperion Interactive Reporting 11.1.2.2 and I have created a new oce and reporting using IR studio. I then imported the datasource into a folder in workspace. However when I go to import the report, the drop down list for sel

  • How do I get rid of error message, "iTunes could not back up the iPad because an error occurred."

    During a recent syncing of my iPad and iTunes, I cancelled a sync during the backup step of the process.  Since then I whenever I sync the ipad I know get, "iTunes could not back up the iPad because an error occurred." I have reset my iPad and turned

  • Bluetooth serious problem (please i want an answer and a solution !!!!!!)

    why the bluetooth is not working from the origin except with bluetooth headset?!!!! i want to know what is the problem, why we cant send tones or photos from iphone to any other cell phone (like ordinary phones!!!) via bluetooth , i beg the iphone pr

  • BGP not communicating with 4th Hop

    Hi All, PFA...I'm beginner to BGP & designed network like in attachment. I'm unable to ping R5 from R1. R1: interface Serial1/0  ip address 20.0.0.1 255.255.255.0  serial restart-delay 0 router bgp 200  no synchronization  bgp log-neighbor-changes  n

  • [solved/upstreambug] gnupg update and kgpg

    After updating gnupg kgpg hint me about a missing gpg-agent: "The use of GnuPG Agent is enabled in GnuPG's configuration file (/home/user/.gnupg/gpg.conf). However, the agent does not seem to be running. This could result in problems with signing/dec