PDA

View Full Version : [SOLVED] Login problem - half screen black - how to debug



pcolamar
August 4th, 2010, 05:05 PM
Since a couple of days I am having a strange problem with my Ubuntu installation (Lynx 10.04)
After the startup phase, the right half of the screen turns black (see pict) and the keyboard starts responding very, very slowly.
So slow you cannot practically type your passwd in.
You can also notice a pixelated copy of the cursor into the black half.
I have tried without success some solution proposed into this thread (http://ubuntuforums.org/showthread.php?t=1542082)

Can somebody help me debugging the problem ( or suggest a solution)

The PC is an Athlon 64 with ATI x300 on board, MESA driver is used for the videocard (ATI Catalyst compatible with Lucid does not support the card anylonger !)

The problem seems really related to the user selection panel, indeed if I get in via one of the user that does not require passwd, I pass the login screen and everything works fine as long as I do not try to switch user.
Note that booting with Ubuntu 9.04 (I have a triple boot installation), all works fine .

kr651129
August 4th, 2010, 07:58 PM
Can you post your xorg.conf please?

pcolamar
August 5th, 2010, 03:48 PM
Here you go: (Keep in mind that once logged in, all works fine)

---------- xorg.conf
Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "ServerFlags"
Option "DontZap" "False"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon X300 Pro "
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

pcolamar
August 5th, 2010, 08:44 PM
bump

kr651129
August 6th, 2010, 04:52 PM
Did you install x86 or 64?

kr651129
August 6th, 2010, 08:01 PM
I may have found a solution for you, try installing the fglrx package

pcolamar
August 7th, 2010, 01:22 PM
Ok, I found the problem.
My 3 years old boy had activated some zoom option of the "Universal Access Preferences" available in the lower left part of the GDM login screen that transforms the left part of the screen in a magnifier lens !
Oh boy ! I could have looked for ages for the root cause if he would not have done it again in front of me.

Thanks anyhow to all.

P.

pcolamar
August 7th, 2010, 01:24 PM
kr651129, unfortunately, my old x300 card is not supported any longer by fglrx.

bjornjul
August 10th, 2010, 11:08 PM
Ok, I found the problem.
My 3 years old boy had activated some zoom option of the "Universal Access Preferences" available in the lower left part of the GDM login screen that transforms the left part of the screen in a magnifier lens !
Oh boy ! I could have looked for ages for the root cause if he would not have done it again in front of me.

Thanks anyhow to all.

P.

Man alive ... same thing happened to me, except the boy is five ;-)

The icon in my case was in the low right corner ( Universal access prefrences )

Thanks for the help :-)

keithclark
November 12th, 2010, 11:40 PM
Ok, I found the problem.
My 3 years old boy had activated some zoom option of the "Universal Access Preferences" available in the lower left part of the GDM login screen that transforms the left part of the screen in a magnifier lens !
Oh boy ! I could have looked for ages for the root cause if he would not have done it again in front of me.

Thanks anyhow to all.

P.

How do you get out of the magnifier? I do not see the button on the lower right corner, as the magnifier only shows black and is sitting on top of the entire right hand side of my screen.

Keith

pcolamar
November 13th, 2010, 04:24 PM
Keithclark,
honestly speaking , I do not remember all the steps but......
I guess, I got in via one of the profiles that did not require passwd and then via sudo I reset the pwd of the administrator (I have webmin installed on the pc).
Got back in again as administrator and via synaptic deinstalled the unneeded pack.ges.
I am sure you can also try to open a shell via ALT+CTRL+F2...F6 and do all in it. I am just not very experienced (any longer, sigh !) via shell command or ssh if your PC is on a lan.
I hope thishelps.

Cheers
Palmer

KyleCF
January 14th, 2011, 04:24 PM
Sorry for posting on a closed thread, but the answers given do not solve it for me. I'm still relatively new at Ubuntu, and although I now realise that the problem I'm having is magnifier related, I have absolutely no idea how to solve it. I don't know what sudo code to use, and I don't even know if a GUI equivalent exists to solve the problem. Can someone please post a proper answer?

Many thanks

TaTaE
January 24th, 2011, 12:08 PM
Try this solution:

boot in safe mode

enter this in your prompt:


sudo aptitude purge gnome-mag

good luck


[ My 3 years old did this to me, too. ]

stinkeye
January 24th, 2011, 03:49 PM
Sorry for posting on a closed thread, but the answers given do not solve it for me. I'm still relatively new at Ubuntu, and although I now realise that the problem I'm having is magnifier related, I have absolutely no idea how to solve it. I don't know what sudo code to use, and I don't even know if a GUI equivalent exists to solve the problem. Can someone please post a proper answer?

Many thanks


sudo -u gdm gconftool-2 /desktop/gnome/applications/at/screen_magnifier_enabled --type bool --set false
Will turn the magnifier off at the gdm screen.