Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Xorg -configure: Number of created screens
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Sun Jul 10, 2011 7:40 pm    Post subject: [SOLVED] Xorg -configure: Number of created screens Reply with quote

Code:

telebabbo-gentoo ~ # Xorg -configure

X.Org X Server 1.9.5
Release Date: 2011-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.38-gentoo-r6 i686 Gentoo
Current Operating System: Linux telebabbo-gentoo 2.6.39.3 #1 SMP Sun Jul 10 23:21:48 CEST 2011 i686
Kernel command line: root=/dev/sda3
Build Date: 10 July 2011  09:27:20PM
 
Current version of pixman: 0.20.2
   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: Sun Jul 10 23:42:03 2011
List of video drivers:
   intel
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Number of created screens does not match number of detected devices.
  Configuration failed.


Ideas? -.-


Last edited by telebabbo on Mon Jul 11, 2011 6:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Sun Jul 10, 2011 8:48 pm    Post subject: Reply with quote

X -configure does not work with KMS. With the open source drivers, you don't need any xorg.conf at all.

To generate xorg.conf for the proprietary drivers, use aticonfig or nvidia-xconfig.
Back to top
View user's profile Send private message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Sun Jul 10, 2011 9:08 pm    Post subject: Reply with quote

I just follwed this guide

http://en.gentoo-wiki.com/wiki/Acer_Aspire_One_A110L
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Sun Jul 10, 2011 9:10 pm    Post subject: Reply with quote

It seems that the wiki article is outdated. Follow the official documentation instead: http://www.gentoo.org/doc/en/xorg-config.xml
Back to top
View user's profile Send private message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Mon Jul 11, 2011 4:03 pm    Post subject: Reply with quote

chithanh wrote:
It seems that the wiki article is outdated. Follow the official documentation instead: http://www.gentoo.org/doc/en/xorg-config.xml

I followed that guide...

I can start X almost successfully, but system doesn't recognize the keyboard! Mouse is ok, monitor is ok (1024x600)...

I ran Xorg -configure, tried to edit xorg.conf, with no success... Actually there is no xorg.conf, and the situation is the same: mouse ok, monitor ok, NO KEYBOARD...

Ideas?
Back to top
View user's profile Send private message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Mon Jul 11, 2011 4:06 pm    Post subject: Reply with quote

I will post you some outputs

Code:
startx:

Code:
hostname: Unknown host
xauth:  file /root/.serverauth.2472 does not exist


X.Org X Server 1.9.5
Release Date: 2011-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.39.3 i686 Gentoo
Current Operating System: Linux telebabbo-gentoo 2.6.39.3 #2 SMP Mon Jul 11 04:32:14 CEST 2011 i686
Kernel command line: root=/dev/sda3
Build Date: 11 July 2011  05:50:37PM
 
Current version of pixman: 0.20.2
   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 Jul 11 20:07:05 2011
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) Failed to load module "evdev" (module does not exist, 0)
(EE) No input driver matching `evdev'
(EE) Query no Synaptics: 6003C8
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit returned NULL for "SynPS/2 Synaptics TouchPad"
/etc/X11/xinit/xinitrc: line 60: xclock: command not found



Code:
CTRL+C to shut X down:


Code:
xinit: connection to X server lost

waiting for X server to shut down
xinit: unexpected signal 2
xterm:  fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
xterm:  fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
XIO:  fatal IO error 0 (Success) on X server ":0"
      after 463 requests (463 known processed) with 0 events remaining.
xterm:  fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
Back to top
View user's profile Send private message
rh1
Guru
Guru


Joined: 10 Apr 2010
Posts: 501

PostPosted: Mon Jul 11, 2011 4:21 pm    Post subject: Reply with quote

Looks like your missing "evdev". That's pretty much a show stopper nowadays. You should have in /etc/make.conf:
Code:
INPUT_DEVICES="evdev"

Then just run 'emerge -avuND world'

If you already had it in /etc/make.conf then you might just need to rebuild it. Code to rebuild all drivers:
Code:
emerge $(qlist -IC x11-drivers/)
Back to top
View user's profile Send private message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Mon Jul 11, 2011 6:27 pm    Post subject: Reply with quote

rh1 wrote:
Looks like your missing "evdev". That's pretty much a show stopper nowadays. You should have in /etc/make.conf:
Code:
INPUT_DEVICES="evdev"

Then just run 'emerge -avuND world'

If you already had it in /etc/make.conf then you might just need to rebuild it. Code to rebuild all drivers:
Code:
emerge $(qlist -IC x11-drivers/)


I am emerging avuND world... I launched that command about two hours ago and it still compiling 9/13 packages 8O
Back to top
View user's profile Send private message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Mon Jul 11, 2011 6:43 pm    Post subject: Reply with quote

rh1 wrote:
Looks like your missing "evdev". That's pretty much a show stopper nowadays. You should have in /etc/make.conf:
Code:
INPUT_DEVICES="evdev"

Then just run 'emerge -avuND world'

It worked!

Thank you very much indeed, man!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum