[RISOLTO] Risoluzione schermo con scheda S3 Unichrome Pro VGA

Riconoscimento, installazione e configurazione delle periferiche.
Avatar utente
Kitpou
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1577
Iscrizione: giovedì 7 settembre 2006, 22:32
Località: London, and Florence

[RISOLTO] Risoluzione schermo con scheda S3 Unichrome Pro VGA

Messaggio da Kitpou »

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:
VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 02)
Questo lo xorg.conf dal quale risulta  - mi pare - la corretta installazione dei driver VIA:

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
EndSection
Inoltre se provo a dare un glxinfo | grep rendering la risposta é

Codice: Seleziona tutto

direct rendering: Yes
e se do un dpkg -s xserver-xorg-core | grep Status per accertare se il server X è correttamente installato la risposta è:

Codice: Seleziona tutto

Status: install ok installed
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 !
Ultima modifica di Kitpou il lunedì 3 settembre 2007, 13:10, modificato 1 volta in totale.
Bye, Fulvio aka Kitpou
During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell
Minitrue Blog
Avatar utente
Guiodic
Accecante Asceta
Accecante Asceta
Messaggi: 28474
Iscrizione: martedì 24 aprile 2007, 15:28
Località: Roma
Contatti:

Re: Risoluzione schermo con scheda S3 Unichrome Pro VGA

Messaggio da Guiodic »

Kitpou ha scritto: 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:
VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 02)
Questo lo xorg.conf dal quale risulta  - mi pare - la corretta installazione dei driver VIA:

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
EndSection
Inoltre se provo a dare un glxinfo | grep rendering la risposta é

Codice: Seleziona tutto

direct rendering: Yes
e se do un dpkg -s xserver-xorg-core | grep Status per accertare se il server X è correttamente installato la risposta è:

Codice: Seleziona tutto

Status: install ok installed
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 !


915resolution serve solo per le schede intel.
Modifica xorg.conf mettendo la risoluzione 1024x800 nella riga dopo depht 24 (e visto che ci sei in tutte le altre).
Inoltre mettila come prima opzione, non ultima.

p.s. sei sicuro che sia 1024x800 ? non è che per caso è 1280x800 ?
Avatar utente
Kitpou
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1577
Iscrizione: giovedì 7 settembre 2006, 22:32
Località: London, and Florence

Re:[RISOLTO] Risoluzione schermo con scheda S3 Unichrome Pro VGA

Messaggio da Kitpou »

Guiodic ha scritto:
915resolution serve solo per le schede intel.
Vero l'identità dei due laptop mi ha ingannato. In reatà le schede grafiche sono diverse. La mia una Intel, l'altra una S3 Unichrom
Modifica xorg.conf mettendo la risoluzione 1024x800 nella riga dopo depht 24 (e visto che ci sei in tutte le altre).
Inoltre mettila come prima opzione, non ultima.

Fatto su tutte le righe---
p.s. sei sicuro che sia 1024x800 ? non è che per caso è 1280x800 ?
Ovviamente era un lapsus..era 1280x800 e naturalmente, grazie a te, Risolto !  (b2b)
Bye, Fulvio aka Kitpou
During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell
Minitrue Blog
Avatar utente
Guiodic
Accecante Asceta
Accecante Asceta
Messaggi: 28474
Iscrizione: martedì 24 aprile 2007, 15:28
Località: Roma
Contatti:

Re:[RISOLTO] Risoluzione schermo con scheda S3 Unichrome Pro VGA

Messaggio da Guiodic »

Kitpou ha scritto:
Guiodic ha scritto:
915resolution serve solo per le schede intel.
Vero l'identità dei due laptop mi ha ingannato. In reatà le schede grafiche sono diverse. La mia una Intel, l'altra una S3 Unichrom
Modifica xorg.conf mettendo la risoluzione 1024x800 nella riga dopo depht 24 (e visto che ci sei in tutte le altre).
Inoltre mettila come prima opzione, non ultima.

Fatto su tutte le righe---
p.s. sei sicuro che sia 1024x800 ? non è che per caso è 1280x800 ?
Ovviamente era un lapsus..era 1280x800 e naturalmente, grazie a te, Risolto !  (b2b)
Prego :)
Neo-Best
Prode Principiante
Messaggi: 1
Iscrizione: giovedì 28 ottobre 2010, 17:35

Re: [RISOLTO] Risoluzione schermo con scheda S3 Unichrome Pro VGA

Messaggio da Neo-Best »

susate sono nuovo è ho notato subito questa discussione.
io ho lo stesso problema solo che ho provato a sostituire

Codice: Seleziona tutto

Section "Monitor"
Option "DPMS"
DisplaySize 336 269 # 96 DPI @ 1280x1024 (non 4:3 aspect)
Option "UseEdidFreqs" "1"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
HorizSync 30-61
VertRefresh 56-75
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option     "VBEModes"           	# [<bool>]
#Option     "NoAccel"            	# [<bool>]
#Option     "AccelMethod"        	# <str>
#Option     "HWCursor"           	# [<bool>]
#Option     "SWCursor"           	# [<bool>]
#Option     "ShadowFB"           	# [<bool>]
#Option     "Rotate"             	# [<str>]
#Option     "VideoRAM"           	# <i>
#Option     "ActiveDevice"       	# [<str>]
#Option     "LCDDualEdge"        	# [<bool>]
#Option     "BusWidth"           	# [<str>]
#Option     "Center"             	# [<bool>]
#Option     "PanelSize"          	# [<str>]
#Option     "ForcePanel"         	# [<bool>]
#Option     "TVDotCrawl"         	# [<bool>]
#Option     "TVDeflicker"        	# <i>
#Option     "TVType"             	# [<str>]
#Option     "TVOutput"           	# [<str>]
#Option     "DisableVQ"          	# [<bool>]
#Option     "DRIXINERAMA"        	# [<bool>]
#Option     "DisableIRQ"         	# [<bool>]
#Option     "EnableAGPDMA"       	# [<bool>]
#Option     "NoAGPFor2D"         	# [<bool>]
#Option     "NoXVDMA"            	# [<bool>]
#Option     "ExaNoComposite"     	# [<bool>]
Identifier  "Card0"
Driver      "via"
VendorName  "Unknown Vendor"
BoardName   "Unknown Board"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport   0 0
Depth     1
Modes "1280x800" "1024x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
Modes "1280x800" "1024x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
Modes "1280x800" "1024x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
Modes "1280x800" "1024x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
Modes "1280x800" "1024x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
Modes "1280x800" "1024x800" "800x600" "640x480"
EndSubSection
EndSection
come vedete ho provato a sostituire ma la cosa grave è che non funziona!!! noto anche che nella "zona" device ho molte cose aggiuntive VI PREGO DI AIUTARMI!!!  è la prima volta che uso vectorlinux e voglio capire come funziona spero che risponderete presto grazie
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 10 ospiti