[Xorg] scritto xorg per scheda video trident
Inviato: martedì 10 agosto 2010, 10:49
Ho scritto l'xorg di ubunto 10.04 netpc per la scheda video trident di un toshiba satellite c20-s103 poichè mi partiva solo con la risoluzione di 800*600 adesso mi parte a 1024*768 ma senza accelerazione hardware il che rende la navigazione in internet penosa .
Riporto l'xorg sperando che qualcuno possa completarlo essendo io totalmente imbranato in materia (sempre che sia possibile).
Section "Device"
Identifier "Trident Microsystems CyberBlade XPAi1"
Driver "trident"
BusID "PCI:1:0:0"
Option "CyberShadow" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Generic Monitor"
Device "Trident Microsystems CyberBlade XPAi1"
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
EndSection
Riporto l'xorg sperando che qualcuno possa completarlo essendo io totalmente imbranato in materia (sempre che sia possibile).
Section "Device"
Identifier "Trident Microsystems CyberBlade XPAi1"
Driver "trident"
BusID "PCI:1:0:0"
Option "CyberShadow" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Generic Monitor"
Device "Trident Microsystems CyberBlade XPAi1"
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
EndSection