[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What part of X causes major display problems?



you are running an X display manager that automatically restarts the x server after it is taken down with alt-ctrl-backspace, so to solve this you have to kill the x display manager, then reconfigure x, then start the x display manager, you probably are using gdm (gnome display manager) but it is possible that your using xdm as well, so:

# 1. switch to console
alt+ctrl+f1

#2. determine your display manager

ps -ax

# find either gdm or xdm in the output of ps

#3. kill the display manager

killall gdm

#4. reconfigure your x server ( this can be done by trial and error, but take care,

#4.1 determine your video card

SuperProbe

# use conservitive settings when in doubt, xf86config is the program to use

xf86config

# also, i recommend killing gpm before running gdm or X again
# also, until you get a reasonable display, i recomment just starting X with the command X

killall gpm   # mouse util for console, mucks up x mice

X

# then once it looks good

alt+ctrl+backspace

gdm

#if you just installed woody, you may need to do a gdm config to select a window manager

X &
wmaker --display :0
gdmconfig

find a line that looks like

Xsession

#and make it look like:

Xsession wmaker


# all this said, if you asked 20 linux users we would all do it differently!

darrell


seneca@slemish.com wrote:

I have just upgraded X from 3.3.6 to 4.1.0. After completing the upgrade, I
changed from tty1 to X's display and saw the image on the screen consisted
of vertical lines running down my display, the top of the lines were 1 pixel
in width and the bottom width was 3 pixels, with 2 wide black horizontal
lines running across it. Only the highlighted edges of the login box
appeared. No mouse cursor or text is visible on the screen. This continued
after rebooting, but the colours of the lines sometimes changes after
rebooting.

When Ctrl+Alt+Bksp is pushed, I see tty1 for a moment, the screen goes
black, then, a few seconds later, the screen goes back the way it was. It is
possible to login and out when the screen is like this, the cursor is
visible as 2 short horizontal lines with a width of 1 pixel.

How can I find out what part of X is causing this problem, all of the bug
reports of similar problems that I have seen and checked are at least half a
year old, and all say that it was fixed, and these are in older package
versions  than mine.

Thanks for any help,

Seneca
seneca@slemish.com






Reply to: