[gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's

2006-01-29 Thread fire-eyes
I just upgraded to xorg-server-7.0.0-rc1, and I can now no longer switch
to VC's. I used to be able to do this by holding ctl-alt and pressing
F1, for example.

Does anyone out there happen to know how I can once again do this?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's

2006-01-29 Thread Hemmann, Volker Armin
On Sunday 29 January 2006 18:11, fire-eyes wrote:
 I just upgraded to xorg-server-7.0.0-rc1, and I can now no longer switch
 to VC's. I used to be able to do this by holding ctl-alt and pressing
 F1, for example.

 Does anyone out there happen to know how I can once again do this?

well,
I can switrch around without problems.

Any changes to your xorg.conf?
Is the keyboard driver installed?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's

2006-01-29 Thread fire-eyes
Hemmann, Volker Armin wrote:
 On Sunday 29 January 2006 18:11, fire-eyes wrote:
 
I just upgraded to xorg-server-7.0.0-rc1, and I can now no longer switch
to VC's. I used to be able to do this by holding ctl-alt and pressing
F1, for example.

Does anyone out there happen to know how I can once again do this?
 
 
 well,
 I can switrch around without problems.
 
 Any changes to your xorg.conf?
 Is the keyboard driver installed?

Well, i generated a new config with X -config and used that.

Might you post your xorg.conf ?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's

2006-01-29 Thread Hemmann, Volker Armin
On Sunday 29 January 2006 18:36, fire-eyes wrote:
 Hemmann, Volker Armin wrote:
  On Sunday 29 January 2006 18:11, fire-eyes wrote:
 I just upgraded to xorg-server-7.0.0-rc1, and I can now no longer switch
 to VC's. I used to be able to do this by holding ctl-alt and pressing
 F1, for example.
 
 Does anyone out there happen to know how I can once again do this?
 
  well,
  I can switrch around without problems.
 
  Any changes to your xorg.conf?
  Is the keyboard driver installed?

 Well, i generated a new config with X -config and used that.

 Might you post your xorg.conf ?

[EMAIL PROTECTED] ~ $ cat /etc/X11/xorg.conf
#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension
Loadextmod
Loadtype1
Loadspeedo
Loadfreetype
#Loadxtt
Load   glx
Loadv4l
Loadddc

EndSection

Section Extensions
Option Composite Enable
EndSection



# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files


FontPath   /usr/share/fonts/misc/
FontPath   /usr/share/fonts/TTF/
FontPath   /usr/share/fonts/Type1/
FontPath   /usr/share/fonts/75dpi/
FontPath   /usr/share/fonts/100dpi/
FontPath   /usr/share/fonts/local/
#FontPath   /usr/share/fonts/Speedo/
FontPath   /usr/share/fonts/TrueType/
FontPath   /usr/share/fonts/freefont/
FontPath   /usr/share/fonts/sharefonts/
FontPath   /usr/share/fonts/corefonts/

EndSection

# **
# Server flags section.
# **

Section ServerFlags


EndSection

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section InputDevice

Identifier  Keyboard1
Driver  kbd

Option AutoRepeat 500 30
Option XkbRules   xorg
Option XkbModel   pc102
Option XkbLayout  de

EndSection


# **
# Core Pointer's InputDevice section
# **

Section InputDevice

# Identifier and driver

Identifier  Mouse1
Driver  mouse
Option ProtocolIMPS/2
Option Device  /dev/input/mice
Option ZAxisMapping 4 5

EndSection

# **
# Monitor section
# **

# Any number of monitor sections may be present

Section Monitor

Identifier  ibm

HorizSync   31.5-96
VertRefresh 50-85
Option dpms
EndSection


# **
# Graphics device section
# **


Section Device
Identifier  6600
Driver  nvidia
#VideoRam131072
# Insert Clocks lines here if appropriate

Option RenderAccel true
Option AllowGLXWithComposite true
Option backingstore true
 #   Option XaaNoOffscreenPixmaps true

EndSection


# **
# Screen sections
# **

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the -screen
# option.
Section Screen
Identifier  Screen 1
Device  6600
Monitor ibm
DefaultDepth 24

Subsection Display
Depth   8
Modes   1280x960 1024x768 800x600 640x480
ViewPort0 0
EndSubsection
Subsection Display
Depth   16
Modes   1280x960 1024x768 800x600 640x480
ViewPort0 0
EndSubsection
Subsection Display
Depth   24
Modes   1280x960 1024x768 800x600 640x480 640x400
ViewPort0 0
EndSubsection
EndSection


Section ServerLayout

# The Identifier line must be present
Identifier  Simple Layout

Screen Screen 1
InputDevice Mouse1 CorePointer
InputDevice Keyboard1 CoreKeyboard

EndSection

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's

2006-01-29 Thread fire-eyes
Hemmann, Volker Armin wrote:
 On Sunday 29 January 2006 18:36, fire-eyes wrote:
 
Hemmann, Volker Armin wrote:

On Sunday 29 January 2006 18:11, fire-eyes wrote:

I just upgraded to xorg-server-7.0.0-rc1, and I can now no longer switch
to VC's. I used to be able to do this by holding ctl-alt and pressing
F1, for example.

Does anyone out there happen to know how I can once again do this?

well,
I can switrch around without problems.

Any changes to your xorg.conf?
Is the keyboard driver installed?

Well, i generated a new config with X -config and used that.

Might you post your xorg.conf ?
 
 
 [EMAIL PROTECTED] ~ $ cat /etc/X11/xorg.conf
 #
 Section Module
 
 # This loads the DBE extension module.
 
[SNIP]

Curious, I don't see anything that would allow you to switch and not
me... Thank you for posting.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's

2006-01-29 Thread Hemmann, Volker Armin
On Sunday 29 January 2006 19:44, fire-eyes wrote:
 Hemmann, Volker Armin wrote:
  On Sunday 29 January 2006 18:36, fire-eyes wrote:
 Hemmann, Volker Armin wrote:
 On Sunday 29 January 2006 18:11, fire-eyes wrote:
 I just upgraded to xorg-server-7.0.0-rc1, and I can now no longer
  switch to VC's. I used to be able to do this by holding ctl-alt and
  pressing F1, for example.
 
 Does anyone out there happen to know how I can once again do this?
 
 well,
 I can switrch around without problems.
 
 Any changes to your xorg.conf?
 Is the keyboard driver installed?
 
 Well, i generated a new config with X -config and used that.
 
 Might you post your xorg.conf ?
 
  [EMAIL PROTECTED] ~ $ cat /etc/X11/xorg.conf
  #
  Section Module
 
  # This loads the DBE extension module.

 [SNIP]

 Curious, I don't see anything that would allow you to switch and not
 me... Thank you for posting.

do you have 

x11-drivers/xf86-input-keyboard
  Latest version available: 1.0.1.3
  Latest version installed: 1.0.1.3

installed?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's

2006-01-29 Thread fire-eyes
Hemmann, Volker Armin wrote:
 On Sunday 29 January 2006 19:44, fire-eyes wrote:
 
Hemmann, Volker Armin wrote:

On Sunday 29 January 2006 18:36, fire-eyes wrote:

Hemmann, Volker Armin wrote:

On Sunday 29 January 2006 18:11, fire-eyes wrote:

I just upgraded to xorg-server-7.0.0-rc1, and I can now no longer
switch to VC's. I used to be able to do this by holding ctl-alt and
pressing F1, for example.

Does anyone out there happen to know how I can once again do this?

well,
I can switrch around without problems.

Any changes to your xorg.conf?
Is the keyboard driver installed?

Well, i generated a new config with X -config and used that.

Might you post your xorg.conf ?

[EMAIL PROTECTED] ~ $ cat /etc/X11/xorg.conf
#
Section Module

# This loads the DBE extension module.

[SNIP]

Curious, I don't see anything that would allow you to switch and not
me... Thank you for posting.
 
 
 do you have 
 
 x11-drivers/xf86-input-keyboard
   Latest version available: 1.0.1.3
   Latest version installed: 1.0.1.3
 
 installed?
 

Sure do :)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-server-7.0.0-rc1: Cannot switch to VC's

2006-01-29 Thread Richard Fish
On 1/29/06, fire-eyes [EMAIL PROTECTED] wrote:
 I just upgraded to xorg-server-7.0.0-rc1, and I can now no longer switch
 to VC's. I used to be able to do this by holding ctl-alt and pressing
 F1, for example.

 Does anyone out there happen to know how I can once again do this?

From the xorg.conf man page:

   Option DontVTSwitch  boolean
  This  disallows  the use of the Ctrl+Alt+Fn sequence
(where Fn refers to one of
  the numbered function keys).  That sequence  is 
normally  used  to  switch  to
  another  virtual  terminal on operating systems that
have this feature.  When
  this option is enabled, that key sequence has no special
meaning and is  passed
  to clients.  Default: off.

Sounds like you have DontVTSwitch in your xorg.conf.

If not, maybe you could post your xorg.conf and /var/log/Xorg.0.log.

-Richard

-- 
gentoo-user@gentoo.org mailing list