Kod: Zaznacz cały
Undefined video mode number: xxx
Kod: Zaznacz cały
Undefined video mode number: xxx
Kod: Zaznacz cały
video=vesafb:ywrap,mtrr vga=0x31b
Kod: Zaznacz cały
video=uvesafb:1280x1024-32@75
U mnie działa 32-bitowa głębia - fragment xorg.confAdrian_Wir pisze:U mnie na przykład w ogóle nie działała 24-bitowa głębia kolorów (w tym 1024x768, czyli vga=792). Ale rozdzielczość 1280x1024 tyle, że w 16-bitowej głębi (794) już działa. Podejrzewam, że to właśnie wina zbyt dużej głębi kolorów.
Kod: Zaznacz cały
...
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
Option "TripleBuffer" "true"
Option "no GLXFBConfig for depth 32"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "true"
EndSubSection
Kod: Zaznacz cały
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
Kod: Zaznacz cały
kernel /boot/vmlinuz-2.6.23.12-slh-smp-2 root=UUID=031c5ac3-63cd-4a16-9be1-2681356fcdfa ro quiet vga=794 SELINUX_INIT=NO
Ale vga=794 to 1280x1024 w 16-bitowej głębi kolorówstoper pisze:z rozdzielczością ekranu startowego wg parametru vga=794 na monitorze lcd - bootloader 'grub' - fragment
(...)
Tym samym można wykluczyć, że takie parametry są niemożliwe na kartach NVIDIA.
Kod: Zaznacz cały
# Normal VGA console
vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
Kod: Zaznacz cały
/boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda2 ro quiet vga=791
Kod: Zaznacz cały
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
defoptions=vga=791