Problema video
Problema video
Ho Ubuntu 9.04 e il cubo di compiz va a scatti....
Non ho i driver video installati della mia scheda ati perchè se li installo non parte il computer (Xorg non si avvia).
Cosa posso fare?
Non ho i driver video installati della mia scheda ati perchè se li installo non parte il computer (Xorg non si avvia).
Cosa posso fare?
When you will discover that windows sucks it will be too late...
Re: Problema video
La scheda ce la dovrebbe fare: è una Ati Radeon X200 M (Credo da 128 mb)
When you will discover that windows sucks it will be too late...
Re: Problema video
IO sto usando i driver non ufficiali...
Ma c'è nessuno su sto'forum???????
Ma c'è nessuno su sto'forum???????
Ultima modifica di BBC One il lunedì 29 giugno 2009, 16:14, modificato 1 volta in totale.
When you will discover that windows sucks it will be too late...
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Problema video
ma usi jaunty?
perchè ho la tua stessa scheda e va da dio con gli open
perchè ho la tua stessa scheda e va da dio con gli open
Re: Problema video
Il fatto è che forse ho fatto casino con i driver:
prima avevo intrepid ibex con i fglrx, appena ho aggiornato non andava più xorg. Ho disinstallato gli fglrx e poi è ripartito tutto: io CREDO di avere i driver open.
Perchè, se non ho gli fglrx con cosa va la scheda?
prima avevo intrepid ibex con i fglrx, appena ho aggiornato non andava più xorg. Ho disinstallato gli fglrx e poi è ripartito tutto: io CREDO di avere i driver open.
Perchè, se non ho gli fglrx con cosa va la scheda?
When you will discover that windows sucks it will be too late...
Re: Problema video
bbc@bbc-laptop:~$ sudo glxinfo | grep vendor
[sudo] password for bbc:
server glx vendor string: SGI
client glx vendor string: SGI
OpenGL vendor string: DRI R300 Project
bbc@bbc-laptop:~$
[sudo] password for bbc:
server glx vendor string: SGI
client glx vendor string: SGI
OpenGL vendor string: DRI R300 Project
bbc@bbc-laptop:~$
When you will discover that windows sucks it will be too late...
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Problema video
stai usando gli open,dovrebbe funzonare bene.
Re: Problema video
Va abbastanza a scatti. Non è che c'è qualche altro parametro da modificare?
When you will discover that windows sucks it will be too late...
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Problema video
direi di no. mi posti
cat /etc/X11/xorg.conf
cat /etc/X11/xorg.conf
Re: Problema video
Si potrebbe aggiungere XAA come opzione in xorg.conf, ma se non sbaglio è per migliorare il 2D, non per il 3D.
Re: Problema video
bbc@bbc-laptop:~$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
Driver "ati"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
bbc@bbc-laptop:~$
# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
Driver "ati"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
bbc@bbc-laptop:~$
When you will discover that windows sucks it will be too late...
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Problema video
facciamo una prova anche se non ti garantisco nulla.
copia del tuo xorg con
cancella questo
salva e riavvia la sezione
copia del tuo xorg con
Codice: Seleziona tutto
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backupCodice: Seleziona tutto
sudo gedit /etc/X11/xorg.confe metti questoSection "Device"
Identifier "Configured Video Device"
Driver "ati"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
salva e riavvia la sezione. se migliora,ok. se noti peggioramenti, rimetti come prima conSection "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerFlags"
Option "DontZap" "off"
EndSection
Codice: Seleziona tutto
sudo rm /etc/X11/xorg.conf Codice: Seleziona tutto
sudo mv /etc/X11/xorg.conf.backup /etc/X11/xorg.confRe: Problema video
Non è cambiato praticamente niente. :-\
When you will discover that windows sucks it will be too late...
Re: Problema video
Di cosa parlava prima l'utente Shouldes?
When you will discover that windows sucks it will be too late...
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Problema video
mmmmmmmmmm................
non ne ho idea....BBC One ha scritto: Di cosa parlava prima l'utente Shouldes?
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: Problema video
prova a riconfigurare lo xorg
sudo dpkg-reconfigure xserver-xorg
sudo dpkg-reconfigure xserver-xorg
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 5 ospiti