View previous topic :: View next topic |
Author |
Message |
blade_77 n00b
Joined: 15 Dec 2006 Posts: 51 Location: Giussano
|
Posted: Sat Jan 06, 2007 2:32 pm Post subject: |
|
|
Provato....non è cambiato niente
Inoltre ho fatto altre modifiche...sembrava stesse partendo....ci mancava poco e...monitor in stanby!!!!
Idee? |
|
Back to top |
|
|
blade_77 n00b
Joined: 15 Dec 2006 Posts: 51 Location: Giussano
|
Posted: Sun Jan 07, 2007 1:48 pm Post subject: |
|
|
...possibile che nessuno ha almeno un'idea?
Non ci credo... |
|
Back to top |
|
|
blade_77 n00b
Joined: 15 Dec 2006 Posts: 51 Location: Giussano
|
Posted: Tue Jan 09, 2007 8:48 am Post subject: |
|
|
Questo è il mio xorg.conf completo, meno i commenti :
Code: |
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse"# "CorePointer"
InputDevice "Keyboard"# "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
# Load "type1"
Load "synaptics"
Load "bitmap"
Load "dcc"
Load "int10"
Load "type1"
Load "vbe"
# Load "speedo"
Load "extmod" # inserito manualmente
# Load "record" inserito manualmente
# Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
# Load "xtt"
Load "dri"
Load "glx"
Load "GLcore"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
# Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "IMPS/2" # modificato manualmente
Option "Device" "/dev/input/mice" #/dev/psaux provato senza risultato
# When using XQUEUE, comment out the above two lines, and uncomment
Option "ZAxisMapping" "4 5" # eliminato 5 6"
# Emulate3Buttons is an option for 2-button mice
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "VideoGLOverlay" "off"
Option "DesktopSetup" "horizontal,reverse"
BusID "PCI:1:0:0"
#ChipId 0x5d4f
#Screen 1 inserito manualmente
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection |
e questo è quello che appare dopo il mio starx :
Code: | (EE) Failed to load module "mouse" (module does not exist, 0)
(EE) Failed to load module "kbd" (module does not exist, 0)
(WW) fglrx : No matching Device section for istance (BusID PCI:1:0:1) found
(EE) Screen 0 deleted becouse of no matching config section.
(EE) Device(s) detected, but none match those in the config file. |
|
|
Back to top |
|
|
blade_77 n00b
Joined: 15 Dec 2006 Posts: 51 Location: Giussano
|
Posted: Tue Jan 09, 2007 4:25 pm Post subject: |
|
|
Ma non esiste un sistema per mettere questi mouse e keybord driver al suo posto o farglieli trovare?
Il mio make.conf è il seguente :
Code: | # These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="-gtk -gnome -acpi 3dnow X a52 aac alsa arts bzip2 cdinstall cdparanoia cdr dga dio dri doc dv dvdread encode fdftk ffmpeg firebird firefox gif ginac ipod jikes jpeg jpeg2k lash kdexdetals mad mozilla mp3 mpeg mplayer multilib opengl pda pdf png quicktime scanner solid source sse sse2 tiff usb vcd win32codecs xine xinerama xml xprint xvid qt3 qt4 kde dvd dvdr hal"
#USE="-gtk -gnome kde qt3 qt4 dvdr dvd alsa hal"
LINGUAS="it en"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://ftp.club-internet.fr/pub/mirrors/gentoo http://pandemonium.tiscali.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/ ftp://ftp.unina.it/pub/linux/distributions/gentoo "
#CONFIG_PROTECT="-*"
VIDEO_CARDS="fglrx"
INPUT_DEVICES="keyboard mouse" |
PS : secondo voi il flag USE può andare bene così?
Il prossimo passo è installare java sdk, devo aggiungere java all'interno di USE? |
|
Back to top |
|
|
crisandbea Veteran
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Tue Jan 09, 2007 4:49 pm Post subject: |
|
|
secondo me non hai caricato i relativi moduli per mouse e tastiera nel kernel...
dacci un'occhiata.
per quanto riguarda java :
http://www.gentoo.org/doc/it/java.xml.
nb:ogni tanto fare delle ricerche non è sbagliato...., ti invito a farle.... |
|
Back to top |
|
|
blade_77 n00b
Joined: 15 Dec 2006 Posts: 51 Location: Giussano
|
Posted: Tue Jan 09, 2007 9:28 pm Post subject: |
|
|
crisandbea wrote: |
nb:ogni tanto fare delle ricerche non è sbagliato...., ti invito a farle.... |
Sono d'accordo con te....ho già preso visione delle varie documentazioni...però prima voglio risolvere il problema con X...
Siccome ho seguito tutte le guide ufficiali e non...e non sapendo più dove sbattere la testa...se non mi aiuta chi ha più esperienza non riesco più a sistemare la situazione... |
|
Back to top |
|
|
blade_77 n00b
Joined: 15 Dec 2006 Posts: 51 Location: Giussano
|
Posted: Wed Jan 17, 2007 10:40 pm Post subject: |
|
|
Ciao a tutti, purtroppo mi sono passato al setaccio tutte le guide possibili ed immaginabili ma non sono riuscito a fare nessun passo in avanti....quasi.
Sono riuscito almeno ad attivare il framebuffer e impostare il video a 1280 x 1024, così almeno riesco ad utilizzare internet da Gentoo e fare subito le prove del caso.
E' possibile rimuovere in un sol colpo tutta la configurazione di X pacchatti compresi? mi sa che il casino nasce da li (se ho detto una ca**ata ditemelo).
Se riesco a ripartire dall'inizio forse riesco anche a capire cosa fare passo dopo passo, visto che adesso un pochino più di teoria l'ho imparata.
Grazie |
|
Back to top |
|
|
blade_77 n00b
Joined: 15 Dec 2006 Posts: 51 Location: Giussano
|
Posted: Thu Jan 18, 2007 11:41 am Post subject: |
|
|
...ma vi serve qualche informazione per darmi una risposta?
Ho omesso qualcosa? non sono stato chiaro? il mio è un caso irrisolvibile?
Abbandono gentoo e provo altro? nessuno mi sa aiutare???? |
|
Back to top |
|
|
|