Risoluzione schermo 15,4''
Risoluzione schermo 15,4''
Ciao a tutti,
non so da quanto cerco si risolvere il problema, ma non ci riesco:
Il fatto è che sul mio notebook ho un monitor a 15,4'' pollici con una scheda ATI.
Ho seguito la guida per istallare i driver appropriati e l'accelerazione grafica e tutto ora funziona bene, tranne la risoluzione dello schermo:
posso scegliere tra alcuni valori, ma non quello che vorrei io: i valori permessi sono i classici 800*600, 1024*768, 1280*1024, ecc.
A me servirebbe la risoluzione 1280*768.
Come posso fare per risolvere il problema?
Se occorre posto il file di configurazione dello xorg, fatemi sapere.
Grazie,
Marco
non so da quanto cerco si risolvere il problema, ma non ci riesco:
Il fatto è che sul mio notebook ho un monitor a 15,4'' pollici con una scheda ATI.
Ho seguito la guida per istallare i driver appropriati e l'accelerazione grafica e tutto ora funziona bene, tranne la risoluzione dello schermo:
posso scegliere tra alcuni valori, ma non quello che vorrei io: i valori permessi sono i classici 800*600, 1024*768, 1280*1024, ecc.
A me servirebbe la risoluzione 1280*768.
Come posso fare per risolvere il problema?
Se occorre posto il file di configurazione dello xorg, fatemi sapere.
Grazie,
Marco
--> M <--
Re: Risoluzione schermo 15,4''
sei sicuro di 1280x768?(io ho 1280x800)
comunque dai il comando
sudo gedit /etc/X11/xorg.conf
cerca la la zona con la risoluzione dello schermo e cambiala.
dato che anch'io ho una ati ti posto il mio xorg.conf:
# /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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "Monitor Generico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
ciao
comunque dai il comando
sudo gedit /etc/X11/xorg.conf
cerca la la zona con la risoluzione dello schermo e cambiala.
dato che anch'io ho una ati ti posto il mio xorg.conf:
# /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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "Monitor Generico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
ciao
"Ci sono tre modi di fare le cose: quello giusto, quello sbagliato e quello di Max Power."
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
Re: Risoluzione schermo 15,4''
ciao,
come ho fatto come mi hai suggerito, ma la situazione non cambia.
A me serve quella risoluzione perchè il monitor non è 15 pollici, ma 15,4''.
Ho provato ad editare manualmente il file cancellando tutte le risoluzioni e lasciando solo quella che mi serve 1280*768, ma la situazione non cambia, nel gestore delle risoluzioni mi continua a proporre le risoluzini che avevo prima.
Come posso fare?
Marco
come ho fatto come mi hai suggerito, ma la situazione non cambia.
A me serve quella risoluzione perchè il monitor non è 15 pollici, ma 15,4''.
Ho provato ad editare manualmente il file cancellando tutte le risoluzioni e lasciando solo quella che mi serve 1280*768, ma la situazione non cambia, nel gestore delle risoluzioni mi continua a proporre le risoluzini che avevo prima.
Come posso fare?
Marco
--> M <--
Re: Risoluzione schermo 15,4''
una volta cambiato quel file (xorg.conf) devi solo riavviare. in sistema->preferenze->risoluzione schermo nemmeno io ho la 1280x800, però la risoluzione dello schermo è quella
"Ci sono tre modi di fare le cose: quello giusto, quello sbagliato e quello di Max Power."
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
Re: Risoluzione schermo 15,4''
il fatto è che io ho già riavviato, ma non mi prende quella risoluzione...
non può essere un problema anche con la frequenza? a me abilita solo i 60 hz
marco
non può essere un problema anche con la frequenza? a me abilita solo i 60 hz
marco
--> M <--
Re: Risoluzione schermo 15,4''
non so. ma è strano, infatti io ho fatto come ti ho detto e la risoluzione è cambiata al primo riavvio. mah ???
sei sicuro di aver installato correttamente i driver per la scheda ati?
sei sicuro di aver installato correttamente i driver per la scheda ati?
"Ci sono tre modi di fare le cose: quello giusto, quello sbagliato e quello di Max Power."
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
Re: Risoluzione schermo 15,4''
quello penso proprio di sì, una domanda.
tu dic he diemnsione hai il monitor?
Marco
tu dic he diemnsione hai il monitor?
Marco
--> M <--
Re: Risoluzione schermo 15,4''
onestamente non so.
mi posti il tuo xorg.conf?
mi posti il tuo xorg.conf?
"Ci sono tre modi di fare le cose: quello giusto, quello sbagliato e quello di Max Power."
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
Re: Risoluzione schermo 15,4''
ok ci sono:
dai il comando:
sudo dpkg-reconfigure xserver-xorg
segui le istruzioni:
alla scelta del driver seleziona fglrx
e scegli la risoluzione che preferisci
dai il comando:
sudo dpkg-reconfigure xserver-xorg
segui le istruzioni:
alla scelta del driver seleziona fglrx
e scegli la risoluzione che preferisci
"Ci sono tre modi di fare le cose: quello giusto, quello sbagliato e quello di Max Power."
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
Re: Risoluzione schermo 15,4''
eccolo:farno ha scritto: onestamente non so.
mi posti il tuo xorg.conf?
Codice: Seleziona tutto
# /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 "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig Screen 0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Monitor Generico"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 0"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "ati"
VideoRam 128000
Option "UseFBDev" "true"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "Monitor Generico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1280x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Marco
--> M <--
Re: Risoluzione schermo 15,4''
non hai configurato bene fglrx.
fai così:
sudo apt-get install xserver-xorg-driver-ati
sudo apt-get install xorg-driver-fglrx
sudo apt-get install xorg-driver-fglrx-dev
sudo apt-get install linux-restricted-modules-(installate la versione appropriata per il tuo kernel)
dpkg-reconfigure xserver-xorg (facendo come ti ho postato prima)
sudo depmod -a
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
e se la risoluzione non è quella giusta, mettila nell'xorg.conf come prima scelta disponibile. poi riavvia la sessione grafica
fai così:
sudo apt-get install xserver-xorg-driver-ati
sudo apt-get install xorg-driver-fglrx
sudo apt-get install xorg-driver-fglrx-dev
sudo apt-get install linux-restricted-modules-(installate la versione appropriata per il tuo kernel)
dpkg-reconfigure xserver-xorg (facendo come ti ho postato prima)
sudo depmod -a
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
e se la risoluzione non è quella giusta, mettila nell'xorg.conf come prima scelta disponibile. poi riavvia la sessione grafica
"Ci sono tre modi di fare le cose: quello giusto, quello sbagliato e quello di Max Power."
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
Re: Risoluzione schermo 15,4''
ok,farno ha scritto: non hai configurato bene fglrx.
fai così:
sudo apt-get install xserver-xorg-driver-ati
sudo apt-get install xorg-driver-fglrx
sudo apt-get install xorg-driver-fglrx-dev
sudo apt-get install linux-restricted-modules-(installate la versione appropriata per il tuo kernel)
dpkg-reconfigure xserver-xorg (facendo come ti ho postato prima)
sudo depmod -a
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
e se la risoluzione non è quella giusta, mettila nell'xorg.conf come prima scelta disponibile. poi riavvia la sessione grafica
ho provato a fare come dici tu, ma al comando
Codice: Seleziona tutto
marco@ubuntu:~$ sudo apt-get install xorg-driver-fglrx-devmi risponde così:
Codice: Seleziona tutto
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler
dire che è stata richiesta una situazione impossibile oppure, se
si sta usando la distribuzione "unstable", che alcuni pacchetti
richiesti non sono ancora stati creati o rimossi da incoming.
Poiché è stata richiesta solo una singola operazione è molto facile che
il pacchetto semplicemente non sia installabile, si consiglia
di inviare un "bug report" per tale pacchetto.
Le seguenti informazioni possono aiutare a risolvere la situazione:
I seguenti pacchetti hanno dipendenze non soddisfatte:
xorg-driver-fglrx-dev: Dipende: xorg-driver-fglrx (= 7.0.0-8.25.18+2.6.15.11-3) ma 8.24.8-1 sta per essere installato
E: Pacchetto non integro
marco@ubuntu:~$
Marco
--> M <--
Re: Risoluzione schermo 15,4''
hai aggiunto i repository?
sudo gedit /etc/apt/sources.list
e sostituisci tutto con questo:
deb http://archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
## deb http://it.archive.ubuntu.com/ubuntu/ dapper universe
## deb-src http://it.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
## deb http://it.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
## deb-src http://it.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
## deb http://security.ubuntu.com/ubuntu dapper-security universe
## deb-src http://security.ubuntu.com/ubuntu dapper-security universe
poi
sudo apt-get update
e riprova a installare i pacchetti di prima
sudo gedit /etc/apt/sources.list
e sostituisci tutto con questo:
deb http://archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
## deb http://it.archive.ubuntu.com/ubuntu/ dapper universe
## deb-src http://it.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
## deb http://it.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
## deb-src http://it.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
## deb http://security.ubuntu.com/ubuntu dapper-security universe
## deb-src http://security.ubuntu.com/ubuntu dapper-security universe
poi
sudo apt-get update
e riprova a installare i pacchetti di prima
"Ci sono tre modi di fare le cose: quello giusto, quello sbagliato e quello di Max Power."
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
Re: Risoluzione schermo 15,4''
Non ho ben capito se i drivers sono installati correttamente o meno, però io ho un monitor LCD da 15.4' e una scheda ATI Radeon Mobilty 9700 (coppia che mi ha fatto sputare sangue), la mia sezione device è questa:
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "ForceMonitors" "lvds"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection
e funziona a 1280x800, con Breezy senza la option lvds andava a 800x600, con Dapper sinceramente non ho ancora provato a toglierla (ci sono affezionato
)
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "ForceMonitors" "lvds"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection
e funziona a 1280x800, con Breezy senza la option lvds andava a 800x600, con Dapper sinceramente non ho ancora provato a toglierla (ci sono affezionato
fedeli alla linea, anche quando la linea non c'è
- davbolla1993
- Scoppiettante Seguace

- Messaggi: 507
- Iscrizione: venerdì 24 marzo 2006, 17:11
- Località: Italia
- Contatti:
Re: Risoluzione schermo 15,4''
Anch'io ho un notebook (toshiba satellite M40-284) con scheda video ati e schermo 15,4" c vuole la 1280X800
da terminale digita:
quando ti fà scegliere la risoluzione, disabilita tutte le altre e seleziona 1280x800.
ti assicuro ke funziona benissimo
si vede a schermo pieno.
da terminale digita:
Codice: Seleziona tutto
sudo dpkg-reconfigure xserver-xorgti assicuro ke funziona benissimo
Re: Risoluzione schermo 15,4''
ho fatto come mi gai suggerito, ma la situazione non cambia.farno ha scritto: hai aggiunto i repository?
sudo gedit /etc/apt/sources.list
e sostituisci tutto con questo:
deb http://archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
## deb http://it.archive.ubuntu.com/ubuntu/ dapper universe
## deb-src http://it.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
## deb http://it.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
## deb-src http://it.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
## deb http://security.ubuntu.com/ubuntu dapper-security universe
## deb-src http://security.ubuntu.com/ubuntu dapper-security universe
poi
sudo apt-get update
e riprova a installare i pacchetti di prima
marco@ubuntu:~$ sudo apt-get install xorg-driver-fglrx-dev
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler
dire che è stata richiesta una situazione impossibile oppure, se
si sta usando la distribuzione "unstable", che alcuni pacchetti
richiesti non sono ancora stati creati o rimossi da incoming.
Poiché è stata richiesta solo una singola operazione è molto facile che
il pacchetto semplicemente non sia installabile, si consiglia
di inviare un "bug report" per tale pacchetto.
Le seguenti informazioni possono aiutare a risolvere la situazione:
I seguenti pacchetti hanno dipendenze non soddisfatte:
xorg-driver-fglrx-dev: Dipende: xorg-driver-fglrx (= 7.0.0-8.25.18+2.6.15.11-3) ma 8.24.8-1 sta per essere installato
E: Pacchetto non integro
Marco
--> M <--
Re: Risoluzione schermo 15,4''
non è possibile.
quel pacchetto si installa tranquillamente...
allora partiamo da zero:
che distribuzione hai?
postami il tuo /etc/apt/sources.list
e postami l'output di sudo apt-get update
quel pacchetto si installa tranquillamente...
allora partiamo da zero:
che distribuzione hai?
postami il tuo /etc/apt/sources.list
e postami l'output di sudo apt-get update
"Ci sono tre modi di fare le cose: quello giusto, quello sbagliato e quello di Max Power."
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
Re: Risoluzione schermo 15,4''
Ho la Dapper, ultimo kernel: 2.16.15-26-386
ti posto il /etc/apt/sources.list
e l'output di sudo apt-get update:
grazie per la pazienza.
Marco
ti posto il /etc/apt/sources.list
Codice: Seleziona tutto
deb http://archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
## deb http://it.archive.ubuntu.com/ubuntu/ dapper universe
## deb-src http://it.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
## deb http://it.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
## deb-src http://it.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
## deb http://security.ubuntu.com/ubuntu dapper-security universe
## deb-src http://security.ubuntu.com/ubuntu dapper-security universe
Codice: Seleziona tutto
marco@ubuntu:~$ sudo apt-get update
Password:
Get:1 http://it.archive.ubuntu.com dapper Release.gpg [189B]
Get:2 http://it.archive.ubuntu.com dapper-updates Release.gpg [189B]
Get:3 http://archive.ubuntu.com dapper Release.gpg [189B]
Hit http://it.archive.ubuntu.com dapper Release
Get:4 http://security.ubuntu.com dapper-security Release.gpg [189B]
Hit http://archive.ubuntu.com dapper Release
Hit http://it.archive.ubuntu.com dapper-updates Release
Get:5 http://security.ubuntu.com dapper-security Release [30,9kB]
Hit http://it.archive.ubuntu.com dapper/main Sources
Hit http://archive.ubuntu.com dapper/main Packages
Hit http://it.archive.ubuntu.com dapper/restricted Sources
Hit http://it.archive.ubuntu.com dapper/universe Sources
Hit http://it.archive.ubuntu.com dapper/multiverse Sources
Hit http://it.archive.ubuntu.com dapper-updates/main Packages
Hit http://it.archive.ubuntu.com dapper-updates/restricted Packages
Hit http://it.archive.ubuntu.com dapper-updates/universe Packages
Hit http://it.archive.ubuntu.com dapper-updates/multiverse Packages
Hit http://it.archive.ubuntu.com dapper-updates/main Sources
Hit http://it.archive.ubuntu.com dapper-updates/restricted Sources
Hit http://it.archive.ubuntu.com dapper-updates/universe Sources
Hit http://archive.ubuntu.com dapper/restricted Packages
Hit http://archive.ubuntu.com dapper/universe Packages
Hit http://it.archive.ubuntu.com dapper-updates/multiverse Sources
Hit http://archive.ubuntu.com dapper/multiverse Packages
Get:6 http://security.ubuntu.com dapper-security/main Packages [36,8kB]
Get:7 http://security.ubuntu.com dapper-security/restricted Packages [4558B]
Get:8 http://security.ubuntu.com dapper-security/universe Packages [6951B]
Get:9 http://security.ubuntu.com dapper-security/multiverse Packages [1680B]
Get:10 http://security.ubuntu.com dapper-security/main Sources [9118B]
Get:11 http://security.ubuntu.com dapper-security/restricted Sources [974B]
Get:12 http://security.ubuntu.com dapper-security/universe Sources [902B]
Get:13 http://security.ubuntu.com dapper-security/multiverse Sources [521B]
Scaricato 92,6kB in 2s (41,1kB/s)
Lettura della lista dei pacchetti in corso... Fatto
marco@ubuntu:~$
Marco
--> M <--
Re: Risoluzione schermo 15,4''
fino a qui tutto giusto
ora postami gli output rispettivi di questi comandi (dati in questo ordine):
sudo apt-get install xserver-xorg-driver-ati
sudo apt-get install xorg-driver-fglrx
sudo apt-get install xorg-driver-fglrx-dev
sudo apt-get install linux-restricted-modules-(versione del tuo kernel)
ora postami gli output rispettivi di questi comandi (dati in questo ordine):
sudo apt-get install xserver-xorg-driver-ati
sudo apt-get install xorg-driver-fglrx
sudo apt-get install xorg-driver-fglrx-dev
sudo apt-get install linux-restricted-modules-(versione del tuo kernel)
"Ci sono tre modi di fare le cose: quello giusto, quello sbagliato e quello di Max Power."
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
Re: Risoluzione schermo 15,4''
Ho fatto un gran passo in avavnti.
sono riuscito disistallando tutti i pacchetti e installandoli a mettere i driver ufficiali ati.
il riscontro lo ho con l'outpot al comando
vero?
se ok un problemaè risolto.
ora però non riesco ancora a mettere la risoluzione che serve nel senso che non me la fa scegliere.
cosa devo fare?
rilanciare al configurazione del xserver?
Marco
sono riuscito disistallando tutti i pacchetti e installandoli a mettere i driver ufficiali ati.
il riscontro lo ho con l'outpot al comando
Codice: Seleziona tutto
marco@ubuntu:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X700 Generic
OpenGL version string: 2.0.5879 (8.26.18)
marco@ubuntu:~$
se ok un problemaè risolto.
ora però non riesco ancora a mettere la risoluzione che serve nel senso che non me la fa scegliere.
cosa devo fare?
rilanciare al configurazione del xserver?
Marco
--> M <--
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 10 ospiti
