|
|
|
![]() |
|
Strumenti |
![]() |
#20341 |
Senior Member
Iscritto dal: Aug 2005
Città: Non su questo forum!
Messaggi: 4857
|
Nel frattempo stavo smanettando altre modifiche
![]() Praticamente adesso parte il driver radeon (e si vede) però mi da sempre errore su: Codice:
Section "Screen" Device "Card0" ![]() PS nel post precedente ho aggiornato il file xorg.conf ![]()
__________________
Termina, dopo tanti anni, la mia storia con HWU. È stato bello(?) finché è durato ma, si sa, ogni cosa ha un inizio e una fine.
![]() Ultima modifica di DarkWolf : 16-02-2007 alle 16:55. |
![]() |
![]() |
#20342 |
Senior Member
Iscritto dal: Aug 2005
Città: Non su questo forum!
Messaggi: 4857
|
Ok alla fine adesso son riuscito a far partire il serverx (spero di non aver configurato male xorg.conf)
ecco l'ultimo (e sembra funzionante) xorg.con (ho eliminato nel post precedente) Codice:
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
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 "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Radeon 9200"
Driver "radeon"
BusID "PCI:1:0:0"
Option "AccelMethod" "XAA"
Option "AGPMode" "8"
Option "AGPFastWrite" "1"
Option "GARTSize" "64"
Option "EnablePageFlip" "1"
Option "ColorTiling" "1"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Monitor"
Identifier "StudioWorks 775N"
HorizSync 30 - 70
VertRefresh 50 - 160
Option "DPMS" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Radeon 9200"
Monitor "StudioWorks 775N"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Codice:
darkwolf@debian:~$ glxinfo | grep direct libGL warning: 3D driver claims to not support visual 0x4b direct rendering: Yes darkwolf@debian:~$ cat /var/log/Xorg.0.log | grep -i aiglx (**) Option "AIGLX" "true" (**) AIGLX enabled (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 (II) AIGLX: Loaded and initialized /usr/lib/dri/r200_dri.so darkwolf@debian:~$ A questo punto ho installato da synaptic compiz e affini, e mo che devo fare? ![]() PS la risoluzione la preferisco @1024 ma riesco massimo a mettere 75Hz e si vede male (non allineato) riesco a stare bene solo a 60, invece su windows sto a 85! è possibile mettere 85 anche qui su debian? Avete consigli su come migliorare quindi il file xorg.conf? (i 1280 non mi interessano) ![]() Edit! Ho eseguito compiz --replace ma mi da Codice:
darkwolf@debian:~$ compiz --replace libGL warning: 3D driver claims to not support visual 0x4b Avviso del window manager: Errore nel leggere il tema dal file /usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml: Failed to open file '/usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml': No such file or directory Avviso del window manager: Caricamento del tema «Clearlooks» fallito: Failed to open file '/usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml': No such file or directory libGL warning: 3D driver claims to not support visual 0x4b ![]() Penso che il problema sia proprio con kde! come posso aggirarlo? - riedit installato gnome-themes e adesso Codice:
darkwolf@debian:~$ compiz --replace libGL warning: 3D driver claims to not support visual 0x4b libGL warning: 3D driver claims to not support visual 0x4b ![]()
__________________
Termina, dopo tanti anni, la mia storia con HWU. È stato bello(?) finché è durato ma, si sa, ogni cosa ha un inizio e una fine.
![]() Ultima modifica di DarkWolf : 17-02-2007 alle 15:44. Motivo: Aggiornato xorg.conf |
![]() |
![]() |
#20343 |
Junior Member
Iscritto dal: Jan 2007
Messaggi: 3
|
Ciao a tutti, non so se è corretto scrivere qui ma ci provo.
Ho necessità di installare debian (meglio se la vers. a 64bit) su un pc così composto: Athlon X2 3800+ Mobo: Asus M2V il problema è che col cd della netinst a 64bit, arriva al riconoscimento del cdrom e si ferma perchè non lo riconosce (il lettore cd è un asus 52x). Come aggiro questo problema? Con la versione a 32bit riesco ad installarla, ma solo su dischi IDE. Io ho invece la necessità di installare Debian su dischi SATA... Dove trovo una guida per customizzarmi il cd di installazione con un kernel ricompilato con i driver opportuni? Oppure: come risolvo quei due problemi? Grazie mille! |
![]() |
![]() |
#20344 |
Senior Member
Iscritto dal: Aug 2005
Città: Non su questo forum!
Messaggi: 4857
|
Per la cronaca!
Tutto Ok,
Adesso anch'io ho il cubo rotante e cazzatine simili ![]() solo che non voleva saperne di partire all'avvio ![]() Allora nella cartella .kde/autostart ho creato il collegamento ad un'applicazione richiamando compiz --replace Peccato che così facendo eventuali finestre già aperte (esempio dalla precedente sessione) perdevano la barra del titolo etc... (quelle aperte dopo l'applicazione no) Quindi da gestione sessione ho impostato l'apertura di una nuova sessione ad ogni avvio e adesso è tutto ok ![]()
__________________
Termina, dopo tanti anni, la mia storia con HWU. È stato bello(?) finché è durato ma, si sa, ogni cosa ha un inizio e una fine.
![]() Ultima modifica di DarkWolf : 16-02-2007 alle 19:55. |
![]() |
![]() |
#20345 |
Registered User
Iscritto dal: Feb 2005
Messaggi: 1856
|
|
![]() |
![]() |
#20346 | |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
Quote:
![]() ![]()
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() |
|
![]() |
![]() |
#20347 | ||
Member
Iscritto dal: Sep 2004
Città: pisa
Messaggi: 257
|
Quote:
![]() ![]() Quote:
![]() ![]() |
||
![]() |
![]() |
#20348 |
Senior Member
Iscritto dal: Aug 2005
Città: Non su questo forum!
Messaggi: 4857
|
Beh grazie lo sono anch'io
![]() ![]() |
![]() |
![]() |
#20349 |
Senior Member
Iscritto dal: Aug 2005
Città: Non su questo forum!
Messaggi: 4857
|
Doh!
Doh! (devo imparare che a quest'ora ogni refresh equivale a un nuovo post)
![]()
__________________
Termina, dopo tanti anni, la mia storia con HWU. È stato bello(?) finché è durato ma, si sa, ogni cosa ha un inizio e una fine.
![]() Ultima modifica di DarkWolf : 17-02-2007 alle 03:10. Motivo: Doppio post |
![]() |
![]() |
#20350 | |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
Quote:
ed in più o questa che mi hai suggerito per il laptop di mio cugino http://www.hwupgrade.it/forum/showpo...ostcount=18935 vorrei fare un po di ordine, dimmi cosa sarebbe meglio fare ![]() grazie ![]()
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() Ultima modifica di Carcass : 17-02-2007 alle 10:22. |
|
![]() |
![]() |
#20351 | ||
Senior Member
Iscritto dal: Feb 2004
Messaggi: 1635
|
Quote:
![]() Quote:
![]() Codice:
sangue@spike:~$ glxinfo | grep direct libGL warning: 3D driver claims to not support visual 0x4b direct rendering: Yes sangue@spike:~$ cat /var/log/Xorg.0.log | grep -i aiglx (**) Option "AIGLX" "true" (**) AIGLX enabled (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 (II) AIGLX: Loaded and initialized /usr/lib/dri/r200_dri.so sangue@spike:~$ Ti posto anche il mio file xorg.conf: Codice:
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "vbe"
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"
EndSection
Section "Device"
Identifier "Radeon 9200"
Driver "radeon"
BusID "PCI:1:0:0"
Option "AccelMethod" "XAA"
Option "AGPMode" "8"
Option "GARTSize" "64"
Option "EnablePageFlip" "1"
Option "ColorTiling" "1"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Monitor"
Identifier "Philips 150S"
HorizSync 31.0 - 60.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Radeon 9200"
Monitor "Philips 150S"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
![]() |
||
![]() |
![]() |
#20352 | |||
Member
Iscritto dal: Sep 2004
Città: pisa
Messaggi: 257
|
Quote:
![]() Quote:
![]() per il file xorg.conf vedo che va bene anche io ho il philips ma il 190S ![]() ![]() Quote:
per la second encoder sostituirei la mia con questa nuova e a presto ne faro un altra con i driver proprietari (adesso che ci sono i driver fglrx nei repository) , poi aspetto anche consigli da voi per poter fare le cose al meglio , magari con messaggi privati oppure su msn ![]() per il laptop di tuo cugino dimmi cosa vuole fare se mettere quelli proprietari oppure quelli free e su che versione di debby. ok credo sia tutto fammi sapere ciao |
|||
![]() |
![]() |
#20353 |
Senior Member
Iscritto dal: Sep 2003
Città: San Mauro Torinese
Messaggi: 5402
|
Differences between etch and sarge-backports
__________________
Suonare come superamento, anche se per pochi attimi, della realtà costrittiva, come espressione, comunicazione, con modalità proprie, agli altri; http://www.magazzinifranti.it/ |
![]() |
![]() |
#20354 | |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
Quote:
io direi che si possono fare gia entrambi che dici te ? ![]()
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() |
|
![]() |
![]() |
#20355 | |
Member
Iscritto dal: Sep 2004
Città: pisa
Messaggi: 257
|
Quote:
1) come e adesso usando i driver scaricati dal sito ati e creare dei pacchetti con il server xorg e gli fglrx che servono . 2) installarli direttamente dai repository , mettendo anche i repository per chi non li ha, e compilarli anche quelli con il module-assistant . Secondo me fare cosi e' meglio , perche sui reposity anche se usi sid/unstable non hai mai l'ultima versione dei driver e server xorg. Chi invece vuole l'ultima versione li scarica dal sito e si crea i pacchetti come la guida che ce adesso. Ok dimmi te se va bene cosi , ciao ![]() |
|
![]() |
![]() |
#20356 |
Senior Member
Iscritto dal: Jun 2006
Messaggi: 666
|
da etch a sid, si può?
ciao, venerdi non avevo niente da fare ed ho installato debian etch tramite net-install. mi sembra molto buona, ma io vorrei avere i software sempre all'ultima versione o quasi
![]() Si può passare da etch a sid senza troppi danni? Devo rimuovere qualcosa prima? Driver ati, etc? Se è possibile farlo, ci sono possibilità che vada tutto a *beep*? Grazie EDIT: ma sid è davvero cosi "unstable"??
__________________
Ho concluso con: Z3R0`c00l - AbuJaffa - !ç£m@N - maccioni - ShadowMan - vitale12345 - ba7mbi - cc65 - torgianf - ^Robbie^ - lukas69 - giukey - topolino2808 - ErikVII - pelo1986 Ultima modifica di slacker : 18-02-2007 alle 10:10. |
![]() |
![]() |
#20357 | |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
Quote:
appena puoi sparale qua formattate a dovere (anche se poi li ripasso io) e cosi li mettiam al sito ![]()
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() |
|
![]() |
![]() |
#20358 | |
Senior Member
Iscritto dal: Mar 2004
Messaggi: 16053
|
Quote:
![]() Con il passaggio ci sarà probabilmente un aggiornamento del kernel... il che comporta un aggiornamento/ricompilazione del supporto dei driver video (se usi quelli closed) altrimenti Xorg non partirà. ![]() Un consiglio, se non sei di tempra forte evita il passaggio, Etch (e la futura testing) vanno benissimo (soprattutto dopo il rilascio di debian linux 4.0). ![]() |
|
![]() |
![]() |
#20359 | |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
Quote:
![]()
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() |
|
![]() |
![]() |
#20360 | |
Senior Member
Iscritto dal: Jun 2006
Messaggi: 666
|
Quote:
![]() Per i driver allora mi consigli di rimuoverli e reinstallarli dopo? Anche perchè per installarli ho dovuto patcharli perchè altrimenti non si installavano sul 2.6.20... Ma per fare il passaggio cosa devo fare? Basta aggiungere i repository in /etc/apt/sources.list?
__________________
Ho concluso con: Z3R0`c00l - AbuJaffa - !ç£m@N - maccioni - ShadowMan - vitale12345 - ba7mbi - cc65 - torgianf - ^Robbie^ - lukas69 - giukey - topolino2808 - ErikVII - pelo1986 |
|
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 23:26.