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

« back to all changes in this revision

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

  • 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          "nvidia"
72
 
        BusID           "PCI:1:0:0"
73
 
        Option          "NoLogo"
74
 
EndSection
75
 
 
76
 
Section "Monitor"
77
 
        Identifier      "Visual Sensa"
78
 
        Option          "DPMS"
79
 
EndSection
80
 
 
81
 
Section "Screen"
82
 
        Identifier      "Default Screen"
83
 
        Device          "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
84
 
        Monitor         "Visual Sensa"
85
 
        DefaultDepth    24
86
 
        SubSection "Display"
87
 
                Depth           1
88
 
                Modes           "1024x768" "800x600" "720x400" "640x480"
89
 
        EndSubSection
90
 
        SubSection "Display"
91
 
                Depth           4
92
 
                Modes           "1024x768" "800x600" "720x400" "640x480"
93
 
        EndSubSection
94
 
        SubSection "Display"
95
 
                Depth           8
96
 
                Modes           "1024x768" "800x600" "720x400" "640x480"
97
 
        EndSubSection
98
 
        SubSection "Display"
99
 
                Depth           15
100
 
                Modes           "1024x768" "800x600" "720x400" "640x480"
101
 
        EndSubSection
102
 
        SubSection "Display"
103
 
                Depth           16
104
 
                Modes           "1024x768" "800x600" "720x400" "640x480"
105
 
        EndSubSection
106
 
        SubSection "Display"
107
 
                Depth           24
108
 
                Modes           "1024x768" "800x600" "720x400" "640x480"
109
 
        EndSubSection
110
 
EndSection
111
 
 
112
 
Section "ServerLayout"
113
 
        Identifier      "Default Layout"
114
 
        Screen          "Default Screen"
115
 
        InputDevice     "Generic Keyboard"
116
 
        InputDevice     "Configured Mouse"
117
 
EndSection
118
 
 
119
 
Section "DRI"
120
 
        Mode    0666
121
 
EndSection
 
 
b'\\ No newline at end of file'