Gentoo Archives: gentoo-amd64

From: "Héctor Cen Zheng" <hector@×××××××××××.ve>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Several Problems
Date: Fri, 25 Aug 2006 13:51:12
Message-Id: 1156513602.7532.7.camel@HAL9K
In Reply to: Re: [gentoo-amd64] Several Problems by Roman Zilka
1 This is my xorg.conf
2
3 # nvidia-xconfig: X configuration file generated by nvidia-xconfig
4 # nvidia-xconfig: version 1.0 (buildd@athlon) Sun Mar 19 06:25:19 UTC
5 2006
6 # /etc/X11/xorg.conf (xorg X Window System server configuration file)
7
8 Section "ServerLayout"
9 Identifier "Default Layout"
10 Screen 0 "aticonfig-Screen[0]" 0 0
11 InputDevice "Generic Keyboard"
12 InputDevice "Configured Mouse"
13 #InputDevice "Synaptics"
14 EndSection
15
16 Section "Files"
17
18 # path to defoma fonts
19 FontPath "/usr/share/fonts/X11/misc"
20 FontPath "/usr/X11R6/lib/X11/fonts/misc"
21 FontPath "/usr/share/fonts/X11/cyrillic"
22 FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
23 FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
24 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
25 FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
26 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
27 FontPath "/usr/share/fonts/X11/Type1"
28 FontPath "/usr/share/X11/fonts/TTF/"
29 FontPath "/usr/X11R6/lib/X11/fonts/Type1"
30 FontPath "/usr/share/fonts/X11/100dpi"
31 FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
32 FontPath "/usr/share/fonts/X11/75dpi"
33 FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
34 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
35 EndSection
36
37 Section "Module"
38 Load "i2c"
39 Load "bitmap"
40 Load "ddc"
41 Load "extmod"
42 Load "freetype"
43 Load "glx"
44 Load "int10"
45 Load "type1"
46 Load "vbe"
47 Load "dri"
48 Load "drm"
49 EndSection
50
51 Section "InputDevice"
52 Identifier "Generic Keyboard"
53 Driver "kbd"
54 Option "CoreKeyboard"
55 Option "XkbRules" "xorg"
56 Option "XkbModel" "pc105"
57 Option "XkbLayout" "us"
58 Option "XkbVariant" "intl"
59 EndSection
60
61 Section "InputDevice"
62 Identifier "Synaptics"
63 Driver "synaptics"
64 Option "Device" "/dev/input/mice"
65 Option "Protocol" "auto-dev"
66 Option "Emulate3Buttons" "yes"
67 Option "CorePointer"
68 Option "LeftEdge" "1700"
69 Option "RightEdge" "5300"
70 Option "TopEdge" "1700"
71 Option "BottomEdge" "4200"
72 Option "FingerLow" "25"
73 Option "FingerHigh" "30"
74 Option "MaxTapTime" "180"
75 Option "MaxTapMove" "220"
76 Option "VertScrollDelta" "100"
77 #Option "MinSpeed" "0.09"
78 #Option "MaxSpeed" "0.18"
79 Option "AccelFactor" "0.0015"
80 Option "UpDownScrolling" "1"
81 Option "CircularScrolling" "1"
82 Option "CircScrollDelta" "0.1"
83 Option "CircScrollTrigger" "2"
84 Option "ZAxisMapping" "4 5 6 7"
85 EndSection
86
87 Section "InputDevice"
88 Identifier "Configured Mouse"
89 Driver "mouse"
90 Option "CorePointer"
91 Option "Device" "/dev/input/mice"
92 Option "Protocol" "ExplorerPS/2"
93 Option "Emulate3Buttons" "true"
94 EndSection
95
96
97 Section "Monitor"
98 Identifier "aticonfig-Monitor[0]"
99 Option "VendorName" "ATI Proprietary Driver"
100 Option "ModelName" "Generic Autodetecting Monitor"
101 Option "DPMS" "true"
102 EndSection
103
104
105 Section "Device"
106 Identifier "aticonfig-Device[0]"
107 Driver "fglrx"
108 Option "VideoOverlay" "On"
109 Option "UseInternalAGPGART" "on"
110 EndSection
111
112 Section "Screen"
113 Identifier "aticonfig-Screen[0]"
114 Device "aticonfig-Device[0]"
115 Monitor "aticonfig-Monitor[0]"
116 DefaultDepth 24
117 SubSection "Display"
118 Viewport 0 0
119 Depth 24
120 Modes "1280x768" "1024x768" "800x600"
121 EndSubSection
122 EndSection
123
124 Section "DRI"
125 Mode 0666
126 EndSection
127
128 The synaptics drivers doesn't work either. Don't know why.
129 The ati driver version is: 8.27.10.
130 The Kernel Version is: 2.6.17-gentoo-r5.
131
132 Kernel config:
133
134 # PCCARD (PCMCIA/CardBus) support
135 CONFIG_PCMCIA_DEBUG=y
136 CONFIG_PCMCIA=y
137 CONFIG_PCMCIA_LOAD_CIS=y
138 # CONFIG_PCMCIA_IOCTL is not set
139 # PCMCIA SCSI adapter support
140 # CONFIG_PCMCIA_FDOMAIN is not set
141 # CONFIG_PCMCIA_QLOGIC is not set
142 # CONFIG_PCMCIA_SYM53C500 is not set
143 # CONFIG_PCMCIA_WAVELAN is not set
144 # CONFIG_PCMCIA_NETWAVE is not set
145 # CONFIG_PCMCIA_RAYCS is not set
146 # CONFIG_PCMCIA_WL3501 is not set
147 # PCMCIA network device support
148 CONFIG_NET_PCMCIA=y
149 # CONFIG_PCMCIA_3C589 is not set
150 # CONFIG_PCMCIA_3C574 is not set
151 # CONFIG_PCMCIA_FMVJ18X is not set
152 # CONFIG_PCMCIA_PCNET is not set
153 CONFIG_PCMCIA_NMCLAN=m
154 # CONFIG_PCMCIA_SMC91C92 is not set
155 # CONFIG_PCMCIA_XIRC2PS is not set
156 # CONFIG_PCMCIA_AXNET is not set
157 # PCMCIA character devices
158
159 # PCCARD (PCMCIA/CardBus) support
160 CONFIG_PCCARD=y
161 CONFIG_PCCARD_NONSTATIC=y
162
163
164 Thanks
165
166 --
167 #-- Usuario Linux #399818
168 #-- Héctor Cen Zheng
169 #-- UNPLUG - UCLATUX - GLoVE
170 #-- Gentoo User
171 #-- hector@×××××××××××.ve
172 #-- http://zentraedi.unplug.org.ve/
173 "Blame it on the misfortune of your birth" .-Char Aznable

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-amd64] Several Problems Richard Fish <bigfish@××××××××××.org>
Re: [gentoo-amd64] Several Problems Roman Zilka <rzilka@××××.cz>