Le 25/11/2012 11:40, Martin-Éric Racine a écrit :
Greetings,
Hi!
Is the issue you reported fixed in Geode 2.11.14-1 by any chance?
Yep! => closed

Details:

* works well now, and is stable (at least 24h), excepting it still needs a convenient
  /etc/X11/xorg.conf

  Conf:

   * debian/testing wheezy lxde CD1 + unstable / upgrade
        (xserver-xorg-video-geode_2.11.14-1 is still in unstable)

   * custom /etc/X11/xorg.conf (joined)

* vga output is also functional, while clumsy. Also I can't warranty xorg.conf
  I give here will output a  convenient screen ratio for 4/3

the joined xorg.conf is taken off from Ubuntu lists. You can safely delete comments...

notes:

* kernel itself doesn't detect screen res at text/tui install, and truncates
    the bottom of the screen

 * there is no BIOS setup at all on EC800 regarding video

* for those who done a fresh install on Hercules e-café EC800, be patient on boot, and don't worry about undetected fd0 (floppy) warning given by GRUB.
    Just wait, don't reinstall twice more as me ;)


Best regards,
Thomas Harding.
#Section "Files"
#    FontPath "/usr/share/fonts/X11/misc"
#    FontPath "/usr/share/fonts/X11/misc"
#    FontPath "/usr/X11R6/lib/X11/fonts/misc"
#    FontPath "/usr/share/fonts/X11/cyrillic"
#    FontPath "/usr/X11R6/lib/X11/fonts/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"
#    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#EndSection
#
#Section "Extensions"
#    Option "Composite" "0"
#EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
#
#Section "Module"
#    Load "dbe" # Double-Buffering Extension
#    Load "v4l" # Video for Linux
#    Load "extmod"
#    Load "type1"
#    Load "freetype"
#EndSection

#Section "InputDevice"
#    Identifier "Keyboard1"
#    Driver "kbd"
#    Option "XkbModel" "pc105"
#    Option "XkbLayout" "fr"
#    Option "XkbVariant" "latin-1"
#    #Option "XkbOptions" "compose:rwin"
#EndSection
#
#Section "InputDevice"
#    Identifier "Mouse1"
#    Driver "mouse"
#    Option "Protocol" "ExplorerPS/2"
#    Option "Device" "/dev/input/mice"
#EndSection

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Generic monitor"
    HorizSync 25-50
    VertRefresh 50-75
    Modeline "800x480" 33.45 800 840 968 1056 480 490 492 525 -hsync -vsync
    Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -hsync +vsync
    Modeline "1024x768" 64.56 1024 1056 1296 1328 768 783 791 807 -hsync +vsync
    DisplaySize 177 100
    Option "dpms"
EndSection

Section "Device"
    Identifier "Videocard0"
    VendorName "Videocard vendor"
    BoardName "AMD Geode LX Video"
    Driver "geode"
    BusID "PCI:0:1:1"
    Option "PanelMode" "33450 800 840 968 1056 480 490 492 525"
    Option "PanelMode" "48960 1024 1064 1168 1312 600 601 604 622"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1024x600" "800x480" "1024x768"
        Viewport 0 0
    EndSubsection
EndSection

#Section "ServerLayout"
#    Identifier "layout1"
#    InputDevice "Keyboard1" "CoreKeyboard"
#    InputDevice "Mouse1" "CorePointer"
#    Screen "screen1"
#    Option "IsolateDevice" "PCI:0:1:1"
#EndSection
#
#Section "Extensions"
#    Option "Composite" "enable"
#EndSection

Reply via email to