LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 06-29-2004, 04:40 PM   #1
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Rep: Reputation: 30
Xorg


Well i configured xorg.. And choose everything i did with xf86config back when the much better xfree86 was used.. But there is a major problem.. The resolution doesnt go to 1280x1024.. It uses 800x600 i think.. This is after a free 10.0 upgrade.. What is wrong with this..
 
Old 06-29-2004, 04:43 PM   #2
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
Forgot to mention that it wont take my setting for my scroll wheel.. I did the
Code:
Option "ZAxisMapping "4 5"
Option "Buttons" "5"
And it still doesnt work..
 
Old 06-29-2004, 04:47 PM   #3
lupin_the_3rd
Member
 
Registered: Oct 2003
Location: Memphis, TN
Distribution: Slackware current
Posts: 485

Rep: Reputation: 30
This may be obvious but if this is not a fresh install make sure you don't have an XFree86 config lying around as xorg will read that first...
 
Old 06-29-2004, 05:08 PM   #4
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
Fresh install..
 
Old 06-29-2004, 05:10 PM   #5
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
Have u used arch linux? I just copied my xf86config file from there and renamed it to xorg.conf and it worked.. so i hope there is no differnce between the 2 systems. That way ill just continue to use this config file..
 
Old 06-29-2004, 05:14 PM   #6
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
Re: Xorg

Quote:
Originally posted by iotc247
Well i configured xorg.. And choose everything i did with xf86config back when the much better xfree86 was used.. But there is a major problem.. The resolution doesnt go to 1280x1024.. It uses 800x600 i think.. This is after a free 10.0 upgrade.. What is wrong with this..
i just installed slack 10 and need to configure x.org. how did you do it? i installed kde and x.org from a standard install but when i type startx the screen goes into suspend mode.
 
Old 06-29-2004, 05:26 PM   #7
psykles
LQ Newbie
 
Registered: Jun 2004
Posts: 1

Rep: Reputation: 0
Re: Xorg

It's called xorgconfig and xorgcfg now

iotc247: Maybe you should check your monitor timings.
My monitor needs HorizSync 30.0 - 96.0 with VertRefresh 50-160
Of course you should check your monitor's manual before-hand.

Last edited by psykles; 06-29-2004 at 05:30 PM.
 
Old 06-29-2004, 05:33 PM   #8
major.tom
Member
 
Registered: Jun 2003
Location: Canada
Distribution: Slackware (current); Gentoo (newbie)
Posts: 142

Rep: Reputation: 15
Quote:
Originally posted by iotc247
Forgot to mention that it wont take my setting for my scroll wheel.. I did the
Code:
Option "ZAxisMapping "4 5"
Option "Buttons" "5"
And it still doesnt work..
What is the protocol set to? Should be "imps/2"

Failing that, what device is it using? Double check that that device maps to your actual mouse.

eg. if the device is /dev/mouse, do an "ls -l /dev/mouse". If /dev/mouse doesn't point to anything, try some other values until you find the one that works. (eg. /dev/psaux)

Garry
 
Old 06-29-2004, 06:10 PM   #9
lethargo
LQ Newbie
 
Registered: Aug 2003
Location: St. Paul, Minnesota, US
Distribution: Slackware 10
Posts: 27

Rep: Reputation: 15
Quote:
Code:
Option "ZAxisMapping "4 5"
Option "Buttons" "5"
Is that cut-and-pasted directly from your xorg.conf file? If so, there's a quotation mark missing at the end of "ZAxisMapping".
 
Old 06-29-2004, 06:21 PM   #10
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
Quote:
Originally posted by iotc247
Forgot to mention that it wont take my setting for my scroll wheel.. I did the
Code:
Option "ZAxisMapping "4 5"
Option "Buttons" "5"
And it still doesnt work..
Flip your lines around. Have it go:
Code:
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Otherwise it doesn't know there's 5 buttons until AFTER you tried mapping the zaxis to buttons 4 and 5, so it couldn't because it thought there were still only 3 buttons.
 
Old 06-29-2004, 06:23 PM   #11
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
Nope it wasnt cut and pasted.. For some reason xorg wouldnt use every value i told it to.. I told it to use the nv driver and it used vesa i told it 30-100 or something like that (one of the default options) for the sync rate thing and it did something else.. Seems like a but in xorg.. Hm.. I wish xfree didnt screw with its license.. It was much better and is still better then xorg..
 
Old 06-29-2004, 10:37 PM   #12
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
got xorgconfig to work and about the buttons 5 option...i dont have that and never have in any version of slack with xfree and now x.org and the scroll works fine with just zaxismapping 4 5 set
 
Old 06-29-2004, 11:55 PM   #13
basics
Member
 
Registered: Dec 2003
Location: Georgia, US
Distribution: Slackware64
Posts: 54

Rep: Reputation: 16
My scroll mouse works fine under x.org. I used the Option "ZAxisMapping" "4 5" without the 5 button option. However, mine only works if I put the protocol to "Auto" instead of PS/2 or imps/2. Are you trying to get functionallty out of your 2 additional buttons?
 
Old 06-30-2004, 02:49 AM   #14
imforion
LQ Newbie
 
Registered: Jun 2004
Distribution: Slackware 10
Posts: 2

Rep: Reputation: 0
I seem to be having the same problem. I have tried everything from setting up the xaxis to the 5 buttons option to setting the device to auto. I have a logitech usb mouse and using the logitech option doesnt help.

Edit: actually nvm, I finally got it to work =oP

Last edited by imforion; 06-30-2004 at 03:13 AM.
 
Old 06-30-2004, 05:15 AM   #15
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
Quote:
Originally posted by iotc247
Nope it wasnt cut and pasted.. For some reason xorg wouldnt use every value i told it to.. I told it to use the nv driver and it used vesa i told it 30-100 or something like that (one of the default options) for the sync rate thing and it did something else.. Seems like a but in xorg.. Hm.. I wish xfree didnt screw with its license.. It was much better and is still better then xorg..
post your xorg.conf file so we can take a peek at it. i finally got mine to work at 1024, 1152, and 1280 all using the nv driver. now i just have to figure out if the nvidia driver works with x.org as it did with xfree86
 
  


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
replace 'xfree86' by 'xorg' in your xorg config file dindoung Linux - Newbie 2 02-26-2005 04:43 AM
ATI Drivers 3.12.0 with Xorg 6.7, Xorg 6.8 Gary987 Linux - Hardware 0 09-15-2004 07:10 PM
Xorg, Xorg -configure fail kupek85 Linux - Software 3 08-05-2004 08:09 PM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 01:41 PM
Considering Xorg, Slack favors Xorg over Xfree Nichole_knc Slackware 7 06-13-2004 06:46 AM

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

All times are GMT -5. The time now is 04:12 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