PDA

View Full Version : [ubuntu 8.04.1]risoluzione 1280x1024


User111
26-08-2008, 10:01
Sul mulo ho messo ubuntu hardy ed ho un compaq s710 (17''), il problema è che non riesco a impostare i 1280x1024 il massimo impostabile è 1152x864:confused: :mc: . Ho provato decine di volte a riconfigurare il server x, nulla:mc: :mc: ecco il mio 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.
#
# 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 "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"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
:mc: :mc:

Lutra
26-08-2008, 11:41
hai provato questo?

sudo displayconfig-gtk

User111
26-08-2008, 11:45
hai provato questo?

sudo displayconfig-gtk

si nulla da fare

User111
27-08-2008, 14:35
:cry:

patel45
27-08-2008, 15:50
provato con Sistema, amministrazione, driver hardware ?

User111
27-08-2008, 18:54
provato con Sistema, amministrazione, driver hardware ?

si ho su i driver sis 650/1

Gimli[2BV!2B]
27-08-2008, 19:37
Il driver sis non è uno dei migliori (già quelli Win sono abbastanza penosi...).
Puoi provare questo xorg.conf:# 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 "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 "Silicon Integrated Systems"
Driver "sis"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Silicon Integrated Systems"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Fai un backup del tuo file sicuramente funzionante, oppure, se non parte più xorg, ricorri ad un
sudo dpkg-reconfigure xserver-xorg

User111
28-08-2008, 11:20
ok funzia:)

Gimli[2BV!2B]
28-08-2008, 16:45
Bene!
Ormai xorg può praticamente fare a meno di xorg.conf (il tuo era lo scheletro), ma alcuni driver un po' ciucci (bug nell'interpretazione dell'EDID (http://en.wikipedia.org/wiki/Extended_display_identification_data) da parte del driver sis?) han bisogno di un incoraggiamento...

User111
28-08-2008, 19:16
;23853573']Bene!
Ormai xorg può praticamente fare a meno di xorg.conf (il tuo era lo scheletro), ma alcuni driver un po' ciucci (bug nell'interpretazione dell'EDID (http://en.wikipedia.org/wiki/Extended_display_identification_data) da parte del driver sis?) han bisogno di un incoraggiamento...

grazie:O