On Tue, Aug 07, 2007 at 08:43:20AM +0200, Brice Goglin wrote:
> > 2) After launching X, the virtual terminals will never correctly display
> > again, whether X is quit normally or whether Ctrl-Alt-FX is used to
> > access them.
> >   
> 
> So you don't get any single crash because of this, right? Only corrupted
> VT consoles?
> 
> Are you using anything like framebuffer consoles? I don't know whether
> intelfb supports i965 yet but...

It turns out that the actual problem is as follows.

Computer boots up with vga console.

X starts on vga.

Switching back to terminal puts text console on dvi.

My xorg.conf may be completely insane as regards the two methods of
output.  During the process of configuration I fought tooth and nail to
get DVI to work at all.  All of the relevant options are essentially
undocumented.  Some have "documentation" which only speaks in terms of
very hardware specific lingo.

-josh


Attaching for the sake of documentation, despite that this is some sort
of aggrieved pilot error.

xorg.conf

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
        # X -configure adds this
        #Load  "dbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
EndSection

# skonnos
Section "Monitor"
        Identifier      "Dell 2001FP"
        Option          "DPMS"
        Modeline "1400x1050" 118.81 1400 1448 1528 1792 1050 1052 1055 1105  # 
119 MHz, 66.3 kHz, 60.0 Hz
        Modeline "1600x1200" 155.20 1600 1656 1736 2048 1200 1202 1205 1263  # 
155 MHz, 75.8 kHz, 60.0 Hz 
EndSection

# Detected
Section "Monitor"
        #DisplaySize      410   310     # mm
        Identifier   "MonitorLCD"
        VendorName   "DEL"
        ModelName    "DELL 2001FP"
 ### Comment all HorizSync and VertSync values to use DDC:
#       HorizSync    31.0 - 80.0
#       VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

# detected
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ColorKey"                  # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
#        Option     "CacheLines"  "3582"
        Identifier  "g9650"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "GMA X3000 020"
#       BusID       "PCI:0:2:0"
        Option      "MonitorLayout" "DFP"
#       VideoRam    65536
        Option      "mtrr"          "on"
        #Option     "LinearAlloc"   "6144"
EndSection

#Section "Device"
#       Identifier  "g9651"
#       Driver      "i810"
#       VendorName  "Intel Corporation"
#       BoardName   "GMA X3000 021"
#       BusID       "PCI:0:2:1"
##      Option      "MonitorLayout" "CRT,DFP2"
#EndSection

# autogen
Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-80
        VertRefresh     43-60
EndSection

# autogen
Section "Device"
        Identifier      "Generic Video Card"
        Driver          "vesa"
        BusID           "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier      "Default Screen"
#       Device          "Generic Video Card"
#       Monitor         "Generic Monitor"
#       Monitor         "MonitorLCD"
        Monitor         "Dell 2001FP"
        Device          "G9650"
        DefaultDepth    24
        SubSection "Display"
                #Viewport   0 0
                Depth           1
                Modes           "1600x1200" "1400x1050" "1280x960" "1024x768" 
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                #Viewport   0 0
                Depth           4
                Modes           "1600x1200" "1400x1050" "1280x960" "1024x768" 
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                #Viewport   0 0
                Depth           8
                Modes           "1600x1200" "1400x1050" "1280x960" "1024x768" 
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                #Viewport   0 0
                Depth           15
                Modes           "1600x1200" "1400x1050" "1280x960" "1024x768" 
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                #Viewport   0 0
                Depth           16
                Modes           "1600x1200" "1400x1050" "1280x960" "1024x768" 
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                #Viewport   0 0
                Depth           24
                Modes           "1600x1200" "1400x1050" "1280x960" "1024x768" 
"800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "ServerFlags"
        Option "AIGLX" "off"
EndSection

Section "Extensions"
        Option "Composite"      "Disable"
EndSection


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to