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.

    Load        "dbe"   # Double buffer extension
    Load        "extmod"
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
    Load       "glx"
    Load        "v4l"
    Load        "ddc"

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 "Protocol"    "IMPS/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"
    #VideoRam    131072
    # 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"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x960" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x960" "1024x768" "800x600" "640x480" "640x400"
        ViewPort    0 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

Reply via email to