Pagina 2 di 2 primaprima 1 2
Visualizzazione dei risultati da 11 a 20 su 20

Discussione: [Slack 9.0] Start X

  1. #11
    Utente di HTML.it
    Registrato dal
    Nov 2003
    Messaggi
    1,157
    Originariamente inviato da kNemo
    penso che il mio problema sia dovuto a quello che dice squid
    perche' anche scegliendo un wm non cambia niente...
    cmq alla fine dell'installazione l'avevo scelto...
    Riesci a postare l'errore?

  2. #12
    X da vari errori quando do' startx
    ma poi parte lo schemo in standby e non riesco a vederlo...

    Squid: potresti postarmi i link agli HOWTO ??? grazie,
    PoWered by:
    Gentoo 1.5.3 - Kernel 2.6.7
    Debian Sid - Kernel 2.6.7 - Bash 3.0
    Slackware current - Kernel 2.6.7

  3. #13

    Re: Re: [Slack 9.0] Start X

    Originariamente inviato da maiosyet

    w! < uscire senza salvare
    Vorrai dire "q!"

  4. #14
    codice:
    # Default runlevel. (Do not set to 0 or 6)
    id:4:initdefault:
    La Stringa del runlevel e' questa ???
    PoWered by:
    Gentoo 1.5.3 - Kernel 2.6.7
    Debian Sid - Kernel 2.6.7 - Bash 3.0
    Slackware current - Kernel 2.6.7

  5. #15
    Utente bannato
    Registrato dal
    Jan 2003
    Messaggi
    1,414

    Re: Re: Re: [Slack 9.0] Start X

    Originariamente inviato da vortex87
    Vorrai dire "q!"


    Scusate, la malattia avanza

  6. #16
    Utente di HTML.it
    Registrato dal
    Nov 2003
    Messaggi
    1,157
    Originariamente inviato da kNemo
    codice:
    # Default runlevel. (Do not set to 0 or 6)
    id:4:initdefault:
    La Stringa del runlevel e' questa ???
    esatto

  7. #17

    Come Configurare ???

    Ho postato solo alcune parti del file /etc/X11/XF86Config
    di Mandrake (configurazione corretta)
    e di Slack (da configurare)....

    Mandrake /etc/X11/XF86Config
    codice:
    Section "Monitor"
        Identifier "monitor1"
        VendorName "Philips"
        ModelName "Philips 107S(17inch/CM1300)"
        HorizSync 30.0-69.0
        VertRefresh 50.0-120.0
        
        # Sony Vaio C1(X,XS,VE,VN)?
        # 1024x480 @ 85.6 Hz, 48 kHz hsync
        ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
        
        # TV fullscreen mode or DVD fullscreen output.
        # 768x576 @ 79 Hz, 50 kHz hsync
        ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
        
        # 768x576 @ 100 Hz, 61.6 kHz hsync
        ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
    EndSection
    
    Section "Device"
        Identifier "device1"
        VendorName "NVidia"
        BoardName "NVIDIA GeForce FX (generic)"
        Driver "nv"
        Option "DPMS"
    EndSection
    
    Section "Screen"
        Identifier "screen1"
        Device "device1"
        Monitor "monitor1"
        DefaultColorDepth 24
        
        Subsection "Display"
            Depth 8
            Virtual 1152 864
        EndSubsection
        
        Subsection "Display"
            Depth 15
            Virtual 1152 864
        EndSubsection
        
        Subsection "Display"
            Depth 16
            Virtual 1152 864
        EndSubsection
        
        Subsection "Display"
            Depth 24
            Virtual 1152 864
        EndSubsection
    EndSection

    Slackware /etc/X11/XF86Config
    codice:
    # *************************
    # Monitor section
    # *************************
    
    # Any number of monitor sections may be present
    
    Section "Monitor"
    
        Identifier  "My Monitor"
    
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    
        HorizSync   31.5 - 50.0
    
    #    HorizSync	30-64         # multisync
    #    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
    #    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies
    
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    
        VertRefresh 40-90
    
    EndSection
    
    
    # *************************
    # Graphics device section
    # *************************
    
    # Any number of graphics device sections may be present
    
    Section "Device"
        Identifier  "VESA Framebuffer"
        Driver      "vesa"
        #VideoRam    4096
        # Insert Clocks lines here if appropriate
    EndSection
    
    # *************************
    # Screen sections
    # *************************
    
    # Any number of screen sections may be present.  Each describes
    # the configuration of a single screen.  A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
        Identifier  "Screen 1"
        Device      "VESA Framebuffer"
        Monitor     "My Monitor"
    
    # If your card can handle it, a higher default color depth (like 24 or 32)
    # is highly recommended.
    
    #   DefaultDepth 8
    #   DefaultDepth 16
       DefaultDepth 24
    #   DefaultDepth 32
    
    # "1024x768" is also a conservative usable default resolution.  If you
    # have a better monitor, feel free to try resolutions such as
    # "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
    # card/monitor can produce)
    
        Subsection "Display"
            Depth       8
            Modes "1024x768" "800x600" "640x480"
        EndSubsection
        Subsection "Display"
            Depth       16
            Modes "1024x768" "800x600" "640x480"
        EndSubsection
        Subsection "Display"
            Depth       24
            Modes "1024x768" "800x600" "640x480"
        EndSubsection
        Subsection "Display"
            Depth       32
            Modes "1024x768" "800x600" "640x480"
        EndSubsection
    
    EndSection
    Posso 'copiare' la Configurazione di Mandrake ??
    PoWered by:
    Gentoo 1.5.3 - Kernel 2.6.7
    Debian Sid - Kernel 2.6.7 - Bash 3.0
    Slackware current - Kernel 2.6.7

  8. #18
    Aggiungo una cosa...Anche se penso che non conti...
    Su Mandrake ho il Kernel 2.6.3 sulla Slack 2.4.20
    PoWered by:
    Gentoo 1.5.3 - Kernel 2.6.7
    Debian Sid - Kernel 2.6.7 - Bash 3.0
    Slackware current - Kernel 2.6.7

  9. #19
    Utente di HTML.it
    Registrato dal
    Oct 2003
    Messaggi
    79
    Si puoi copiarlo.
    O per lo meno io l'ho ancora fatto e mi ha funzionato tutto.
    ciauz
    -squid-
    powered by slack9.1 + win2k
    ----
    /home sweet /home

  10. #20

    Altro Metodo...

    Ho usato :
    codice:
    # XFree86 -configure
    Che mi ha creato il file /root/XF86Config.new
    questo l'ho copiato in /etc/X11 in sostituzione
    di XF86Config e adesso sembra Funzionare...

    Grazie Mille a Tutti
    PoWered by:
    Gentoo 1.5.3 - Kernel 2.6.7
    Debian Sid - Kernel 2.6.7 - Bash 3.0
    Slackware current - Kernel 2.6.7

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.