Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't switch to other vt consoles on Ultra5
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
McTango
n00b
n00b


Joined: 11 Dec 2004
Posts: 66
Location: Formosa - Argentina

PostPosted: Sat Jun 17, 2006 4:21 pm    Post subject: Can't switch to other vt consoles on Ultra5 Reply with quote

Hi all...

I have an Ultra5 (Sparc IIi 333 Mhz / 256 MB RAM) running kernel 2.4.32
Until xorg-x11-6.8.2-r4 i had no problems with any device. Everything worked ok.

After i upgraded to x11-base/xorg-x11-6.8.2-r7 , i can't switch from active graphical console to other virtual consoles using Ctrl+Alt+Fn combination.
The keyboard seems to work ok (except for vt switching).

I'm using the same xorg.conf i was using before the upgrade.
Keyboard layout is Spanish.

This is the working xorg.conf i ever used with no problems (until now):

Code:

Section "ServerLayout"
  Identifier    "X.org Configured"
  Screen        0 "Screen0" 0 0
  InputDevice   "Mouse0" "CorePointer"
  InputDevice   "Keyboard0" "CoreKeyboard"
  Option        "HandleSpecialKeys" "Always"
  Option        "DontVTSwitch"  "off"
EndSection

Section "Files"
  RgbPath      "/usr/lib/X11/rgb"
  ModulePath   "/usr/X11R6/lib/modules"
    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/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/default"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/X11R6/lib/X11/fonts"
    FontPath    "/usr/share/fonts/ukr"
EndSection

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

Section "InputDevice"
  Identifier    "Keyboard0"
  Driver        "keyboard"
  Option        "AutoRepeat" "500 30"
  Option        "XkbRules" "sun"
  Option        "XkbModel" "type5_euro"
  Option        "XkbLayout" "es"
  Option        "Protocol" "Standard"
  Option        "XkbKeyCodes" "sun(type5_euro)"
  Option        "XkbTypes" "types/complete"
  Option        "XkbCompat" "compat/complete"
  Option        "XkbGeometry" "sun(type5unix)"
EndSection

Section "InputDevice"
  Identifier    "Mouse0"
  Driver        "mouse"
  Option        "Name" "AutoDetected"
  Option        "Vendor" "AutoDetected"
  Option        "Protocol" "MouseSystems"
  Option        "Device" "/dev/sunmouse"
  Option        "ButtonNumber" "3"
EndSection

Section "Monitor"
  Identifier    "Monitor0"
  VendorName    "Monitor Vendor"
  ModelName     "Monitor Model"
  HorizSync     31-68
  VertRefresh   50-93
  Option        "DPMS" "on"
EndSection

Section "Device"
  Identifier    "Card0"
  Driver        "ati"
  VendorName    "ATI"
  BoardName     "3D Rage Pro 215GP"
  ChipSet       "ati"
  ChipId        0x4750
  ChipRev       0x5c
  BusID         "PCI:1:2:0"
EndSection

Section "Screen"
  Identifier    "Screen0"
  Device        "Card0"
  Monitor       "Monitor0"
  SubSection    "Display"
    Viewport    0 0
    Depth       16
    Modes       "1024x768"
  EndSubSection
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum