X and Fluxbox :: X not running 24-bit color



hi robert,

thank u for your fast reply !

in the vesa mode: we only have 800x600 and bigger ones ...
;-)

we can-t solve that problem without loading the XFree86 ( mydsl-load XFree86.dsl)

Is there a possibility to get an 1280x960 16bit with 85hz ? (19-inch CRT)
For a frugal-install ?

We only have a 79-MB-HDD ... ( it-s funny - but seriosly )

wishes from the classics pc-builders-group South to Australia !

You can certainly setup XFree86.dsl in a frugal environment.
I not sure how to answer your configuration question.
I rarely use XFree anymore. Also, I did not put together this extension. I have used the extension in a frugal setup to help a friend who has an i810 and it worked well. He already had a XF86Config-4 from a prior distro.

Maybe this can help-
I happen to have a few xf86config-4 files that I've
been saving against the day I might need them.
This one was marked i810, and because I've never had
one of these cards, I can't really say if it works.

But you can follow the instructions in the Xfree86.dsl
info file and find out.....
It seems funny that it has no modelines as such.


# Load "dbe"
# SubSection "extmod"
# Option "omit xfree86-dga"
# EndSubSection
# ^^ above came from how-to and didnt work...

Section "ServerLayout"
Identifier "Vesa Device"
Screen 0 "Screen0" 0 0
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[2]" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection


Section "ServerFlags"
DontZap
AllowMouseOpenFail
EndSection

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/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
#FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load  "dbe"
Load  "extmod"
# Load  "fbdevhw"
Load  "dri"
Load  "glx"
Load  "record"
Load  "freetype"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
Option    "XkbRules" "xfree86"
Option    "XkbModel" "pc105"
Option    "XkbLayout" "us" #Option "XkbVariant" ""
EndSection


Section "InputDevice"
Identifier    "Mouse[1]"
Driver        "mouse"
      Option        "CorePointer"
Option        "Device"                "/dev/input/mice"
Option        "Protocol"              "imPS/2"
      Option        "Emulate3Buttons"       "false"
Option        "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
Identifier  "Mouse[2]"            
Driver  "mouse"
Option  "Device"               "/dev/input/mice"
      Option        "Protocal"               "PS/2"
      Option  "Emulate3Buttons"        "false"
EndSection

Section "Device"
Identifier "i810"
driver "i810"
VideoRam 4096
VendorName "x"
BoardName "y"
EndSection


Section "Monitor"
Identifier "Monitor0"
VendorName   "x"
ModelName   "y"
# HorizSync   31.5 - 48.5
# VertRefresh 50.0 - 70.0
# Option     "dpms"
EndSection


Section "Screen"
Identifier "Screen0"
Device     "i810"
Monitor     "Monitor0"
DefaultDepth     24
SubSection "Display"
Depth     24
Modes    "1024x768" "800x600" "640x480"
EndSubSection
EndSection


Section "DRI"
Mode         0666
EndSection

hi adraker !

Thank you !

Yes that-s it - see below - in your posting:

1024 . . . . and so on ...

I-will check this on sunday evening -

@Robert : yes this frugal will allow a XFree86 too -
I also check this on sunday evening -

ruex

Well - back,
in the mydsl-download-extension-panel:

1. Change /home/dsl/.xserverrc to: exec /usr/X11R6/bin/XFree86 -nolisten tcp ****(copy included in /home/dsl/XFree86_config_files)*****
2. CREATE a /etc/X11/XF86Config-4
----------------------end of lines ....

Well - i did: create
part2.: path: etc/X11/XF86Config-4 ....well but

part-1. I can-t understand the meaning of these lines . . . ! ???

My question: in which file at boot-up is damn-small looking at for xsetup.sh / like xorg.conf ???? the name ? and the path ??
which name has this file to have ? Xfree86 ??? (i need the right name of the file- i just created ....)

Next Page...
original here.