Debian Squeeze - hohe Auflösung funktioniert nicht ...

kangaroo72

Forums-Beuteltier²
Themenstarter
Registriert
2 Mai 2007
Beiträge
2.033
Hi Leute,

bin mal wieder am Linuxen :eek:

Hab hier 'ne Kiste mit'm Intel Atom D525MW Board (N10 Grafik) - Die ganze Zeit war'n 17er TFT dran, hab nun 'nen 22er (1680x1050) angeschlossen.

Problem ist nur, dass er den nicht erkennt - Maximum ist dort 1360x768

Kann mir da jemand 'nen entscheidenden Tipp geben?

Grüße,

Kangaroo
 
Geh mal in die Konsole und poste mal nen

Code:
xrandr
Als User.

Grüße
 
Voila ...

Code:
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1360x768       59.8  
   1024x768       60.0* 
   800x600        60.3     56.2  
   848x480        60.0  
   640x480        59.9     59.9
 
Hmm ..

der Monitor wird tatsächlich nur mit 1360x768 erkannt ...

schau mal bitte ob unter /etc/xorg.d/ ne xorg.conf liegt .. wenn ja backup die mal nach /root/backupconf.conf ;) (nicht xorg.conf nennen da sucht X nach ;))

das ganze als root.

Nach dem die xorg.conf unter /etc/xorg.d weg ist die Kiste / X mal neu starten.

Grüße
 
Du meintest wahrscheinlich /etc/X11 (weil xorg.d gibt's nicht) - aber da liegt keine
 
Sry .. ja bei dir könnt das noch /etc/X11 heißen ;) inzwischen ist es xorg.d je nach X-Version .. grausig grausig ..

Hmm ... schau mal ob du ne /boot/grub/menu.lst oder /boot/grub/grub.cfg hast ... diese dann posten .. nicht das es da drin steht und KMS die Daten übergibt.

Grüße
 
Hier die grub.cfg

Code:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set d733a919-24d9-49a2-bf31-43a078d05889
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set d733a919-24d9-49a2-bf31-43a078d05889
set locale_dir=($root)/boot/grub/locale
set lang=de
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set d733a919-24d9-49a2-bf31-43a078d05889
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set d733a919-24d9-49a2-bf31-43a078d05889
    echo    'Loading Linux 2.6.32-5-amd64 ...'
    linux    /boot/vmlinuz-2.6.32-5-amd64 root=UUID=d733a919-24d9-49a2-bf31-43a078d05889 ro  quiet
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set d733a919-24d9-49a2-bf31-43a078d05889
    echo    'Loading Linux 2.6.32-5-amd64 ...'
    linux    /boot/vmlinuz-2.6.32-5-amd64 root=UUID=d733a919-24d9-49a2-bf31-43a078d05889 ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.32-5-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
 
Grub2 .. ich mags ja nicht aber nun gut :D

Code:
GRUB_GFXPAYLOAD_LINUX=1680x1050

(merk dir mal welcher Wert drin stand)

in die /etc/default/grub

danach ein
Code:
update-grub

(alles als root)

Danach kompletten reboot.

Grüße
 
*schulterzuck*

Also versprechen kann ich nichts :P

Sollte da nen Fehler drin sein sollte update-grub schon meckern ;)
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben