Re: X problems in Stretch with AMD APU?

2017-08-21 Thread Greg Wooledge
On Sat, Aug 19, 2017 at 10:19:59PM +0200, Alle Meije Wink wrote:
> I have a home theatre PC with an AMD A6-3500 APU. Bit of an oldie but still
> plays everything fine. The drivers supplied by the Jessie repositories
> (including fglrx for hardware acceleration) worked fine.
> 
> But then I upgraded to Stretch and suddenly started without X. The debian
> supplied drivers don't seem to support the A6 any more?

Start with:

lspci -nn
dmesg | grep -i firmware

If there are any firmware loading errors, these would probably
indicate a need to install some non-free firmware packages
(e.g. firmware-amd-graphics).

Installing amd64-microcode probably wouldn't hurt either, though it
probably won't have an immediately noticeable effect on your graphics.



Re: X problems in Stretch with AMD APU?

2017-08-20 Thread Zoltán Herman
Hi Alle,

the 4.9 kernel already has amd graphics support, but it needs firmware,
others do not have to(perhaps mesa, opengl, opencl). The X window must be
on the radeon driver.

If I were upgrading then I would always install a new one and switch
off the old(or will be secondary hdd :)
(Even if I sacrifice three days)

systemctl status bluetooth ?

Greetings
Zoltán

2017-08-20 11:14 GMT+02:00 Alle Meije Wink :

> I'm running 4.11
>
> Got a bit further by removing the MESA libraries for GLX support. That
> removed many graphics applications and libraries. Then added
> xserver-xorg-core again and now X starts again.
>
> Some work to do because my (wireless USB) keyboard is not recognised in
> the x session but that should be doable. So it looks like it's OK again but
> not sure what the crucial step was...
>
> On 20 Aug 2017 00:54, "Zoltán Herman"  wrote:
>
>> And what kind of kernel is installed 4.9 or 4.11?
>> Check the kernel log to see if the firmware has been loaded.
>>
>> >>
>> I have a home theatre PC with an AMD A6-3500 APU. Bit of an oldie but
>> still plays everything fine. The drivers supplied by the Jessie
>> repositories (including fglrx for hardware acceleration) worked fine.
>>
>> But then I upgraded to Stretch and suddenly started without X. The debian
>> supplied drivers don't seem to support the A6 any more?
>>
>> I got everything working again 3 weeks ago by installing the proprietary
>> drivers (catalyst 15.9). But now X has gone again and the same catalyst
>> package refuses to install.
>>
>> The error message that the installer gives is that the X version is too
>> low for catalyst?
>>
>> Then I removed (--purge) xserver-xorg-core and reinstalled it. But when I
>> now start X it says 'no screens found'..
>>
>> Is there a way to get the AMD APUs off that generation working in Stretch
>> working again?
>>
>> Or to at least start X again (with a very low resolution, assuming basic
>> hardware)?
>> <<
>> Add non-free to sources.list
>> update
>> install firmware-amd-graphics
>> etc.
>> <<.
>>
>


Re: X problems in Stretch with AMD APU?

2017-08-20 Thread Alle Meije Wink
I'm running 4.11

Got a bit further by removing the MESA libraries for GLX support. That
removed many graphics applications and libraries. Then added
xserver-xorg-core again and now X starts again.

Some work to do because my (wireless USB) keyboard is not recognised in the
x session but that should be doable. So it looks like it's OK again but not
sure what the crucial step was...

On 20 Aug 2017 00:54, "Zoltán Herman"  wrote:

> And what kind of kernel is installed 4.9 or 4.11?
> Check the kernel log to see if the firmware has been loaded.
>
> >>
> I have a home theatre PC with an AMD A6-3500 APU. Bit of an oldie but
> still plays everything fine. The drivers supplied by the Jessie
> repositories (including fglrx for hardware acceleration) worked fine.
>
> But then I upgraded to Stretch and suddenly started without X. The debian
> supplied drivers don't seem to support the A6 any more?
>
> I got everything working again 3 weeks ago by installing the proprietary
> drivers (catalyst 15.9). But now X has gone again and the same catalyst
> package refuses to install.
>
> The error message that the installer gives is that the X version is too
> low for catalyst?
>
> Then I removed (--purge) xserver-xorg-core and reinstalled it. But when I
> now start X it says 'no screens found'..
>
> Is there a way to get the AMD APUs off that generation working in Stretch
> working again?
>
> Or to at least start X again (with a very low resolution, assuming basic
> hardware)?
> <<
> Add non-free to sources.list
> update
> install firmware-amd-graphics
> etc.
> <<.
>


Re: X problems

2007-06-22 Thread Jose Rodriguez
On Fri, 22 Jun 2007 05:30:11 +0200
Zach <[EMAIL PROTECTED]> wrote:

> On 6/21/07, Kamaraju S Kusumanchi <[EMAIL PROTECTED]>
> wrote:
> >
> > To enable hardware acceleration, In the "Module" section of
> > xorg.conf you should load "dri". So the corresponding stanza
> > in /etc/X11/xorg.conf will look like
> >
> > Section "Module"
> >   # bunch of load statements here
> >   Load "dri"
> >   # bunch of load statements here
> > EndSection
> 
So, does /var/log/Xorg.0.log tell you anything about DRI being
enabled or not? If not, you may want to try to use 16 bits depth,
I read somewhere it was needed to get the acceleration to work
with that card. Also, I believe too that the best way to proceed
is to take a careful look at the xorg.conf file from the Ubuntu
CD, I dont't think there's anything fundamentally different, must
be some settings here and there.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems

2007-06-21 Thread Andrew Sackville-West
On Thu, Jun 21, 2007 at 11:20:20PM -0400, Zach wrote:
> 
> What does the mode indicate? Could that be the problem? Maybe the game
> I played was misdetecting, is there a quick way to verify that
> hardware acceleration is working?

on my rig:

[EMAIL PROTECTED]:~$ grep -i dri /var/log/Xorg.0.log | grep /
-vi driver
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
(II) Loading extension XFree86-DRI
(EE) VIA(0): [dri] DRIScreenInit failed.  Disabling DRI.
(EE) MGA(1): Static buffer allocation failed, not initializing the DRI
(EE) AIGLX: Screen 0 is not DRI capable
(EE) AIGLX: Screen 1 is not DRI capable

pretty much says it all. Not sure what it looks like when it works.

A


signature.asc
Description: Digital signature


Re: X problems

2007-06-21 Thread Zach

On 6/21/07, Kamaraju S Kusumanchi <[EMAIL PROTECTED]> wrote:


To enable hardware acceleration, In the "Module" section of xorg.conf you
should load "dri". So the corresponding stanza in /etc/X11/xorg.conf will
look like

Section "Module"
  # bunch of load statements here
  Load "dri"
  # bunch of load statements here
EndSection


Hi Raju,

My /etc/X11/xorg.conf currently has:


Section "Module"
  
  Load"dri"
  

Section "DRI"
  Mode0666
EndSection

What does the mode indicate? Could that be the problem? Maybe the game
I played was misdetecting, is there a quick way to verify that
hardware acceleration is working?

Zach


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: X problems

2007-06-21 Thread Kamaraju S Kusumanchi
Zach wrote:

> I remember when I had my old Nvidia card I could use 'nv' or
> 'nvidia' driver to get hardware acceleration working. Any idea how to
> do so for my ATI card?
> 

To enable hardware acceleration, In the "Module" section of xorg.conf you
should load "dri". So the corresponding stanza in /etc/X11/xorg.conf will
look like

Section "Module"
  # bunch of load statements here
  Load "dri"
  # bunch of load statements here
EndSection

hth
raju

-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems

2007-06-21 Thread Andrew Sackville-West
On Thu, Jun 21, 2007 at 04:58:06PM -0400, Zach wrote:
> On 6/21/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
> >
> >first thing I'd do is very closely read the xorg.conf and
> >/var/log/Xorg.0.log generated by *each* system and look for critical
> >differences.
> >
> >It could be something as simple as the dpi setting, for example. It
> >could also be a theme thing. THe default fonts, colors, etc could just
> >be a better setup for you.
> 
> Ok, do you know a general way to increase the screen brightness in X?

[...]

I don't think so, unless the driver has it. man ati. also, maybe
ddccontrol would be useful

A


signature.asc
Description: Digital signature


Re: X problems

2007-06-21 Thread Zach

On 6/21/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote:


first thing I'd do is very closely read the xorg.conf and
/var/log/Xorg.0.log generated by *each* system and look for critical
differences.

It could be something as simple as the dpi setting, for example. It
could also be a theme thing. THe default fonts, colors, etc could just
be a better setup for you.


Ok, do you know a general way to increase the screen brightness in X?
Most gfx drivers in Windows come with a way to change the brightness
but I have no driver for this so I guess X.org just picked something
generic. I remember when I had my old Nvidia card I could use 'nv' or
'nvidia' driver to get hardware acceleration working. Any idea how to
do so for my ATI card?

Zach


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: X problems

2007-06-21 Thread Andrew Sackville-West
On Thu, Jun 21, 2007 at 04:43:06PM -0400, Zach wrote:
> Greetings,
> 
> I recently tried out a fairly recent Ubuntu boot CD (just to test it -
> no plans on switching from Debian which I love) and was surprised to
> see that my X desktop looked so much better: it was brighter and even
> in the gnome-term and xterm I tried the fonts seemed better contrast,
> more crisp! I wonder what Ubuntu is doing that my  X.org didn't do?

first thing I'd do is very closely read the xorg.conf and
/var/log/Xorg.0.log generated by *each* system and look for critical
differences. 

It could be something as simple as the dpi setting, for example. It
could also be a theme thing. THe default fonts, colors, etc could just
be a better setup for you. 

.02

A


signature.asc
Description: Digital signature


Re: X problems after dist-upgrade

2005-10-03 Thread Kent West
Fred J. wrote:

>Hello
>
>I have bee struggling with this problem for a while
>not, I would appreciate some help in fix it. I am not
>able to boot into wdm or X.
>
>I just did an #apt-get dist-upgrade from woody to the
>testing tree. Also I upgrade to kernel 2.6.12-1-686
>My system was working good but now I have a problem
>with the wdm (window manager) and X. Which is what I
>need fixed.
>the system boots fine but does not show the wdm it
>used to show before.
>
Do you mean display manager (GUI login screen) or window
manager/environment (wmaker vs KDE vs Icewm vs Gnome, etc)?

I'm assuming you mean display manager, since you specifically mention
"wdm". You don't indicate if another display manager is starting or not.

I suggest you try:

dpkg-reconfigure wdm

or
dpkg-reconfigure xdm

or

dpkg-reconfigure gdm

Depending on what you have installed, one of these will probably let you
reset wdm as your display manager. If it's not available as a choice,
try reinstalling wdm:

apt-get install wdm

-- 
Kent West
Technology Support
/A/bilene /C/hristian /U/niversity


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems with kernel 2.6

2004-03-22 Thread Kent West
Paul Mackinney wrote:

Thanks a million. Since I was running without X, googling for the answer
as a previous correspondent suggested would have been difficult. Now I'm
off to read those 2.6.x docs...
 

If you're not aware, there are text-mode web browsers (lynx is the best 
known one; links can be considered a variant; I think emacs has a 
browser mode, etc), so you don't need X to google. But perhaps you mean 
that googling in a GUI is easier than googling in text mode; I'd 
probably agree with you there.

--
Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems with kernel 2.6

2004-03-22 Thread Paul Mackinney
Ritesh Raj Sarraf declaimed:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 2.6.x kernels do:
> # modprobe mousedev;
> # modprobe psmouse;
> 
Thanks a million. Since I was running without X, googling for the answer
as a previous correspondent suggested would have been difficult. Now I'm
off to read those 2.6.x docs...

:-) Paul
-- 
Paul Mackinney
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems with kernel 2.6

2004-03-19 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2.6.x kernels do:
# modprobe mousedev;
# modprobe psmouse;


HTH,
rrs

On Fri, 19 Mar 2004, Didier Caamano wrote:

> Date: Fri, 19 Mar 2004 03:00:29 -0700
> From: Didier Caamano <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: X problems with kernel 2.6
> Resent-Date: Fri, 19 Mar 2004 04:00:33 -0600 (CST)
> Resent-From: [EMAIL PROTECTED]
>
> Greetings:
>
> I'm having a little bit of trouble starting X with kernel 2.6.4 from
> unstable, I was using the standard kernel that comes with woody, then I
> upgraded it using the normal method: apt-get install kernel-image.
> With the old kernel X work flawlessly, but after the upgrade it start
> having troubles with the mouse, the error is:
> Cannot open /dev/psaux device does not exist, the thing is that it does,
> cuz I went back to 2.4 and X worked just fine.
>
> Is this just a bug that is being fixed or it is actually a problem in my
> computer; any hint in how I can work with this problem will be
> appreciated.
>
> Well, have a nice day everyone,
> Didier.
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>

Ritesh Raj Sarraf   Email: rrs [EMAIL PROTECTED] researchut.com
Web: http://www.researchut.com  Phone: +91-9899655651
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFAW1E74Rhi6gTxMLwRApbdAJ9bQ+kL0jOUjaaD4U+LOPKv0ja9gwCgk+tw
WWw2KHM7e/4W/QDg/X7UYGk=
=kp5A
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems with kernel 2.6

2004-03-19 Thread Chris Metzler
On Fri, 19 Mar 2004 03:00:29 -0700
"Didier Caamano" <[EMAIL PROTECTED]> wrote:
>
> Is this just a bug that is being fixed or it is actually a problem in my
> computer; any hint in how I can work with this problem will be
> appreciated.

It's neither a bug nor a problem with your computer.  It's a
configuration change you need to make to run 2.6.

For more info, see the archives of this list.  Or, alternately, try
Google -- I googled on "2.6 kernel mouse /dev/psaux" and got lots of
responses.

-c


-- 
Chris Metzler   [EMAIL PROTECTED]
(remove "snip-me." to email)

"As a child I understood how to give; I have forgotten this grace since I
have become civilized." - Chief Luther Standing Bear


pgp0.pgp
Description: PGP signature


Re: X-problems with a sony multisync 17se

2004-03-19 Thread urs . sonderegger
Thanks for your Inputs!

@Dave: I tried allready with several depth-parameters with no effect.

I think it's really the power-management wich makes these problems.
I tried another monitor yesterday and got the same troubles.
Now I play arount with PM-parameters in the ServerFlags of XF86Config-4 an
my BIOS.

I'll post the results later here.

'til then, sondi



Urs Sonderegger


Fon +41 71 226 12 16
Fax  +41 71 226 12 05
Web http://www.fhsg.ch/te

FHS Hochschule für Technik, Wirtschaft und Soziale Arbeit St.Gallen
Fachbereich Technik  Tellstrasse 2  Postfach 664  CH-9001 St.Gallen







Re: X-problems with a sony multisync 17se

2004-03-18 Thread David
On Wed, Mar 17, 2004 at 04:36:57PM -0600, David wrote:
> On Wed, Mar 17, 2004 at 09:28:47PM +0100, [EMAIL PROTECTED] wrote:

> > I have serious problems to start the X with my sony multisync 17se.

> My monitor is a Sony Multiscan 15 sf2

> I had a lot of identical blackouts when I was upgrading XFree.

One thing I forgot to mention (I think)..

I originally had my depth set to 24.  IIRC, I couldn't get a screen up
until I reduced the depth to 16.  If your depth is 24 or 32(?), you
might try dropping it to 16 and see what happens.  You can edit your
XF86Config-4 file, or, to just experiment, if you're starting up with
startx, you can specify the depth on the startx command line, I believe.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X-problems with a sony multisync 17se

2004-03-17 Thread David
On Wed, Mar 17, 2004 at 09:28:47PM +0100, [EMAIL PROTECTED] wrote:

> I have serious problems to start the X with my sony multisync 17se.

> My configuration is as follows:

> Debian 24 from ftp.de.debian.org (woody)
> XFree86 V4.4.0 (after I crashed with 4.1.0)

Is this from some Debian package (if one exists) or is it compiled from
Xfree86 source?

> Graphic-Device: 3dLabs Oxygen VX1 (Glint Permedia V3) on PCI 1:0:0
> Monitor: As described above.

> In fact my Screen keeps black like a starless night on tty07. It seems that
> the
> screen goes immediatly to suspend-mode when X is starting (the power-led
> goes
> off and only standby-led is on. All menue-functions on the controlpanel of
> the
> screen are disabled!?).

My monitor is a Sony Multiscan 15 sf2

I had a lot of identical blackouts when I was upgrading XFree.  I have
an S3 chip in a rather old card.  I was using xserver-s3 (v3.3.6).  I
could never get XFree V4.2.1 from the package to work.  I don't recall
if I had these blackouts with the 4.2.1 package or not.  Seems I did.  I
finally downloaded the source and compiled my own, installing under
/usr/local.

I never did determine why my screen did black out like this.  I had
xserver-s3 v3.3.6, and packages from xfree 4.2.1 installed.  Some
modules from the wrong version could have been messing things up.

One thing you might do if you have this X installed in /usr/local.
After I got 4.3 going, a few programs, Pan, for one, would not start
because they were getting unresolved symbols in some of the modules.
Some of the dynamic links were going to the 4.3 libraries, and were
conflicting, so I added this line to my .bashrc:
   export LD_LIBRARY_PATH=/usr/local/X11R6/lib/
and now my X seems to work alright.  I had thought to install the
standard X 4.3 package from SID, but I'm afraid I'd break it, so I think
I'm going to leave this alone for a while.

> All my settings in XF86Config-4 are from original vendor-datasheets.
> But i didn't set some clock modes. Could that sove my problems?
> Does anybody have some clock-mode-parameters that work with this screen?
> Is there a probe-tool available to get these parameters?

xvidtune from the xbase-clients allows you to experiment with different
xmode settings.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X-problems with a sony multisync 17se

2004-03-17 Thread Kenneth Macdoald Karlsen
On Wed, 2004-03-17 at 21:28, [EMAIL PROTECTED] wrote:
> hi!
> 
> I have serious problems to start the X with my sony multisync 17se.
> 
> My configuration is as follows:
> 
> Debian 24 from ftp.de.debian.org (woody)
> XFree86 V4.4.0 (after I crashed with 4.1.0)
> 
> Graphic-Device: 3dLabs Oxygen VX1 (Glint Permedia V3) on PCI 1:0:0
> Monitor: As described above.
> 
> It seems that everything is fine. No serious erroemessages in the XFree86.0.log
> The startx seems to run and also the gdm. I looked after active processes
> via
> tty01 and there was a gdm-login waiting for login.
> 
> In fact my Screen keeps black like a starless night on tty07. It seems that
> the
> screen goes immediatly to suspend-mode when X is starting (the power-led
> goes
> off and only standby-led is on. All menue-functions on the controlpanel of
> the
> screen are disabled!?).
> 
> All my settings in XF86Config-4 are from original vendor-datasheets.
> But i didn't set some clock modes. Could that sove my problems?
> Does anybody have some clock-mode-parameters that work with this screen?
> Is there a probe-tool available to get these parameters?
> 
> many thanks, sondi

Try:
 it may be helpful to enable more verbose output by using the XFree86
   command line options "-verbose" and "-logverbose" which can be used
   to set the verbosity level for the stderr and log file messages,

you can also try the command xf86config
dpkg-reconfigure x-window-system or xserver-xfree86
Kenneth
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



ypbind (was: Re: X-problems: What do these two apps have in common?)

2004-02-27 Thread Derrick 'dman' Hudson
On Fri, Feb 27, 2004 at 12:13:13PM +0100, David Baron wrote:

| Feb 27 11:57:27 d_baron ypbind[619]: broadcast: RPC: Timed out.

| ypbind[619] broadcast: RPC: Timed out. I have one of these every 74 seconds. 
| This was flagged on google (this time I checked) but no solutions. What is 
| it. This is apparently harmless but might as well fix it :-) I think there is 
| a bootup message relating to this as well.

ypbind is part of the NIS system.  (NIS is Network Information System,
I think)  NIS was developed in the mid-80's by Sun to solve the
administrative problem of synchronizing /etc/passwd, /etc/group,
/etc/hosts, and /etc/services on many machines on a single network.  I
don't know anything beyond that, but if you aren't using NIS then you
certainly have no need for ypbind and can remove it.  (I don't know
what package its in, though)

HTH,
-D

-- 
In my Father's house are many rooms; if it were not so, I would have
told you.  I am going there to prepare a place for you.  And if I go and
prepare a place for you, I will come and take you to be with me that you
also may be where I am.
John 14:2-3
 
www: http://dman13.dyndns.org/~dman/jabber: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: X-problems: What do these two apps have in common?

2004-02-27 Thread David Baron
On Friday 27 February 2004 10:10, you wrote:
> --- David Baron <[EMAIL PROTECTED]> wrote:
> > 1. Netbeans Java-IDE, after recent upgrade including
> > XFree86, immediately
> > kicks out the session. One logs in again to a new X
> > session. This is not the
> > same as control/alt/bksp since in the 2.6.2 kernels,
> > the mouse needs be
> > exercised a bit before it starts working. A new
> > session.
> >
> > (Note that OpenOffice does not have this problem.)
> >
> > 2. KDE KPackage, GUI front end for apt-get, etc.
> > This program still has a bug
> > that when run as root, will not actively do anything
> > and the work-around is
> > to run as another user--it then requests a root
> > login and works fine. Now ...
> >
> > Run as root, aside from its bug, works 100%. No
> > problem, simply go to a
> > console shell to do anything active.
> >
> > Run as other user, as soon as one starts browsing or
> > tries to do anything, it
> > kicks out the session. Again, a brand new login to a
> > brand new session.
> >
> > Run as a double-click on an associated .deb file,
> > works without a hitch.
> >
> > Any ideas?
>
> What's the message in your syslog? Is it:
> "gdm_slave_xioerror_handler: Fatal X error -
> Restarting
>
> :0" ?

Here is a section of the syslog for the shutdown I just reproduced:

Feb 27 11:57:19 d_baron kdm[912]: Server for display :0 terminated 
unexpectedly
Feb 27 11:57:21 d_baron kernel: atkbd.c: Unknown key released (translated set 
2,
 code 0x7a on isa0060/serio0).
Feb 27 11:57:21 d_baron kernel: atkbd.c: This is an XFree86 bug. It shouldn't 
ac
cess hardware directly.
Feb 27 11:57:21 d_baron kernel: atkbd.c: Unknown key released (translated set 
2,
 code 0x7a on isa0060/serio0).
Feb 27 11:57:21 d_baron kernel: atkbd.c: This is an XFree86 bug. It shouldn't 
ac
cess hardware directly.
Feb 27 11:57:27 d_baron ypbind[619]: broadcast: RPC: Timed out.


>
> If so, the problem could be similar to the one I
> reported yesterday with subject "Fatal X error: how to
> diagnose?".
> If it is the same problem then that narrows things
> down a lot because we're using different kernels (mine
> is 2.4.18-bf2.4). Does mplayer also kill your X
> session?

I do not have mplayer. I am, obviously, using kdm as a display/X-handler. 
There are two other entries here of note:

atkbd.c unknown key -- No keys were pressed to run netbeans nor were any 
pressed to restart until I typed my password to login. Note that this thing 
traps a lot of stuff. When I succumb to temptation and run uhic-hcd, a tap on 
the power switch will enable me to shut down. This is also flagged by 
atkbd.c. The shutdown is not a correct shutdown.

ypbind[619] broadcast: RPC: Timed out. I have one of these every 74 seconds. 
This was flagged on google (this time I checked) but no solutions. What is 
it. This is apparently harmless but might as well fix it :-) I think there is 
a bootup message relating to this as well.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X-problems: What do these two apps have in common?

2004-02-27 Thread Nick Jacobs

--- David Baron <[EMAIL PROTECTED]> wrote:
> 1. Netbeans Java-IDE, after recent upgrade including
> XFree86, immediately 
> kicks out the session. One logs in again to a new X
> session. This is not the 
> same as control/alt/bksp since in the 2.6.2 kernels,
> the mouse needs be 
> exercised a bit before it starts working. A new
> session.
> 
> (Note that OpenOffice does not have this problem.)
> 
> 2. KDE KPackage, GUI front end for apt-get, etc.
> This program still has a bug 
> that when run as root, will not actively do anything
> and the work-around is 
> to run as another user--it then requests a root
> login and works fine. Now ...
> 
> Run as root, aside from its bug, works 100%. No
> problem, simply go to a 
> console shell to do anything active.
> 
> Run as other user, as soon as one starts browsing or
> tries to do anything, it 
> kicks out the session. Again, a brand new login to a
> brand new session.
> 
> Run as a double-click on an associated .deb file,
> works without a hitch.
> 
> Any ideas?

What's the message in your syslog? Is it:
"gdm_slave_xioerror_handler: Fatal X error -
Restarting
:0" ?

If so, the problem could be similar to the one I
reported yesterday with subject "Fatal X error: how to
diagnose?".
If it is the same problem then that narrows things
down a lot because we're using different kernels (mine
is 2.4.18-bf2.4). Does mplayer also kill your X
session?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems with unstable

2003-08-31 Thread Robert Ian Smit
* R Ransbottom <[EMAIL PROTECTED]> [31-08-2003 02:30]:
> In installing xserver-common (4.2.1-10) on unstable I get a
> note:
> Note: not updating /etc/X11/Xwrapper.config; file does not exist.

A new version of that package is available. I am not sure if it
solves this issue though. The problem bit me on a clean install of
X. On my normal system I just upgraded to 4.2.1-11 from a somewhat
older version.

Bob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems with unstable

2003-08-31 Thread Russell Shaw
R Ransbottom wrote:
In installing xserver-common (4.2.1-10) on unstable I get a
note:
Note: not updating /etc/X11/Xwrapper.config; file does not exist.
This is followed by xserver-xfree86 (4.2.1-10) noting:
Note: not updating /etc/X11/X; file does not exist.
Note: not updating /etc/X11/XF86Config-4; file does not exist.
What should I read/do to get X going?

Thanks.

man dpkg

Try the "confmiss" option.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems with unstable

2003-08-31 Thread Marc Wilson
On Sat, Aug 30, 2003 at 08:44:34PM -0400, R Ransbottom wrote:
> What should I read/do to get X going?

You should read the BTS, like any other unstable user would.  This is
endlessly reported there, including workarounds.

-- 
 Marc Wilson | All of the true things I am about to tell you are
 [EMAIL PROTECTED] | shameless lies.  -- The Book of Bokonon / Kurt
 | Vonnegut Jr.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems after an upgrade with bunk packages SOLVED

2003-08-02 Thread Joris Huizer

--- Joris Huizer <[EMAIL PROTECTED]> wrote:
> Hello everybody,
> 
> Today I did an upgrade using
> apt-get upgrade
> with the bunk packages in the /etc/apt/sources.list
> -
> and it had a lot of upgrades for x in the bunk
> packages. I never had problems with the bunk
> packages
> before but... now suddenly the X isn't working
> anymore
> !
> I now removed the bunk packages urls from the
> /etc/apt/sources.list but I don't know exactly what
> I
> should downgrade.
> I seem to remember there is a downloading log
> somewhere but... I don't know where it is... 
> 
> Can someone tell me where this log file is - or,
> which
> x programs to downgrade ?
> 
> Thanks for your help !
> 
> Joris Huizer

Sorry the problem had to do with the
/etc/X11/XFConfig-4 file which had been overwritten -
but I now solved it :-)



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X problems, likely vertical refresh

2003-01-21 Thread Matthew Weier O'Phinney
-- Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote
(on Monday, 20 January 2003, 04:18 PM -0500):
> I just installed an ATI All-in-Wonder PCI VGA card in my machine, and
> I'm having a few problems with X.
> 
> I'm using a Slimline flat-panel LCD monitor
 
> I'm getting some wierd behaviour, though. When I load X, I get a gray
> pattern that has vertical dark areas that then gradate out to vertical
> lighter areas. Once blackbox has loaded with my backdrop, it's not
> noticable ... until you start looking at apps, and start to notice that
> wherever there was a dark bar, any text/graphics overlying that area are
> darkened and defocussed along those vertical strips. It makes it
> difficult to read, to say the least.

I neglected to mention I'm using Xfree86 4.2.1 from Debian testing.

As a followup:
I tried a number of things, from using the gatos project ati.2 4.2.0
binaries with the debian 4.2.1 distribution (caused wierd flicker), to
installing 4.2.0 binaries from Xfree86.org and using the gatos
binaries... none of which worked. I decided to go back to my backups of
my /usr/X11R6 directory (made just before trying the gatos binaries --
when I was still having the problems with the vertical banding) -- and
lo and behold but it's working now. 

Not sure what to attribute it to, if anything -- just going to go with
it for now.

Thanks for the suggestions, all.

-- 
Matthew Weier O'Phinney
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: X problems, likely vertical refresh

2003-01-20 Thread Egor Tur
Hi Matthew.
I have ATI All-in-Wonder Pro AGP card and I use driver from GATOS for
XFree86 version 4.1.x. This driver works fine for me (XVideo, TV tuner ...)

<>


Re: X problems, likely vertical refresh

2003-01-20 Thread Erinn

> Section "Module"
>   Load"GLcore"
>   Load"bitmap"
>   Load"dbe"
>   Load"ddc"
>   Load"dri"
>   Load"extmod"
>   Load"freetype"
>   Load"glx"
>   Load"speedo"
>   Load"type1"
>   Load"vbe"
  Load"ati"
> EndSection

What version of XFree86 are you using?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: X problems

2001-10-14 Thread Ionel Mugurel Ciobîcă
On 12-10-2001, at 08h 27'18", Kurt Lieber wrote:
> I had a similar problem -- check to make sure you aren't also running gpm 
> (General Purpose Mouse interfaces)  It doesn't always play nicely with X.  
> 
I know, it was the first think I checked. After that I looked at
IRQ. Everything seams fine. But it is not working.

Ionel



Re: X problems

2001-10-12 Thread Kurt Lieber
I had a similar problem -- check to make sure you aren't also running gpm 
(General Purpose Mouse interfaces)  It doesn't always play nicely with X.  

You can check if gpm is started by doing 'ps ax |grep gpm'

hth

--kurt

> My problem is that I can't use the mouse and sometime the
> keyboard. The error is not reproducible. By simply restarting
> X I can have a different behavior.



Re: X problems

2001-05-18 Thread Steve Gran
On Fri, 18 May 2001, harsha wrote:

> 
> hi,
>i was using a potato system. i did a dist-upgrade to woody. the upgrade 
> went without a hitch but for X. some packages were of version 3.3.6-18. i 
> tried removing 3.3.6-18 but said dependency problems. 
> 
> I have Riva TNT2 ULTRA card. downloaded the binary drivers from nvidia and 
> installed them. 
> 
> i am a newbie so didn't know i how it is quite worked. so assumed that i 
> could safely remove xserver-svga. but that left me with out X. i am not quite 
> clear on how to solve this. 
> 
> another thing i found when i tried to run mplayer -vo xv it says that XVideo 
> definton missing. could someone give me links as to what this is all about. i 
> wanted to use xine. but for a fs mode one needs Xv. 
> 
> how can i get this working,
> 
> thanks is advance,
> regards
> harsha


The xserver thing is an upgrade problem - they went to v 4.x with Woody, and it 
uses some slightly different files.  dpkg -l > packages.list will give you a 
list of all your installed packages.  dpkg -r or apt-get remove all the x 
pavkages that are version 3.x, and rerun xf86config - this will give you a 
working config file and should let you run your xserver normally.  I'm not sure 
about your card, but I'm fairly sure that the drivers for it are supported 
directly by the newer kernels, and I'm also fairly sure that it's supported by 
the new version of X.

Good luck,
Steve




Re: X problems

2001-05-18 Thread Jeffrin

Hello
 
 You can try this ...
   
 1. Add " deb http.us.debian.org/debian sid main " to your 
/etc/sources.list 2. apt-get update
 3. apt-get install xserver-xfree86
 4. Download nvidia's driver sources ( NVIDIA_GLX-0.9-769.tar.gz
  and NVIDIA_kernel-0.9-769.tar.gz ) and install the driver.
 5.Configure your card using the tool named xf86config

Changes to make in /etc/XF86config-4 

 6.Replace "nv" with "nvidia" in the Device section 
 7.In the Module section you  should have < Load "glx" > and should
   not have  < Load "GLcore">

 8. Make sure you have a symlink named "X" in /etc/X11 pointed
   to /usr/X11R6/bin/XFree86


 
-Jeffrin

 
 



Re: X problems after upgrade

2001-02-27 Thread David Wright
Quoting Sven Gaerner ([EMAIL PROTECTED]):

> to solve the problem of the error message
> 
> X: cannot stat /etc/X11/X (No such file or directory), aborting.
> giving up.
> xinit:  Connection refused (errno 111):  unable to connect to X server
> xinit:  No such process (errno 3):  Server error.
> 
> create a link to XFree86 in /etc/X11.
> 
> $ cd /etc/X11
> $ ln -s /usr/X11R6/bin/XFree86 X

I can't quite understand this. X is running and complains that it
can't stat a file, so you create a link so that it can stat itself?

Perhaps X wants to find its configuration file...

--8<

XFree86 uses a configuration file called XF86Config for its initial
setup. This configuration file is searched for in the
following places when the server is started as a normal user: 

/etc/X11/
/usr/X11R6/etc/X11/
/etc/X11/$XF86CONFIG
/usr/X11R6/etc/X11/$XF86CONFIG
/etc/X11/XF86Config-4
/etc/X11/XF86Config
/etc/XF86Config
/usr/X11R6/etc/X11/XF86Config.
/usr/X11R6/etc/X11/XF86Config-4
/usr/X11R6/etc/X11/XF86Config
/usr/X11R6/lib/X11/XF86Config.
/usr/X11R6/lib/X11/XF86Config-4
/usr/X11R6/lib/X11/XF86Config

where  is a relative path (with no ".." components)
specified with the -xf86config command line option,
$XF86CONFIG is the relative path (with no ".." components)
specified by that environment variable, and  is the
machines hostname as reported by gethostname(3) . 

--8<

In particular, it's probably worth checking whether XF86CONFIG
is getting set somehow. (Also read the man page if you start X
as root as the list is then different.)

Cheers,

-- 
Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
Disclaimer:   These addresses are only for reaching me, and do not signify
official stationery. Views expressed here are either my own or plagiarised.



Re: X problems after upgrade

2001-02-27 Thread Sven Gaerner

Hi,

to solve the problem of the error message

X: cannot stat /etc/X11/X (No such file or directory), aborting.
giving up.
xinit:  Connection refused (errno 111):  unable to connect to X server
xinit:  No such process (errno 3):  Server error.

create a link to XFree86 in /etc/X11.

$ cd /etc/X11
$ ln -s /usr/X11R6/bin/XFree86 X

Bye,

Sven
-- 

+-+
| Please reply only to [EMAIL PROTECTED]   |
| Other email addresses may no longer be valid... |
| |
| Do not send HTML mails, they may not be read... |
+-+


Re: X problems after upgrade

2001-02-25 Thread mike polniak
Nathan wrote:
> I recently upgraded to 4.0.2 from 3.3.6 using dselect so all dependencies
> should be OK and now X won't start at all. I ran xf86config and created the
> new XF86Config-4 file in /etc/X11 and every time I try to run X, it gives me
> this error msg:
> 
> X: cannot stat /etc/X11/X (No such file or directory), aborting.
> giving up.
> xinit:  Connection refused (errno 111):  unable to connect to X server
> xinit:  No such process (errno 3):  Server error.

Try > ln -s /usr/bin/X11/XFree86 /etc/X11/X
-- 
LINUX~~nobody owns it~~everybody can use it~~anybody can improve it
~~~



Re: X problems after upgrade

2001-02-25 Thread Christopher W. Aiken

On Sun, 25 Feb 2001, Nathan wrote:

->I recently upgraded to 4.0.2 from 3.3.6 using dselect so all dependencies
->should be OK and now X won't start at all. I ran xf86config and created the
->new XF86Config-4 file in /etc/X11 and every time I try to run X, it gives me
->this error msg:
->
->X: cannot stat /etc/X11/X (No such file or directory), aborting.
->giving up.
->xinit:  Connection refused (errno 111):  unable to connect to X server
->xinit:  No such process (errno 3):  Server error.
->
->
->Anybody know what's wrong?
->

I got the same error on 3.3.6 when I installed xfce from unstable.  The
problem was the symb link of /etc/X11/X -> /usr/X11R6/bin/XF86_Mach64
was removed.  I replaced the symb link and all was/is OK.
Maybe the same sort of thing is needed for the 4.0.2 version.

Hope this helps...

--
Christopher W. Aiken
Scenery Hill, Pa, USA
chris at cwaiken dot com
www.cwaiken.com
Debian GNU/Linux 2.2_r2



Re: X problems after upgrade

2001-02-24 Thread Ross Boylan
See Mirek Kwasniak's message of 18 Feb.

Weird: I did about the same upgrade, but never had this problem.  Had
a number of others.  I did apt-get dist-upgrade; maybe it's because
dselect brings in different packages.

On Sun, Feb 25, 2001 at 04:17:47PM +1100, Nathan wrote:
> I recently upgraded to 4.0.2 from 3.3.6 using dselect so all dependencies
> should be OK and now X won't start at all. I ran xf86config and created the
> new XF86Config-4 file in /etc/X11 and every time I try to run X, it gives me
> this error msg:
> 
> X: cannot stat /etc/X11/X (No such file or directory), aborting.
> giving up.
> xinit:  Connection refused (errno 111):  unable to connect to X server
> xinit:  No such process (errno 3):  Server error.
> 
> 
> Anybody know what's wrong?
> 
> 
> TIA,
> Nathan.



Re: X-Problems

2001-02-12 Thread Osamu Aoki
Yes we can have gpm and X in a same bed for Debian too.  
Following scheme works.

Run gpm with following. (/etc/gpm.conf)
 Set gpm to read your real mouse device like /dev/psaux.
 Set gpm repeater mode to ms3 which is default.
Set-up X
 Read mouse from /dev/gpmdata or  /dev/mouse which is link to /dev/gpmdata
 Set mode to MS or Intellimouse depending on 2 or 3 button
 If 2 button set emulation on

This way, you can unplug mouse and plug in again.  You just restart gpm
to initialize.  No need to restrt X.  Quite handy when you have unreliable
KB switch unit which go crazy once in a while.

Bye.


On Mon, Feb 12, 2001 at 09:18:17PM +0530, [EMAIL PROTECTED] wrote:
> 
> 
> > when you run gpm with X your mouse will NOT work
> > 
> > i allways do a 
> > gpm -k
> 
> i think it's not true. My am running X and following is the status of gpm.
> 
> $ /etc/rc.d/init.d/gpm status
> gpm (pid 310) is running...
> 
> 
> btw, i am running a redhat system..
> 
> 
> -pankaj
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> 

-- 
+  Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D  +
+   Fingerprint: 814E BD64 3288 40E7 E88E  3D92 C3F8 EA94 D5DE 453D   +
+   === http://www.aokiconsulting.com === Cupertino, CA USA ===   +



RE: X-Problems

2001-02-12 Thread Joris Lambrecht
like i said, it is a condition wich often occurs but can be resolved

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, February 12, 2001 4:48 PM
To: Joris Lambrecht
Cc: 'virtanen'; andreas; [EMAIL PROTECTED]; [EMAIL PROTECTED];
debian-user@lists.debian.org
Subject: RE: X-Problems




> when you run gpm with X your mouse will NOT work
> 
> i allways do a 
>   gpm -k

i think it's not true. My am running X and following is the status of gpm.

$ /etc/rc.d/init.d/gpm status
gpm (pid 310) is running...


btw, i am running a redhat system..


-pankaj



RE: X-Problems

2001-02-12 Thread pankaj


> when you run gpm with X your mouse will NOT work
> 
> i allways do a 
>   gpm -k

i think it's not true. My am running X and following is the status of gpm.

$ /etc/rc.d/init.d/gpm status
gpm (pid 310) is running...


btw, i am running a redhat system..


-pankaj




Re: X-Problems

2001-02-12 Thread Ian Lee
I'm trying to think where you 2D card is.
Please tell me if i am wrong but Voodoo II's were 3D only.

Therefore X should be configured with the 2D card (if supported)
and then the glide/glut/opengl etc... packages should be installed for 3dfx
support.
You may also need the 3dfx kernel module to go with /dev/3dfx.

Mouse not working, could be gpm or "AutoDectect" is in the mouse config
section,
change it some mice don't like it.



RE: X-Problems

2001-02-12 Thread Joris Lambrecht
i guess i have to comment on this one,
when you run gpm with X your mouse will NOT work

i allways do a 
gpm -k
before starting X

i'm also aware this is an issue wich can be resolved but i thought it'd be
worth mentioning

greetings,

joris

-Original Message-
From: virtanen [mailto:[EMAIL PROTECTED]
Sent: Monday, February 12, 2001 11:12 AM
To: andreas
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
debian-user@lists.debian.org
Subject: Re: X-Problems


On Mon, 12 Feb 2001, andreas wrote:



> I can't complete any Install. within Debian.I checked any Config. (about
> one week!) I'm no Newbie,but
> whats the Point?An old XFconfig Package?
> No compatible Hardware (Shure,I'm not thinking in that way...It's just
> Standard Hardware)
> 
> Do You have any Idea?
> 
> Problems:
> 
> No Mouse workin'
> No 800x600 Resolution
> No 3DFX Support
> A real bad X-Config. after setting up!

my one cent's worth:

If you managed to get debian installed without X anyway, you might try to
get the mouse working first. 

1) Install (with 'dselect') gpm-package and run 'gpm-config'. 

and next maybe try to find out, if your 'Voodoo' -card is supported. 
(you can look at the long list of 'xservers' by using 'dselect') 

2) 
Then install (with 'dselect') (trying to get X working):

xf86setup
xserver-common
xserver-vga16

and 
xserver-for your 'voodoo'-card (look at the list of all xservers, maybe
you'll find it, perhaps someone knows, if is supported or not)

and
one of the x-window-managers

and run 'XF86Setup' 


[EMAIL PROTECTED] 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]



Re: X-Problems

2001-02-12 Thread virtanen
On Mon, 12 Feb 2001, andreas wrote:



> I can't complete any Install. within Debian.I checked any Config. (about
> one week!) I'm no Newbie,but
> whats the Point?An old XFconfig Package?
> No compatible Hardware (Shure,I'm not thinking in that way...It's just
> Standard Hardware)
> 
> Do You have any Idea?
> 
> Problems:
> 
> No Mouse workin'
> No 800x600 Resolution
> No 3DFX Support
> A real bad X-Config. after setting up!

my one cent's worth:

If you managed to get debian installed without X anyway, you might try to
get the mouse working first. 

1) Install (with 'dselect') gpm-package and run 'gpm-config'. 

and next maybe try to find out, if your 'Voodoo' -card is supported. 
(you can look at the long list of 'xservers' by using 'dselect') 

2) 
Then install (with 'dselect') (trying to get X working):

xf86setup
xserver-common
xserver-vga16

and 
xserver-for your 'voodoo'-card (look at the list of all xservers, maybe
you'll find it, perhaps someone knows, if is supported or not)

and
one of the x-window-managers

and run 'XF86Setup' 


[EMAIL PROTECTED] 




Re: X Problems

2001-02-11 Thread Osamu Aoki
I think for Voodoo, SVGA should be the one, but not sure.

Anyway, if you do not even identify problem clearly, no one will help you.

You must be in potato.  Are you??? What is error message?
What configuration utility used.

Debian is easier than compiling yourself but it ain't Red Hat.

> No Mouse workin'
/dev/gpmdata? gpm used?
> No 800x600 Resolution
Are you in VGA X?
> No 3DFX Support
Well got to compile module, maybe.

Good luck.
PS: Admit it, you are newbie until you start reading source code.
I know I am newbie.
-- 
+  Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D  +
+   Fingerprint: 814E BD64 3288 40E7 E88E  3D92 C3F8 EA94 D5DE 453D   +
+   === http://www.aokiconsulting.com === Cupertino, CA USA ===   +



Re: X Problems...

2000-08-02 Thread Kjetil Ødegaard
* Troy Telford <[EMAIL PROTECTED]>
>
> OK, I've been having an... interesting problem...
> 
> I'm using XF86 4.0.1, and have had no problems with it at all until
> about two days ago...  Here's the list of the symptoms:
> 
> In GNOME - desktop objects (Namely Icons) have a grey background -
> rather than showing the desktop bitmap underneath as it should.

Are you sure you have selected the `Use shaped text' option in the
desktop properties (right-click desktop -> `Desktop Properties')?

-- 
Kjetil



Re: X problems HELPPPP

2000-01-06 Thread aphro
what i would do (can't say if its the best way but it works)

1) boot off the cd
2) mount the root file system
3) delete the file /etc/rc2.d/S99xdm off the newly mounted file systme
4) umount the file system
5) reboot
6) logon to the 'net
7) add deb http://www.debian.org/~vincent/ xfree-update main to your
/etc/apt/sources.list
8) run apt-get update ; apt-get upgrade
9) run XF86Setup and (re) check your setup
10) hit 'startx' and try to start X

nate

On 5 Jan 2000, Steve Winston wrote:

xee42 >I am having terrible troubles with X in Debian, and 
xee42 >worse, I can't escape from the X server so that I 
xee42 >can get into the command line and fix things.
xee42 >When I boot up, linux goes straight into a graphic log-in
xee42 > screen that is too large for my 17-inch monitor. 
xee42 >When I log in, I get a blank, green screen with no
xee42 > icons. I try every possible combination of key strokes, but nothing 
happens
xee42 >although I can hear something going on my hard drive.
xee42 >When I try alt-control-backspace, nothing happens.
xee42 > I am forced to reboot. 
xee42 >Since I can't get to the command line,  I can't 
xee42 >get into things and change whatever mess I have made.
xee42 > I configured Xfree86 for a voodoo3 2000 card. This is the 
xee42 >the first time I tried setting up X in Debian. This is 
xee42 >slink, the version that comes with the Oreilly book.
xee42 >Please help, steve w
xee42 >
xee42 >
xee42 >
xee42 >Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.
xee42 >
xee42 >
xee42 >-- 
xee42 >Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
xee42 >

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
10:28pm up 139 days, 10:25, 2 users, load average: 1.36, 1.47, 1.52


Re: X problems HELPPPP

2000-01-06 Thread Howard Mann
Steve Winston wrote:
> 
> I am having terrible troubles with X in Debian, and
> worse, I can't escape from the X server so that I
> can get into the command line and fix things.
> When I boot up, linux goes straight into a graphic log-in
>  screen that is too large for my 17-inch monitor.
> When I log in, I get a blank, green screen with no
>  icons. I try every possible combination of key strokes, but nothing happens
> although I can hear something going on my hard drive.
> When I try alt-control-backspace, nothing happens.
>  I am forced to reboot.
> Since I can't get to the command line,  I can't
> get into things and change whatever mess I have made.
>  I configured Xfree86 for a voodoo3 2000 card. This is the
> the first time I tried setting up X in Debian. This is
> slink, the version that comes with the Oreilly book.

Until you configure X successfully, I suggest you "disable" xdm:

update-rc.d -f xdm remove

( "update-rc.d xdm defaults" when you want to use it again)

Then, analyze the error mesages ( /tmp/.Xlog) you get when you
"startx" :

startx  >  /tmp/.Xlog  2>&1

Post them here as necessary.

Peruse :  http://www.xmission.com/~howardm/Xwoes.html


Cheers,


-- 

Howard Mann   Online Troubleshooting Resources: HOWTO
http://www.newbielinux.comhttp://www.xmission.com/~howardm/t1.html


Re: X problems HELPPPP

2000-01-06 Thread Alisdair McDiarmid
On Mon, Feb 11, 2036 at 11:38:31PM -0800, Steve Winston wrote:
> I am having terrible troubles with X in Debian, and worse, I can't
> escape from the X server so that I can get into the command line and
> fix things.  When I boot up, linux goes straight into a graphic
> log-in screen that is too large for my 17-inch monitor. 

At this point, try Ctrl-Alt-F1, that should get you a virtual console.
If not, try typing `linux single' at the LILO prompt to go to
single-user mode.
-- 
alisdair mcdiarmid[EMAIL PROTECTED]
[the day is done but i'm having fun i think i'm dumb maybe just happy]


Re: X problems in Slink

1999-06-04 Thread Oleg Krivosheev

Hi, Jim

just tried your routine on my debian potato system and looks like it works:

before toplevel2 0 
after toplevel2 134544432 
after form

and some window appears, no segfaults

lesstif 0.88.1
egcs1.1.2
mesa 3.0

OK


   Hi,

   I've been having problems with my system, It's a long story
   bugut to make it short I have a new mother board and have installed
   Slink on a freshly partioned drive. Every thing I've tested so far works
   except my routines that use Lesstif. I stripped the code to a minimun to
   demostrate the problem, compiled and run it on a Dec Alpha to verify it
   runs correctly, or at least OK. But on my Machine ( a K6=3 400, 256M of 
memory)
   it segfaults. 

   Here are the details ( sorry for the length, I wanted to include enough
   so you can see what is happening)


   bash-2.01$ make test1
   egcc -o test1 -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11
   -L/usr/X11R6/lib -lMesaGL -lXaw -lXt -lXm -lXext  -l
   X11 -lm test1.c

   bash-2.01$ test1
   before toplevel2 0 
   after toplevel2 134567448 
   Segmentation fault

   bash-2.01$ ldd test1
   libMesaGL.so.3 => /usr/lib/libMesaGL.so.3 (0x4000f000)
   libXaw.so.6 => /usr/X11R6/lib/Xaw3d/libXaw.so.6 (0x400f4000)
   libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40149000)
   libXm.so.1 => /usr/X11R6/lib/libXm.so.1 (0x40191000)
   libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4029f000)
   libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x402ab000)
   libm.so.6 => /lib/libm.so.6 (0x4034e000)
   libc.so.6 => /lib/libc.so.6 (0x40367000)
   libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x4040c000)
   libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4041e000)
   libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40427000)
   /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)


   bash-2.01$ egcc -v
   Reading specs from /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/specs
   gcc version egcs-2.91.60 Debian 2.1 (egcs-1.1.1 release)


   bash-2.01$ cat test1.c

   /*
*
*
*
**/
   #include 
   #include 
   #include 
   #include 
   #include 
   #include 
   #include 
   #include 



   int main(int argc, char *argv[])
   {
   XtAppContext app;
   Widget toplevel, 
  toplevel2,
  form, 
  label, 
  vtk;
   Arg args[4];
   int c,n;



   toplevel = XtVaAppInitialize(&app, "vis Window", NULL,0,&argc, argv,
  NULL,NULL, 0);

   toplevel2 = 0;

   printf("before toplevel2 %d \n",toplevel2);

   toplevel2 = XtCreateManagedWidget("Display",topLevelShellWidgetClass, 
   toplevel, NULL, 0);

   printf("after toplevel2 %d \n",toplevel2);

   form = XtVaCreateManagedWidget("form",xmFormWidgetClass, toplevel2,
  NULL);


   printf("after form\n");

   vtk = XtVaCreateManagedWidget( "vtk", xmBulletinBoardWidgetClass,
 form, 
 XmNwidth, 500,
 XmNheight, 500,
 NULL);

   label = XtVaCreateManagedWidget("label_text", xmLabelWidgetClass,
 vtk,
 XmNleftAttachment, XmATTACH_FORM,
 XmNtopAttachment, XmATTACH_FORM,
 NULL);



   XtRealizeWidget(toplevel);

   XtAppMainLoop(app);


   exit(0);

   }


Re: X problems

1999-04-27 Thread Jianbo Wang
Hi,

You can edit your xf86config to get high resolution. When I try to use
configuration software, it always set to default resolution. If you are
satisfied with a certain configuration, you can copy the xf86config to
your disk for your furture use. I use the same xf86config file for debian
and redhat, and it works fine. 

Jianbo 




Re: X problems after an update

1999-02-03 Thread William Schwartz
That worked GREAT. Thank you very much.

will

-Original Message-
From: Shaleh <[EMAIL PROTECTED]>
To: William Schwartz <[EMAIL PROTECTED]>
Cc: debian-user@lists.debian.org 
Date: Wednesday, February 03, 1999 2:20 PM
Subject: Re: X problems after an update


>
>On 03-Feb-99 William Schwartz wrote:
>>>I just upgraded myself and have run into quite a few problems.  First
>>>see if the file ~/.xsessions_errors (?) is produced.  For me there was
>>>a shell programming error in /etc/X11/Xsession that needed to be
>>>corrected.
>>
>>
>> Yep. There are some reported. It says:
>>
>> /usr/X11R6/lib/X11/xinit/xinitrc: etc/X11/Xsession: line 47: syntax error
>> near unexpected token 'default)'
>> /usr/X11R6/lib/X11/xinit/xinitrc: etc/X11/Xsession: line 47: '  default)'
>
>I reported this.  On the line above default) add ';;' (no quotes).
>
>
>--
>Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>
>


Re: X problems after an update

1999-02-03 Thread Shaleh

On 03-Feb-99 William Schwartz wrote:
>>I just upgraded myself and have run into quite a few problems.  First
>>see if the file ~/.xsessions_errors (?) is produced.  For me there was
>>a shell programming error in /etc/X11/Xsession that needed to be
>>corrected.
> 
> 
> Yep. There are some reported. It says:
> 
> /usr/X11R6/lib/X11/xinit/xinitrc: etc/X11/Xsession: line 47: syntax error
> near unexpected token 'default)'
> /usr/X11R6/lib/X11/xinit/xinitrc: etc/X11/Xsession: line 47: '  default)'

I reported this.  On the line above default) add ';;' (no quotes).


Re: X problems after an update

1999-02-03 Thread William Schwartz
>I just upgraded myself and have run into quite a few problems.  First
>see if the file ~/.xsessions_errors (?) is produced.  For me there was
>a shell programming error in /etc/X11/Xsession that needed to be
>corrected.


Yep. There are some reported. It says:

/usr/X11R6/lib/X11/xinit/xinitrc: etc/X11/Xsession: line 47: syntax error
near unexpected token 'default)'
/usr/X11R6/lib/X11/xinit/xinitrc: etc/X11/Xsession: line 47: '  default)'

Thanks for any help...
will










Re: X problems after an update

1999-02-03 Thread Jean Pierre LeJacq
On Wed, 3 Feb 1999, William Schwartz wrote:

> Well, I used dselect to update the available packages from SLINK (frozen).
> And it listed a bunch as updated required. So, I let it install them, but I
> didn't really look at what they were. My X was working before all this, but
> now after doing the update, it no longer works. The error I'm getting is the
> following:
> 
> FreeFontPath: FTP "/usr/X11R6/lib/X11/fonta/misc:unscaled" refcount it 2,
> should be 1;fixing.
> 
> Now, I'm not sure if this is the error that is causing the server to shut
> down. but it is doing so. Before the error hits me, it shows "waiting for X
> server to shut down" Then displays that refcount error. The last line that
> appears during startup is "(--) SVGA: Generic SpeedUps selected (Flags=0x30)
> 
> I re-ran XF86Setup to respecify all my setup options, but it still comes
> back with the same error. When I call "startx" it goes into X for a second,
> and jumps back.

I just upgraded myself and have run into quite a few problems.  First
see if the file ~/.xsessions_errors (?) is produced.  For me there was
a shell programming error in /etc/X11/Xsession that needed to be
corrected.

-- 
Jean Pierre



Re: X problems

1998-10-11 Thread M.C. Vernon
On Sun, 11 Oct 1998, M.C. Vernon wrote:

> Dear all,
> 
> I got X setup OK (using XF86Setup), and then set start-xdm in the config
> file, but xdm dies horribly (from the error log):
> 
>  (--) Mach64: Mode "1024x768" needs hsync freq of 35.57 kHz. Deleted.
> 
> 
> (--) Mach64: There is no mode definition named "1024x768"
> 
> Fatal server error:
> No valid modes found.
> 
> Now my XF86Config file:
> 
> Section "Monitor"
>Identifier  "Primary Monitor"
>VendorName  "Unknown"
>ModelName   "Unknown"
>HorizSync   31.5-31.5,35.15-35.15,35.5-35.5
>VertRefresh 55-90
>Modeline  "1024x768"   44.96 1024 1048 1208 1264 768 776 784 817 +hsync
> +vsync interlace
> EndSection
> 
> These were all made by XF86Setup, and indeed it worked OK when Setup ran
> it's little auto-test.
> 
> So why doesn't it work now? and indeed, would fiddling the HorizSync rate
> be OK or am I going to blow my monitor?

Well, I went ahead and changed that Horizsync to 35.5-35.6 and it hasn't
blown up yet. :)

Matthew

-- 
Elen sila lumenn' omentielvo

Steward of the Cambridge Tolkien Society
Selwyn College Computer Support
http://www.geocities.com/Area51/Chamber/8841/
http://www.cam.ac.uk/CambUniv/Societies/tolkien/
http://pick.sel.cam.ac.uk/


Re: X problems

1998-09-13 Thread Ed Cogburn
Hamish Moffatt wrote:
> 
> I have two boxes here which I upgraded (buzz to rex to) bo to hamm.
> On both boxes, users without .xsession files just get an xterm
> window with no window manager. /etc/X11/window-managers lists
> a valid window manager (/usr/X11R6/bin/fvwm2) first,
> and /etc/X11/Xsession exists and is the default.
> 
> Any suggestions?
> 
> thanks,
> Hamish


This sounds vaguely familiar.  Double-check that you have a symlink in
/etc/X11/xinitrc/ called xinitrc and points to /etc/X11/Xsession.


-- 
Ed C.


Re: X problems (fwd)

1998-08-23 Thread Zini Enrico
On Sat, Aug 22, 1998 at 12:30:24AM -0500, Nathan E Norman wrote:

> When startx works, I get a flash, a quick screen with some junk, and
> then a grey screen which changes to blue (my root window color).  When I
> execute startx the second time, I get a quick flash and the system is
> gone. 
> I suppose I've got some weird hardware problem :<

I've got your same video board (STB Velocity 3D with 4Mb memory) and 
experienced your same problem: the mode diplay of my monitor reported "NEW 
MODE" after the system crash, meaning the video card han been put to some junk 
resolution.

The solution for me was to switch from XF86_SVGA to XF86_S3V: install 
xserver-s3v and change the first line of /etc/X11/Xserver to 
/usr/bin/X11/XF86_S3V.

Probably XF86_SVGA needs some more testing on this video board... someone post 
a bug report to them?


Ciao! Enrico


Re: X problems

1998-03-15 Thread Torsten Hilbrich
Peter Shtinkov <[EMAIL PROTECTED]> writes:

> I have debian 1.3. box and I can't set mouse sensitivity in X. Can
> you help me ?

Did you tried the xset command?  For example, I use the following line:

xset m 4 4

the first number is the acceleration, the second one the number of
pixels the mouse has to move within a certain time for the
acceleration to be applied.

You can put this line into .xinitrc or into the init-function of your
favorite windows manager.

Torsten

-- 
I haven't lost my mind -- it's backed up on tape somewhere.
Fortune Cookie
PGP Public key available


--
E-mail the word "unsubscribe" to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]


Re: X problems

1997-10-24 Thread Dale Scheetz
G. Kapetanios (I think) asked:

> > Additionally, I now get an xdm window whenever I boot up despite having
> > the no-xdm-start-server in /etc/X11/config.

You should also have a line that says 'no-start-xdm' (yours probably says
'start-xdm'). It is this line that controls what happens at boot. The
other line (no-xdm-start-server) declares that you can't start X via xdm
from the console. You would think that this would also preclude booting
with xdm, but they appear to be two seperate issues.

Luck,

Dwarf
-- 
_-_-_-_-_-_-  _-_-_-_-_-_-_-

aka   Dale Scheetz   Phone:   1 (904) 656-9769
  Flexible Software  11000 McCrackin Road
  e-mail:  [EMAIL PROTECTED] Tallahassee, FL  32308

_-_-_-_-_-_- If you don't see what you want, just ask _-_-_-_-_-_-_-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: X problems

1997-10-24 Thread Rick Hawkins

> I have tried to upgrade to the libc6 X. All was going alright apart from
> some ldso warnigs when I upgraded xlib6, most of which went away when I
> installed xlib6-altdev and installed xlib6g and xlib6g-dev. I upgraded 
> all the other stuff and all seemed fine. Then I tried running X -query
> localhost as I usually do. I got the xdm prompt and logged in, then 
> I started getting some of the fvwm2 stuff I have but then X stopped 
> and I got back to the xdm prompt. I saw no other way but to downgrade to
> 3.3.4 Anybody has any idea as to what happened ? 

I had this for a day with my upgrade.  You need to upgrade fvwm2 as
well.  Then all is well with the world again :)

> Additionally, I now get an xdm window whenever I boot up despite having
> the no-xdm-start-server in /etc/X11/config.

This i can't even guess about . . . 

rick


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: X problems

1997-06-09 Thread Rick Jones
On Sun, 8 Jun 1997, Will Lowe wrote:

> Anyway,  the only modeline in my XF86Config is 640x480,  but the server 
> insists on running in it's "builtin 320x200" mode.  Needless to say,  
> this is unusable ... why would it do this?  I've tried hitting CTRL-ALT-+ 
> to "cycle" up one mode,  but nothing happens.  Is there maybe a problemm 
> with my clockchip setting?  This is supposed to be autodetected,  but I 
> don't have any idea what else to try.

I have a TGUI9680XGI with programmable clocks that can go beyond the
servers idea of it's limits.  I had to put option "fast_dram" in the
xf86config file before it would go up to 1024 at 16 bpp.  Even though it
can go higher that's the extent of the servers grace.  It shows me that
the current setup of my clocks etc are maxed out but that isn't true
according to the spec's and Win95 settings which match the specs.

The "fast_dram" option made the server think my clocks where faster at
higher res. than it first thought and it released the higher res.
Although it just caused it to use the correct clocks.  Go figure.


L8R,

--Rick

Unsolicited commercial/propaganda email subject to legal action.  Under US
Code Title 47, Sec.227(a)(2)(B), Sec.227(b)(1)(C), and Sec.227(b)(3)(C), a
State may impose a fine of NOT LESS than $500 per message.  Read the full
text of Title 47 Sec 227 at http://www.law.cornell.edu/uscode/47/227.html



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .