Portál AbcLinuxu, 25. dubna 2024 20:50


Dotaz: CX700/VX700 [S3 UniChrome Pro]

pepe_ avatar 13.5.2010 13:20 pepe_ | skóre: 48
CX700/VX700 [S3 UniChrome Pro]
Přečteno: 440×
Odpovědět | Admin
Zdravim , potreboval bych poradit jak donutit xserver na rozliseni 1024x800.
plysacek@NB-plysacek:~$ lspci | grep VGA
01:00.0 VGA compatible controller: VIA Technologies, Inc. CX700/VX700 [S3 UniChrome Pro] (rev 03)

plysacek@NB-plysacek:~$ xrandr
Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x600        61.0* 
   640x480        60.0  
   720x576         0.0  
   720x540         0.0  
   720x480         0.0  


plysacek@NB-plysacek:~$ cat /etc/X11/xorg.conf
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	#option "RandR" "flse"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	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"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "record"
	Load  "dri2"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "extmod"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
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     "PrintVGARegs"       	# [< bool >]
        #Option     "PrintTVRegs"        	# [< bool >]
        #Option     "I2CScan"            	# [< bool >]
        #Option     "VBEModes"           	# [< bool >]
        #Option     "NoAccel"            	# [< bool >]
        #Option     "AccelMethod"        	# < str >
        #Option     "ExaNoComposite"     	# [< bool >]
        #Option     "ExaScratchSize"     	# < i >
        #Option     "SWCursor"           	# [< bool >]
        #Option     "ShadowFB"           	# [< bool >]
        #Option     "RotationType"       	# [< str >]
        #Option     "Rotate"             	# [< str >]
        #Option     "VideoRAM"           	# < i >
        #Option     "ActiveDevice"       	# [< str >]
        #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     "TVPort"             	# [< str >]
        #Option     "DisableVQ"          	# [< bool >]
        #Option     "DisableIRQ"         	# [< bool >]
        #Option     "EnableAGPDMA"       	# [< bool >]
        #Option     "NoAGPFor2D"         	# [< bool >]
        #Option     "NoXVDMA"            	# [< bool >]
        #Option     "VbeSaveRestore"     	# [< bool >]
        #Option     "DisableXvBWCheck"   	# [< bool >]
        #Option     "ModeSwitchMethod"   	# [< str >]
        #Option     "MaxDRIMem"          	# < i >
        #Option     "AGPMem"             	# < i >
	Identifier  "Card0"
	#Driver      "via"
	Driver      "openchrome"
	VendorName  "Unknown Vendor"
	BoardName   "Unknown Board"
	BusID       "PCI:1:0:0"
	option "EnableAGPDMA" "true"
	option "ActiveDevice" "LCD"
	option "VBEModes" "true"
	#option "MaxDRIMem" "8192"
	option "SWCursor" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Modes 	"1024x800" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Modes 	"1024x800" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes 	"1024x800" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes 	"1024x800" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes 	"1024x800" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes 	"1024x800" "800x600" "640x480"
	EndSubSection
EndSection



plysacek@NB-plysacek:~$ lsmod
Module                  Size  Used by
rfcomm                 24364  4 
via                    29255  2 
drm                   106715  3 via
ppdev                   4006  0 
lp                      5410  0 
parport                22170  2 ppdev,lp
sco                     5525  2 
bridge                 32503  0 
stp                      984  1 bridge
bnep                    7340  2 
l2cap                  21176  6 rfcomm,bnep
bluetooth              34343  6 rfcomm,sco,bnep,l2cap
rfkill                 10658  4 bluetooth
vboxnetadp              5146  0 
vboxnetflt             10154  0 
vboxdrv               112562  2 vboxnetadp,vboxnetflt
acpi_cpufreq            3614  0 
cpufreq_userspace       1300  0 
cpufreq_stats           1592  0 
cpufreq_conservative     3902  0 
cpufreq_powersave        602  0 
irtty_sir               2521  0 
sir_dev                 6853  1 irtty_sir
irda                   71654  1 sir_dev
crc_ccitt               1039  1 irda
binfmt_misc             4719  1 
fuse                   42747  3 
nls_utf8                 908  1 
nls_cp852               3721  1 
vfat                    6506  1 
fat                    34476  1 vfat
loop                    9561  0 
snd_hda_codec_realtek   163122  1 
snd_hda_intel          16363  1 
snd_hda_codec          45794  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               4022  1 snd_hda_codec
snd_pcm_oss            28551  0 
snd_mixer_oss          10473  1 snd_pcm_oss
snd_pcm                46210  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi            3572  0 
snd_rawmidi            12737  1 snd_seq_midi
snd_seq_midi_event      3848  1 snd_seq_midi
snd_seq                35413  3 snd_seq_midi,snd_seq_midi_event
snd_timer              12292  2 snd_pcm,snd_seq
snd_seq_device          3661  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    34102  14 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               3294  1 snd
snd_page_alloc          5017  2 snd_hda_intel,snd_pcm
shpchp                 21184  0 
i2c_viapro              4383  0 
joydev                  6599  0 
serio_raw               2912  0 
pci_hotplug            18013  1 shpchp
pcspkr                  1235  0 
i2c_core               12600  2 drm,i2c_viapro
psmouse                48174  0 
evdev                   5520  38 
ac                      1628  0 
battery                 3774  0 
processor              23235  2 acpi_cpufreq
ndiswrapper           132134  0 
ext4                  237427  1 
mbcache                 3482  1 ext4
jbd2                   48327  1 ext4
crc16                   1027  2 l2cap,ext4
fan                     2590  0 
sd_mod                 25733  0 
crc_t10dif              1012  1 sd_mod
hid_a4tech              1444  0 
ide_gd_mod             17175  5 
ide_pci_generic         1920  0 
usbhid                 27488  0 
ata_generic             2011  0 
hid                    50652  2 hid_a4tech,usbhid
libata                115918  1 ata_generic
usb_storage            29677  0 
scsi_mod              102173  3 sd_mod,libata,usb_storage
8139cp                 13609  0 
via82cxxx               4378  4 
video                  14557  0 
uhci_hcd               16017  0 
thermal                 9210  0 
via_agp                 4604  1 
ehci_hcd               27716  0 
8139too                14801  0 
output                  1204  1 video
ide_core               64230  3 ide_gd_mod,ide_pci_generic,via82cxxx
usbcore                98034  6 ndiswrapper,usbhid,usb_storage,uhci_hcd,ehci_hcd
nls_base                4445  5 nls_utf8,nls_cp852,vfat,fat,usbcore
mii                     2654  2 8139cp,8139too
button                  3578  0 
agpgart                19100  2 drm,via_agp
thermal_sys             9346  4 processor,fan,video,thermal

Proste to tvrdi ze to vyzsi nez 800x600 neumi a pritom ve win normalne 1024x800 jede (v 800x600) je obraz roztazeny a deformovany do stran a pracovat na tom je hruza).

Debian Squeeze

Řešení dotazu:


Nástroje: Začni sledovat (1) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

pepe_ avatar 24.8.2010 11:05 pepe_ | skóre: 48
Rozbalit Rozbalit vše Re: CX700/VX700 [S3 UniChrome Pro]
Odpovědět | | Sbalit | Link | Blokovat | Admin
102 dní a žádné pokroky , Lze to v linuxu vůbec udělat ?
24.8.2010 14:30 R
Rozbalit Rozbalit vše Re: CX700/VX700 [S3 UniChrome Pro]
Odpovědět | | Sbalit | Link | Blokovat | Admin
Vyzera to tak, ze ti nefunguje DDC/EDID - driver teda nepozna parametre monitora a preto tam vidis len nejakych par default rozliseni. Dalsie rozlisenie si musis pridat cez modeline. Alebo skus novsi driver, ci to neopravili.
pepe_ avatar 17.3.2011 23:23 pepe_ | skóre: 48
Rozbalit Rozbalit vše Re: CX700/VX700 [S3 UniChrome Pro]
Odpovědět | | Sbalit | Link | Blokovat | Admin

Tak se mi to povedlo (po nějakém čase sem se k tomu vrátil a ) :

 


Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
        Modeline        "1024x600" 48.07 1024 1064 1168 1312 600 601 604 621
        Modeline        "1024x600" 47.26 1024 1064 1168 1312 600 601 604 621
EndSection


Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Modes 	"1024x800" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Modes 	"1024x600" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes 	"1024x600" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes 	"1024x600" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes 	"1024x600" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes 	"1024x600" "800x600" "640x480"
	EndSubSection
EndSection

Section "Modes"
        Identifier "Modes"
        Modeline        "1024x600" 48.07 1024 1064 1168 1312 600 601 604 621
        Modeline        "1024x600" 47.26 1024 1064 1168 1312 600 601 604 621
EndSection
nevim co sem se pokoušel 1024x800 a mělo být 1024x600 :)

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.