Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problema configurazione xfree86 [Risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
fctk
Veteran
Veteran


Joined: 28 Jan 2004
Posts: 1424
Location: Milan, Italy, EU

PostPosted: Thu Feb 05, 2004 9:19 pm    Post subject: problema configurazione xfree86 [Risolto] Reply with quote

ciao a tutti,
dopo essere riuscito (soprattutto grazie al vostro aiuto) a completare l'installazione base di gentoo, ora mi sono trovato a dover installare e poi configurare xfree86.

premessa: ho seguito (per quanto sono riuscito a fare) la guida pubblicata sul sito. ho scelto configurarlo dando /usr/X11R6/bin/xf86config.
queste sono le cose che ho impostato:

Code:

mouse protocol type: auto (non sapevo cosa scegliere... centra il fatto che è collegato tramite posta PS/2??)
do you want to enable emulate3 buttons? n (l'autore della guida ha detto che se hai un mouse con 3 tasti è meglio non attivarlo, e così io ho fatto)
mouse device: /dev/mouse
keyboard: generic 101-key pc (anche qui non sapevo quale scegliere)
country: 41 italian
variant name for it layout: -
do you want to select additional XKB option: n
horizontal sync range: 30.0-96.0
vertical sync range: 60-160
identifier for your monitor definition: LG Flatron 795FT Plus...
how much video memory do you have on your video card: 65M
identifier for video card def.: MSI G4Ti4200-TD64
default depht: 16bits


quindi ho creato il file /etc/env.d/02locale e ho scritto questa linea:
Code:

LC_TYPE="it_IT"


quindi ho dato:
Code:

rc-update add xfs default
/etc/init.d/xfs start
startx


e a questo punto mi da errore. in particolare mi da questo:
Code:

(EE) screen(s) found, but none have usable configuration
fatal server error
no screens found


non so proprio in cosa erro... i parametri che ho impostato manualmente (ad esempio quelli del monitor) lo ho presi dal sito della LG, non me li sono inventati... aiutatemi, vi prego....
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Thu Feb 05, 2004 9:34 pm    Post subject: Reply with quote

Riesci a piazzare da qualche parte il tuo XF86Config o a postare qui le sezioni incriminate?
Back to top
View user's profile Send private message
.:FaX:.
n00b
n00b


Joined: 23 Jan 2004
Posts: 2
Location: Italy

PostPosted: Fri Feb 06, 2004 11:07 pm    Post subject: Reply with quote

Verifica la sezione Screen ...

Code:


Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen         0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes     "1024x768"
                Virtual   1024 768
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

_________________
..:: FaX ::..
Back to top
View user's profile Send private message
Trifaux666
Tux's lil' helper
Tux's lil' helper


Joined: 21 Sep 2003
Posts: 112
Location: Italia - Roma

PostPosted: Sat Feb 07, 2004 6:35 am    Post subject: Reply with quote

quando fai l'xfree86config, metti delle impostazioni conservative per il monitor (i video modes - a me era capitata la stessa cosa)
Back to top
View user's profile Send private message
fctk
Veteran
Veteran


Joined: 28 Jan 2004
Posts: 1424
Location: Milan, Italy, EU

PostPosted: Sat Feb 07, 2004 12:43 pm    Post subject: Reply with quote

dunque... innanzitutto grazie ancora per i suggerimenti... non appena ho un po' di tempo metto in pratica i vostri consigli...

intanto ecco il file di configurazione incriminato :roll: http://mio.discoremoto.virgilio.it/fctk/xf86config.txt

spero che in questo modo possiate darmi ancora una volta una dritta...
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Sat Feb 07, 2004 1:07 pm    Post subject: Reply with quote

Code:

Section "Device"
    Identifier  "MSI G4Ti4200-TD64"
    Driver      "vga"


Non credo che il driver vga che hai scelto per la scheda grafica vada molto d'accordo con le risoluzioni impostate.

Ti conviene utilizzare il driver open "nv" oppure installare i driver closed di nvidia. Trovi le istruzioni nella Desktop Configuration guide, e innumerevoli post a riguardo nel forum.
Back to top
View user's profile Send private message
fctk
Veteran
Veteran


Joined: 28 Jan 2004
Posts: 1424
Location: Milan, Italy, EU

PostPosted: Sat Feb 07, 2004 1:55 pm    Post subject: Reply with quote

ho provato ad installare i driver della scheda nvidia, ma ho un problema.

ho dato:
emerge nvidia-glx (tutto ok)
emerge nvidia-kernel

questo ultimo comando mi da un errore: precisamente mi dice che i driver hanno bisogno che il kernel sia stato compilato con l'opzione MTRR support, cosa che, a quanto pare, non ho fatto... ho la necessità quindi di ricompilare il kernel.

dunque... a quanto ho capito tutto ciò che devo fare per ricompilare il kernel ed affiancarlo a quello che già ho (non voglio sostituirlo, almento per il momento) è:

emerge -k sys-kernel/gentoo-sources
cd /usr/src/linux

eliminare il file di configurazione, che si trova in /usr/src/mio_kernel/.config

make menuconfig

make dep && make clean bzImage modules modules_install

rinominare il file bzImage in bzImage2

cp /usr/src/linux/arch/i386/boot/bzImage2 /boot

includere il nuovo kernel in lilo.conf

dare il comando lilo

è corretto quello che fin ora ho detto?
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Sat Feb 07, 2004 2:13 pm    Post subject: Reply with quote

più o meno... :)

I sorgenti del kernel dovresti già averli in /usr/src/linux

Ti basta dare make menuconfig da quella cartella ed aggiungere l'opzione richiesta, senza cancellare il precedente file di configurazione.

A questo punto compila e copia il nuovo kernel (che si chiama sempre bzImage) in /boot (dopo averla montata, se è su una partizione separata), eventualmente con un nome diverso rispetto alle immagini già presenti (per non sovrascrivere il vecchio kernel) e aggiorna la configurazione del tuo boot manager (se usi lilo devi anche rilanciare /sbin/lilo).

Anche per la ricompilazione del kernel troverai molti riferimenti in FAQ, doc e forum... :-?
Back to top
View user's profile Send private message
fctk
Veteran
Veteran


Joined: 28 Jan 2004
Posts: 1424
Location: Milan, Italy, EU

PostPosted: Sun Feb 08, 2004 8:48 pm    Post subject: Reply with quote

risolto! 8)
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Sun Feb 08, 2004 8:52 pm    Post subject: Reply with quote

fctk wrote:
risolto! 8)


Come? E' buona abitudine scrivere due righe su come s'è giunti alla soluzione (o dire quale dei metodi proposti ha risolto il problema) in modo da lasciare in eredità ai posteri una testimonianza completa e utile.

Inoltre nei topic risolti usiamo mettere una tag [Risolto] nel titolo. Questa volta la metto io ;)
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
fctk
Veteran
Veteran


Joined: 28 Jan 2004
Posts: 1424
Location: Milan, Italy, EU

PostPosted: Mon Feb 09, 2004 2:20 pm    Post subject: Reply with quote

ok: il problema consisteva nel fatto che ho selezionato dal database delle schede video la vga, ma avrei dovuto scegliere nvidia. tutto qui.

ringrazio tutti per i consigli che mi avete dato ma in particolar modo ringrazio MyZelf che mi ha indirizzato sulla retta via e anche coloro che mi hanno aiutato tramite IRC...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum