View previous topic :: View next topic |
Author |
Message |
alex00 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 12 Jul 2004 Posts: 747 Location: Wien
|
Posted: Tue Jun 28, 2005 1:31 pm Post subject: Wer hat einen radeon 9600 graphik |
|
|
Welche Einstellungen in Xorg (Treiber: ATI oder radeon?), welche Kerneleinstellungen und welche Parameter übergebt ihr per grub? Habt ihr im Kernel Framebuffer aktivier und was alles?
Danke |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Hilefoks l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 29 Jan 2003 Posts: 849 Location: Emden / Deutschland
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
alex00 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 12 Jul 2004 Posts: 747 Location: Wien
|
Posted: Tue Jun 28, 2005 2:32 pm Post subject: |
|
|
Muss ich den Framebuffer auch aktivieren im Kernel? Um eben dann in Grub mit vga=791 eine bessere Auflösung für die Konsole zu bekommen? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
alex00 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 12 Jul 2004 Posts: 747 Location: Wien
|
Posted: Tue Jun 28, 2005 2:35 pm Post subject: |
|
|
alex00 wrote: |
Muss ich den Framebuffer auch aktivieren im Kernel? Um eben dann in Grub mit vga=791 eine bessere Auflösung für die Konsole zu bekommen? |
wenn ich das mache schreibt er mir kurz nachdem grub den kernel startet:
you passed an undefined mode number. Video adapter: VESA VGA
Mode: COLSxROWS
0 80x25
1 ....
9 132x44
Was habe ich da falsch gemacht? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Hilefoks l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 29 Jan 2003 Posts: 849 Location: Emden / Deutschland
|
Posted: Tue Jun 28, 2005 2:43 pm Post subject: |
|
|
Versuch es mal mit vga=0x317 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
alex00 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 12 Jul 2004 Posts: 747 Location: Wien
|
Posted: Tue Jun 28, 2005 2:47 pm Post subject: |
|
|
Hilefoks wrote: | Versuch es mal mit vga=0x317 |
Nein leider immer das selbe. Versteh das nicht.
An was kann das liegen?
meien grub.conf sieht so aus:
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.11-r11
root (hd0,0)
kernel (hd0,0)/kernel-2.6.11-gentoo-r11 vga=0x317 root=/dev/sda3 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
.Alagos n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 27 Jun 2005 Posts: 12 Location: /dev/ earth/germany/ bielefeld
|
Posted: Tue Jun 28, 2005 8:31 pm Post subject: |
|
|
Hi.
Code: | default 0
timeout 10
splashimage=(hd0,2)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.10-r6
root (hd0,2)
kernel (hd0,2)/kernel-2.6.10-r6 root=/dev/hda6
title=Gentoo Linux 2.6.11-r11
root (hd0,2)
kernel (hd0,2)/kernel-2.6.11-r11 root=/dev/hda6
|
Das ist meine grub.conf! ich hab ne Radeon 9600 Pro. Wenn ich den kernel 2.6.10-r6 booted alles ganz fein, sieht auch prima aus auf meinem TFT mit 1200x1024. Wenn ich allerdings den kernel 2.6.11-r11 boote dann hab ich eine auflösung von... - Naja auf jeden Fall sehr grob und unschön. Kann es sein, dass das daran liegt, dass ich keine optionen (zB vga) angegeben hab?
Danke!
.Alagos _________________ Ubuntu Linux | Kernel 2.6.12-9
AMD Athlon XP 2600+ | 512 MB | Radeon 9600Pro |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hillfrog n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/64635205442c05edbc989b.jpg)
Joined: 27 Jun 2005 Posts: 6 Location: Erndtebrück
|
Posted: Tue Jun 28, 2005 9:43 pm Post subject: |
|
|
Quote: |
Kann es sein, dass das daran liegt, dass ich keine optionen (zB vga) angegeben hab?
|
Ja, versuch mal:
Code: |
default 0
timeout 10
splashimage=(hd0,2)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.10-r6
root (hd0,2)
kernel (hd0,2)/kernel-2.6.10-r6 root=/dev/hda6 video=vesafb:mtrr,ywrap,1024x768-32@85
title=Gentoo Linux 2.6.11-r11
root (hd0,2)
kernel (hd0,2)/kernel-2.6.11-r11 root=/dev/hda6 video=vesafb:mtrr,ywrap,1024x768-32@85
|
_________________ Gentoo - Linux 2.6.11
Last edited by hillfrog on Wed Jun 29, 2005 9:05 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Rüpel Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/344149032421f104417121.gif)
Joined: 06 Nov 2002 Posts: 316 Location: Berlin/Germany
|
Posted: Wed Jun 29, 2005 6:12 am Post subject: |
|
|
in der kernel-config hast du den framebuffer ordentlich aktiviert? framebuffer-ng?
http://gentoo-wiki.com/HOWTO_fbsplash _________________ :wq |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|