index
:
~whot/xserver
1.8-fixes
barriers
barriers-try-5
cleanup
devel
driver-integration-testing
driver-merge
extmod-changes
for-keith
input-api
inputproto-2.1-devel
integration-testing
masked-valuators
master
mt-devel
mt-devel2
multitouch
multitouch-devel-history
multitouch-from-scratch
next
next-all
pointer-barriers
queue
record
review/xsync-transition-bug-59644
rhel6-two-screen-coordinates
rhel6-two-screen-coordinates-with-doubles
server-1.10-branch
server-1.10-input
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.14-touch-fixes
server-1.15-branch
server-1.17-branch
server-1.19-branch
server-1.8-branch
server-1.9-input
sigsafe-logging-varargs
single-master-device
smooth-scrolling
touch-grab-race-condition-56578
touch-grab-race-condition-56578-v2
touch-grab-race-condition-56578-v3
two-screen-coordinates
unreviewed
wip/logind-integration
wip/touchpad-resolution-scaling
wip/xsync-transition-bug-59644
wip/xwayland-tablet
X Server input fixes.
whot
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
common
/
xf86AutoConfig.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-22
xfree86: Use xorg.conf.d directory for multiple config files
Dan Nicholson
1
-1
/
+2
2009-09-18
xserver: added more Geode oddities to xf86AutoConfig.c
Martin-Éric Racine
1
-2
/
+2
2009-09-09
Use lowercase PCI vendor ID for NSC.
Martin-Éric Racine
1
-1
/
+1
2009-09-08
Added comment with the PCI device ID of Geode SCx200 series.
Martin-Éric Racine
1
-1
/
+1
2009-09-04
Formatted recent Geode PCI ID changes to fit a 80-column coding style.
Martin-Éric Racine
1
-2
/
+3
2009-09-04
Further explained what the Geode PCI ID is all about as comments.
Martin-Éric Racine
1
-2
/
+2
2009-09-04
Removed unnecessary curly braces for Geode LX PCI ID.
Martin-Éric Racine
1
-2
/
+1
2009-09-04
Updated the PCI Vendor and Device IDs for all Geode variants.
Martin-Éric Racine
1
-5
/
+17
2009-08-18
Sun bug 6872917: Xorg not querying /dev/fb when no xorg.conf exists
Alan Coopersmith
1
-1
/
+18
2009-07-24
xfree86: "Staticize" functions in xf86AutoConfig.c
Tiago Vignatti
1
-42
/
+42
2009-07-09
config: drop i810.
Adam Jackson
1
-1
/
+0
2009-03-27
config: Fall back to vesa for Intel Poulsbo.
Adam Jackson
1
-0
/
+2
2008-12-16
config: Add vboxvideo and tga to the magic driver list
Adam Jackson
1
-6
/
+7
2008-10-26
Bug#16501: autodetection of sbus graphic cards
Bernhard R. Link
1
-0
/
+10
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-2
/
+1
2008-08-01
Handle XGI cards in autoconfig.
Adam Jackson
1
-0
/
+6
2008-07-21
Revert "Try nvidia before nv under the assumption that people who install it ...
Daniel Stone
1
-5
/
+1
2008-07-20
Try nvidia before nv under the assumption that people who install it usually ...
Aaron Plattner
1
-1
/
+5
2008-07-07
Improved driver selection when autoconfiguring driver without xorg.conf
Alan Coopersmith
1
-81
/
+142
2008-06-24
Check for __amd64__, not __x86_64__.
Adam Jackson
1
-1
/
+1
2008-04-23
autoconfig: don't call closedir() when opendir() failed
Julien Cristau
1
-70
/
+71
2008-04-21
xf86: Change AutoConfig driver for PCI ID 022:2091 to 'geode'
Jordan Crouse
1
-1
/
+5
2008-04-12
Check for __x86_64__ when we check for __amd64__
Matt Turner
1
-1
/
+1
2008-04-01
xfree86: don't crash in AutoConfig if the primary device is not pci
Goneri Le Bouder
1
-2
/
+3
2008-03-10
Add the "amd" driver to magic driver selection.
Adam Jackson
1
-2
/
+3
2008-03-04
Remove all mention of the vga driver from the config logic.
Adam Jackson
1
-3
/
+0
2008-02-22
s/via/openchrome/ in the autoconfig logic.
Adam Jackson
1
-1
/
+1
2007-11-15
Eliminate some redundancy in autoconfiguration.
Adam Jackson
1
-22
/
+0
2007-10-22
Define PCI_TXT_IDS_DIR more cleanly
David Nusinow
1
-3
/
+3
2007-10-21
Add a note as to why the text file based PCI ID scheme is present at all
David Nusinow
1
-0
/
+4
2007-10-21
Fix compilation issue on FreeBSD (bug #12841)
David Nusinow
1
-0
/
+4
2007-10-21
Make PCI text file directory configurable
David Nusinow
1
-5
/
+6
2007-10-19
Disable debian pci-id-list autoconfig code on non-linux.
Eric Anholt
1
-12
/
+17
2007-10-11
Fix another compiler warning
David Nusinow
1
-2
/
+1
2007-10-11
Fix a warning about the control logic in xchomp()
David Nusinow
1
-1
/
+1
2007-10-11
Remove some unused variables
David Nusinow
1
-3
/
+0
2007-10-11
Separate choosing driver from the file-based implementation
David Nusinow
1
-29
/
+37
2007-10-11
When there's no xorg.conf, use the video driver autoloading function
David Nusinow
1
-16
/
+1
2007-10-09
Use the best guess heuristic as a fallback for autoloading
David Nusinow
1
-0
/
+3
2007-10-09
Fix autoloading of drivers for pci-rework
David Nusinow
1
-17
/
+13
2007-10-09
First pass at improved video driver autoloading
David Nusinow
1
-0
/
+205
2007-10-09
Load intel instead of i810 when autoconfiguring
David Nusinow
1
-1
/
+1
2007-08-23
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
1
-1
/
+0
2007-08-23
Get rid of the type1 font module.
Julien Cristau
1
-1
/
+0
2007-06-18
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
1
-1
/
+1
2006-12-08
Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...
Ian Romanick
1
-0
/
+3
2006-09-14
Load the default module set when no Module section is given in the config.
Adam Jackson
1
-0
/
+3
2006-08-10
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
1
-1
/
+0
2006-08-09
Remove TargetRefresh option from the autoconfig logic.
Adam Jackson
1
-1
/
+0
2006-08-02
Eliminate the last few places outside xf86pciBus.c that use
Ian Romanick
1
-11
/
+11
[next]