Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1191 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

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

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

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

n°224461
Sars
Posté le 15-02-2003 à 07:36:10  profilanswer
 

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
mood
Publicité
Posté le 15-02-2003 à 07:36:10  profilanswer
 

n°224600
Sars
Posté le 15-02-2003 à 17:13:27  profilanswer
 

pas d'idées?

n°224611
trictrac
Posté le 15-02-2003 à 18:36:29  profilanswer
 

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

n°224619
Sars
Posté le 15-02-2003 à 18:50:20  profilanswer
 

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
n°224620
trictrac
Posté le 15-02-2003 à 18:59:13  profilanswer
 

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

n°224623
Sars
Posté le 15-02-2003 à 19:19:08  profilanswer
 

Ouep exact ça bippe!

n°224625
trictrac
Posté le 15-02-2003 à 19:20:38  profilanswer
 

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

n°224627
Sars
Posté le 15-02-2003 à 19:29:25  profilanswer
 

ouep bonne idée
merci en tout cas :)

n°224658
asphro
Posté le 15-02-2003 à 20:33:24  profilanswer
 

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é !

n°224691
sT0ne
Posté le 15-02-2003 à 22:13:36  profilanswer
 

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

mood
Publicité
Posté le 15-02-2003 à 22:13:36  profilanswer
 

n°224738
trictrac
Posté le 16-02-2003 à 04:03:45  profilanswer
 

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

n°224782
Sars
Posté le 16-02-2003 à 13:21:34  profilanswer
 

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

n°274602
udok
La racaille des barbus ©clémen
Posté le 08-06-2003 à 18:16:04  profilanswer
 

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)
n°275053
udok
La racaille des barbus ©clémen
Posté le 09-06-2003 à 16:04:57  profilanswer
 

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

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

 

Sujets relatifs
[TV-OUT] Voodoo 3 3000 - comment activer la sortie télé ?Editer le XF86 config en mode console !
Acceder au fichier du CD en mode console[mdk9 et samba] Quelqu'un pourrait me donner son sbm.conf ?
131 Mo d'update pour la Mdk9, ca le fait moyen ![DEB] install de glibc2.3 sous mdk9
Pb mode sans échec[Mdk9] Disque dur esclave primaire pas reconnu :( [Résolu :) ]
Commen changer la frequence de rafraichissement (ecran) ss kde3/mdk9comment activer le dma sans passer par hdparm ??
Plus de sujets relatifs à : [mdk9] (Pas de mode texte) activer le framebuffer ?


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR