Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg.conf is absent
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
romalong
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Kiev

PostPosted: Tue Jul 26, 2005 11:48 am    Post subject: xorg.conf is absent Reply with quote

i've emerged kdebase-startkde and X server appeared to be installed as well by default with KDE, but there's no xorg.conf yet, just xorg.conf.example.
why does my KDE work if X isn't configured at all?
Back to top
View user's profile Send private message
d11wtq
Apprentice
Apprentice


Joined: 14 Jul 2005
Posts: 192
Location: Manchester, UK

PostPosted: Tue Jul 26, 2005 11:53 am    Post subject: Reply with quote

Sometimes X will start up just using the default VGA settings if your video card supports it.

Running:

Code:

X -configure


Should create a file called xorg.conf.new. Just copy that to /etc/X11/xorg.conf and that *hopefully* will work. It might need sometweaking though.
Back to top
View user's profile Send private message
romalong
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Kiev

PostPosted: Tue Jul 26, 2005 1:57 pm    Post subject: Reply with quote

Code:
tux ~ # X -configure

Fatal server error:
Server is already active for display 0
        If this server is no longer running, remove /tmp/.X0-lock
        and start again.


Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.

tux ~ # rm /tmp/.X0-lock
tux ~ # X -configure

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.11-gentoo-r11 i686 [ELF]
Current Operating System: Linux tux 2.6.11-gentoo-r11 #8 SMP Mon Jul 25 15:11:34 GMT 2005 i686
Build Date: 26 July 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
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: Tue Jul 26 16:55:11 2005
Using vt 8
List of video drivers:
        atimisc
        r128
        radeon
        mga
        glint
        nv
        tga
        s3
        s3virge
        sis
        rendition
        neomagic
        i740
        tdfx
        savage
        cirrus
        vmware
        tseng
        trident
        chips
        apm
        i128
        nsc
        i810
        ati
        ark
        cyrix
        siliconmotion
        via
        vesa
        vga
        dummy
        fbdev
        v4l
(++) Using config file: "/root/xorg.conf.new"


Xorg is not able to detect your mouse.
Edit the file and correct the Device.

Your xorg.conf file is /root/xorg.conf.new

To test the server, run 'X -config /root/xorg.conf.new'

tux ~ # X -config /root/xorg.conf.new

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.11-gentoo-r11 i686 [ELF]
Current Operating System: Linux tux 2.6.11-gentoo-r11 #8 SMP Mon Jul 25 15:11:34 GMT 2005 i686
Build Date: 26 July 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
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: Tue Jul 26 16:55:42 2005
(++) Using config file: "/root/xorg.conf.new"
Using vt 8
(EE) xf86OpenSerial: Cannot open device /dev/mouse
        No such file or directory.
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device "Mouse0"
No core pointer

Fatal server error:
failed to initialize core devices

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

tux ~ # 
Back to top
View user's profile Send private message
romalong
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Kiev

PostPosted: Tue Jul 26, 2005 1:58 pm    Post subject: Reply with quote

here's my X log. could you take a short look through it please?

http://fti.com.ua/Xorg.0.log.gz


Last edited by romalong on Tue Jul 26, 2005 3:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
tux_wooster
n00b
n00b


Joined: 30 May 2005
Posts: 12

PostPosted: Tue Jul 26, 2005 2:56 pm    Post subject: looks like its your mouse configuration in the xorg.conf Reply with quote

Quote:
(EE) xf86OpenSerial: Cannot open device /dev/mouse

from what i get right there it looks like you might have to change /dev/mouse to /dev/input/mice in your /root/xorg.conf.new.

Code:
Option "Device"      "/dev/mouse"
to
Code:
Option "Device"     "/dev/input/mice"


then if that works copy it over to /etc/X11/xorg.conf

Code:
cp /root/xorg.conf.new /etc/X11/xorg.conf
Back to top
View user's profile Send private message
romalong
Guru
Guru


Joined: 08 Jun 2005
Posts: 488
Location: Kiev

PostPosted: Tue Jul 26, 2005 3:30 pm    Post subject: Re: looks like its your mouse configuration in the xorg.conf Reply with quote

tux_wooster wrote:
Quote:
(EE) xf86OpenSerial: Cannot open device /dev/mouse

from what i get right there it looks like you might have to change /dev/mouse to /dev/input/mice in your /root/xorg.conf.new.

Code:
Option "Device"      "/dev/mouse"
to
Code:
Option "Device"     "/dev/input/mice"


then if that works copy it over to /etc/X11/xorg.conf

Code:
cp /root/xorg.conf.new /etc/X11/xorg.conf


great! it works now! thanx!
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