FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian User

 
 
LinkBack Thread Tools
 
Old 05-21-2012, 08:15 AM
charlie
 
Default Waiting for xserver to begin looking for connections........

Hello Everyone,

I have a strange situation on a fully updated Debian Wheezy Toshiba
laptop.

Using fvwm I startx as user and

get a blank screen

I hit the power off button and the screen shows this message before
turning off:

waiting for xserver to begin looking for connections

no protocol specified

no protocol specified

If I log in as root, all works as it should and the GUI starts as it
should.

I have googled and though I find some references to the problem,
including a bug report. Cannot find anything that is specific to my
own problem, or maybe don't understand what is being discussed.

I have had this problem intermittently as user for some time. But
rebooting usually gets me back into the GUI after the startx command.

I'm not certain if this isn't a permission problem that has developed
for some reason.

The update earlier today I think, did upgrade the xorg packages? Maybe
nothing to do with that though?

I thought at first it was hardware breaking down but
when it works without a glitch as root user, that would appear to rule
out a hardware problem.

I'm ready to reinstall, but maybe it can be fixed, if someone has any
ideas they would be appreciated.

Thanks,
Charlie
--
-------------------------------------
Registered Linux User:- 329524
************************************************** ********
What do you want to get enlightened for? You may not like it. ---------
SHUNRYU SUZUKI
<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>> Debian -
Just the best way to do magic.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120521181530.3aadd1e3@nomad">http://lists.debian.org/20120521181530.3aadd1e3@nomad
 
Old 05-21-2012, 05:44 PM
Chris Bannister
 
Default Waiting for xserver to begin looking for connections........

On Mon, May 21, 2012 at 06:15:30PM +1000, charlie wrote:
> If I log in as root, all works as it should and the GUI starts as it
> should.

Does it look exactly the same as if you had logged in as yourself?

I just tried startx as root and amazingly I get a GUI. (Never used to,
got a message about can't startx as root or something similar.)

But it looks completely different to the GUI I get when I startx as me.
And yes I am running fvwm.

> I have had this problem intermittently as user for some time. But
> rebooting usually gets me back into the GUI after the startx command.

Now you can't startx as yourself permanently, it fails everytime?

> I'm ready to reinstall, but maybe it can be fixed, if someone has any
> ideas they would be appreciated.

For a start, please post exact output of following commands.

-------------
ls -al .x*

grep -v ^# .xsessionrc

ls -al .fvwm/

startx

---------------
If the startx command gives a blank screen, try pressing alt-f7, or
alt-f8 if no good. Does pressing ctrl-alt-f1 take you back to the
console?

If you get back to the console copy and paste the output, it should be
the results of you typing startx, if you typed startx from tty1

Once you are at a console, even if you have to reboot to get one:
Type the following commands as root: (please copy 'n' paste exact
output.
----------------------------------
grep (EE) /var/log/Xorg.0.log

lspci -vv | grep VGA

----------------------------------





--
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the
oppressing." --- Malcolm X


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120521174443.GA31813@tal">http://lists.debian.org/20120521174443.GA31813@tal
 
Old 05-22-2012, 12:14 AM
charlie
 
Default Waiting for xserver to begin looking for connections........

On Tue, 22 May 2012 05:44:43 +1200
Chris Bannister <cbannister@slingshot.co.nz> wrote:

> On Mon, May 21, 2012 at 06:15:30PM +1000, charlie wrote:
> > If I log in as root, all works as it should and the GUI starts as it
> > should.
>
> Does it look exactly the same as if you had logged in as yourself?

It does, just doesn't use the .xsession file to start the applications
I want as user.

>
> I just tried startx as root and amazingly I get a GUI. (Never used to,
> got a message about can't startx as root or something similar.)

I think that would depend if you allowed root to login when you
installed the system in the first instance? Can probably maniplate that
after the install I assume?
>
> But it looks completely different to the GUI I get when I startx as
> me. And yes I am running fvwm.

No, root is the same as user for me.
>
> > I have had this problem intermittently as user for some time. But
> > rebooting usually gets me back into the GUI after the startx
> > command.
>
> Now you can't startx as yourself permanently, it fails everytime?

It fails every time, and allows me to log in as root into the GUI
without problems.

>
> > I'm ready to reinstall, but maybe it can be fixed, if someone has
> > any ideas they would be appreciated.

The reinstall of the system with the Wheezy netinstall disk gives me
the same problem. Can startx with the GUI as root, but user presents a
black screen with the same command.

I have to use the US mirror, because I received an error from the AU
mirror, something to do with some packages have no headers or something?

I installed another WM, icewm and I have the same problem. Can get the
GUI with root, but black screen with user.

So it must be something in the /home directory, because that's the only
directory that I didn't format.

If it was in the software, it should stop me from bringing up the GUI
in root as well?

I might have to knock out the "." files in my /home directory one by
one to discover which one is giving me the problem?

>
> For a start, please post exact output of following commands.

I'll have to write these down by hand from the login terminal, but once
done I'll put them into this email.

>
> -------------
> ls -al .x*
>
> grep -v ^# .xsessionrc

I don't have one of the above, just .xsession should I have
an .xsessionrc?

>
> ls -al .fvwm/



>
> startx
>
> ---------------
> If the startx command gives a blank screen, try pressing alt-f7, or
> alt-f8 if no good. Does pressing ctrl-alt-f1 take you back to the
> console?

If I do that, for each keystroke applied I get the error message: no
protocol specified

>
> If you get back to the console copy and paste the output, it should be
> the results of you typing startx, if you typed startx from tty1

Using tty1 I can't get back out or in. Or I have no way of knowing how
to do that. so I shut it down at the turn on/off button.

>
> Once you are at a console, even if you have to reboot to get one:
> Type the following commands as root: (please copy 'n' paste exact
> output.
> ----------------------------------
> grep (EE) /var/log/Xorg.0.log
>
> lspci -vv | grep VGA
>
> ----------------------------------

That I can do as root, and get a copy, because I'm in the GUI.

I will get it back to you. I have to get back to the other machine
first though.

Thanks for your time.

Charlie
--
-------------------------------------
Registered Linux User:- 329524
************************************************** ********
Beware of the man who works hard to learn something, learns it, and
finds himself no wiser than before. He is full of murderous resentment
of people who are ignorant without having come by their ignorance the
hard way. -------------- Bokonon
<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>> Debian -
Just the best way to do magic.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120522101437.1192348a@nomad">http://lists.debian.org/20120522101437.1192348a@nomad
 
Old 05-22-2012, 04:18 AM
charlie
 
Default Waiting for xserver to begin looking for connections........

On Tue, 22 May 2012 05:44:43 +1200
Chris Bannister <cbannister@slingshot.co.nz> wrote:

> For a start, please post exact output of following commands.
>
> -------------
> ls -al .x*

-rwxr--r-- 1 charlie charlie 1273 Feb 10 16:29 .xdvirc
-rwxr--r-- 1 charlie charlie 737 May 22 09:45 .xsession
-rwxr--r-- 1 charlie charlie 690 May 13 15:54 .xsession~
-rw------- 1 charlie charlie 14557184 May 21 16:25 .xsession-errors

.xine:
total 72
drwxr--r-- 2 charlie charlie 4096 May 3 20:17 .
drwxr--r-- 104 charlie charlie 4096 May 22 09:46 ..
-rw-r--r-- 1 charlie charlie 24048 Sep 9 2011 catalog.cache
-rw-r--r-- 1 charlie charlie 20374 May 3 20:17 config
-rw-r--r-- 1 charlie charlie 13909 May 3 20:17 keymap
-rw-r--r-- 1 charlie charlie 137 Sep 9 2011
xine-ui_old_playlist.tox

.xournal:
total 8
drwxr--r-- 2 charlie charlie 4096 Mar 3 2011 .
drwxr--r-- 104 charlie charlie 4096 May 22 09:46 ..
-rwxr--r-- 1 charlie charlie 0 Mar 3 2011 recent-files

>
> grep -v ^# .xsessionrc

No such file

>
> ls -al .fvwm/

total 40
drwxr--r-- 6 charlie charlie 4096 May 21 14:24 .
drwxr--r-- 104 charlie charlie 4096 May 22 09:46 ..
drwxr-xr-x 3 charlie charlie 4096 May 21 14:24 Applications
-rw------- 1 charlie charlie 0 May 13 18:15 .FvwmConsole-History
srwx------ 1 charlie charlie 0 May 13 18:15 .FvwmConsole-Socket
drwxr-xr-x 2 charlie charlie 4096 May 13 19:53 fvwm_scrpt
-rw-r--r-- 1 charlie charlie 13088 May 21 14:24 menudefs.hook
drwxr-xr-x 2 charlie charlie 4096 May 13 08:58 preferences
drwxr-xr-x 3 charlie charlie 4096 May 13 09:02 wallpaper-thumbnails

>
> startx
>
> ---------------
> If the startx command gives a blank screen, try pressing alt-f7, or
> alt-f8 if no good. Does pressing ctrl-alt-f1 take you back to the
> console?

Does nothing

>
> Once you are at a console, even if you have to reboot to get one:
> Type the following commands as root: (please copy 'n' paste exact
> output.
> ----------------------------------
> grep (EE) /var/log/Xorg.0.log

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

>
> lspci -vv | grep VGA

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx- 00:02.0 VGA compatible controller:
Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated
Graphics Controller (rev 03) (prog-if 00 [VGA controller]) Control:
I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping-
SERR- FastB2B- DisINTx-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+ BridgeCtl: Parity-
SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+ BridgeCtl: Parity-
SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+ BridgeCtl: Parity-
SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-

Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx- BridgeCtl: Parity-
SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx- BridgeCtl: Parity-
SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

>
> ----------------------------------

Hope this is what you wanted. I made the spaces in the last entry.

Thanks,
Charlie
--
-------------------------------------
Registered Linux User:- 329524
************************************************** ********
The lesson which life repeats and constantly enforces is "look under
foot." You are always nearer the divine and the true sources of your
power than you think. The lure of the distant and the difficult is
deceptive. The great opportunity is where you are. Do not despise your
own place and hour. Every place is under the stars, every place is the
center of the world. ------------ JOHN BURROUGHS
<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>> Debian -
Just the best way to do magic.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120522141846.4dd82d71@nomad">http://lists.debian.org/20120522141846.4dd82d71@nomad
 
Old 05-22-2012, 11:24 AM
Chris Bannister
 
Default Waiting for xserver to begin looking for connections........

On Tue, May 22, 2012 at 02:18:46PM +1000, charlie wrote:
> On Tue, 22 May 2012 05:44:43 +1200
> Chris Bannister <cbannister@slingshot.co.nz> wrote:
>
> > For a start, please post exact output of following commands.
> >
> > -------------
> > ls -al .x*
>
> -rwxr--r-- 1 charlie charlie 1273 Feb 10 16:29 .xdvirc
> -rwxr--r-- 1 charlie charlie 737 May 22 09:45 .xsession
> -rwxr--r-- 1 charlie charlie 690 May 13 15:54 .xsession~
> -rw------- 1 charlie charlie 14557184 May 21 16:25 .xsession-errors

Any clues in .xsession-errors? (Please don't send it to the list, its
too big.)

To clear a logfile safely type:
:> logfile

> > grep -v ^# .xsessionrc
>
> No such file

rename .xsession as .xsessionrc and then try again.

FYI
(If I rename my .xsessionrc as .xsession, startx doesn't work, it bails
out and I end back at the console)

> > startx
> Does nothing

> > grep (EE) /var/log/Xorg.0.log
>
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.

The idea is to get a log of the faulty session.

1) startx as user.
2) When fails, reboot.
3) Don't startx as root, but become root and then type:

grep (EE) /var/log/Xorg.0.log

This should show the log errors of the just failed session.

> Hope this is what you wanted. I made the spaces in the last entry.

Mmmm, looks like same chipset as mine, although I've an old DELL inspiron.

I hope you didn't copy it down by hand?

You can redirect output to a file like so:

lspci -vv | grep VGA > lspci-output.txt

and then just attach lspci-output.txt to the email.


Have you altered/edited any configurations under /etc/X11/?

--
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the
oppressing." --- Malcolm X


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120522112405.GB25963@tal">http://lists.debian.org/20120522112405.GB25963@tal
 
Old 05-22-2012, 01:15 PM
Brian
 
Default Waiting for xserver to begin looking for connections........

On Tue 22 May 2012 at 23:24:05 +1200, Chris Bannister wrote:

> On Tue, May 22, 2012 at 02:18:46PM +1000, charlie wrote:
> > On Tue, 22 May 2012 05:44:43 +1200
> > Chris Bannister <cbannister@slingshot.co.nz> wrote:
> >
> > > For a start, please post exact output of following commands.
> > >
> > > -------------
> > > ls -al .x*
> >
> > -rwxr--r-- 1 charlie charlie 1273 Feb 10 16:29 .xdvirc
> > -rwxr--r-- 1 charlie charlie 737 May 22 09:45 .xsession
> > -rwxr--r-- 1 charlie charlie 690 May 13 15:54 .xsession~
> > -rw------- 1 charlie charlie 14557184 May 21 16:25 .xsession-errors
>
> Any clues in .xsession-errors? (Please don't send it to the list, its
> too big.)

The present one certainly is, but he could delete it and restart X to
get something more modest in size.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120522131527.GO2847@desktop">http://lists.debian.org/20120522131527.GO2847@desktop
 
Old 05-22-2012, 02:24 PM
Chris Bannister
 
Default Waiting for xserver to begin looking for connections........

On Tue, May 22, 2012 at 02:15:27PM +0100, Brian wrote:
> > > -rw------- 1 charlie charlie 14557184 May 21 16:25 .xsession-errors
> >
> > Any clues in .xsession-errors? (Please don't send it to the list, its
> > too big.)
>
> The present one certainly is, but he could delete it and restart X to
> get something more modest in size.

I forgot to mention that but instead of deleting it, it is safer to
":> logfile" in case of race conditions etc.

--
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the
oppressing." --- Malcolm X


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120522142426.GA30093@tal">http://lists.debian.org/20120522142426.GA30093@tal
 
Old 05-23-2012, 09:53 AM
Charlie
 
Default Waiting for xserver to begin looking for connections........

On Tue, 22 May 2012 23:24:05 +1200
Chris Bannister <cbannister@slingshot.co.nz> wrote:

> The idea is to get a log of the faulty session.
>
> 1) startx as user.
> 2) When fails, reboot.
> 3) Don't startx as root, but become root and then type:
>
> grep (EE) /var/log/Xorg.0.log

warning (EE) error (NI) not implemented (??) unknown


> rename .xsession as .xsessionrc and then try again.

> FYI
> (If I rename my .xsessionrc as .xsession, startx doesn't work, it
> bails out and I end back at the console)

No change at all, same ting happens.

Thanks for your help Chris and you also Brian. But I think that it's
something to do with my /home partition and I'm going to format it and
reinstall again and see if something changes.

I have backups of the files and data, so will not lose anything.

Thanks for your help. It's appreciated.

Charlie
--
** ** ** ** ** ** ** ** ** **
Registered Linux User:- 329524
***********************************************

To be on a quest is nothing more or less than to become an asker of
questions. --Sam Keen

***********************************************
Debian GNU/Linux - just the best way to create magic
_______________________________________________


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120523195345.365b6c70@nomad">http://lists.debian.org/20120523195345.365b6c70@nomad
 
Old 05-23-2012, 10:52 AM
"nestedep@gmail.com"
 
Default Waiting for xserver to begin looking for connections........

.

Sepmnkkl#)))nt from my HTC

----- Reply message -----
From: "charlie" <ariestao@skymesh.com.au>
To: <debian-user@lists.debian.org>
Subject: Waiting for xserver to begin looking for connections........
Date: Tue, May 22, 2012 00:18


On Tue, 22 May 2012 05:44:43 +1200
Chris Bannister <cbannister@slingshot.co.nz> wrote:

> For a start, please post exact output of following commands.
>
> -------------
> ls -al .x*

-rwxr--r-- 1 charlie charlie * * 1273 Feb 10 16:29 .xdvirc
-rwxr--r-- 1 charlie charlie * * *737 May 22 09:45 .xsession
-rwxr--r-- 1 charlie charlie * * *690 May 13 15:54 .xsession~
-rw------- 1 charlie charlie 14557184 May 21 16:25 .xsession-errors

.xine:
total 72
drwxr--r-- * 2 charlie charlie *4096 May *3 20:17 .
drwxr--r-- 104 charlie charlie *4096 May 22 09:46 ..
-rw-r--r-- * 1 charlie charlie 24048 Sep *9 *2011 catalog.cache
-rw-r--r-- * 1 charlie charlie 20374 May *3 20:17 config
-rw-r--r-- * 1 charlie charlie 13909 May *3 20:17 keymap
-rw-r--r-- * 1 charlie charlie * 137 Sep *9 *2011
xine-ui_old_playlist.tox

.xournal:
total 8
drwxr--r-- * 2 charlie charlie 4096 Mar *3 *2011 .
drwxr--r-- 104 charlie charlie 4096 May 22 09:46 ..
-rwxr--r-- * 1 charlie charlie * *0 Mar *3 *2011 recent-files

>
> grep -v ^# .xsessionrc

No such file

>
> ls -al .fvwm/

total 40
drwxr--r-- * 6 charlie charlie *4096 May 21 14:24 .
drwxr--r-- 104 charlie charlie *4096 May 22 09:46 ..
drwxr-xr-x * 3 charlie charlie *4096 May 21 14:24 Applications
-rw------- * 1 charlie charlie * * 0 May 13 18:15 .FvwmConsole-History
srwx------ * 1 charlie charlie * * 0 May 13 18:15 .FvwmConsole-Socket
drwxr-xr-x * 2 charlie charlie *4096 May 13 19:53 fvwm_scrpt
-rw-r--r-- * 1 charlie charlie 13088 May 21 14:24 menudefs.hook
drwxr-xr-x * 2 charlie charlie *4096 May 13 08:58 preferences
drwxr-xr-x * 3 charlie charlie *4096 May 13 09:02 wallpaper-thumbnails

>
> startx
>
> ---------------
> If the startx command gives a blank screen, try pressing alt-f7, or
> alt-f8 *if no good. Does pressing ctrl-alt-f1 take you back to the
> console?

Does nothing

>
> Once you are at a console, even if you have to reboot to get one:
> Type the following commands as root: (please copy 'n' paste exact
> output.
> ----------------------------------
> grep (EE) /var/log/Xorg.0.log

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

>
> lspci -vv | grep VGA

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx- 00:02.0 VGA compatible controller:
Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated
Graphics Controller (rev 03) (prog-if 00 [VGA controller]) Control:
I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping-
SERR- FastB2B- DisINTx-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+ BridgeCtl: Parity-
SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+ BridgeCtl: Parity-
SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+ BridgeCtl: Parity-
SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-

Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx- BridgeCtl: Parity-
SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx+

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx- BridgeCtl: Parity-
SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-

>
> ----------------------------------

Hope this is what you wanted. I made the spaces in the last entry.

Thanks,
Charlie
--
-------------------------------------
Registered Linux User:- 329524
************************************************** ********
The lesson which life repeats and constantly enforces is "look under
foot." You are always nearer the divine and the true sources of your
power than you think. The lure of the distant and the difficult is
deceptive. The great opportunity is where you are. Do not despise your
own place and hour. Every place is under the stars, every place is the
center of the world. ------------ JOHN BURROUGHS
<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>> Debian -
Just the best way to do magic.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120522141846.4dd82d71@nomad
 
Old 05-23-2012, 02:45 PM
Chris Bannister
 
Default Waiting for xserver to begin looking for connections........

On Wed, May 23, 2012 at 07:53:45PM +1000, Charlie wrote:
> Thanks for your help Chris and you also Brian. But I think that it's
> something to do with my /home partition and I'm going to format it and
> reinstall again and see if something changes.

Oh well, best of luck. Don't hesitate to post back if you are still
having problems.

--
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the
oppressing." --- Malcolm X


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120523144526.GD19998@tal">http://lists.debian.org/20120523144526.GD19998@tal
 

Thread Tools




All times are GMT. The time now is 12:53 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org