ctrl+alt+F6 does NOT restore console
Running slack9.1 on my box.
Couldn't get twinview working so i took a slightly different approach, this is the relevant information:
#**********************************************************************
# Monitor section - any number of monitors may be present
# #**********************************************************************
Section "Monitor"
Identifier "monitor0"
HorizSync 31.5 - 64.3
VertRefresh 50-70
EndSection
Section "Monitor"
Identifier "monitor1"
HorizSync 30-50
VertRefresh 60
EndSection
#*********************************************************************
# Graphics device section - any number of devices may be present
# #**********************************************************************
Section "Device"
Identifier "nvidia0"
VendorName "nVidia"
BoardName "ABIT Siluro Ti4200"
Driver "nvidia"
Option "UseEdidFreqs"
Option "NoLogo" "1"
Option "DigitalVibrance" "1"
BusID "PCI:02:00:0"
Screen 0
EndSection
Section "Device"
Identifier "nvidia1"
VendorName "nVidia"
BoardName "ABIT Siluro Ti4200"
Driver "nvidia"
Option "NoLogo" "1"
BusID "PCI:02:00:0"
Screen 1
Option "IgnoreEDID"
EndSection
# #**********************************************************************
# Screen sections - any number of screen sections may be present
# #**********************************************************************
Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "nvidia1"
Monitor "monitor1"
DefaultDepth 16
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "TV"
Subsection "Display"
Depth 16
Modes "800x600"
EndSubsection
EndSection
# #**********************************************************************
# ServerLayout sections - any number of layouts may be present
# #**********************************************************************
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
#Option "Xinerama" "true"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
So, now when I log out of X and get to the GDM screen I want to able to press ctrl+alt+F6 to get in to tty6. This was possible before I altered the screen settings. Now when I press those keys the screen just goes black. If I press ctrl+alt+F7 i get back into GDM.
Any suggestions?
|