Hallo zusammen,
ich habe ein Problem mit der Auflösung meines Bootsplash-Screen (SuSE 11.3).
Ist jetzt kein allzu wichtiges Problem - funktioniert ja alles soweit - aber ich habe jetzt lange gesucht und versucht es hinzubekommen... da will ich auch eine Lösung finden
Wenn mein Rechner bootet, wird die Bootscreen Auflösung "reduziert"...
Ausgabe /var/log/boot.msg:
und später...
Meine GraKa ist eine (hwinfo --gfx):
Als Bootoption ist normalerweise vga=0x375 angegeben... dabei erhalte ich auch obige Ausgaben.
Ich weiß, dass dies für "1600x1200x24" steht (siehe Ausgabe Vesa). Wenn ich die Option weglasse, gibt es gar keinen Bootscreen... genauso wenn ich "nomodeset" verwende.
Das SuSETheme enthält meine gewünschte Auflösung von "1920x1200" und ein mkinitrd -s "1920x1200" hilft auch nicht weiter.
Was könnte ich noch probieren?
Warum wird die Auflösung von 1920x1200 auf 1920x1080 reduziert?
Das habe ich nirgends eingetragen/gefunden?
Muss ich den Radeon Treiber extra konfigurieren?
Auf meinem alten System (SuSE 10.3) hatte ich die gewünschte Auflösung... seit der Neuinstallation ist sie leider weg :???:
Gruß Alf
ich habe ein Problem mit der Auflösung meines Bootsplash-Screen (SuSE 11.3).
Ist jetzt kein allzu wichtiges Problem - funktioniert ja alles soweit - aber ich habe jetzt lange gesucht und versucht es hinzubekommen... da will ich auch eine Lösung finden
Wenn mein Rechner bootet, wird die Bootscreen Auflösung "reduziert"...
Ausgabe /var/log/boot.msg:
Code:
<6>[ 0.641004] vesafb: framebuffer at 0xd0000000, mapped to 0xf7a80000, using 7500k, total 16384k
<6>[ 0.641007] vesafb: mode is 1600x1200x16, linelength=3200, pages=3
<6>[ 0.641009] vesafb: protected mode interface info at c000:9e6e
<6>[ 0.641010] vesafb: pmi: set display start = c00c9f10, set palette = c00c9fce
<6>[ 0.641012] vesafb: scrolling: redraw
<6>[ 0.641014] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
<6>[ 0.641216] bootsplash 3.1.6-2004/03/31: looking for picture...
<6>[ 0.641218] bootsplash: silentjpeg size 164791 bytes
<6>[ 0.702670] bootsplash: scaling image from 1920x1200 to 1600x1200
<6>[ 0.821680] bootsplash: scaling image from 1920x1200 to 1600x1200
<4>[ 0.883208] Console: switching to colour frame buffer device 196x71
<6>[ 0.915839] bootsplash: scaling image from 1920x1200 to 1600x1200
<6>[ 1.035097] bootsplash: scaling image from 1920x1200 to 1600x1200
<6>[ 1.096992] fb0: VESA VGA frame buffer device
Code:
<6>[ 3.373333] [drm] fb mappable at 0xD0141000
<6>[ 3.373335] [drm] vram apper at 0xD0000000
<6>[ 3.373336] [drm] size 9216000
<6>[ 3.373338] [drm] fb depth is 24
<6>[ 3.373339] [drm] pitch is 7680
<3>[ 3.373344] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
<4>[ 3.373367] Console: switching to colour dummy device 80x25
<4>[ 3.373909] Console: switching to colour frame buffer device 240x67
<6>[ 3.408333] bootsplash: scaling image from 1920x1200 to 1920x1080
<6>[ 3.575320] bootsplash: scaling image from 1920x1200 to 1920x1080
<6>[ 3.687933] bootsplash: scaling image from 1920x1200 to 1920x1080
<6>[ 3.854716] bootsplash: scaling image from 1920x1200 to 1920x1080
<6>[ 3.930252] fb0: radeondrmfb frame buffer device
Meine GraKa ist eine (hwinfo --gfx):
Code:
27: PCI 100.0: 0300 VGA compatible controller (VGA)
[Created at pci.318]
Unique ID: VCu0.THQB8V5KTH1
Parent ID: vSkL.YReO2Ynlo2A
SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0
SysFS BusID: 0000:01:00.0
Hardware Class: graphics card
Model: "ATI Radeon HD 2600 XT"
Vendor: pci 0x1002 "ATI Technologies Inc"
Device: pci 0x9588 "Radeon HD 2600 XT"
SubVendor: pci 0x1787 "Hightech Information System Ltd."
SubDevice: pci 0x2237
Driver: "radeon"
Driver Modules: "drm"
Memory Range: 0xd0000000-0xdfffffff (ro,non-prefetchable)
Memory Range: 0xfe8e0000-0xfe8effff (rw,non-prefetchable)
I/O Ports: 0xc000-0xcfff (rw)
Memory Range: 0xfe8c0000-0xfe8dffff (ro,non-prefetchable,disabled)
IRQ: 28 (24541 events)
I/O Ports: 0x3c0-0x3df (rw)
Module Alias: "pci:v00001002d00009588sv00001787sd00002237bc03sc00i00"
Driver Info #0:
XFree86 v4 Server Module: radeonhd
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #9 (PCI bridge)
Primary display adapter: #27
Als Bootoption ist normalerweise vga=0x375 angegeben... dabei erhalte ich auch obige Ausgaben.
Ich weiß, dass dies für "1600x1200x24" steht (siehe Ausgabe Vesa). Wenn ich die Option weglasse, gibt es gar keinen Bootscreen... genauso wenn ich "nomodeset" verwende.
Das SuSETheme enthält meine gewünschte Auflösung von "1920x1200" und ein mkinitrd -s "1920x1200" hilft auch nicht weiter.
Was könnte ich noch probieren?
Warum wird die Auflösung von 1920x1200 auf 1920x1080 reduziert?
Das habe ich nirgends eingetragen/gefunden?
Muss ich den Radeon Treiber extra konfigurieren?
Auf meinem alten System (SuSE 10.3) hatte ich die gewünschte Auflösung... seit der Neuinstallation ist sie leider weg :???:
Gruß Alf