DragonFly users List (threaded) for 2006-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: start fluxbox on DFly
Am Sonntag, 27. August 2006 11:37 schrieb Saverio Iacovelli:
> I configured mouse device and GUI checking Xorg.0.log
> file.
> Thank you very much for suggestions, xorg.conf is OK!
> Xterm starts, but I would:
>
> 1) starting Fluxbox instead xterm
Create a file .xinitrc (with the leading dot!) in your home directory und put
this one line in the file and save it;
fluxbox
Now do a startx, and Fluxbox is starting :-)
> 2) the screen section of my xorg.conf is:
>
> Section "Screen"
> Identifier "Screen 1"
> Device "video0"
> Monitor "monitor0"
> DefaultDepth 16
>
> Subsection "Display"
> Depth 8
> Modes "640x400"
> ViewPort 0 0
> EndSubsection
> Subsection "Display"
> Depth 16
> Modes "1024x768"
> ViewPort 0 0
> EndSubsection
> Subsection "Display"
> Depth 24
> Modes "640x480"
> ViewPort 0 0
> EndSubsection
> EndSection
>
> Can I set 1280x1024 modes for depth 24?
Just try it out! Add this to the Subsection "Display" (before the EndSection)
and restart the X server:
Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0
EndSubsection
If 1280x1024 doesn't work with 24 bit color depth ("Depth"), try to reduce it
to 16 bit.
If you intend to use only one fix resolution at all, you can delete the
unneccessary resolutions.
Thomas
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]