Re: [gentoo-user] X11 start breaks

2009-12-15 Thread Mick
On Tuesday 15 December 2009 12:23:01 Ates wrote:
> GerhardosG wrote:
> > Hi , everyone
> >
> > tux / # lsmod
> > Module  Size  Used by
> > test_nx 1824  0
> > psmouse37980  0
> > nvidia   9574140  0
> 
> What is you're xorg error output? What contains the /var/log/Xorg.0.log?
> My suggestion is check the Xorg.0.log for errors. Every line that
> contain error start with (EE) or  similar.

Perhaps I didn't make myself clear in my previous response ... 

In all likelihood your problem is that an update in baselayout broke your 
startup script - the /etc/rc.conf file is no longer sourced.  Check the 
previous thread that I gave you for solutions, or just set up your ~/.xinitrc 
file by copying your normal Window Manager start up script from 
/etc/X11/Sessions/ to your your user's .xinitrc.

HTH.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] X11 start breaks

2009-12-15 Thread Ates

GerhardosG wrote:

Hi , everyone

tux / # lsmod
Module  Size  Used by
test_nx 1824  0
psmouse37980  0
nvidia   9574140  0


What is you're xorg error output? What contains the /var/log/Xorg.0.log? 
My suggestion is check the Xorg.0.log for errors. Every line that 
contain error start with (EE) or  similar.




__ Information from ESET Smart Security, version of virus signature 
database 4436 (20090918) __

The message was checked by ESET Smart Security.

http://www.eset.com





[gentoo-user] X11 start breaks

2009-12-15 Thread GerhardosG

Hi , everyone

tux / # lsmod
Module  Size  Used by
test_nx 1824  0
psmouse37980  0
nvidia   9574140  0





Here is my  xorg.conf


# $XdotOrg$
#
# Copyright (c) 1994-1998 by The XFree86 Project, Inc.
# $XConsortium: XF86Conf.cpp /main/22 1996/10/23 11:43:51 kaleb $

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

   FontPath"/usr/share/fonts/local"
   FontPath"/usr/share/fonts/misc"
   FontPath"/usr/share/fonts/Type1"
   FontPath"/usr/share/fonts/TTF"
   FontPath"/usr/share/fonts/75dpi"
   FontPath"/usr/share/fonts/100dpi"

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

#ModulePath "/usr/lib/xorg/modules"

EndSection

# **
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **

Section "Module"

# This loads the DBE extension module.

   Load"dbe"
   Load"glx"

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

   SubSection  "extmod"
   Option  "omit xfree86-dga"
   EndSubSection

# This loads the Type1 and FreeType font modules

   Load"type1"
   Load"freetype"

EndSection


# **
# Server flags section.  This contains various server-wide Options.
# **

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#Option "NoTrapSignals"

# Uncomment this to disable the  VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#Option "DontVTSwitch"

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

#Option "DontZap"

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.

#Option "DontZoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#Option "AllowNonLocalModInDev"

# Set the basic blanking screen saver timeout.

   Option  "blank time""10"# 10 minutes

# Set the DPMS timeouts.  These are set here because they are global
# rather than screen-specific.  These settings alone don't enable DPMS.
# It is enabled per-screen (or per-monitor), and even then only when
# the driver supports it.

   Option  "standby time"  "20"
   Option  "suspend time"  "30"
   Option  "off time"  "60"

# On some platform the server needs to estimate the sizes of PCI
# memory and pio ranges. This is done by assuming that PCI ranges
# don't overlap. Some broken BIOSes tend to set ranges of inactive
# devices wrong. Here one can adjust how aggressive the assumptions
# should be. Default is 0.

# Option   "EstimateSizesAggresively" "0"

EndSection

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section "InputDevice"

   Identifier  "Keyboard1"
   Driver  "kbd"

# Set the keyboard auto repeat parameters.  Not all platforms implement
# this.

   Option  "AutoRepeat""500 5"


# To disable the XKEYBOARD extension, uncomment XkbDisable.

   Option  "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  F

Re: [gentoo-user] X11 start breaks

2009-12-14 Thread Joshua Murphy
On Mon, Dec 14, 2009 at 3:28 PM, Alan McKinnon  wrote:
> On Monday 14 December 2009 20:25:25 GerhardosG wrote:
>> Hi,
>>
>> My graphics-card is a GeForce 7600 GT
>>
>>
>> tux ~ # lsmod
>>
>> Module                  Size  Used by
>> test_nx                 1824  0
>> psmouse               1980  0
>> nvidia               9574140  0
>>
>>
>>
>> X11 start breaks with this messages in /var/log/Xorg.0.log :
>>
>> X.Org X Server 1.6.5
>> Release Date: 2009-10-11
>> X Protocol Version 11, Revision 0
>> Build Operating System: Linux 2.6.31-gentoo-r6 i686
>> Current Operating System: Linux tux 2.6.31-gentoo-r6 #1 Fri Dec 11
>> 15:05:30 GMT 2009 i686
>> Build Date: 12 December 2009  07:57:34PM
>>
>>         Before reporting problems, check http://wiki.x.org
>>         to make sure that you have the latest version.
>> Markers: (--) probed, (**) from config file, (==) default setting,
>>         (++) from command line, (!!) notice, (II) informational,
>>         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
>> (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 14 10:19:46 2009
>> (==) Using config file: "/etc/X11/xorg.conf"
>> (==) ServerLayout "Main Layout"
>> (**) |-->Screen "Screen MGA1" (0)
>> (**) |   |-->Monitor "Generic Monitor"
>> (==) No device specified for screen "Screen MGA1".
>>         Using the first device section listed.
>> (**) |   |-->Device "nVidia GeForce"
>> (**) |-->Screen "Screen MGA2" (1)
>> (**) |   |-->Monitor "Generic Monitor"
>> (==) No device specified for screen "Screen MGA2".
>>         Using the first device section listed.
>> (**) |   |-->Device "nVidia GeForce"
>> (**) |-->Input Device "Mouse1"
>> (**) |-->Input Device "Mouse2"
>> (**) |-->Input Device "Keyboard1"
>> (**) Option "BlankTime" "10"
>> (**) Option "StandbyTime" "20"
>> (**) Option "SuspendTime" "30"
>> (**) Option "OffTime" "60"
>> (==) Automatically adding devices
>> (==) Automatically enabling devices
>> (WW) The directory "/usr/share/fonts/local" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/misc" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/Type1" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/TTF" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/75dpi" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/100dpi" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/misc/" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/TTF/" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/OTF" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/Type1/" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
>>         Entry deleted from font path.
>> (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
>>         Entry deleted from font path.
>> (**) FontPath set to:
>>
>> (==) ModulePath set to "/usr/lib/xorg/modules"
>> (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
>> 'vmmouse' will be disabled.
>> (WW) Disabling Mouse1
>> (WW) Disabling Mouse2
>> (WW) Disabling Keyboard1
>
> Ah, yes.
>
> What we have here boys and girls is the old "I tell Xorg I don't have a
> keyboard or a pointing device and yet I still expect Xorg to function
> correctly" trick 
>
> Please post xorg.conf
>
>
>
> --
> alan dot mckinnon at gmail dot com

Actually, I believe all those "disabling" messages are just X shutting
down... he gave the error messages he gets at the terminal in another
mail here, which show that he's failing to start any clients (gmail
didn't thread that one in with this line here for me, and likely
missed it on your end too).

-- 
Poison [BLX]
Joshua M. Murphy



Re: [gentoo-user] X11 start breaks

2009-12-14 Thread Alan McKinnon
On Monday 14 December 2009 20:25:25 GerhardosG wrote:
> Hi,
> 
> My graphics-card is a GeForce 7600 GT
> 
> 
> tux ~ # lsmod
> 
> Module  Size  Used by
> test_nx 1824  0
> psmouse   1980  0
> nvidia   9574140  0
> 
> 
> 
> X11 start breaks with this messages in /var/log/Xorg.0.log :
> 
> X.Org X Server 1.6.5
> Release Date: 2009-10-11
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 2.6.31-gentoo-r6 i686
> Current Operating System: Linux tux 2.6.31-gentoo-r6 #1 Fri Dec 11
> 15:05:30 GMT 2009 i686
> Build Date: 12 December 2009  07:57:34PM
> 
> Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 14 10:19:46 2009
> (==) Using config file: "/etc/X11/xorg.conf"
> (==) ServerLayout "Main Layout"
> (**) |-->Screen "Screen MGA1" (0)
> (**) |   |-->Monitor "Generic Monitor"
> (==) No device specified for screen "Screen MGA1".
> Using the first device section listed.
> (**) |   |-->Device "nVidia GeForce"
> (**) |-->Screen "Screen MGA2" (1)
> (**) |   |-->Monitor "Generic Monitor"
> (==) No device specified for screen "Screen MGA2".
> Using the first device section listed.
> (**) |   |-->Device "nVidia GeForce"
> (**) |-->Input Device "Mouse1"
> (**) |-->Input Device "Mouse2"
> (**) |-->Input Device "Keyboard1"
> (**) Option "BlankTime" "10"
> (**) Option "StandbyTime" "20"
> (**) Option "SuspendTime" "30"
> (**) Option "OffTime" "60"
> (==) Automatically adding devices
> (==) Automatically enabling devices
> (WW) The directory "/usr/share/fonts/local" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/misc" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/Type1" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/TTF" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/75dpi" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/100dpi" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/misc/" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/TTF/" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/OTF" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/Type1/" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
> Entry deleted from font path.
> (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
> Entry deleted from font path.
> (**) FontPath set to:
> 
> (==) ModulePath set to "/usr/lib/xorg/modules"
> (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
> 'vmmouse' will be disabled.
> (WW) Disabling Mouse1
> (WW) Disabling Mouse2
> (WW) Disabling Keyboard1

Ah, yes.

What we have here boys and girls is the old "I tell Xorg I don't have a 
keyboard or a pointing device and yet I still expect Xorg to function 
correctly" trick 

Please post xorg.conf



-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] X11 start breaks

2009-12-14 Thread Joshua Murphy
On Mon, Dec 14, 2009 at 4:08 PM, GerhardosG  wrote:
> Hi ,
>
> recompile the evdev driver solved the problem NOT.
>
>
>
> In the console, the output looks like this:
>
>
>
>
> tux / # startx
>
> xauth:  creating new authority file /root/.serverauth.3072
>
> X.Org X Server 1.6.5
> Release Date: 2009-10-11
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 2.6.31-gentoo-r6 i686
> Current Operating System: Linux tux 2.6.31-gentoo-r6 #2 Mon Dec 14 21:40:46
> GMT 2009 i686
> Build Date: 12 December 2009  07:57:34PM
>
>       Before reporting problems, check http://wiki.x.org
>       to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
>       (++) from command line, (!!) notice, (II) informational,
>       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 14 22:03:42 2009
> (==) Using config file: "/etc/X11/xorg.conf"
>
> (EE) Failed to load module "type1" (module does not exist, 0)
> (EE) Failed to load module "freetype" (module does not exist, 0)
> (EE) Failed to load module "dri" (module does not exist, 0)
> (EE) Failed to load module "dri2" (module does not exist, 0)
> expected keysym, got XF86TouchpadToggle: line 122 of inet
> expected keysym, got XF86TouchpadToggle: line 122 of inet
> expected keysym, got XF86TouchpadToggle: line 122 of inet
> expected keysym, got XF86TouchpadToggle: line 122 of inet
> /etc/X11/xinit/xinitrc: line 58: twm: command not found
> /etc/X11/xinit/xinitrc: line 59: xclock: command not found
> /etc/X11/xinit/xinitrc: line 60: xterm: command not found
> /etc/X11/xinit/xinitrc: line 61: xterm: command not found
> /etc/X11/xinit/xinitrc: line 62: exec: xterm: not found
>
> waiting for X server to shut down
>
> tux / #
>

Aha! The problem's found, now. The full Xorg.0.conf made me suspect
it, but that output makes me certain. What window manager or desktop
environment do you use? The quick and dirty resolution to your
problem, at least for the current user you're logged in as, is simply:

For Fluxbox (as a simple example that I know works... and only because
of the error you received am I assuming this file doesn't already
exist):
echo exec startfluxbox > ~/.xinitrc

And... many other redundant examples of the same principle.
Alternatively, its looking for twm and friends tells me that it's
trying to run the default from /etc/X11/xinit/xinitrc ... which means
you don't have a preferred session defined. While it *used* to be
defined in /etc/rc.conf is now 'properly' defined in /etc/env.d/, as
is discussed in this thread:

http://www.linux-archive.org/gentoo-user/294751-rc-conf-no-longer-used-gentoo-baselayout-1-12-13-a.html

That, of course, is why Mick asked about your use of /etc/rc.conf
around here somewhere.

Also, as an aside, to have X still "work" in such an instance (while
still not giving you the environment you want), don't build xinit with
the minimal use flag. Without that use flag, it depends on xterm, twm,
etc... which would then not be missing, and in turn would allow X to
start a client rather than closing back to the terminal, where it
looks like an X problem rather than a Session problem.

-- 
Poison [BLX]
Joshua M. Murphy



[gentoo-user] X11 start breaks

2009-12-14 Thread GerhardosG

Hi ,

recompile the evdev driver solved the problem NOT.



In the console, the output looks like this:




tux / # startx

xauth:  creating new authority file /root/.serverauth.3072

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-gentoo-r6 i686
Current Operating System: Linux tux 2.6.31-gentoo-r6 #2 Mon Dec 14 
21:40:46 GMT 2009 i686

Build Date: 12 December 2009  07:57:34PM

   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 14 22:03:42 2009
(==) Using config file: "/etc/X11/xorg.conf"

(EE) Failed to load module "type1" (module does not exist, 0)
(EE) Failed to load module "freetype" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
/etc/X11/xinit/xinitrc: line 58: twm: command not found
/etc/X11/xinit/xinitrc: line 59: xclock: command not found
/etc/X11/xinit/xinitrc: line 60: xterm: command not found
/etc/X11/xinit/xinitrc: line 61: xterm: command not found
/etc/X11/xinit/xinitrc: line 62: exec: xterm: not found

waiting for X server to shut down

tux / #




[gentoo-user] X11 start breaks

2009-12-14 Thread GerhardosG

Hi,

My graphics-card is a GeForce 7600 GT


tux ~ # lsmod

Module  Size  Used by
test_nx 1824  0
psmouse   1980  0
nvidia   9574140  0



X11 start breaks with this messages in /var/log/Xorg.0.log :

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-gentoo-r6 i686
Current Operating System: Linux tux 2.6.31-gentoo-r6 #1 Fri Dec 11 
15:05:30 GMT 2009 i686

Build Date: 12 December 2009  07:57:34PM

   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 14 10:19:46 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Main Layout"
(**) |-->Screen "Screen MGA1" (0)
(**) |   |-->Monitor "Generic Monitor"
(==) No device specified for screen "Screen MGA1".
   Using the first device section listed.
(**) |   |-->Device "nVidia GeForce"
(**) |-->Screen "Screen MGA2" (1)
(**) |   |-->Monitor "Generic Monitor"
(==) No device specified for screen "Screen MGA2".
   Using the first device section listed.
(**) |   |-->Device "nVidia GeForce"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Mouse2"
(**) |-->Input Device "Keyboard1"
(**) Option "BlankTime" "10"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "60"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/local" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/misc/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/100dpi/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/75dpi/" does not exist.
   Entry deleted from font path.
(**) FontPath set to:

(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 
'vmmouse' will be disabled.

(WW) Disabling Mouse1
(WW) Disabling Mouse2
(WW) Disabling Keyboard1
(II) Loader magic: 0x1a60
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.4
   X.Org Video Driver: 5.0
   X.Org XInput driver : 4.0
   X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:1:0:0) 10de:0391:1043:81f7 nVidia Corporation G70 [GeForce 
7600 GT] rev 161, Mem @ 0xfd00/16777216, 0xc000/268435456, 
0xfc00/16777216, I/O @ 0xdc00/128, BIOS @ 0x/131072

(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
   [0] -1  0   0x - 0x (0x1) MX[B]
   [1] -1  0   0x000f - 0x000f (0x1) MX[B]
   [2] -1  0   0x000c - 0x000e (0x3) MX[B]
   [3] -1  0   0x - 0x0009 (0xa) MX[B]
   [4] -1  0   0x - 0x (0x1) IX[B]
   [5] -1  0   0x - 0x (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also 
specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also 
specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also 
specified in the config file.

(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.0
   Module class: X.Org Server Extension
(II) NVIDIA GLX Module  185.

Re: [gentoo-user] X11 start breaks

2009-12-14 Thread GerhardosG

Yes ,  I did enable  evdev in kernel !!

( Not as module )

Philip Webb wrote:

091214 GerhardosG wrote:
  

My graphics-card is a GeForce 7600 GT
X11 start breaks with this messages in /var/log/Xorg.0.log :


 ...
  

(II) UnloadModule: "evdev"



Just a quick suggestion: did you enable 'evdev' in your kernel ?

  





Re: [gentoo-user] X11 start breaks

2009-12-14 Thread Mick
2009/12/14 GerhardosG :
> Hi ,
>
> My graphics-card is a GeForce 7600 GT
>
> X11 start breaks with this messages in /var/log/Xorg.0.log :
>
>
> (II) Initializing built-in extension DAMAGE
> (II) Initializing extension GLX
> (II) config/hal: Adding input device AT Translated Set 2 keyboard
> (II) LoadModule: "evdev"
> (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
> (II) Module evdev: vendor="X.Org Foundation"
>       compiled for 1.6.5, module version = 2.3.1
>       Module class: X.Org XInput Driver
>       ABI class: X.Org XInput driver, version 4.0
> (**) AT Translated Set 2 keyboard: always reports core events
> (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
> (II) AT Translated Set 2 keyboard: Found keys
> (II) AT Translated Set 2 keyboard: Configuring as keyboard
> (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard"
> (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) Option "xkb_model" "evdev"
> (**) Option "xkb_layout" "us"
> (II) config/hal: Adding input device Power Button
> (**) Power Button: always reports core events
> (**) Power Button: Device: "/dev/input/event1"
> (II) Power Button: Found keys
> (II) Power Button: Configuring as keyboard
> (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) Option "xkb_model" "evdev"
> (**) Option "xkb_layout" "us"
> (II) config/hal: Adding input device Power Button
> (**) Power Button: always reports core events
> (**) Power Button: Device: "/dev/input/event0"
> (II) Power Button: Found keys
> (II) Power Button: Configuring as keyboard
> (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) Option "xkb_model" "evdev"
> (**) Option "xkb_layout" "us"
> (II) Power Button: Close
> (II) UnloadModule: "evdev"
> (II) Power Button: Close
> (II) UnloadModule: "evdev"
> (II) AT Translated Set 2 keyboard: Close
> (II) UnloadModule: "evdev"
>
>
>
> tux ~ # lsmod
>
> Module                  Size  Used by
> test_nx                 1824  0
> psmouse                37980  0
> nvidia               9574140  0
>
>
> What is wrong ???

Have a look at this previous thread:

http://article.gmane.org/gmane.linux.gentoo.user/224058

I suspect that you were using /etc/rc.conf to define a DE/WM to handle
your Xsession and this configuration file is no longer used by Gentoo.
-- 
Regards,
Mick



Re: [gentoo-user] X11 start breaks

2009-12-14 Thread Joshua Murphy
On Mon, Dec 14, 2009 at 10:29 AM, GerhardosG  wrote:
> Hi ,
>
> My graphics-card is a GeForce 7600 GT
>
> X11 start breaks with this messages in /var/log/Xorg.0.log :
>
>
> (II) Initializing built-in extension DAMAGE
> (II) Initializing extension GLX
> (II) config/hal: Adding input device AT Translated Set 2 keyboard
> (II) LoadModule: "evdev"
> (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
> (II) Module evdev: vendor="X.Org Foundation"
>       compiled for 1.6.5, module version = 2.3.1
>       Module class: X.Org XInput Driver
>       ABI class: X.Org XInput driver, version 4.0
> (**) AT Translated Set 2 keyboard: always reports core events
> (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
> (II) AT Translated Set 2 keyboard: Found keys
> (II) AT Translated Set 2 keyboard: Configuring as keyboard
> (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard"
> (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) Option "xkb_model" "evdev"
> (**) Option "xkb_layout" "us"
> (II) config/hal: Adding input device Power Button
> (**) Power Button: always reports core events
> (**) Power Button: Device: "/dev/input/event1"
> (II) Power Button: Found keys
> (II) Power Button: Configuring as keyboard
> (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) Option "xkb_model" "evdev"
> (**) Option "xkb_layout" "us"
> (II) config/hal: Adding input device Power Button
> (**) Power Button: always reports core events
> (**) Power Button: Device: "/dev/input/event0"
> (II) Power Button: Found keys
> (II) Power Button: Configuring as keyboard
> (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) Option "xkb_model" "evdev"
> (**) Option "xkb_layout" "us"
> (II) Power Button: Close
> (II) UnloadModule: "evdev"
> (II) Power Button: Close
> (II) UnloadModule: "evdev"
> (II) AT Translated Set 2 keyboard: Close
> (II) UnloadModule: "evdev"
>
>
>
> tux ~ # lsmod
>
> Module                  Size  Used by
> test_nx                 1824  0
> psmouse                37980  0
> nvidia               9574140  0
>
>
> What is wrong ???

Firstly, error lines in the Xorg.0.log start with (EE). Secondly, most
aren't entirely meaningful without the context around them. With the
information we have in your mail here, none of us is likely to to
divine what the source of your issue is. Given the whole Xorg.0.log,
we might be able to see something, though.

-- 
Poison [BLX]
Joshua M. Murphy



Re: [gentoo-user] X11 start breaks

2009-12-14 Thread Marcus Wanner

On 12/14/2009 10:29 AM, GerhardosG wrote:

Hi ,

My graphics-card is a GeForce 7600 GT

X11 start breaks with this messages in /var/log/Xorg.0.log :


(II) Initializing built-in extension DAMAGE
(II) Initializing extension GLX
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 2.3.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 4.0
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" 
(type: KEYBOARD)

(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event1"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event0"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) Power Button: Close
(II) UnloadModule: "evdev"
(II) Power Button: Close
(II) UnloadModule: "evdev"
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"



tux ~ # lsmod

Module  Size  Used by
test_nx 1824  0
psmouse37980  0
nvidia   9574140  0


What is wrong ???






Please attach all of /var/log/Xorg.0.log.

Marcus



Re: [gentoo-user] X11 start breaks

2009-12-14 Thread Philip Webb
091214 GerhardosG wrote:
> My graphics-card is a GeForce 7600 GT
> X11 start breaks with this messages in /var/log/Xorg.0.log :
 ...
> (II) UnloadModule: "evdev"

Just a quick suggestion: did you enable 'evdev' in your kernel ?

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




[gentoo-user] X11 start breaks

2009-12-14 Thread GerhardosG

Hi ,

My graphics-card is a GeForce 7600 GT

X11 start breaks with this messages in /var/log/Xorg.0.log :


(II) Initializing built-in extension DAMAGE
(II) Initializing extension GLX
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 2.3.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 4.0
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" 
(type: KEYBOARD)

(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event1"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event0"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) Power Button: Close
(II) UnloadModule: "evdev"
(II) Power Button: Close
(II) UnloadModule: "evdev"
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"



tux ~ # lsmod

Module  Size  Used by
test_nx 1824  0
psmouse37980  0
nvidia   9574140  0


What is wrong ???