~ubuntu-branches/ubuntu/feisty/kubuntu-docs/feisty

« back to all changes in this revision

Viewing changes to kubuntu/desktopguide/pt_BR/sample/xorg.conf_disablectrlaltbackspacegnome

  • Committer: Bazaar Package Importer
  • Author(s): Matthew East, Jonathan Riddell, Matthew East
  • Date: 2006-05-21 21:32:00 UTC
  • Revision ID: james.westby@ubuntu.com-20060521213200-1i156mdu9sd9wuxz
Tags: 6.06-10
[ Jonathan Riddell ]
* Add links in each langauge to en/common, makes html files work when 
  viewed without help:/ ioslave

[ Matthew East ]
* Updated translations for everything (last update before the release)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
2
 
#
3
 
# This file was generated by dexconf, the Debian X Configuration tool, using
4
 
# values from the debconf database.
5
 
#
6
 
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
7
 
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
8
 
#
9
 
# This file is automatically updated on xserver-xorg package upgrades *only*
10
 
# if it has not been modified since the last upgrade of the xserver-xorg
11
 
# package.
12
 
#
13
 
# If you have edited this file but would like it to be automatically updated
14
 
# again, run the following commands:
15
 
#
16
 
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
17
 
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
18
 
#   sudo dpkg-reconfigure xserver-xorg
19
 
 
20
 
Section "Files"
21
 
        FontPath        "unix/:7100"                    # local font server
22
 
        # if the local font server has problems, we can fall back on these
23
 
        FontPath        "/usr/lib/X11/fonts/misc"
24
 
        FontPath        "/usr/lib/X11/fonts/cyrillic"
25
 
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
26
 
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
27
 
        FontPath        "/usr/lib/X11/fonts/Type1"
28
 
        FontPath        "/usr/lib/X11/fonts/CID"
29
 
        FontPath        "/usr/lib/X11/fonts/100dpi"
30
 
        FontPath        "/usr/lib/X11/fonts/75dpi"
31
 
        # paths to defoma fonts
32
 
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
33
 
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
34
 
EndSection
35
 
 
36
 
Section "Module"
37
 
        Load    "bitmap"
38
 
        Load    "dbe"
39
 
        Load    "ddc"
40
 
        Load    "dri"
41
 
        Load    "extmod"
42
 
        Load    "freetype"
43
 
        Load    "glx"
44
 
        Load    "int10"
45
 
        Load    "record"
46
 
        Load    "type1"
47
 
        Load    "vbe"
48
 
EndSection
49
 
 
50
 
Section "InputDevice"
51
 
        Identifier      "Generic Keyboard"
52
 
        Driver          "keyboard"
53
 
        Option          "CoreKeyboard"
54
 
        Option          "XkbRules"      "xorg"
55
 
        Option          "XkbModel"      "pc104"
56
 
        Option          "XkbLayout"     "us"
57
 
EndSection
58
 
 
59
 
Section "InputDevice"
60
 
        Identifier      "Configured Mouse"
61
 
        Driver          "mouse"
62
 
        Option          "CorePointer"
63
 
        Option          "Device"                "/dev/input/mice"
64
 
        Option          "Protocol"              "ImPS/2"
65
 
        Option          "Emulate3Buttons"       "true"
66
 
        Option          "ZAxisMapping"          "4 5"
67
 
EndSection
68
 
 
69
 
Section "Device"
70
 
        Identifier      "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
71
 
        Driver          "nv"
72
 
        BusID           "PCI:1:0:0"
73
 
EndSection
74
 
 
75
 
Section "Monitor"
76
 
        Identifier      "Generic Monitor"
77
 
        Option          "DPMS"
78
 
        HorizSync       28-49
79
 
        VertRefresh     43-72
80
 
EndSection
81
 
 
82
 
Section "Screen"
83
 
        Identifier      "Default Screen"
84
 
        Device          "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
85
 
        Monitor         "Generic Monitor"
86
 
        DefaultDepth    24
87
 
        SubSection "Display"
88
 
                Depth           1
89
 
                Modes           "1024x768" "800x600" "640x480"
90
 
        EndSubSection
91
 
        SubSection "Display"
92
 
                Depth           4
93
 
                Modes           "1024x768" "800x600" "640x480"
94
 
        EndSubSection
95
 
        SubSection "Display"
96
 
                Depth           8
97
 
                Modes           "1024x768" "800x600" "640x480"
98
 
        EndSubSection
99
 
        SubSection "Display"
100
 
                Depth           15
101
 
                Modes           "1024x768" "800x600" "640x480"
102
 
        EndSubSection
103
 
        SubSection "Display"
104
 
                Depth           16
105
 
                Modes           "1024x768" "800x600" "640x480"
106
 
        EndSubSection
107
 
        SubSection "Display"
108
 
                Depth           24
109
 
                Modes           "1024x768" "800x600" "640x480"
110
 
        EndSubSection
111
 
EndSection
112
 
 
113
 
Section "ServerLayout"
114
 
        Identifier      "Default Layout"
115
 
        Screen          "Default Screen"
116
 
        InputDevice     "Generic Keyboard"
117
 
        InputDevice     "Configured Mouse"
118
 
EndSection
119
 
 
120
 
Section "DRI"
121
 
        Mode    0666
122
 
EndSection
123
 
 
124
 
Section "ServerFlags"
125
 
        Option          "DontZap"               "yes"
126
 
EndSection