Quote (Pickletech @ June 03 2005,16:27) |
hmm, well you could try to get your debian box to load up in 640x480 while your testing in qemu, so that it will change. just an idea... |
Quote (roberts @ June 06 2005,11:46) |
If you are talking about DSL/qemu then this is in the wrong section. Anyways, DSL/qemu has an initial small backup file that is restored upon boot from the virtual hard drive. This has items that would not make sense to be on the cd. Take a look in there and you will see the soundbaster stuff in opt/bootlocal.sh as well as the .xinitrc with 800x600 default. |
Quote |
exec /usr/bin/X11/Xvesa - mouse "/devpsaux",5 -screen 800x600x16 -shadow -nolisten tcp -I |
Quote |
chmod 700 .xserverrc |
Quote (Pickletech @ June 06 2005,14:56) | ||||
EUREKA!!!! It was the .xserverrc file! I got it all running beautifully now. The reason why my .xserverrc file kept getting overwritten is because i had the permissions wrong. I can't believe I didn't think to look at that earlier! This is how to do it: as root create a file called .xserverrc in /mnt/hda1/source/etc/skel that just contains:
|