Monitor Problems

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
jimisbell
Level 3
Level 3
Posts: 152
Joined: Fri May 07, 2010 7:15 pm
Location: The Third Coast

Monitor Problems

Post by jimisbell »

Running Mint 11 amd a 17" Dell flat screen monitor.

Mint cant recognise the monitor even though it used to recognise it.

None of the settings make it work properly.

The BIG symptom is that clicking the "+" sign to maximise a screen will often result in a BLANK screen.
Resizing the screen downward by pulling in the sides will produce an image. The more windows you have open the smaller the downsizing has to go to get an image. Almost like its running out of memory.
Second symptom is a 1/4 grey line across the top of the screen no mater what mode I am in.

What is going on here?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Democracy is two wolves and a sheep discussing what's for dinner. Freedom is a well armed sheep contesting the decision.
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Monitor Problems

Post by AlbertP »

Probably a graphics driver problem. Please open terminal from the menu, type the following command and press Enter:

Code: Select all

inxi -Gx
Please post the output here.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
jimisbell
Level 3
Level 3
Posts: 152
Joined: Fri May 07, 2010 7:15 pm
Location: The Third Coast

Re: Monitor Problems

Post by jimisbell »

More symptoms. I did figure out how to get rid of the grey line. It was a blank panel and I deleted it. BUT when I tried to move the display up into that space, the display went blank even if I downsized the display area!
Democracy is two wolves and a sheep discussing what's for dinner. Freedom is a well armed sheep contesting the decision.
jimisbell
Level 3
Level 3
Posts: 152
Joined: Fri May 07, 2010 7:15 pm
Location: The Third Coast

Re: Monitor Problems

Post by jimisbell »

Graphics: Card nVidia C61 [GeForce 6150SE nForce 430] X.Org 1.10.1 Res: 1280x1024@50.0hz
GLX Renderer GeForce 6150SE nForce 430/PCI/SSE2/3DNOW! GLX Version 2.1.2 NVIDIA 270.41.06 Direct Rendering Yes
Democracy is two wolves and a sheep discussing what's for dinner. Freedom is a well armed sheep contesting the decision.
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Monitor Problems

Post by AlbertP »

Seems like a graphics driver problem instead of a monitor problem. Probably you can get a newer nVidia driver version from the Ubuntu-X-Swat PPA which has nvidia 295.49 - you now have 270.41.06 according to the inxi output.

To get that newer driver you can run:

Code: Select all

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
Then please click the updater (shield-like icon in the tray) which will offer you to update nvidia-current to 295.49.

That your monitor is not recognized in Monitors is because you use the graphics driver from nvidia. With that driver you need to use the NVidia X Server Settings program instead to configure monitors (however, nvidia is going to support the Monitors program as well in future drivers).
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
spegru
Level 3
Level 3
Posts: 147
Joined: Sat Sep 26, 2009 5:34 am

Re: Monitor Problems

Post by spegru »

I have been experience screen problems on several different machines with different graphics hardware from nVidia and ATI
Main problem seems to be screen freeze or lack of proper startup

I've had screen locking up so that the mouse/menus dont do anything and also blank screen apart from wallpaper (no icons or menus) when first logged in (Acer laptop with Intel graphics and also Ideq desktop with nVidia graphics)

One detail I noticed was in the ATI graphics acer laptop, the screenlock varient could be provoked by disconnecting mains power

Seems to specially affect Cinnamon but I think it's also Gnome3 although Gnome Classic No Effects seems to be fine

Driver problems? But I've tried both standard and proprietary and they all seem to have problems
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Monitor Problems

Post by AlbertP »

@spegrum: Please open a new topic for this instead of hijacking jimisbell's topic.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
jimisbell
Level 3
Level 3
Posts: 152
Joined: Fri May 07, 2010 7:15 pm
Location: The Third Coast

Post by jimisbell »

AlbertP wrote: Then please click the updater (shield-like icon in the tray) which will offer you to update nvidia-current to 295.49.
I just ran that code on Terminal and didnt have to click on any Icon. It just updated and seems to be working fine after a reboot. Thanks for the information. I will save that post for the next time it happens on another monitor.....


OOOPs, not quite solved. Much better, but not solved. It still has the problem that enlarging a window will sometimes blank it and I have to reduce it to get the image back.

BUT....its much better. It still says "Cannot Display This Video Mode" on boot up.
Democracy is two wolves and a sheep discussing what's for dinner. Freedom is a well armed sheep contesting the decision.
jimisbell
Level 3
Level 3
Posts: 152
Joined: Fri May 07, 2010 7:15 pm
Location: The Third Coast

SOLVED!!!

Post by jimisbell »

SOLVED!!!
There was a loose connector on one of the drives....at least, what cured the problems was to pullboth drives out and reinsert them and re install Mint 11 and the monitor worked....but not without loosing4 months of data since my last backup!!!
Democracy is two wolves and a sheep discussing what's for dinner. Freedom is a well armed sheep contesting the decision.
Webbo32

Re: Monitor Problems

Post by Webbo32 »

Hi there,

I use a lenovo thinkcentre dualcore with a Samsung monitor and have the same grey line across the screen,about 1.5 inch form the bottom of the screen.
Strange,but I only encounter this problem in Linux Mint,not in other distro's.(I just had to switch back from Cub linux,since the project stopped unfortunately)
Currently I use the 17.3 Xfce edition.
There must be a deeper problem in this matter,but I didn't have the answer yet to get rid of it.

Any suggestions?

Greetings,

Webbo32
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Monitor Problems

Post by AlbertP »

Hi Webbo32, please open a new topic for your problem, and could you please post a screenshot of your problem in the new topic?
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
Locked

Return to “Beginner Questions”