LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices


Reply
  Search this Thread
Old 11-25-2010, 02:51 AM   #1
wetweasel
LQ Newbie
 
Registered: Nov 2010
Posts: 10

Rep: Reputation: 0
gentoo & a magically working Xorg


hey again. to make it painfully simple and possibly sound stupid:

I don't have an /etc/X11/xorg.conf

from what I remember, during installation (according to the handbook) I was told not to use xorg.conf as udev rules would sort everything out

it's working fine, so I guess they did. but:

how can I see/add available resolutions, modify mouse speed, see current color depth etc etc, all the stuff that used to be found in xorg.conf? how do I configure X without xorg.conf?
 
Old 11-25-2010, 03:59 AM   #2
T0sh1r0
Member
 
Registered: Oct 2010
Posts: 51
Blog Entries: 1

Rep: Reputation: Disabled
In section 4 of this document, they explain how to teak the settings.

Hope this helps you ;-)
 
Old 11-25-2010, 07:47 AM   #3
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
You can make an /etc/X11/xorg.conf.d/ directory and add a file with your customizations. Also, look in /usr/share/X11/xorg.conf.d/ for files that you can edit and copy to /etc/X11/xorg.conf.d/
 
Old 11-25-2010, 03:38 PM   #4
wetweasel
LQ Newbie
 
Registered: Nov 2010
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by andrewthomas View Post
You can make an /etc/X11/xorg.conf.d/ directory and add a file with your customizations. Also, look in /usr/share/X11/xorg.conf.d/ for files that you can edit and copy to /etc/X11/xorg.conf.d/
so such thing as /usr/share/X11/xorg.conf.d here
 
Old 11-25-2010, 05:12 PM   #5
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Quote:
Originally Posted by wetweasel View Post
so such thing as /usr/share/X11/xorg.conf.d here
I have a 10-evdev.conf file in /usr/share/X11/xorg.conf.d/

Code:
#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection
It really does not matter if you have the files or not. Just make an xorg.conf.d directory in /etc/X11/ then make a file with any customizations that you want.
 
1 members found this post helpful.
  


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
Gentoo, Xorg, fglrx not working as intended b1f30 Linux - Desktop 2 04-23-2009 05:04 PM
gentoo @ Xorg ARCIS_house Linux - Newbie 5 07-19-2005 08:52 AM
Xorg freezes on Gentoo Azazzello Linux - Software 3 11-27-2004 06:01 PM
Xorg and Gentoo palmem Linux - Software 4 11-15-2004 10:55 AM
My mouse just magically stopped working... Nikon01 Slackware 11 09-12-2004 07:39 PM

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

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