public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] Switching back to console
  2008-07-30  8:48 [gentoo-user] Switching back to console ionut cucu
@ 2008-07-30  7:27 ` Andrey Falko
  2008-07-30 22:28   ` Conway S. Smith
  0 siblings, 1 reply; 4+ messages in thread
From: Andrey Falko @ 2008-07-30  7:27 UTC (permalink / raw
  To: gentoo-user

On Wed, Jul 30, 2008 at 1:48 AM, ionut cucu <cuciferus@gmail.com> wrote:
> Hi list!
> For some time now (I seem to recall this not working a few weeks back )
> I can't seem to be able to switch back to console from X with
> Ctr+Alt+Fn. Xev sees Ctr+Alt+Fn keycode as Fn keycode(don't know if
> this is expected behaivor or not). I can't the console to work neither
> from kde-svn nor from fluxbox. I have not defined no particular
> keyboard layout, I'm just using the default one. I have defined some
> key mappings for other keys, none of them involves F keys, and the
> behaivor is the same weather I use the mappings or not. Could you
> perhaps give me a hand with this?
>
>

When you press CTRL+ALT+F1 for instance, do you get a black screen? Or
do you remain in the fluxbox/kde X session? There is no freeze up
either right? I don't know how much it will help, but can you post all
of the xorg files you edited? Maybe someone will spot something
unusual...



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Switching back to console
@ 2008-07-30  8:48 ionut cucu
  2008-07-30  7:27 ` Andrey Falko
  0 siblings, 1 reply; 4+ messages in thread
From: ionut cucu @ 2008-07-30  8:48 UTC (permalink / raw
  To: gentoo-user

Hi list!
For some time now (I seem to recall this not working a few weeks back )
I can't seem to be able to switch back to console from X with
Ctr+Alt+Fn. Xev sees Ctr+Alt+Fn keycode as Fn keycode(don't know if
this is expected behaivor or not). I can't the console to work neither
from kde-svn nor from fluxbox. I have not defined no particular
keyboard layout, I'm just using the default one. I have defined some
key mappings for other keys, none of them involves F keys, and the
behaivor is the same weather I use the mappings or not. Could you
perhaps give me a hand with this?



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Switching back to console
  2008-07-30  7:27 ` Andrey Falko
@ 2008-07-30 22:28   ` Conway S. Smith
  2008-08-01 14:09     ` ionut cucu
  0 siblings, 1 reply; 4+ messages in thread
From: Conway S. Smith @ 2008-07-30 22:28 UTC (permalink / raw
  To: gentoo-user

On Wed, 30 Jul 2008 00:27:20 -0700
"Andrey Falko" <ma3oxuct@gmail.com> wrote:
> On Wed, Jul 30, 2008 at 1:48 AM, ionut cucu <cuciferus@gmail.com>
> wrote:
> > Hi list!
> > For some time now (I seem to recall this not working a few weeks
> > back ) I can't seem to be able to switch back to console from X
> > with Ctr+Alt+Fn. Xev sees Ctr+Alt+Fn keycode as Fn keycode(don't
> > know if this is expected behaivor or not). I can't the console to
> > work neither from kde-svn nor from fluxbox. I have not defined no
> > particular keyboard layout, I'm just using the default one. I
> > have defined some key mappings for other keys, none of them
> > involves F keys, and the behaivor is the same weather I use the
> > mappings or not. Could you perhaps give me a hand with this?
> >
> >
> 
> When you press CTRL+ALT+F1 for instance, do you get a black screen?
> Or do you remain in the fluxbox/kde X session? There is no freeze up
> either right? I don't know how much it will help, but can you post
> all of the xorg files you edited? Maybe someone will spot something
> unusual...
> 

Specifically, look for a:
	Option "DontVTSwitch"  "true"
line in xorg.conf, and if it's there remove it or change it to
false.  Another option to look for in xorg.conf is
"HandleSpecialKeys". Also check your Xorg.log files (maybe after
increasing logging verbosity) for anything relevant, like XKEYBOARD
extension errors.


Good luck,
Conway S. Smith



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Switching back to console
  2008-07-30 22:28   ` Conway S. Smith
@ 2008-08-01 14:09     ` ionut cucu
  0 siblings, 0 replies; 4+ messages in thread
From: ionut cucu @ 2008-08-01 14:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1715 bytes --]

On Wed, 30 Jul 2008 16:28:29 -0600
"Conway S. Smith" <beolach@xmission.com> wrote:

> On Wed, 30 Jul 2008 00:27:20 -0700
> "Andrey Falko" <ma3oxuct@gmail.com> wrote:
> > On Wed, Jul 30, 2008 at 1:48 AM, ionut cucu <cuciferus@gmail.com>
> > wrote:
> > > Hi list!
> > > For some time now (I seem to recall this not working a few weeks
> > > back ) I can't seem to be able to switch back to console from X
> > > with Ctr+Alt+Fn. Xev sees Ctr+Alt+Fn keycode as Fn keycode(don't
> > > know if this is expected behaivor or not). I can't the console to
> > > work neither from kde-svn nor from fluxbox. I have not defined no
> > > particular keyboard layout, I'm just using the default one. I
> > > have defined some key mappings for other keys, none of them
> > > involves F keys, and the behaivor is the same weather I use the
> > > mappings or not. Could you perhaps give me a hand with this?
> > >
> > >
> > 
> > When you press CTRL+ALT+F1 for instance, do you get a black screen?
Nope nothing
> > Or do you remain in the fluxbox/kde X session? There is no freeze up
> > either right?
Nope
 I don't know how much it will help, but can you post
> > all of the xorg files you edited?
Just xorg.conf....long long time ago
 Maybe someone will spot something
> > unusual...
Hopefully, I've just attched it.

> 
> Specifically, look for a:
> 	Option "DontVTSwitch"  "true"
> line in xorg.conf, and if it's there remove it or change it to
> false. 
Nope not there
>> Another option to look for in xorg.conf is
> "HandleSpecialKeys". Also check your Xorg.log files (maybe after
> increasing logging verbosity) for anything relevant, like XKEYBOARD
> extension errors.

> 
> Good luck,
> Conway S. Smith
> 
Sorry for the delay

[-- Attachment #2: xorg.conf --]
[-- Type: application/octet-stream, Size: 2046 bytes --]

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Fri Jan 11 14:26:48 PST 2008


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib64/xorg/modules"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/OTF"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load           "wfb"
    Load           "xtrap"
    Load           "extmod"
    Load           "glx"
    Load           "record"
    Load           "dbe"
    Load           "freetype"
    Load           "type1"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "en,ro"
    Option         "XkbOption" "grp:alt_shift_toggle, grp_led:scroll:"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "ButtonNumber" "7"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    Option "NvAGP" "1"
    VendorName     "nVidia Corporation"
    BoardName      "NV44 [GeForce 6200 TurboCache(TM)]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x1024" "800x600_60"
    EndSubSection
EndSection


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-08-01 14:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-30  8:48 [gentoo-user] Switching back to console ionut cucu
2008-07-30  7:27 ` Andrey Falko
2008-07-30 22:28   ` Conway S. Smith
2008-08-01 14:09     ` ionut cucu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox