[mdk9] (Pas de mode texte) activer le framebuffer ?

activer le framebuffer ? [mdk9] (Pas de mode texte) - Installation - Linux et OS Alternatifs

Marsh Posté le 15-02-2003 à 07:36:10    

Nouveau problème : tout est dans le sujet! ma carte est une geforce 4 ti 4200 ...
 
 
 
ancien problème :
 
Voilà mon prob : Le serveur X marche nickel mais dès que je quitte KDE ou que je tente un ctrl-alt-F(x) je n'ai aucun affichage.j'ai bien essayé de modifier XF86config mais rien n'y fait ... quel peut être le problème ?
 
Voici mon XF86config-4:
 


Section "Module"
    Load "/usr/X11R6/lib/modules/extensions/libglx.so"
EndSection
 
Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "XkbOptions" ""
EndSection
 
Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
EndSection
 
Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "1600x1200 @ 76 Hz"
    HorizSync 30-90
    VertRefresh 50-160
     
    #1024*768
    ModeLine "1024x768" 91.63 1024 1040 1216 1344 768 768 778 802 -hsync -vsync
     
EndSection
 
Section "Device"
    Identifier "device1"
    BoardName "NVIDIA GeForce"
    Driver "nvidia"
    Option "DPMS"
EndSection
 
Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 16
     
    Subsection "Display"
        Depth 8
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
     
    Subsection "Display"
        Depth 15
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
     
    Subsection "Display"
        Depth 16
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
     
    Subsection "Display"
        Depth 24
        Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection
 
Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection


Message édité par Sars le 16-02-2003 à 13:20:22
Reply

Marsh Posté le 15-02-2003 à 07:36:10   

Reply

Marsh Posté le 15-02-2003 à 17:13:27    

pas d'idées?

Reply

Marsh Posté le 15-02-2003 à 18:36:29    

pour le ctr+alt+F(x)  .. balance ici ton /etc/inittab  pliz

Reply

Marsh Posté le 15-02-2003 à 18:50:20    

voilà :
 


#
# inittab       This file describes how the INIT process should set up
#               the system in a certain run-level.
#
# Author:       Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#               Modified for RHS Linux by Marc Ewing and Donnie Barnes
#
 
# Default runlevel. The runlevels used by Mandrake Linux are:
#   0 - halt (Do NOT set initdefault to this)
#   1 - Single user mode
#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
#   3 - Full multiuser mode
#   4 - unused
#   5 - X11
#   6 - reboot (Do NOT set initdefault to this)
#  
id:5:initdefault:
 
# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit
 
l0:0:wait:/etc/rc.d/rc 0
l1:1:wait:/etc/rc.d/rc 1
l2:2:wait:/etc/rc.d/rc 2
l3:3:wait:/etc/rc.d/rc 3
l4:4:wait:/etc/rc.d/rc 4
l5:5:wait:/etc/rc.d/rc 5
l6:6:wait:/etc/rc.d/rc 6
 
# Things to run in every runlevel.
ud::once:/sbin/update
 
# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
 
# When our UPS tells us power has failed, assume we have a few minutes
# of power left.  Schedule a shutdown for 2 minutes from now.
# This does, of course, assume you have powerd installed and your
# UPS connected and working correctly.  
pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"
 
# If power was restored before the shutdown kicked in, cancel it.
pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
 
 
# Run gettys in standard runlevels
1:2345:respawn:/sbin/mingetty tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6
 


Message édité par Sars le 15-02-2003 à 18:50:39
Reply

Marsh Posté le 15-02-2003 à 18:59:13    

oki .. donc les terminaux sont bien lancés ....
si tu te log en aveugle dans un des terminal verifie que ca marche:
ctral+alt+f1
login [entree]
passwd [entree]
echo -e "\a"
 
-> et la le buzzer doit biper.
 
Si ca marche, alors il faudra desactiver le framebuffer je pense, car il parait qu'il chie avec les nvidia .. mais j'en sais pas plius! Fais deja le test

Reply

Marsh Posté le 15-02-2003 à 19:19:08    

Ouep exact ça bippe!

Reply

Marsh Posté le 15-02-2003 à 19:20:38    

donc il faut que tu desactive le frameduffer .. mais je sais pas comment ca marche .. edit ton topic ...

Reply

Marsh Posté le 15-02-2003 à 19:29:25    

ouep bonne idée
merci en tout cas :)

Reply

Marsh Posté le 15-02-2003 à 20:33:24    

trictrac a écrit :

donc il faut que tu desactive le frameduffer .. mais je sais pas comment ca marche .. edit ton topic ...


 
je pencherai plutot vers l activation du framebuffer
 
moi j avais ce bleme quand je m etais dans lilo vga=791 et que le fb dans le noyau n'etait pas activé !

Reply

Marsh Posté le 15-02-2003 à 22:13:36    

il ne s'agit pas de "désactiver le framebuffer" mais plutot de changer le framebuffer accéleré en framebuffer VESA.
en param de boot dans lilo ou grub,ajouter par exemple:
  vga=0x317 video=vesa:mtrr:1024x768@100
 
Il faut bien sur avoir les bonnes options dans le noyau.
 
pour les valeur "vga":
     |     640x480  800x600  1024x768 1280x1024
#    ----+-------------------------------------
#    256 |  0x301    0x303    0x305    0x307
#    32k |  0x310    0x313    0x316    0x319
#    64k |  0x311    0x314    0x317    0x31A
#    16M |  0x312    0x315    0x318    0x31B

Reply

Marsh Posté le 15-02-2003 à 22:13:36   

Reply

Marsh Posté le 16-02-2003 à 04:03:45    

en tout cas, ca avait a voir avec le frame buffer :na:

Reply

Marsh Posté le 16-02-2003 à 13:21:34    

ok merci je vais tester tout ça ...
 
stone > elles signifient quoi exactement les options :"vga=0x317 video=vesa:mtrr:1024x768@100" ?

Reply

Marsh Posté le 08-06-2003 à 18:16:04    

sT0ne a écrit :

il ne s'agit pas de "désactiver le framebuffer" mais plutot de changer le framebuffer accéleré en framebuffer VESA.
en param de boot dans lilo ou grub,ajouter par exemple:
  vga=0x317 video=vesa:mtrr:1024x768@100
 
Il faut bien sur avoir les bonnes options dans le noyau.
 
pour les valeur "vga":
     |     640x480  800x600  1024x768 1280x1024
#    ----+-------------------------------------
#    256 |  0x301    0x303    0x305    0x307
#    32k |  0x310    0x313    0x316    0x319
#    64k |  0x311    0x314    0x317    0x31A
#    16M |  0x312    0x315    0x318    0x31B


 
j'ai bien mis cette ligne :
vga=0x317 video=vesa:mtrr:1024x768@100
dans grub, mais la fréquence est de 60hz :/
une idée ?


---------------
Non au projet de loi DADVSI ! (droits d'auteurs)
Reply

Marsh Posté le 09-06-2003 à 16:04:57    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed