|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 83
|
Domanda su xorg.conf
Salve
ho aperto per la prima volta il file xorg.conf (ho scritto nel terminale sudo nano /etc/X11/xorg.conf , penso vada bene vero?), per vedere un po' come era fatto....sono rimasto un po' stupito pero' perchè mi sembra che non mi dica niente,,,,mi spiego meglio... ![]() Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "Device" Identifier "Configured Video Device" Driver "fglrx" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" Defaultdepth 24 EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" Ad esempio sotto Section "Device" non dovrebbe poi comparire il nome della scheda video che ho installato, la versione di driver ecc? E cosi per tutte le altre voci....mi illuminate a riguardo? |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Oct 2007
Messaggi: 2971
|
anche io l'ho così ed è molto più corto di quello delle altre distro. Non so perché.
|
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 83
|
cosi' non è possibile modificare niente...non è possibile che sia cosi'....qualcuno sa dire qualcosa sull'argomento?
|
![]() |
![]() |
![]() |
#4 |
Member
Iscritto dal: Jul 2007
Città: civitanova marche
Messaggi: 190
|
che distro hai?
è possibile che non hai installato correttamente i driver video?
__________________
desktop: Intel Core 2Duo E6550 2,33GHz@4Mb cache, Asus P5N-E SLI, Nvidia 8500GT 512Mb, MAXTOR SATA 320GB + MAXTOR 80GB, Master DVD LG, Master CD HP, SO Kubuntu 7.10 e XP HE |
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 83
|
ciao....ho ubuntu 8.04....i driver video dovrebbero andare bene....e poi il problema si estende anche alle altre sezioni...che ne so ad esempio Section "Monitor" è la stessa cosa...non mi dice alcuna informazione...
|
![]() |
![]() |
![]() |
#6 |
Member
Iscritto dal: Jul 2007
Città: civitanova marche
Messaggi: 190
|
guarda, attualmente sono all'università, stasera quando torno a casa, vedo il mio xorg.conf e poi lo posto quì e ne vediamo le differenze.
![]() (sempre se qualcuno non mi precede nell'aiutarti a trovare una soluzione, che è una cosa ben accettata... ![]()
__________________
desktop: Intel Core 2Duo E6550 2,33GHz@4Mb cache, Asus P5N-E SLI, Nvidia 8500GT 512Mb, MAXTOR SATA 320GB + MAXTOR 80GB, Master DVD LG, Master CD HP, SO Kubuntu 7.10 e XP HE |
![]() |
![]() |
![]() |
#7 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 83
|
ok ti ringrazio
|
![]() |
![]() |
![]() |
#8 |
Senior Member
Iscritto dal: Jun 2001
Città: Gorizia/Trieste/Slovenia
Messaggi: 4338
|
non conosco ubuntu, ma probabilmente viene affidato tanto all'autoriconoscimento del server X.
Per fare un minimo debugging controlla il log del server grafico ![]()
__________________
Dio ha fatto il cavo, il diavolo il wireless. "CCIE-level challenges should stay in CCIE labs." (cit I.Pepelnjak) |
![]() |
![]() |
![]() |
#9 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 83
|
Puoi spiegarti meglio? comunque io volevo cercare di aggiungere delle righe che riguardano la scheda video per attivare le ombreggiature ecc delle finestre. Seguivo una guida presa dai wiki ufficiali di ubuntu.
|
![]() |
![]() |
![]() |
#10 |
Member
Iscritto dal: Jul 2007
Città: civitanova marche
Messaggi: 190
|
Codice:
# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "nVidia Corporation G80 [GeForce 8500 GT]" Driver "nvidia" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Monitor Generico" Option "DPMS" HorizSync 28-64 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation G80 [GeForce 8500 GT]" Monitor "Monitor Generico" DefaultDepth 24 SubSection "Display" Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" EndSection -per quanto riguarda la tastiera è uguale -per quanto riguarda il mouse ho in più l'emulazione del terzo tasto e il protocollo ps/2( poichè non è usb) -poi lascia stare i driver "wacom" che non so cosa sono di preciso, dovrò indagare..... -per quanto riguarda la scheda video, mi sembra che non hai installato i driver proprietari della scheda e qundi te la vede come una generica -per il monitor è uguale, ma io ho anche la descrizione delle frequanze di aggiornamento verticali e orizzontali -per quanto riguarda lo "screen" a posto di "configured video device" ho il nome della mi scheda video e poi in più ci sono tutte le varie configurazioni per il video. perciò da queste mie considerazioni, prova a controllare quali driver sono installati della scheda video e se non li hai installati, installali e ricontrolla. ![]()
__________________
desktop: Intel Core 2Duo E6550 2,33GHz@4Mb cache, Asus P5N-E SLI, Nvidia 8500GT 512Mb, MAXTOR SATA 320GB + MAXTOR 80GB, Master DVD LG, Master CD HP, SO Kubuntu 7.10 e XP HE |
![]() |
![]() |
![]() |
#11 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 83
|
ciao
sono sicuro di averla installata la scheda video....c'è un modo per verificarlo? |
![]() |
![]() |
![]() |
#12 | |
Senior Member
Iscritto dal: Jan 2007
Città: lavezzola RA
Messaggi: 1125
|
Quote:
oppure in synaptic clicca su cerca, scrivi fglrx , dai invio e vedi cosa hai installato (dando per scontato che tu non abbia installato i driver manualmente )
__________________
pc fisso regalato ad un amico il netbook mi basta ![]() |
|
![]() |
![]() |
![]() |
#13 |
Senior Member
Iscritto dal: Oct 2007
Messaggi: 2971
|
|
![]() |
![]() |
![]() |
#14 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 83
|
ciao
si mi dice che sono in uso i driver proprietari....infatti mi ricordo che sono stato io a spuntare la casellina per abilitarli, e mi scaricò qualche pacchetto...e sinceramente mi sembra che tutto funzioni bene (ad esempio gli effetti sul desktop mi vanno). Comunque sia synaptic mi dice di aver installato i seguenti pacchetti: fglrx-control Non-free Linux 2.6.24 modules on x86/x86_64 versione 2.6.24.12 - 16.34 jockey-common jockey-gtk Non-free Linux 2.6.24 modules on x86/x86_64 versione 2.6.24.12 - 17.36 xorg-driver-fglrx xserver-xorg-video-ati Inoltre ho installato anche ATI Catalyst Control Center (se puo' interessarvi)....dunque? c'e' qualcosa che non va? |
![]() |
![]() |
![]() |
#15 | |
Senior Member
Iscritto dal: Jan 2007
Città: lavezzola RA
Messaggi: 1125
|
Quote:
questo sotto è il mio xorg.conf,ho in più la sezione "load glx".... Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "Device" Identifier "Configured Video Device" Driver "fglrx" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" Defaultdepth 24 EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" EndSection Section "Module" Load "glx" EndSection
__________________
pc fisso regalato ad un amico il netbook mi basta ![]() Ultima modifica di gianluca43 : 22-05-2008 alle 15:04. |
|
![]() |
![]() |
![]() |
#16 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 83
|
![]() |
![]() |
![]() |
![]() |
#17 |
Senior Member
Iscritto dal: Jan 2007
Città: lavezzola RA
Messaggi: 1125
|
beh dopo le testimonianze ricevute sullo xorg di ubuntu 8.04 non avrei più dubbi ..a sto punto però mi viene da chiedere come mai io ho una sezione in più ..
![]()
__________________
pc fisso regalato ad un amico il netbook mi basta ![]() |
![]() |
![]() |
![]() |
#18 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 83
|
già...inoltre non capisco nemmeno allora come posso modificarlo....
|
![]() |
![]() |
![]() |
#19 | |
Senior Member
Iscritto dal: Jan 2007
Città: lavezzola RA
Messaggi: 1125
|
Quote:
penso che sono altri i file da editare ora .. non solo lo xorg.conf
__________________
pc fisso regalato ad un amico il netbook mi basta ![]() |
|
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 19:21.