LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-22-2009, 07:37 AM   #1
gracianoduarte
LQ Newbie
 
Registered: Sep 2009
Location: Brazil, Pará de Minas - Minas Gerais
Distribution: Slackware
Posts: 3

Rep: Reputation: 0
Problems with xorgsetup and X -configure.


Hello,

Good morning for all. I'm new in this forum.
I have some problems with Slackware 13.0 and the X service, it doesn't work in my PC. When I try use xorgsetup and X -configure it fails. Xorgsetup fails to create a xorg.conf, and the X - configure creates a file with wrong configuration. When I run the command xorgsetup it ask for my pc's configurations but when I answer and click in the button OK the wizard stops to work. Why it doesn't work?

My PC's configuration:

Processor: Intel Pentium III 866 MHz, 256 cache.
RAM: DIM 128 MB.
HD: Seagate 5400 RPM 20 GB.

Sory if had make mistakes in this message. I'm studying english and for now my english isn't good. I'm from Brazil.

Thanks for everyone.

Last edited by gracianoduarte; 09-22-2009 at 07:47 AM.
 
Old 09-22-2009, 07:42 AM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Can you show us the /var/log/Xorg.0.log file that is generated when you try to run X with the configuration from "Xorg -configure" ? Or even the /var/log/Xorg.0.log file that is generated when you run X without any xorg.conf file?

Adam
 
Old 09-22-2009, 07:48 AM   #3
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,159
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
Hello,

Welcome to LQ forum.

Could you be more specific about the errors you are facing?

Regarding xorgsetup, did you check the /root directory for the presence of a xorg.conf.new file?

Regarding X -configure, why do you say it's the wrong configuration? Could you post the /etc/X11/xorg.conf file that resulted from this command?


In file Slackware-HOWTO, you'll get the following advices/instructions:

Quote:
Xorg -configure
---------------

Modern versions of X provide a simple way to create an initial xorg.conf
file that often will work without any additional configuration, or, at the
very least, provide a good base from which to customize the file. To run
this command, enter the following in a root terminal:

# Xorg -configure

The X server probes for available hardware and creates an initial
xorg.file located in the /root directory. You can then use this initial
file to test the configuration by entering the following:

# Xorg -config /root/xorg.conf.new

This will load the initial xorg.conf.new file and run the X server. If
you see the default black and gray checkered background with a mouse
cursor appear, then the configuration was successful. To exit the X
server, just press Ctrl+Alt+Backspace simultaneously. Once back at the
command line, you can copy this xorg.conf.new file to /etc/X11/xorg.conf
and begin making any manual edits necessary to customize your setup.

xorgsetup
---------

This is a simple menu driven frontend that's similar in feel to the
Slackware installer. It simply tells the X server to take a look at the
card, and then set up the best initial configuration file it can make
based on the information it gathers. The generated /etc/X11/xorg.conf
file should be a good starting point for most systems (and should work
without modification).
 
Old 09-22-2009, 07:49 AM   #4
gracianoduarte
LQ Newbie
 
Registered: Sep 2009
Location: Brazil, Pará de Minas - Minas Gerais
Distribution: Slackware
Posts: 3

Original Poster
Rep: Reputation: 0
Hello Adam.
I will check this file and post it.

Thanks for your atention.

Last edited by gracianoduarte; 09-22-2009 at 03:37 PM.
 
Old 09-22-2009, 07:58 AM   #5
gracianoduarte
LQ Newbie
 
Registered: Sep 2009
Location: Brazil, Pará de Minas - Minas Gerais
Distribution: Slackware
Posts: 3

Original Poster
Rep: Reputation: 0
Hello gegechris99,

I try to run X without a file xorg.conf, it functions but the mouse doesn't work so I try to create a xorg.conf to resolve it running the xorgsetup, but when I run this wizard my pc stops to work.
 
Old 09-22-2009, 08:12 AM   #6
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,159
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
Did you run xorgsetup as root user?
 
Old 09-22-2009, 08:15 AM   #7
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Processor: Intel Pentium III 866 MHz, 256 cahce.
RAM: DIM 128 MB.
HD: Seagate 5400 RPM 20 GB.
this does not give me your pc display card.
boot up and login as root then type lspci then look for the vga list and then we can start. If you are using a newer nvidia card let me know. Mine is a 9600 and after install the default vesa config would work but the xorgsetup would choose the nvidifb module and it would not work. so I used the default config. untill I installed the nvidia kernel module from nvidia. My card
Quote:
01:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9400 GT] (rev a1)
so if no xorgconf file has been made then slackware uses the vesa frame buffer.
login as a user and type startx. if nothing then let us know.

Last edited by Drakeo; 09-22-2009 at 08:16 AM.
 
Old 09-22-2009, 08:42 AM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Quote:
Originally Posted by gracianoduarte View Post
Hello gegechris99,

I try to run X without a file xorg.conf, it functions but the mouse doesn't work so I try to create a xorg.conf to resolve it running the xorgsetup, but when I run this wizard my pc stops to work.

Make sure that hald is running before you start X as X now uses hald to detect input devices. What is the output of 'ps ax | grep hald'?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] xorgsetup not working for me just1newbie Slackware 15 08-27-2009 11:13 PM
X won't work through either xorgconfig or xorgsetup Slimda Linux - Newbie 7 07-27-2007 01:12 PM
Where is xwmconfig and xorgsetup appliction? intmail Slackware 1 07-20-2005 07:26 AM
xorgconfig and xorgsetup phantom1nc Slackware - Installation 5 01-28-2005 03:56 PM
xorgsetup WilliamS Slackware 4 09-14-2004 12:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration