Pagina 1 di 1

Schermi wide e feisty

Inviato: martedì 10 aprile 2007, 18:01
da cassius.umbra
Ciao, ho avuto un problema con Feisty con i diver ristretti della nvida.
Nonostante abbia un monitor wide dal menù potevo scegliere solo risoluzioni 4:3 (1024x768 o inferiori) e anche modificando xorg.conf la situazione non cambiava perchè ritornava sempre a 1024x768.
Ho scoperto su ziobudda che questo problema affligge anche i possessori di Ati e anche altre risoluzioni (es: 1280x1024) ed è casuale in qualto un mio amico non ce l'ha.
Ho scritto una guida su come risolvere il problema su:
http://www.scorianz.com/wide.php
spero possa essere di aiuto a chi avrà il mio stesso problema.
Come posso fare per avvisare del problema?
Non so come si facciano i bug report.

Re: Schermi wide e feisty

Inviato: martedì 10 aprile 2007, 18:05
da Divilinux
ma hai provato a cambiare profondita' di colore?..si puo' vedere questo xorg.conf?  :-[

Re: Schermi wide e feisty

Inviato: martedì 10 aprile 2007, 18:37
da cassius.umbra
Ciao, scusa il doppio post, ma dopo aver postato questo mi sono accorto che un utente di un altro post aveva il mio problema e quindi gli ho spiegato come fare.
Lo stesso problema lo ha avuto una persona su ziobudda
http://www.ziobudda.net/gestore_driver_ ... onitor_4_3
ed un membro del mio lug lo ha anche avuto ieri e lo ha segnalato in mailing list.
Ti rispiego il problema:
dopo aver installato i driver nvida se vai su system, preferenze, risoluzione dello schermo, le uniche opzioni disponibili sono quelle 4:3 (1024 o inferiori, tipo 800x600).
Anche editando a mano il file xorg.conf non cambia il problema, perchè questo viene riscritto sui valori di prima.
Questo è il mio xorg.conf dopo aver usato il metodo che ho spiegato.


# /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 xorg.conf(5) 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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
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"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
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"
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 "Geforce 7300"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Toshiba"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Geforce 7300"
Monitor "Toshiba"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

Re: Schermi wide e feisty

Inviato: martedì 10 aprile 2007, 19:16
da cassius.umbra
Questo è il mio vecchio xorg.conf, che apportassi le modifiche, quello che non riuscivo a rieditare prchè tornava sempre a questi valori.

# /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 xorg.conf(5) 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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
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" "us"
Option "XkbOptions" "lv3:ralt_switch"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Scheda video generica"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Scheda video generica"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

Re: Schermi wide e feisty

Inviato: martedì 10 aprile 2007, 19:21
da cassius.umbra
Non so se l'xorg.conf fatto da me vada bene o abbia sbagliato qualche parametro, però funziona (in caso avvisami se ho sbagliato qualcosa).
Il problema non è tanto quello che è scritto nel file xorg.conf, quanto il fatto che questo non poteva essere modificato.
Ad esempio, se io avessi voluto cambiare la risoluzione mettendo 1280x800 editando direttamente il file, la volta dopo aprendolo avrei trovato nuovamente 1024x768.
Forse è qualche funzionalità di Ubuntu che non conosco, in quel caso ti ringrazio se mi spieghi il modo "giusto" per risolvere questo problema.
Grazie

Re: Schermi wide e feisty

Inviato: martedì 10 aprile 2007, 20:12
da Divilinux
di solito il dpkg-reconfigure ti fa configurare lo xorg.conf tramite interfaccia ncurses
Tra le cose importanti..ci sono:

-i driver
-la massima risoluzione del monitor
-La frequenza che viene assegnata in automatico
-La profondita' di colore

lo xorg.conf che mi fai vedere non ha nulla di sbagliato..sono state aggiunte le solite 2 opzioni + nvidia al posto di vesa o quello che c'era (forse nv)
Non conoscendo gnome e i suoi tools...quando devo modificare la risoluzione (cioe' mai..perche' uso sempre quella massima) lo faccio direttamente dallo xorg.conf
Probabilmente non hai editato lo xorg.conf da root..per quello non mantiene le impostazioni..perche' non puo' tornare come prima se solo root ha i permessi
e se la risoluzione e' sbagliata otterrai un errore di xorg riguardo la frequenza al massimo...
xorg.conf va aperto con sudo..o comunque da root

Codice: Seleziona tutto

sudo nano /etc/X11/xorg.conf
Il secondo file xorg.conf e' giusto..forse non avendo usato "sudo"..ti sei convinto che lo xorg.conf non tenesse le impostazioni..e col dpkg-reconfigure ,che va fatto per forza da root,lo xorg.conf ha salvato finalmente la risoluzione che hai impostato
credo che il tuo sia piu' che altro un errore di attenzione...

Re: Schermi wide e feisty

Inviato: mercoledì 11 aprile 2007, 13:09
da cassius.umbra
Ti ringrazio per la celerità delle tue risposte.
La modifica di xorg.conf la ho fatta con sudo.
Anche perchè se lo avessi fatto da utente normale Nano (sì, lo so che sono strano a non usare Vim  ;) ) mi avrebbe avvisato che non poteva salvare il file perchè non avevo i privilegi.
Quindi se dici che non ci sono errori da parte mia nella configurazione a questo punto penso proprio che sia un problema di Ubuntu, come posso fare per segnalarlo?
Grazie

Re: Schermi wide e feisty

Inviato: mercoledì 11 aprile 2007, 13:15
da Divilinux
ma non hai detto che avevi risolto?  ???..lo hai segnalato anche..

Re: Schermi wide e feisty

Inviato: mercoledì 11 aprile 2007, 13:58
da cassius.umbra
Non sono stato io a fare la segnalazione su launchpad, nel frattempo la segnalazione è stata fatta un utente di ziobudda.
Avrei preferito segnalarlo io, visto che io avevo trovato la soluzione, però quell'utente è stato corretto perchè oltre a segnalare il bug e la soluzione ha segnalato anche il sito della fonte (il mio).
Adesso mi sono iscritto anch'io a bugs.launchpad.net, però ho dovuto sapere di come fare per segnalare un bug tramite il post di quell'utente di ziobudda...
Grazie lo stesso.
La prossima volta mi metterò a cercare direttamente negli howto.

Re: Schermi wide e feisty

Inviato: mercoledì 11 aprile 2007, 14:04
da Divilinux
che bug strano pero'..secondo me non e' cosi'..pero' vabbe'..alla prossima  ;)

Re: Schermi wide e feisty

Inviato: mercoledì 11 aprile 2007, 16:33
da Hattory
Scusa cassius, potresti modificare il post dove hai inserito l'otput del tuo xorg.conf e metterlo tra i tag [ code ] e [ /code ] ?? rendi la lettura più facile ed il Topic più scorrevole  (good)

ps. ricordati di usare questo metodo ogni volta che posti un output molto lungo

ciao e grazie