Post by yowiePost by PalookaPost by yowiePost by Man-wai Chang ToDie (+MS=V32B)Post by yowieUbuntu largely dropped xorg.conf in Intrepid, IIRC. I was a bit annoyed
because I'm used to tinkering with that file but it all seems to work.
Haven't tried hot-plugging a Wacom tablet yet.
What is the problem anyway?
I didn't know that /etc/X11/xorg.conf could be empty for the latest
version of Xorg.
So Xorg re-detects everything when xorg.conf is zero byte in size?
I gather it does, yes.
Post by Man-wai Chang ToDie (+MS=V32B)Or does it store detected settings in another file? Where is it?
Don't know. Manual tweaks go in /etc/hal/fdi/policy in xml formatted fdi
files. It's a bit of a mystery to me as well since I've never had to
bother with it. The last time I had to edit xorg.conf was about three
years ago to get my usb graphics tablet working properly. I put the
dontzap line in there by running the script provided (man dontzap).
AFAIK I know you can still put stuff in xorg.conf but there is a risk that
your settings might cause problems with hot pluggable devices.
https://wiki.ubuntu.com/X/Config
I too would like to hear from anyone who really understands this stuff
just out of curiosity.
I don't pretend to understand xorg.conf but VMware tools seems to insist
on creating one in every VM. This is somewhat inconvenient.
Is there anything in it?
Yes. This:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "XWorkAround"
InputDevice "VMware Keyboard" "CoreKeyboard"
InputDevice "VMware Mouse" "CorePointer"
EndSection
Section "InputDevice"
Identifier "VMware Keyboard"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "Device"
Identifier "VMware SVGA"
Driver "vmware"
EndSection
Section "Screen"
Identifier "Screen0"
Device "VMware SVGA"
Monitor "vmware"
# Don't specify DefaultColorDepth unless you know what you're
# doing. It will override the driver's preferences which can
# cause the X server not to run if the host doesn't support the
# depth.
Subsection "Display"
# VGA mode: better left untouched
Depth 4
Modes "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 8
Modes "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 15
Modes "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "800x600"
ViewPort 0 0
EndSubsection
EndSection
Section "InputDevice"
Driver "vmmouse"
Identifier "VMware Mouse"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Protocol" "ps/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "XWorkAround"
Driver "void"
EndSection
Section "InputDevice"
Identifier "XWorkAround"
Driver "void"
EndSection
Section "InputDevice"
Identifier "XWorkAround"
Driver "void"
EndSection
Section "Monitor"
Identifier "vmware"
VendorName "VMware, Inc"
HorizSync 1-10000
VertRefresh 1-10000
EndSection
Section "InputDevice"
Identifier "XWorkAround"
Driver "void"
EndSection
Palooka