Gentoo Archives: gentoo-user

From: Daniel da Veiga <danieldaveiga@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: X/ati/amd/kde4/hal/evdev/??? problem
Date: Wed, 15 Jul 2009 19:07:06
Message-Id: 342e1090907151207m6e7135f7ta2121d3c630e4f02@mail.gmail.com
In Reply to: [gentoo-user] Re: X/ati/amd/kde4/hal/evdev/??? problem by James
1 On Wed, Jul 15, 2009 at 15:49, James<wireless@×××××××××××.com> wrote:
2 >
3 > Below, maybe you can whittle down my xorg.conf to what I still needs.
4 >
5 > Hours do not give me anything. A scant xorg.conf file that works
6 > is best for me....(?).
7 >
8 > Here the xorg.conf file:
9 >
10 > Section "ServerLayout"
11 >
12 >        Identifier     "Simple Layout"
13 >        Screen      0  "aticonfig-Screen[0]" 0 0
14 > #       InputDevice    "Keyboard1" "CoreKeyboard"
15 > #       InputDevice    "Mouse1" "CorePointer"
16 > #       InputDevice     "USB Mouse" "AlwaysCore"
17 > EndSection
18 >
19 > Section "Files"
20 >        FontPath        "/usr/share/fonts/util"
21 >        FontPath        "/usr/share/fonts/encodings"
22 >        FontPath        "/usr/share/fonts/misc"
23 >        FontPath        "/usr/share/fonts/corefonts"
24 >        FontPath        "/usr/share/fonts/TTF"
25 >        FontPath        "/usr/share/fonts/100dpi"
26 >        FontPath        "/usr/share/fonts/75dpi"
27 >        FontPath        "/usr/share/fonts/default/ghostscript"
28 > EndSection
29 >
30 > Section "Module"
31 >
32 >        Load  "dbe"     # Double buffer extension
33 >        SubSection "extmod"
34 >        Option      "omit xfree86-dga"   # don't initialise the DGA extension
35 >        EndSubSection
36 >
37 > #       Load  "freetype"
38 > #       Load        "xtt"
39 >        Load  "dri"
40 >        Load  "glx"
41 > #### james addes these
42 >        Load    "GLcore"
43 >        Load    "ddc"
44 >        Load    "vbe"
45 >        Load    "extmod"
46 >        Load    "bitmap"
47 > #       Load    "type1"
48 >        Load    "record"
49 > EndSection
50 >
51 > Section "InputDevice"
52 >
53 >        Identifier  "Keyboard1"
54 >        Driver      "kbd"
55 >        Option      "AutoRepeat" "500 30"
56 >        Option      "XkbRules" "xorg"
57 >        Option      "XkbModel" "pc104"
58 >        Option      "XkbLayout" "us"
59 > EndSection
60 >
61 > #Section "InputDevice"
62 >
63 > #       Identifier  "Mouse1"
64 > #       Driver      "mouse"
65 > #       Option      "Protocol" "Auto"   # Auto detect
66 > #       Option      "Device" "/dev/input/mice"
67 > #       Option      "ZAxisMapping" "4 5 6 7"
68 > #       Option      "Emulate3Buttons"
69 > #EndSection
70 >
71 > Section "Monitor"
72 >        Identifier   "sceptre20"
73 >        HorizSync    31.0 - 80.0
74 >        VertRefresh  60.0 - 75.0
75 > #       DisplaySize 426 266
76 > # width  = (1680pix  / 100pix/in) x [25.4mm/in] =  427 --> 426
77 > # hieght = (1050pix  / 100pix/in) x [25.4mm/in] =  267 --> 266
78 > EndSection
79 >
80 > Section "Monitor"
81 >        Identifier   "aticonfig-Monitor[0]"
82 >        Option      "VendorName" "ATI Proprietary Driver"
83 >        Option      "ModelName" "Generic Autodetecting Monitor"
84 >        Option      "DPMS" "true"
85 > EndSection
86 >
87 > Section "Device"
88 >    #VideoRam    524288
89 >    # Insert Clocks lines here if appropriate
90 >        Identifier  "ati1900xt"
91 >        Driver      "ati"
92 > EndSection
93 >
94 > Section "Device"
95 >        Identifier  "aticonfig-Device[0]"
96 >        Driver      "fglrx"
97 > EndSection
98 >
99 > Section "Screen"
100 >        Identifier "Screen 1"
101 >        Device     "ati1900xt"
102 >        Monitor    "sceptre20"
103 >        DefaultDepth     32
104 >        SubSection "Display"
105 >                Viewport   0 0
106 >                Depth     8
107 >                Modes    "1680x1050" "1280x1024" "1024x768"
108 >        EndSubSection
109 >        SubSection "Display"
110 >                Viewport   0 0
111 >                Depth     16
112 >                Modes    "1680x1050" "1280x1024" "1024x768"
113 >        EndSubSection
114 >        SubSection "Display"
115 >                Viewport   0 0
116 >                Depth     24
117 >                Modes    "1680x1050" "1280x1024" "1024x768"
118 >        EndSubSection
119 >        SubSection "Display"
120 >                Viewport   0 0
121 >                Depth     32
122 >                Modes    "1680x1050" "1280x1024" "1024x768"
123 >        EndSubSection
124 > EndSection
125 >
126 > Section "Screen"
127 >        Identifier "aticonfig-Screen[0]"
128 >        Device     "aticonfig-Device[0]"
129 >        Monitor    "aticonfig-Monitor[0]"
130 >        DefaultDepth     24
131 >        SubSection "Display"
132 >                Viewport   0 0
133 >                Depth     24
134 >        EndSubSection
135 > EndSection
136 >
137 > Section "dri"
138 >  Group "video"
139 >  Mode 0666
140 > EndSection
141 >
142
143 Have you followed this guide?
144
145 http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml
146
147 Cause it explains a lot about how input devices are handled by hal
148 with xorg 1.5. It even explains changes to xorg.conf (if you decide to
149 keep one).
150
151 --
152 Daniel da Veiga

Replies

Subject Author
[gentoo-user] Re: X/ati/amd/kde4/hal/evdev/??? problem James <wireless@×××××××××××.com>