Hi,

I installed Debian Potato on a Sony F801 laptop. I compiled the new Xfree86
4.0.2 from testing(woody). I managed to install it.  I chose the trident
video driver.
According to lspci the laptop has
a VGA compatible controller: Trident Microsystems Cybeblade/i/d (rev 5d)
and Xfree86 -configure gives:
BoardName "Cyberblade/DTSN/i7"

I've set the video memory 8MB (from the options 4MB, 2MB)

When I start X only the last third of the screen is visible the other
remains black. After switching back to virtual console I have the same
problem which remains after shutting X.

Using the Cybershadow option in XF86Config solves this problem but
only under X. The virtual console has the same problem afterwards: only
the last third of the screen is visible.

Does someone know a solution to make visible the virtual console after
starting X?

Gabor
PS.
Here's the XF86Config
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
        Load    "ddc"
        Load    "GLcore"
        Load    "dbe"
        Load    "dri"
        Load    "extmod"
        Load    "glx"
        Load    "pex5"
        Load    "record"
        Load    "xie"
        Load    "bitmap"
        Load    "freetype"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "int10"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "gb"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "CorePointer"
#       Option          "Device"                "/dev/input/mice"
        Option          "Device"                "/dev/psaux"
#       Option          "Protocol"              "ImPS/2"
        Option          "Protocol"              "PS/2"
#       Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "SendCoreEvents"        "true"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "trident"
        ### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "PciRetry"
        #Option     "NoAccel"
        #Option     "SetMClk"
        #Option     "MUXThreshold"
        #Option     "ShadowFB"
        #Option     "Rotate"
        #Option     "VideoKey"
        #Option     "NoMMIO"
        #Option     "NoPciBurst"
        #Option     "MMIOonly"
        Option     "CyberShadow"
        VendorName  "Trident"
        BoardName   "CyberBlade/DSTN/i7"
        BusID       "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       30-57
        VertRefresh     50-90
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

# end of XF86Config


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

Reply via email to