~ubuntu-branches/ubuntu/precise/xorg/precise

« back to all changes in this revision

Viewing changes to xsf-docs/faq/general.txt

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen, Bryce Harrington, Timo Aaltonen
  • Date: 2011-06-14 15:39:40 UTC
  • mfrom: (6.3.18 sid)
  • Revision ID: james.westby@ubuntu.com-20110614153940-b9i0fr1v2kchiozh
Tags: 1:7.6+7ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add apport hook
  - Demote xfonts-{75DPI,100DPI} to Suggests. Demote xfonts-scalable to
    Recommends.
  - debian/local/Xsession:
    Truncate xsession-errors on startup if too big
  - debian/local/Xsession.d/20x11-common_process-args:
    Add support for session command containing args.
  - debian/local/Xsession.d/60x11-common_localhost:
    Authorise all processes running with the user's credentials to connect
    to the server.
  - debian/rules, debian/control:
    Add dependencies on x11-common, and symlink /usr/share/doc directories
    of all packages to x11-common's.
  - debian/scripts/vars.*:
    + Don't drop wacom from input-all.
    + Add -vmmouse to input-all for amd64 and i386.
    + Add -qxl to video-all for amd64 and i386.
    + Add -geode to video-all for i386.
    + Drop video drivers that are likely irrelevant for ARM.
  - debian/xserver-xorg.postinst.in: Also migrate users from psb → vesa.

[ Bryce Harrington ]
* apport/source_xorg.py:
  - Move Failsafe-X out of the xorg package to xdiagnose
    (LP: #480744)
  - Simplify answers for bug reporters filing post-release reports.
    (LP: #778758)
  - Remove attach_drm_info().  This is useful info but we use it very
    infrequently, and it is already available in other log files.  But the
    call makes bug reports a bit cluttered since it adds a lot of lines to
    the report itself.

[ Timo Aaltonen ]
* rules: A stampfile generation was commented out by mistake, uncomment
  it.
* Rework the x11-common.{postinst,postrm,preinst} failsafe conffile
  handling, the previous ones added in 1:7.6+4ubuntu1 were wrong too.
* scripts/vars.{amd64,i386,powerpc}: Remove apm, ark, chips, i128, i740,
  rendition, s3virge, tseng, voodoo from xserver-xorg-video-all
  dependencies. They are unmaintained and obsolete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
General FAQ
 
2
===========
 
3
:toc:
 
4
Cyril Brulebois <kibi@debian.org>
 
5
 
 
6
 
 
7
Input drivers
 
8
-------------
 
9
 
 
10
 * _How do I configure input for X?_ +
 
11
   Look at the link:../howto/configure-input.html[how to configure input] documentation.
 
12
 
 
13
 * _Why can’t I kill X through `Ctrl+Alt+Backspace`?_ +
 
14
   That’s explained in the above-mentioned documentation.
 
15
 
 
16
 
 
17
<<<
 
18
Video drivers
 
19
-------------
 
20
 
 
21
All drivers
 
22
~~~~~~~~~~~
 
23
 
 
24
 * _What’s wrong with the DPI setting?_ +
 
25
   By the default, the X server uses 96 DPI, as seen on upstream bug
 
26
   https://bugs.freedesktop.org/show_bug.cgi?id=23705[#23705] (in
 
27
   particular
 
28
   https://bugs.freedesktop.org/show_bug.cgi?id=23705#c6[Keith’s comment]). A
 
29
   particular DPI setting can be set through desktop environment’s
 
30
   preferences, through the `-dpi` X server command line option (see
 
31
   ++Xserver++’s manual page), or through ++xrandr++’s `--dpi` option.
 
32
 
 
33
Ati driver
 
34
~~~~~~~~~~
 
35
 
 
36
 * _Why is it I’m getting low performances, or even crashes?_ +
 
37
   Make sure you have installed the
 
38
   link:http://packages.debian.org/firmware-linux&exact=1[`firmware-linux`
 
39
   package].  The driver might still be working without the firmware,
 
40
   but using code paths which aren’t supported as well as the “normal”
 
41
   ones.
 
42
 
 
43
Intel driver
 
44
~~~~~~~~~~~~
 
45
 
 
46
 * _Why isn’t it working?_ +
 
47
   KMS is mandatory, as documented in its `README.Debian` (view it
 
48
   online:
 
49
   http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-intel.git;a=blob;f=debian/README.Debian[git.debian.org]). You
 
50
   probably disabled KMS or didn’t include it in your kernel
 
51
   configuration if you’re using a custom kernel.
 
52
 
 
53
 * _X is crashing all the time with my “old” Intel card. What can I do?_ +
 
54
   Unfortunately, old cards are not very well supported, and you can’t
 
55
   do much more than switching to a generic driver, like `fbdev` or
 
56
   `vesa`, as documented in `README.Debian` (view it online:
 
57
   http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-intel.git;a=blob;f=debian/README.Debian[git.debian.org]). Please
 
58
   note that you need to disable `KMS` if you want to use the `vesa`
 
59
   driver. A minimal `xorg.conf` would look like:
 
60
----
 
61
Section "Device"
 
62
    Identifier "MyBuggyCard"
 
63
    Driver     "fbdev"
 
64
EndSection
 
65
----
 
66
 
 
67
Nouveau driver
 
68
~~~~~~~~~~~~~~
 
69
 
 
70
 * _Why isn’t it working?_ +
 
71
   Since it’s still considered experimental by its authors, the
 
72
   interfaces aren’t stable yet, so the driver has particular
 
73
   dependencies on the kernel, which are documented in `README.Debian`
 
74
   (view it online:
 
75
   http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-nouveau.git;a=blob;f=debian/README.Debian;h=27ced6b1bf5102a5b72525318439efdfb330745d;hb=6c2f12ca18f55b55d49e083d86d87d970ce53a07[for squeeze],
 
76
   http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-nouveau.git;a=blob;f=debian/README.Debian[for sid]).
 
77
 
 
78
 
 
79
<<<
 
80
Others
 
81
------
 
82
 
 
83
Session management
 
84
~~~~~~~~~~~~~~~~~~
 
85
 
 
86
 * _How to start a bare X session (without Gnome, KDE, etc.)?_ +
 
87
   Assuming there’s no X running on the `:1` display, run this from a
 
88
   VT:
 
89
----
 
90
startx /usr/bin/xterm -- :1
 
91
----