You are not logged in.

#1 2010-07-09 08:28:25

taewon
Member
Registered: 2006-05-02
Posts: 15

selective manual xorg setting?

I'm currently configuring an Asus 1005pe. Currently, I don't have the xorg.conf file and the netbook is usable. I want to add the xorg settings found in the wiki page. However, I don't want to create a whole xorg.conf file, but want to add only some manual configurations, e.g. the graphics setting. Is it possible to do that, i.e. let HAL determine everything except, say, the graphics setting shown below

Driver "intel"
Option "AccelMethod" "exa" 
Option "MigrationHeuristic" "greedy"
Option "FramebufferCompression" "on"
Option "Tiling" "on"
Option "XvMC" "on"

Offline

#2 2010-07-09 08:42:26

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: selective manual xorg setting?

As per Xorg 1.8 you can put extra configuration files in /etc/X11/xorg.conf.d. Be sure, however, to use unique file names so they won't get overwritten on Xorg updates.


To know or not to know ...
... the questions remain forever.

Offline

#3 2010-07-09 10:16:49

taewon
Member
Registered: 2006-05-02
Posts: 15

Re: selective manual xorg setting?

Thank you for the fast reply. Just one more question: Do I just have to put a file there? Does it get automatically activated? So, I just create a text file with XXXXXXX.conf and put the code I quoted above with "Section "Device"" and "EndDevice"?

Offline

#4 2010-07-09 10:32:03

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: selective manual xorg setting?

Xorg automatically first reads  the files in xorg.conf.d and then the standard xorg.conf (so that local settings will override). Thus it suffices to put a suitable file into xorg.conf.d. A file with "Section device"..."End Device" should work.

Note however that there are some syntax changes. Best check the InputClasses in the Xorg wiki for this.

Last edited by bernarcher (2010-07-09 10:33:41)


To know or not to know ...
... the questions remain forever.

Offline

Board footer

Powered by FluxBB