Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Grafische kaart  (gelezen 4240 keer)

aart1975

  • Gast
Grafische kaart
« Gepost op: 2008/10/07, 21:38:56 »
Ik heb ubuntu geinstalleerd op een laptop met de grafische kaart:
SIS Mirage 3+. De max resolutie die ik direct na de installatie kan gebruiken is 800x600.
Om dit hoger te krijgen heb ik de volgende driver gedownload bij intel: sis_drv_i386

Ik heb twee bestanden nl:
sis_drv.la
en
sis_drv.so

Hoe krijg ik deze nu geinstalleerd ???

Ik ben een nieuwe gebruiker en vind het prachtig een besturingssys te hebben welke ik naar mijn hand kan zetten !!

Grafische kaart
« Reactie #1 Gepost op: 2008/10/08, 10:17:14 »
Gaat niet werken, is een driver voor de SiS Mirage 1. Volgens mij moet je de vesa driver gebruiken om een hogere resolutie te kunnen gebruiken. Zou je anders in een terminal kunnen ingeven (applications - accessories - terminal): lspci | grep -i vga en de uitkomst hier kunnen posten?

Offline nivasys

  • Lid
Grafische kaart
« Reactie #2 Gepost op: 2008/10/08, 12:11:19 »
Is al op andere fora opgelost.
download dit bestand voor de juiste driver.
http://ubuntuforums.org/attachment.php?attachmentid=65655&d=1207930950
Plaats sis_drv.* in /usr/lib/xorg/modules/drivers en pas je /etc/X11/xorg.conf aan.
Ik heb dezelfde kaart, dus hierbij mijn xorg.conf.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizEdgeScroll"   "0"
EndSection

Section "Device"
   Identifier   "Configured Video Device"   
   Boardname   "SIS Real256E"
   Busid      "PCI:1:0:0"
   Driver      "sis"
   Screen   0
   Vendorname   "SIS"
   Option      "EnableSisCtrl"      "yes"
   Option      "XvDefaultAdaptor"   "Blitter"
   Option       "AddARGBGLXVisuals" "True"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
   HorizSync    31.0 - 48.0
   VertRefresh  50.0 - 100.0
   
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1280x1024"
   EndSubSection

EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Synaptics Touchpad"
EndSection



Dit zou moeten werken als je de drivers ff download en gewoon deze xorg.conf draait. het gaat voornamelijk om Section device,Section Monitor en SubSection Display zoals je kan zien.

Helaas alleen 2d, omdat sis 3d niet wil vrijgeven.

:

aart1975

  • Gast
Grafische kaart
« Reactie #3 Gepost op: 2008/10/08, 17:13:43 »
Hierbij de uitkomst voor AutoStatic

aart@aart-laptop:~$ lspci | grep -i vga
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
aart@aart-laptop:~$

aart1975

  • Gast
Grafische kaart
« Reactie #4 Gepost op: 2008/10/08, 17:26:11 »
Met welk commando kan ik de driver vanaf het bureaublad verplaatsen naar de map: /usr/lib/xorg/modules/drivers

Grafische kaart
« Reactie #5 Gepost op: 2008/10/08, 17:52:47 »
sudo cp sis_drv.* /usr/lib/xorg/modules/drivers/

Grafische kaart
« Reactie #6 Gepost op: 2008/10/08, 18:16:42 »
Citaat van: aart1975
Hierbij de uitkomst voor AutoStatic

aart@aart-laptop:~$ lspci | grep -i vga
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
aart@aart-laptop:~$
671, ok, kun je de uitleg van nivasys aanhouden.

aart1975

  • Gast
Grafische kaart
« Reactie #7 Gepost op: 2008/10/08, 19:40:40 »
De 2 bestanden staan op het bureaublad, wat doe ik fout ???


aart@aart-laptop:~$ sudo cp sis_drv.* /usr/lib/xorg/modules/drivers/
[sudo] password for aart:
cp: kan stat niet toepassen op `sis_drv.*': Bestand of map bestaat niet

aart@aart-laptop:~$

Offline kamelot

  • Lid
Grafische kaart
« Reactie #8 Gepost op: 2008/10/08, 19:45:05 »
Probeer eerst is het commandco

cd Bureaublad

Probeer het dan nog is

Of

sudo cp /home/aart/Bureaublad/sis_drv.* /usr/lib/xorg/modules/drivers/

Ga ik er vanuit dat je map aart heet anders moet je dat veranderen naar hoe het wel heet
Humankind cannot gain anything without first giving something in return.
To obtain, something of equal value must be lost

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Grafische kaart
« Reactie #9 Gepost op: 2008/10/08, 19:51:35 »
De map Desktop, de map Bureaublad... dat veroorzaakt vaak verwarring.

Zet die bestanden gewoon in je persoonlijke map, dan kan Linux ze altijd vinden.

aart1975

  • Gast
Grafische kaart
« Reactie #10 Gepost op: 2008/10/08, 20:40:33 »
HOERA !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Het is gelukt !! Ik heb nu een reolutie van 1280 x 800, ziet er perfect uit  !!!!

Iedereen heel hartelijk bedankt voor jullie Hulp

Met vriendelijke groet,
aart1975

Offline nivasys

  • Lid
Grafische kaart
« Reactie #11 Gepost op: 2008/10/09, 10:58:10 »
@aart1975,

Gefeliciteerd.
& geen dank.

:-)