[RISOLTO] Risoluzione schermo con scheda S3 Unichrome Pro VGA
Inviato: lunedì 3 settembre 2007, 11:34
Ho installato la 7.04 sul laptop di mia figlia un Packard Bell Easy Note R1801. Rapidamente e senza nessun problema tutto è stato riconosciuto e configurato; l'unico neo è la risoluzione dello schermo a 1024x768 anzichè a 1024x800. Questa la scheda grafica con lspci:
Inoltre se provo a dare un glxinfo | grep rendering la risposta é
e se do un dpkg -s xserver-xorg-core | grep Status per accertare se il server X è correttamente installato la risposta è:
Ho provato con l'installazione del pacchetto 915resolution ma a differenza del mio laptop (ne ho uno uguale) la risoluzione massima rimane a 1024x768 senza poter visualizzare in Preferenze -> Risoluzione dello schermo quella ottimale di 1024x800 e questo comporta una grafica "schiacciata" e grossolana.
Unico neo ripeto; per il resto va che è una scheggia.
Come risolvere?
Grazie !
Questo lo xorg.conf dal quale risulta - mi pare - la corretta installazione dei driver VIA:VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 02)
Codice: Seleziona tutto
Section "Files"
# path to defoma fonts
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"
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 "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 "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver "via"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-51
VertRefresh 43-60
DisplaySize 347 260
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480" "1024x800"
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"
EndSection
Section "DRI"
Mode 0666
EndSectionCodice: Seleziona tutto
direct rendering: Yes
Codice: Seleziona tutto
Status: install ok installed
Unico neo ripeto; per il resto va che è una scheggia.
Come risolvere?
Grazie !