Gentoo Archives: gentoo-user-es

From: Javi Moreno <vierito5@×××××.com>
To: gentoo-user-es@l.g.o
Subject: Re: [gentoo-user-es] Driver FGLRX: No funciona la segunda pantalla. VESA Sí!
Date: Tue, 17 Apr 2007 19:25:55
Message-Id: 4d192b620704171225i67f4aa7dw25d3b9e34963ec9c@mail.gmail.com
In Reply to: [gentoo-user-es] Driver FGLRX: No funciona la segunda pantalla. VESA Sí! by Alex Barrios
1 Si lo que quieres es obtener tu salida normal por el proyector con darle a
2 la tecla de presentacion, esa del cuadradito con una raya vertical a cada
3 lado, basta. No tienes que hacer nada en la configuración de xorg.conf. En
4 este caso alguna vez se me ha rayado la segunda pantalla pero siempre se me
5 ve bien cuando activo la segunda pantalla para el proyector antes de
6 arrancar linux, cuando estoy en grub aun.
7
8 Si lo que quieres es tener una segunda pantalla de modo que sea como un
9 escritorio extendido aquí tienes un xorg.conf, esto a veces es cómodo para
10 poder tener una guía en tu pantalla y otra cosa en la pantalla del
11 proyector.
12
13 Section "ServerLayout"
14 Identifier "Simple Layout"
15 Screen 0 "aticonfig-Screen[0]" 0 0
16 Screen 1 "aticonfig-Screen[1]" LeftOf "aticonfig-Screen[0]"
17 InputDevice "Touchpad" "AlwaysCore"
18 InputDevice "Mouse1" "CorePointer"
19 InputDevice "Keyboard1" "CoreKeyboard"
20 Option "AIGLX" "false"
21 # no hace falta cargar el modulo xinerama porque se hace solo
22 # Option "Xinerama" "true"
23 EndSection
24
25 #Section "ServerLayout"
26 # Identifier "Simple Layout 2"
27 # Screen 0 "aticonfig-Screen[1]" 0 0
28 # InputDevice "Touchpad" "AlwaysCore"
29 # InputDevice "Mouse1" "CorePointer"
30 # InputDevice "Keyboard1" "CoreKeyboard"
31 # Option "AIGLX" "false"
32 #EndSection
33
34 Section "Files"
35
36 # FontPath "/usr/share/fonts/TTF"
37 # FontPath "/usr/lib/X11/fonts/local/"
38 # FontPath "/usr/lib/X11/fonts/misc/"
39 # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
40 # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
41 # FontPath "/usr/lib/X11/fonts/Speedo/"
42 # FontPath "/usr/lib/X11/fonts/Type1/"
43 # FontPath "/usr/lib/X11/fonts/TrueType/"
44 # FontPath "/usr/lib/X11/fonts/freefont/"
45 # FontPath "/usr/lib/X11/fonts/75dpi/"
46 # FontPath "/usr/lib/X11/fonts/100dpi/"
47 FontPath "/usr/share/fonts/misc"
48 FontPath "/usr/share/fonts/75dpi"
49 FontPath "/usr/share/fonts/100dpi"
50 FontPath "/usr/share/fonts/Type1"
51 FontPath "/usr/local/share/fonts"
52 EndSection
53
54 Section "Module"
55
56 # Load "type1"
57 # Load "speedo"
58 Load "dbe" # Double buffer extension
59 SubSection "extmod"
60 Option "omit xfree86-dga" # don't initialise the DGA
61 extension
62 EndSubSection
63 Load "freetype"
64 # Load "xtt"
65 Load "dri"
66 Load "glx"
67 EndSection
68
69 Section "InputDevice"
70 Identifier "Keyboard1"
71 Driver "kbd"
72 Option "AutoRepeat" "500 30"
73 Option "XkbRules" "xorg"
74 Option "XkbModel" "pc105"
75 Option "XkbLayout" "es"
76 Option "XkbVariant" "es"
77 EndSection
78
79 Section "InputDevice"
80 Identifier "Mouse1"
81 Driver "mouse"
82 Option "Protocol" "Auto" # Auto detect
83 Option "Device" "/dev/input/mice"
84 # When using XQUEUE, comment out the above two lines, and uncomment
85 Option "ZAxisMapping" "4 5 6 7"
86 Option "Emulate3Buttons"
87 # Option "Emulate3Timeout" "50"
88 # ChordMiddle is an option for some 3-button Logitech mice
89 # Option "ChordMiddle"
90 EndSection
91
92 Section "InputDevice"
93 Driver "synaptics"
94 Identifier "TouchPad"
95 Option "Device" "/dev/input/mouse0"
96 Option "Protocol" "auto-dev"
97 Option "LeftEdge" "1700"
98 Option "RightEdge" "5300"
99 Option "TopEdge" "1700"
100 Option "BottomEdge" "4200"
101 Option "FingerLow" "25"
102 Option "FingerHigh" "40"
103 Option "MaxTapTime" "180"
104 Option "MaxTapMove" "220"
105 Option "VertScrollDelta" "100"
106 Option "MinSpeed" "0.09"
107 Option "MaxSpeed" "0.18"
108 Option "AccelFactor" "0.0015"
109 Option "SHMConfig" "on"
110 EndSection
111
112 Section "Monitor"
113 Identifier "aticonfig-Monitor[0]"
114 Option "VendorName" "ATI Proprietary Driver"
115 Option "ModelName" "Generic Autodetecting Monitor"
116 Option "DPMS" "true"
117 EndSection
118
119 Section "Monitor"
120 Identifier "aticonfig-Monitor[1]"
121 Option "VendorName" "ATI Proprietary Driver"
122 Option "ModelName" "Generic Autodetecting Monitor"
123 Option "DPMS" "true"
124 EndSection
125
126 Section "Device"
127 Identifier "aticonfig-Device[0]"
128 Driver "fglrx"
129 Option "VideoOverlay" "on"
130 Option "UseFastTLS" "2"
131 Option "EnablePrivateBackZ" "on"
132 Option "AllowGLXWithComposite" "true"
133 Option "RenderAccel" "true"
134 # Option "no_accel" "no"
135 # Option "no_dri" "no"
136 Option "DRI" "true"
137 Option "XAANoOffscreenPixmaps" "true"
138 # mas opciones, puestas cuando se configuró xinerama
139 Option "DesktopSetup" "horizontal"
140 EndSection
141
142 Section "Device"
143 Identifier "aticonfig-Device[1]"
144 Driver "fglrx"
145 BusID "PCI:1:0:0"
146 Screen 1
147 EndSection
148
149
150 Section "Screen"
151 Identifier "aticonfig-Screen[0]"
152 Device "aticonfig-Device[0]"
153 Monitor "aticonfig-Monitor[0]"
154 # Option "AddARGBGLXVisuals" "True"
155 DefaultDepth 24
156 SubSection "Display"
157 Viewport 0 0
158 Modes "1440x900"
159 Depth 24
160 EndSubSection
161 EndSection
162
163 Section "Screen"
164 Identifier "aticonfig-Screen[1]"
165 Device "aticonfig-Device[1]"
166 Monitor "aticonfig-Monitor[1]"
167 # Option "AddARGBGLXVisuals" "True"
168 DefaultDepth 24
169 SubSection "Display"
170 Viewport 0 0
171 Modes "1280x1024"
172 # Modes "1152x864"
173 Depth 24
174 EndSubSection
175 EndSection
176
177
178 Section "DRI"
179 # Group "video"
180 Mode 0666
181 EndSection
182
183 #Section "Extensions"
184 # Option "XVideo" "Enable"
185 # Option "Composite" "Enable"
186 #EndSection

Replies

Subject Author
Re: [gentoo-user-es] Driver FGLRX: No funciona la segunda pantalla. VESA Sí! Alex Barrios <alex@××××××××××.com>