LinuxQuestions.org
Help answer threads with 0 replies.
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 03-23-2006, 10:52 AM   #1
D_O_Y_L_E
Member
 
Registered: Mar 2006
Location: Acadia U
Distribution: SUSE 10.1
Posts: 51

Rep: Reputation: 15
help with xorg.conf


messed around with my xorg.conf file to get my trackpad to work but i did something wrong and now when i try to startx it gives me a error message with xorg.conf
just wondering if there is a way i can reinstall jsut atht file or reconfigure it or put the backup in use so i dont have to reinstall slackware
thanks
 
Old 03-23-2006, 11:01 AM   #2
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
What's the error? It's always best to keep a xorg.conf.bak file in /etc/X11 just in case you mess up somewhere. you can always run 'xorgconfig' as well.
 
Old 03-23-2006, 11:05 AM   #3
D_O_Y_L_E
Member
 
Registered: Mar 2006
Location: Acadia U
Distribution: SUSE 10.1
Posts: 51

Original Poster
Rep: Reputation: 15
well there error was something with teh core pointer adn then i ran xorgconfig to try and fix it.. i think i did the right thing but i thin i messed up with te monitor configuration part because now i get an error saying no screens found and x won't start
 
Old 03-23-2006, 11:13 AM   #4
D_O_Y_L_E
Member
 
Registered: Mar 2006
Location: Acadia U
Distribution: SUSE 10.1
Posts: 51

Original Poster
Rep: Reputation: 15
is there a way i can just create a default xorg file taht came with teh installation instead of configuring a whole one my self casue i dont know the specs of my video card and monitor?
 
Old 03-23-2006, 12:31 PM   #5
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Rep: Reputation: 30
http://czone.95mb.com/files/generic.....xorg.conf.txt

you'll change the radeon under 'device' section to whatever type of video card chipset you have.
You'll also install synaptics touchpad drivers
Oh and comment out the last section.

Other than that above, this config I've made seems to work on every laptop with a no screens found or corepointer error.
 
Old 03-23-2006, 12:49 PM   #6
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Use my xorg.conf here: has synaptics, etc, and plenty of comments
 
Old 03-23-2006, 12:51 PM   #7
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
Is there a file "/etc/X11/xorg.conf-vesa"? That's the one that Slackware uses as its default xorg.conf (apart from one or two font lines), before you run xorgsetup/xorgconfig or manually change it.

Last edited by odevans; 03-23-2006 at 12:53 PM.
 
Old 03-23-2006, 12:54 PM   #8
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
xorgsetup can make guess and setup X11. If you have /etc/X11/xorg.conf.old or .bak that worked you can rename it to /etc/X11/xorg.conf after you rename or remove non-working file.
But you are best to do your homework. Find those specs for your lappy model with Google or from the manufacturer web site. tuxmobil web site may have SW install notes for your lappy model to help too. Check "This is how I do it all" at top of this forum. Good luck.
 
Old 03-23-2006, 01:18 PM   #9
D_O_Y_L_E
Member
 
Registered: Mar 2006
Location: Acadia U
Distribution: SUSE 10.1
Posts: 51

Original Poster
Rep: Reputation: 15
im a newbie and i dont know how to change or look at files when im in a text prompt like taht
but im giong ot try this xorgsetup and see what happens since xorgconfig is killing me
 
Old 03-23-2006, 01:38 PM   #10
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
To view a file on the CLI, use the command "less" e.g:

Code:
user@box~$:  less /path/to/file
There are several text editors for Linux CLI - vi, vim, ed, pico, emacs (and more). The debate over which is best has probably been going on since the second text edititor was written . "Elvis" is a vi clone installed by default with Slackware.

Code:
user@box~$:  vi /path/to/file
vi (and clones) seemingly have odd behaviour to a newbie, so here's a quick tutorial.

Last edited by odevans; 03-23-2006 at 01:40 PM.
 
Old 03-23-2006, 02:23 PM   #11
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
SW comes with pico. pico /etc/X11/xorg.conf (as root) would let you view and edit example file and save it. As a beginner try learning pico. Then go on to other editors as your abilities develop. Cheers.
 
Old 03-23-2006, 02:32 PM   #12
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Rep: Reputation: 30
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf-old
this backs up your current file.

use one of the sample configs provided by cwwilson or myself-download the xorg.conf file and copy it to /etc/X11

As lestiol said, you can use pico to view && edit the file. CTRL+o to save and CTRL+x to exit.

Try back startx
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
xorg.conf mgkemp Linux - Software 1 05-26-2005 08:21 AM
xorg.conf Talen04 SUSE / openSUSE 3 05-18-2005 05:58 AM
xorg.conf chunlee Linux - Newbie 2 12-27-2004 02:59 PM
xorg.conf dc_cid Linux - Newbie 4 09-03-2004 07:51 PM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 01:41 PM

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

All times are GMT -5. The time now is 08:56 AM.

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