LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
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
 
LinkBack Search this Thread
Old 08-05-2009, 08:39 AM   #1
mutexe
Member
 
Registered: May 2009
Location: Malvern, UK
Distribution: Slackware 13.0
Posts: 194

Rep: Reputation: 32
who's using which xorg and where?


Hiya,
Spent ages trying to get the resolution correct for my own account. I bottled out of using xorgconfig cuz it was asking too many complex questions. I then decided to leave it alone for a bit. I then logged into my root account and noticed that this was at a much nicer res!
I'm not really asking about what i need in my xorg, I'll figure that out. Rather, is my root account using a different xorg to my normal-user account? And if so is there a way of finding out where these 2 different files are??

Many thanks,

mute

Oh, I'm using xfce, and there is NO xorg in my /etc/X11.
 
Old 08-05-2009, 09:08 AM   #2
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,024

Rep: Reputation: 197Reputation: 197
No, all accounts should be using the same xorg.conf. It may be that your DE/WM has custom resolutions etc setup.

With no xorg.conf then X is probing the hardware and setting up what it thinks is best.
 
Old 08-05-2009, 09:22 AM   #3
mutexe
Member
 
Registered: May 2009
Location: Malvern, UK
Distribution: Slackware 13.0
Posts: 194

Original Poster
Rep: Reputation: 32
Thanks for the reply mate.
If it is probing the hardware and deciding for itself why are they at differents res's I wonder? I wonder if i should have specified something extra when i added my normal user account using "adduser". Hmmm...

Incidently, if i try and change the res within XFCE, i am immediately logged out of that account. This happens for both root and normal account.

So weird :S

I might try and get some screenshots when i get home from work tonight.

Thanks again for the reply.
 
Old 08-05-2009, 09:29 AM   #4
GazL
Senior Member
 
Registered: May 2008
Posts: 2,269

Rep: Reputation: 445Reputation: 445Reputation: 445Reputation: 445Reputation: 445
I've found that slackware's xorgsetup takes much of the hard work out of configuring xorg.conf. Far better than xorgconfig. It's surprising how many people aren't aware of this tool. Perhaps it should be included at the end of the install dialogs.
 
Old 08-05-2009, 09:38 AM   #5
mutexe
Member
 
Registered: May 2009
Location: Malvern, UK
Distribution: Slackware 13.0
Posts: 194

Original Poster
Rep: Reputation: 32
I may give that a go.
Perhaps as it's only mentioned briefly in the slackbook under a massive section on xorgconfig? It gave the impression it was a like a "secondary" solution.
 
Old 08-05-2009, 09:41 AM   #6
GazL
Senior Member
 
Registered: May 2008
Posts: 2,269

Rep: Reputation: 445Reputation: 445Reputation: 445Reputation: 445Reputation: 445
Yes, I think it took me several releases before I stumbled across its existence too.
 
Old 08-05-2009, 09:44 AM   #7
speccy
Member
 
Registered: Dec 2008
Location: Portsmouth, UK
Distribution: slackware
Posts: 38

Rep: Reputation: 30
Don't know if this would make a difference, but is your (non-root) user in the "video" group?
 
Old 08-05-2009, 09:47 AM   #8
teek
Member
 
Registered: Jun 2004
Location: The Netherlands; Dordrecht
Distribution: Arch (at the moment)
Posts: 110

Rep: Reputation: 16
How about "X -configure" does that work? If you have an nvidia card, you can use (when using nvidia driver) nvidia-xconfig (or something similar).
 
Old 08-05-2009, 09:48 AM   #9
hitest
Senior Member
 
Registered: Mar 2004
Location: Prince Rupert, B.C., Canada
Distribution: Slackware
Posts: 3,227

Rep: Reputation: 242Reputation: 242Reputation: 242
Cool

Quote:
Originally Posted by GazL View Post
I've found that slackware's xorgsetup takes much of the hard work out of configuring xorg.conf. Far better than xorgconfig. It's surprising how many people aren't aware of this tool. Perhaps it should be included at the end of the install dialogs.
Agreed. The tool xorgsetup is wonderful, I've used it for the last several versions of Slackware. It works flawlessly.
In Slackware-current and in Slackware64-current I didn't do anything to set-up X. The hardware probing works perfectly for me, I just type startx and KDE 4.2.4 works out of the box.
I love how Slackware-current now automagically configures X.
 
Old 08-05-2009, 09:56 AM   #10
mutexe
Member
 
Registered: May 2009
Location: Malvern, UK
Distribution: Slackware 13.0
Posts: 194

Original Poster
Rep: Reputation: 32
Whoa! Firstly thanks for all of the replies. I really appreciate it.

@speccy. I followed this guide: http://www.howtoforge.com/the_perfec...slackware12_p2 to add a new user, so yea i included 'video'. Was that wrong?

Thanks again everyone, I have a few things I can try tonight now
 
Old 08-05-2009, 10:00 AM   #11
speccy
Member
 
Registered: Dec 2008
Location: Portsmouth, UK
Distribution: slackware
Posts: 38

Rep: Reputation: 30
Quote:
... so yea i included 'video'. Was that wrong?
No, That's correct.
 
Old 08-11-2009, 09:19 AM   #12
mutexe
Member
 
Registered: May 2009
Location: Malvern, UK
Distribution: Slackware 13.0
Posts: 194

Original Poster
Rep: Reputation: 32
I tried "xorgsetup", but i dont think it liked the fact that my xfce was still running. Which is understandable I guess

Is there a way to stop my windows manager, run xorgsetup, then restart it? I thought about changing the run level back so it just boots up to a command line but thought that might be a bit overkill.

Cheers,

mute
 
Old 08-11-2009, 09:24 AM   #13
GazL
Senior Member
 
Registered: May 2008
Posts: 2,269

Rep: Reputation: 445Reputation: 445Reputation: 445Reputation: 445Reputation: 445
I believe it uses the Auto-probing built into the Xserver so yes, you're going to have to run it while X is down.

If you login as root on a virtual console (by default there's one on CTRL-ALT-F6 I believe), you could then try a 'telinit 3', make a backup of your existing xorg.conf, run xorgsetup and then telinit 4 to take you back.
 
Old 08-11-2009, 09:46 AM   #14
mutexe
Member
 
Registered: May 2009
Location: Malvern, UK
Distribution: Slackware 13.0
Posts: 194

Original Poster
Rep: Reputation: 32
I shall try it tonight when i get home.

Many thanks again mate,

mute
 
Old 08-11-2009, 04:57 PM   #15
mutexe
Member
 
Registered: May 2009
Location: Malvern, UK
Distribution: Slackware 13.0
Posts: 194

Original Poster
Rep: Reputation: 32
Well i ran xorgsetup, and in terms of my screen res it did bugger all Sure it wrote me a xorg, but the resolution is still different between root account and my normal account. (within xfce it's saying the same res, even though it clearly isn't).

I'm at a complete loss now.
Perhaps I could post the xorg.conf file xorgsetup created?

mute
 
  


Reply

Tags
xorg


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Medion MIM 2310 powersoff without Xorg...when Xorg installed does not power off. gluesniffmonkey Linux - Laptop and Netbook 6 12-04-2007 08:28 PM
Sid Users - Beware of Xorg 7.3 (xserver-xorg-input-evdev) bug rickh Debian 4 10-24-2007 04:30 AM
Removing custom built Xorg to install Etch's Xorg kushalkoolwal Debian 4 05-30-2007 02:50 AM
recent dist-upgrade of xorg has killed my mouse (and thusly, xorg). Lokathor Debian 4 06-10-2006 05:52 AM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 02:41 PM


All times are GMT -5. The time now is 12:47 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration