Pagina 1 di 1

[Xorg] scritto xorg per scheda video trident

Inviato: martedì 10 agosto 2010, 10:49
da massi71
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

Re: [Xorg] scritto xorg per scheda video trident

Inviato: mercoledì 11 agosto 2010, 22:40
da c_estrena
Non ho avuto tempo di spulciare tutto ma si potrebbero trovare suggerimenti:
http://forum.ubuntu-it.org/viewtopic.ph ... msg2817255
http://ubuntuforums.org/showthread.php?p=8441351