On Mon, 2002-07-01 at 11:39, Rolland Dudemaine wrote: > I would like to use KDrive's XFBDev server along with a National > framebuffer. > I successfully ran both, switched modes without any problem with > busybox's fbset. However, even after changing to another mode than the > one given to the kernel with vga= (I basically boot in 800x600x8, then > switch manually to 1024x768x16 on the console), the X server goes back > to 800x600x8 resolution. > My XF86Config uses the "default" resolution. > How do I define other resolutions in XF86Config, or else is it possible > to change the default mode (even with rebooting, but not changing vga= > setting) ?
XFBDev doesn't use a config file. It just uses the mode of the VT it runs on, which is apparently still the one you specified at boot. Try changing it with fbset -a. -- Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
