Grafikkarten und Monitore 26.150 Themen, 115.656 Beiträge

Linuxtreiber für "Trident Cyberblade i1 AGP(8520-83)"

Bernd8 / 2 Antworten / Baumansicht Nickles

Folgendes Problem: Ich habe das neue Gericom Supersonic mit 1 GHz Prozessor (=Laptop). Das Ding hat eine "Trident Cyberblade i1 AGP (8520-83)" Grafikkarte. Leider kann ich keinen Treiber für Linux finden. Trident und Gericom konten mir auch nicht weiterhelfen... Hat von euch jemand Ahnung wo ich den passenden Treiber herbekomme?

bei Antwort benachrichtigen
HaseNummer7 Bernd8 „Linuxtreiber für "Trident Cyberblade i1 AGP(8520-83)"“
Optionen

Hi Bernd,
meine Lösung war folgende: ich habe als X-Server XF86_SVGA installiert und den Link in /var/X11R6/bin/X
auf /usr/X11R6/bin/XF86_SVGA gesetzt. Als XF86Config für XFree 3.3 habe ich die von Tim Dropps
http://www.unm.edu/~tdropps/xconfig.htm verwendet.
Damit laeuft die Trident mit 1024x768 und 32 bit.

Hoffe, dies hilft
Jörg

sonst schick mir bitte eine e-mail an HaseNummer7@gmx.de

bei Antwort benachrichtigen
(Anonym) Bernd8 „Linuxtreiber für "Trident Cyberblade i1 AGP(8520-83)"“
Optionen

# /etc/XF86Config
# File generated by xf86config.
#
# Copyright (c) 1995 by The XFree86 Project, Inc.
#

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 30
XkbDisable
XkbKeymap "xfree86(de)"
EndSection

Section "Pointer"
Protocol "PS/2"
Device "/dev/mouse"
Emulate3Buttons
Emulate3Timeout 50

EndSection
Section "Monitor"
Identifier "My Monitor"
VendorName "Unknown"
ModelName "Unknown"

HorizSync 30-64 # multisync
VertRefresh 60-60
Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
EndSection
Section "Device"
Identifier "Generic VGA"
VendorName "Unknown"
BoardName "Unknown"
Chipset "CyberBlade/i1"
EndSection
Section "Device"
Identifier "Trident CyberBlade (generic)"
VendorName "Unknown"
BoardName "Unknown"
Chipset "cyberblade"
VideoRam 8192
EndSection
Section "Screen"
Driver "svga"
Device "Trident CyberBlade (generic)"
Monitor "My Monitor"
Subsection "Display"
Depth 8
Modes "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Driver "vga16"
Device "Generic VGA"
Monitor "My Monitor"
Subsection "Display"
Modes "1024x768"
ViewPort 0 0
Virtual 800 600
EndSubsection
EndSection
Section "Screen"
Driver "vga2"
Device "Generic VGA"
Monitor "My Monitor"
Subsection "Display"
Modes "1024x768"
ViewPort 0 0
Virtual 800 600
EndSubsection
EndSection
Section "Screen"
Driver "accel"
Device "Trident CyberBlade (generic)"
Monitor "My Monitor"
Subsection "Display"
Depth 8
Modes "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768"
ViewPort 0 0 EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection

bei Antwort benachrichtigen