Gentoo Archives: gentoo-user

From: "Hemmann
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's
Date: Sun, 29 Jan 2006 18:29:38
Message-Id: 200601291923.32991.volker.armin.hemmann@tu-clausthal.de
In Reply to: Re: [gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's by fire-eyes
1 On Sunday 29 January 2006 18:36, fire-eyes wrote:
2 > Hemmann, Volker Armin wrote:
3 > > On Sunday 29 January 2006 18:11, fire-eyes wrote:
4 > >>I just upgraded to xorg-server-7.0.0-rc1, and I can now no longer switch
5 > >>to VC's. I used to be able to do this by holding ctl-alt and pressing
6 > >>F1, for example.
7 > >>
8 > >>Does anyone out there happen to know how I can once again do this?
9 > >
10 > > well,
11 > > I can switrch around without problems.
12 > >
13 > > Any changes to your xorg.conf?
14 > > Is the keyboard driver installed?
15 >
16 > Well, i generated a new config with X -config and used that.
17 >
18 > Might you post your xorg.conf ?
19
20 energyman@energy ~ $ cat /etc/X11/xorg.conf
21 #
22 Section "Module"
23
24 # This loads the DBE extension module.
25
26 Load "dbe" # Double buffer extension
27 Load "extmod"
28 Load "type1"
29 Load "speedo"
30 Load "freetype"
31 # Load "xtt"
32 Load "glx"
33 Load "v4l"
34 Load "ddc"
35
36 EndSection
37
38 Section "Extensions"
39 Option "Composite" "Enable"
40 EndSection
41
42
43
44 # **********************************************************************
45 # Files section. This allows default font and rgb paths to be set
46 # **********************************************************************
47
48 Section "Files"
49
50
51 FontPath "/usr/share/fonts/misc/"
52 FontPath "/usr/share/fonts/TTF/"
53 FontPath "/usr/share/fonts/Type1/"
54 FontPath "/usr/share/fonts/75dpi/"
55 FontPath "/usr/share/fonts/100dpi/"
56 FontPath "/usr/share/fonts/local/"
57 # FontPath "/usr/share/fonts/Speedo/"
58 FontPath "/usr/share/fonts/TrueType/"
59 FontPath "/usr/share/fonts/freefont/"
60 FontPath "/usr/share/fonts/sharefonts/"
61 FontPath "/usr/share/fonts/corefonts/"
62
63 EndSection
64
65 # **********************************************************************
66 # Server flags section.
67 # **********************************************************************
68
69 Section "ServerFlags"
70
71
72 EndSection
73
74 # **********************************************************************
75 # Input devices
76 # **********************************************************************
77
78 # **********************************************************************
79 # Core keyboard's InputDevice section
80 # **********************************************************************
81
82 Section "InputDevice"
83
84 Identifier "Keyboard1"
85 Driver "kbd"
86
87 Option "AutoRepeat" "500 30"
88 Option "XkbRules" "xorg"
89 Option "XkbModel" "pc102"
90 Option "XkbLayout" "de"
91
92 EndSection
93
94
95 # **********************************************************************
96 # Core Pointer's InputDevice section
97 # **********************************************************************
98
99 Section "InputDevice"
100
101 # Identifier and driver
102
103 Identifier "Mouse1"
104 Driver "mouse"
105 Option "Protocol" "IMPS/2"
106 Option "Device" "/dev/input/mice"
107 Option "ZAxisMapping" "4 5"
108
109 EndSection
110
111 # **********************************************************************
112 # Monitor section
113 # **********************************************************************
114
115 # Any number of monitor sections may be present
116
117 Section "Monitor"
118
119 Identifier "ibm"
120
121 HorizSync 31.5-96
122 VertRefresh 50-85
123 Option "dpms"
124 EndSection
125
126
127 # **********************************************************************
128 # Graphics device section
129 # **********************************************************************
130
131
132 Section "Device"
133 Identifier "6600"
134 Driver "nvidia"
135 #VideoRam 131072
136 # Insert Clocks lines here if appropriate
137
138 Option "RenderAccel" "true"
139 Option "AllowGLXWithComposite" "true"
140 Option "backingstore" "true"
141 # Option "XaaNoOffscreenPixmaps" "true"
142
143 EndSection
144
145
146 # **********************************************************************
147 # Screen sections
148 # **********************************************************************
149
150 # Any number of screen sections may be present. Each describes
151 # the configuration of a single screen. A single specific screen section
152 # may be specified from the X server command line with the "-screen"
153 # option.
154 Section "Screen"
155 Identifier "Screen 1"
156 Device "6600"
157 Monitor "ibm"
158 DefaultDepth 24
159
160 Subsection "Display"
161 Depth 8
162 Modes "1280x960" "1024x768" "800x600" "640x480"
163 ViewPort 0 0
164 EndSubsection
165 Subsection "Display"
166 Depth 16
167 Modes "1280x960" "1024x768" "800x600" "640x480"
168 ViewPort 0 0
169 EndSubsection
170 Subsection "Display"
171 Depth 24
172 Modes "1280x960" "1024x768" "800x600" "640x480" "640x400"
173 ViewPort 0 0
174 EndSubsection
175 EndSection
176
177
178 Section "ServerLayout"
179
180 # The Identifier line must be present
181 Identifier "Simple Layout"
182
183 Screen "Screen 1"
184 InputDevice "Mouse1" "CorePointer"
185 InputDevice "Keyboard1" "CoreKeyboard"
186
187 EndSection
188
189 --
190 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's fire-eyes <sgtphou@×××××××××.org>