Nieuws:

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

Auteur Topic: Problemen met beeldscherm  (gelezen 4411 keer)

Incubusattax

  • Gast
Problemen met beeldscherm
« Gepost op: 2007/01/19, 01:37:15 »
Hallo,

Ik heb heel Google al afgezocht en dit forum maar niets heeft een oplossing geboden.
Ik heb een ASUS 7900 GT Top videokaart. De drivers zijn geïnstalleerd maar nu wil ik twinview hebben. Mijn andere monitor blijft gewoon zwart. Hoe kan ik dit oplossen aub?

Alvast bedankt!!
Groeten

Problemen met beeldscherm
« Reactie #1 Gepost op: 2007/01/19, 01:49:48 »
Wil je 2 Desktop's hebben ?



Of wil je op die andere uitgang tv kijken?
Er zijn diverse mogelijkheden..

De Desktop waar je nu op werkt word aangestuurd door een server.

Even ter verduidelijking:
Je moet het zwart/wit zo zien in Ubuntu-Linux,
alles wat werkt op je PC, dus iedere functie word uitgevoerd door een server.
Die server kan je stoppen of starten.

Zo-ook hoe je beeld word opgebouwd, dit word gedaan door een server.
Nu heb je wel een Desktop en door een trucje heb je zelfs 4 Desktop's tot je beschikking, echter dit word aangestuurd door 1 server.

Stel je hebt voor deze server bijzondere drivers of rare functie's erin zitten, zoals Beryl, dan loop je kans dat bijv. een spel niet lekker werkt.
Dit kan komen omdat deze server al zwaar belast word.

Echter je wilt een spel spelen met een onbelaste server dan zal je iets moeten doen.
Je kan namelijk een 2e X-server opstarten met een trucje.
Hiervoor kan je het proggie "Fluxbox" gebruiken.

We gaan het eerst installeren:
sudo apt-get install fluxboxna de installatie geef je de opdracht:
Citaat
sudo dummy; sudo X -ac :1 & DISPLAY=:1 fluxbox
Nu kan je switchen tussen 2 desktops met CTRL+ALT+F7 en CTRL+ALT+F8 (of F9 ofzo)

Een engelse TUT voor 2 monitoren vind je HIER

##############################################

Andere mogelijkheden om monitor en tv uitgang te gebruiken:

LET OP:
Citaat
Deze howto is geen absolute waarheid, wat wil zeggen,
Dat je vaak een aantal dingen voor jouw PC/Situatie moet aanpassen.
Sommige instellingen kunnen dus bij jouw niet werken wat resulteerd dat de X-server niet meer start wanneer je op nieuw boot.
Geen paniek natuurlijk want we maken iedere keer een backup van de xorg.conf.

Start dan de 2e keer de pc opnieuw op maar dan de veilige modes van Ubuntu.
Nadat je opgestart bent kan je met de opdracht :
nano /etc/X11/xorg.confde regels veranderen zoals ze waren, print daarom altijd ff je oude /etc/X11/xorg.conf uit zodat je weet hoe het was.

2e optie is om je backup terug te zetten met de opdracht:
cp /etc/X11/xorg.conf.backup /etc/X11/xorg.confIk beschrijf hier 2 mogelijkheden dus lees alles eerst voor je meteen begint te sleutelen.
+++++++++++++++++++++++++++++++++++++++++++++++++
Mogelijkheid 1.

Gebruik van TwinView

Maak eerst een Backup van de xorg.conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backupEdit de xorg.conf
gksudo gedit /etc/X11/xorg.confVoeg hetvolgende toe aan de Device sectie van je xorg.conf file.
Option "TwinView" "true"
Option "TwinViewOrientation" "Clone"
Option "TVOutFormat" "S-VIDEO" # of "COMPOSITE" als je geen Svideo kabel gebruikt
Option "TVStandard" "PAL-B" # of "NTSC-M" voor UK, USA  enz.
Option "SecondMonitorHorizSync" "30-50" # of "30-95" als je beeld niet lekker is.
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;    512x384,512x384"
LET OP:
Wanneer je geen S-Video kabel gebruikt verander dan "S-VIDEO" naar "COMPOSITE"
Wanneer je niet het nederlandse PAL gebruikt verander dan "PAL-B" naar "NTSC-M"

Er zijn meerdere mogelijkheden bijv.:
Citaat
PAL-B
 Australia, Belgium, Denmark, Finland, Germany, Guinea, Hong Kong, India, Indonesia, Italy, Malaysia, The Netherlands, Norway, Portugal, Singapore, Spain, Sweden, and Switzerland
 
PAL-G
 Denmark, Finland, Germany, Italy, Malaysia, The Netherlands, Norway, Portugal, Spain, Sweden, and Switzerland
 
PAL-H
 Belgium
 
HD480i
 480 line interlaced
 
HD480p
 480 line progressive
 
HD720p
 720 line progressive
 
HD1080i
 1080 line interlaced
 
HD1080p
 1080 line progressive
 
HD576i
 576 line interlace
 
HD576p
 576 line progressive
Alles ingesteld ?
Dan moet je de X-server opnieuw opstarten.
Dit doe je door Ctrl+Alt+Backspace tegelijk in te drukken.
Raak nu niet in paniek want je krijgt ongeveer 60 sec. een zwart beeld totdat de X-server opnieuw opgestart is.
En 60sec. duurt lang als je erop wacht.


Klaar  8)

++++++++++++++++++++++++++++++++++++++++++++++++
Mogelijkheid 2.

Stel dat Twinview niet werkt bij jouw, kan het ook anders.
Iets moeilijker want je moet meer dingen doen maar alles is te doen en nix is moeilijk als je weet hoe het moet.

We gaan 2 X-server's maken om 2 schermen te creeren, je hebt zelfs een optie om dit aan de linkerkant of aan de rechterkant te doen.
Dit is natuurlijk erg handig wanneer je gewoon wilt werken op je pc en aan de andere kant een film op je tv wilt afspelen.
Meest bekende software hiervoor is mythtv

Maak eerst een Backup van de xorg.conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backupNu gaan we eerst kijken in wel slot je vga kaart zit en dus welk BusID hij heeft:
sudo lspciJe moet zoiets zien als bijv. dit:
Citaat
BusID   "PCI:02:09:0"
Je kan het ook kontroleren/nakijken in de /var/log/Xorg.0.log
ff opschrijven want dit hebben we nodig voor controle strakjes.

We gaan de xorg.conf file weer editten met gedit.

Dus edit de xorg.conf
sudo gedit /etc/X11/xorg.conf
Citaat
Section "Device"
        Identifier      "Device0"
        Driver          "nvidia"
        Screen 0
        Option  "NoLogo"        "true"
        Option  "RenderAccel"   "true"
        BusID   "PCI:02:09:0"
EndSection

Section "Device"
        Identifier      "Device1"
        Driver "nvidia"
        Screen 1
        BusID   "PCI:02:09:0"
EndSection
Wat hier is blauw gemaakt is moet je toevoegen en is voor je 2e X-server voor het 2e scherm.
De NoLogo en de RenderAccel zijn geheel vrije optie's en niet belangrijk.

Scrol een stukje door in die xorg.conf file tot je bij de monitor komt:
Citaat
Section "Monitor"
        Identifier      "Monitor" #CRT
        HorizSync       30-70
        VertRefresh     50-140
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier "Television" #TV
        HorizSync 30-50 # of 30-95 als je beeld niet mooi is.
        VertRefresh 60
EndSection
Wederom wat blauw is moet jij erbij zetten want dat is voor je tv.

De Nvidia documentatie suggereerd dat je voor HorizSync 30-50 moet gebruiken, echter dit is niet altjd het geval en je monitor/tv kan gaan mopperen.
Dus je kan ook nog 30-95 proberen.
Diverse oplossingen vind je in deze WIKI
Maagoe test strakjes alles eerst voor je nu iets gaat veranderen, misschien werkt het meteen bij jouw.  :wink:

We gaan verder en scrollen een stukje verder naar beneden totdat je het Screen gedeelte vind.
Dit gedeelte moeten we nu aanpassen, want het was eerst voor monitor en nu moeten we op 2 apparaten beeld hebben.
Let daarom speciaal op dingen zoals Identifier "Screen0".
Want we moeten aangeven welk scherm (=screen) we met wat gaan aansturen.
Dit moet je dus ook aanpassen in je xorg.conf.
En wanneer je klaar bent zou het er dus ongeveer zo uit moeten zien:
Citaat
Section "Screen"
        Identifier      "Screen0"
        Device          "Device0"
        Monitor         "Monitor"
        DefaultDepth    24
        Option  "ConnectedMonitor" "CRT"
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Device1"
        Monitor         "Television"
        DefaultDepth    24
        Option  "TVOutFormat" "SVIDEO"
        Option  "TVStandard" "PAL-B"
        Option  "ConnectedMonitor" "TV"
        SubSection "Display"
                Depth 24
                Modes "640x480"
        EndSubSection
EndSection
Wederom andere formaten zijn mogelijk dus je kan kiezen tussen COMPOSITE of S-VIDEO.
((S-VIDEO werkt niet met de 1.0-7667 drivers, en gebruik geen hyphen))

Het kan expliciet nodig zijn om aan te geven welke 'head' word gebruikt voor de aangesloten monitor/tv.
Dit geef je aan door CRT-0 and TV-0 in de sectie ConnectedMonitor

Meer documentatie vind je HIER
(Ze zijn op het moment van schrijven met onderhoud bezig dus de pagina is er niet)

We gaan weer verder met het configureren.
Scrol weer verder naar beneden in je xorg.conf tot je bij de sectie ServerLayout komt.

Hier gaan we een schakelaar maken voor de schermen.
Dus dit moet je erbij zetten:
Citaat
Section "ServerLayout"
        Identifier      "Basic Layout"
        Screen 0        "Screen0"
        Screen 1        "Screen1" rightof "Screen0"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection
NOTE:
Met rightof en leftof kan je bepalen aan de rechter- of linkerkant van je monitor.

Alles opslaan en herstart de X-server (met gekruiste vingers  :lol: )

Werkt het niet start dan weer op in veilige modes en lees de /var/log/Xorg.0.log eens wat er fout is.
Er worden ook suggestie's bijgezet wat je moet veranderen, lekker makkelijk dus.

NVIDIA heeft een FTP server waar je info vind en eventueel drivers.
Let wel op wanneer je zomaar drivers met de hand in je Ubuntu zet, want na een volgende kernel update zal je het overnieuw moeten doen.
Dat is een nadeel van zelf de kernel veranderen.
Copy dit in je browser om naar de FTP site te gaan ftp://download.nvidia.com/XFree86/Linux-x86/

Ik hoop dat het wel werkt natuurlijk bij je.....

Heb je problemen om zelf de regels te maken voor frequentie en scherm resolutie kan je die regels hier door een generator laten maken. KLIK

Dus met duimende groeten ,
Gandyman


SCCS

 :D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #2 Gepost op: 2007/01/19, 02:04:51 »
Het is de bedoeling om gewoon twee beeldschermen te gebruiken, geen TV uitgang, twee DVI-connectoren die naar mijn twee schermen lopen.

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #3 Gepost op: 2007/01/19, 02:18:42 »
Hey, bedankt voor je reactie maar als ik dit doe
gksudo gedit /etc/X11/xorg.confdan krijg ik dit

(GKSudo:8770): GTK-Warning **: Cannot open display:enig idee wat dit is?

Problemen met beeldscherm
« Reactie #4 Gepost op: 2007/01/19, 02:20:21 »
Dan ben je snel klaar.

SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Offline SWAT

  • Administrator
Problemen met beeldscherm
« Reactie #5 Gepost op: 2007/01/19, 02:36:03 »
ik zou zeggen begin met een "sudo dpkg-reconfigure xserver-xorg" en ergens mag je ook nog je "nvidia-xconfig" of "nvidia-settings" gebruiken. Zelf heb ik een 6600GT en het werkt hier allemaal vlekkeloos (hoewel ik 2 desktops hebt, dus 4 workspaces per beeldscherm)
Kijk anders ook even hier http://zwhlug.org/HOWTO_Nvidia#Repository_driver

Problemen met beeldscherm
« Reactie #6 Gepost op: 2007/01/19, 12:29:44 »
aaaaah we hadden tegelijk gepost en ik had je laatste postje niet gezien :(

gksudo gedit /etc/X11/xorg.confHaal hiervan de gk af dus dan word het:
sudo gedit /etc/X11/xorg.confDan krijg je die melding niet meer en kan je gewoon de xorg.conf bewerken.

SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #7 Gepost op: 2007/01/19, 13:31:26 »
Ok, gelukt :)
Maar nu zie ik twee keer hetzelfde :)
Ik wil dat de linkse monitor mijn primaire wordt en rechts secundaire zodat op de linkse het desktop staat en rechts gewoon een verlenging is maar dan zonder desktop (zoals op die foto die hierboven is gepost).
Volgens mij heeft het iets te maken met deze regel:
Option "TwinViewOrientation" "Clone"Maar hoe pas ik die dan aan? En mijn een scherm heeft maar een resolutie van 1024*786 maar hij kan in feite veel hoger, hoe pas ik dit aan?

Alvast bedankt!!
Cheers

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #8 Gepost op: 2007/01/19, 15:14:30 »
Ok, gevonden, ik heb het veranderd in LeftOf maaaaarrr
Nu is mijn linkse scherm op 1024*786 terwijl die veel meer aan kan.
Linkse scherm zou ook primaire moeten worden, nu is de rechtse dat.
Ik kan nergens vinden waar ik dit verander. Iemand?

Problemen met beeldscherm
« Reactie #9 Gepost op: 2007/01/19, 21:03:39 »
Je ziet niet te snel vragen en lekker knutselen he ??
Bovendien leer je het nu het snelst en vergeet je het niet snel.

Je bent in ieder geval goed bezig.

Wat betreft die resolutie is vrij simpel, zoals Linux simpel kan zijn.

open je xorg.conf

met
sudo gedit /etc/X11/xorg.confJe ziet op een moment bijv. dit staan:
Citaat
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor"
DefaultDepth 24
Option "ConnectedMonitor" "CRT"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Bij modes staan de resolutie's
zet er neer wat jij wilt en haal eventueel weg wat je niet wil.

In het ergste geval zal je misschien ergens in twinview moeten aangeven wat je wilt ???  :P
Geen ervaring mee helaas.


SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #10 Gepost op: 2007/01/20, 01:43:00 »
Hey,

Nog eens bedankt voor de hulp maar het lukt niet echt :s
Als ik via de Nvidia configuratie ga via Toepassingen > Systeemgereedschap kan ik als maximale resolutie 1024 selecteren. Doe ik het via Systeem > Beheer kan ik kiezen uit nog twee andere resoluties maar die kloppen langs geen kanten. Herstarten van X-server helpt ook niet.

Plus ik zou nog altijd moeten weten hoe ik de monitoren kan switchen want het desktop staat op het verkeerde scherm, hij moet op de andere terechtkomen.

Groeten

Offline SWAT

  • Administrator
Problemen met beeldscherm
« Reactie #11 Gepost op: 2007/01/20, 02:27:40 »
Incubusattax, bij mij eerder geposte link, staat ook een paar voorbeeld van mijn eigen xorg.conf. Je 'resoluties' worden gehaald uit je /etc/X11/xorg.conf. Daar moet dus alles goed staan, anders gaat niets goed werken. Als je je X restart, dan leest hij de xorg.conf opnieuw uit, niets meer en niets minder. Dus als je daar in niets hebt veranderd (al dan niet met behulp van een tool), dan verandert er ook niets.
Dat gedoe met je schermen switch is waarschijnlijk een regel in je xorg.conf die aan moet passen. RightOf ipv LeftOf ofzo, moet je even in je eigen file kijken.

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #12 Gepost op: 2007/01/20, 03:14:46 »
Hier is mijn xorg.conf, dan zie je dat ik het wel degelijk heb aangepast, maar het werkt nog altijd niet juist.
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "be"
    Option         "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 51.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "TwinView" "true"
    Option         "TwinViewOrientation" "LeftOf"
    Option         "TVOutFormat" "S-VIDEO" # of "COMPOSITE" als je geen Svideo kabel gebruikt
    Option         "TVStandard" "PAL-B" # of "NTSC-M" voor UK, USA  enz.
    Option         "SecondMonitorHorizSync" "30-50" # of "30-95" als je beeld niet lekker is.
    Option         "SecondMonitorVertRefresh" "60"
    Option         "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;    512x384,512x384;1152×864,1152×864;1280×1024,1280×1024;1280×800,1280×800"
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Problemen met beeldscherm
« Reactie #13 Gepost op: 2007/01/21, 01:37:40 »
Citaat
Als ik via de Nvidia configuratie ga via Toepassingen > Systeemgereedschap kan ik als maximale resolutie 1024 selecteren.
Mja er zou een lampje bij je moeten gaan branden als je ff goed naar je xorg.cfg kijkt.

Citaat
SubSection     "Display"
        Depth       1
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Ik zie hier ook geen andere resoluties staan ?????

zelfde geld voor monitor 2 ?
Citaat
"SecondMonitorVertRefresh" "60"
    Option         "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;    512x384,512x384;1152×864,1152×864;1280×1024,1280×1024;1280×800,1280×800"
Dus zoals ik al eerder zij zet hier de resolutie bij die je wilt, en als hij niet wil luisteren haal je de resolutie weg die je niet wilt.

WBT het verkeerde scherm, hmmz
volgens mij zie ik in die tut hierboven dat ze werkelijk 2x alles aanmaken voor iedere monitor.
er gaan dus ook 2 servers aan het werk en waarschijnlijk kan je dan wel switchen.

Maar maak eerst die resolutie in orde.
stap voor stap werken.

SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #14 Gepost op: 2007/01/21, 02:40:03 »
Hey,

Ik heb het aangepast, maar nu ben ik niet zeker of het veranderd is. Alles lijkt op mijn breedbeeldscherm nog wat wazig (zie screenschot). Ligt dit aan de resolutie of aan iets anders?
En hoe kan ik nu de displays veranderen?

Screenschot:


Greetz

Problemen met beeldscherm
« Reactie #15 Gepost op: 2007/01/21, 13:49:58 »
Mja ik zit je xorg.cfg te bekijken en mis daar nog het 1 en ander ????

Die how to die ik geplaatst heb staat deel voor deel omschreven hoe je echt 2 servers maakt.
Dit heb jij nog niet gedaan en dus 1 server die 2 dingen uitstuurd.

Je hebt dus ook de switch niet gemaakt in je xorg waarmee je naar links en rechts kan schakelen.
 
Je moet echt 2 monitoren definieren en ieder een eigen naam geven met de eventuele eigen resoluties.
dus met "device1" en "divice2" 2 aparte dingen aanmaken.

Kijk maar in het 2e gedeelte hoe dat gedaan word.

En jij gebruikt dan geen tv dus kan je dit vervangen door de gegevens van je monitor.

Maak nogmaals een backup van je huidig werkende xorg.cfg en ga dan ff experimenteren met dingen erin te zetten.

Dat het nu wazig is kan ook komen omdat 1 server 2 verschillende dingen moet uitsturen.

SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #16 Gepost op: 2007/01/21, 19:29:49 »
Ik begin stilaan hopeloos te worden... het werkt nog altijd niet, zelfs niet met de tweede methode.

Maar bij de installatie van mijn Nvidia drivers krijg ik wel een paar errors, misschien ligt het daar aan. Deze krijg ik:
No precompiled kernel interface was found to match your kernel; would you like the installer to attempt to download a kernel interface for your kernel from Nvidia FTP site?Dan kies ik 'Yes' en dan komt er een nieuwe error:
No matching precompiled kernel interface was found on the Nvidia FTP site; this means that the installer will need to compile a kernel interface for your kernel.Dan kies ik weer 'Yes' en dan begint hij te compileren. Daarna krijg ik dit:
Warning: Nvidia installer was forced to guess the X library path '/usr/lib' and X module path '/usr/lib/xorg/modules'; these paths were not queryable from the system. If X fails to find the Nvidia driver module, please install 'pkg-config' utility and the X.org SDK/Development package for your distribution and reinstall the driver.Kies ik weer 'Yes' en dan gaat hij verder. Dan vraagt hij of de Nvidia X config utility het bestand Xorg.config moet updaten en dan kies ik 'Yes' en dan doet hij verder en geeft hij uiteindelijk dat alles succesvol is geinstalleerd.

Dan zit ik in Ubuntu en mijn Xorg.conf ziet er dan uit zoals hierboven. Ik pas hem dan aan zoals je aangeeft in methode twee en dan ziet hij er zo uit:
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
BusID "PCI:7:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
Dan herstart ik de Xserver e krijg ik de melding dat het niet lukt.

Problemen met beeldscherm
« Reactie #17 Gepost op: 2007/01/23, 16:54:33 »
Mja ik zie ook niet veel meer in je xorg dan dat er default in staat, dus er zal dan ook weinig gebeuren.

Nvidia drivers altijd proberen te installeren via synaptic,
ff nvidia in de zoekfunctie gooien en dan kijken welke voor jouw geschikt zijn, en installeren via de synaptic.


goed WBT je xorg heb ik er 1 voor je in elkaar geknutselt zoals het er theoretisch uit zou moeten zien.
Dit geeft je dan meteen wat inzicht hoe je zoiets doet, want ik heb het idee dat je het niet helemaal begrijpt.
??

In principe zou je deze xorg kunnen gebruiken, dus test het maar eens.

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    FontPath    "/usr/share/fonts/X11/misc"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "be"
    Option        "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    Screen 0
    Option  "NoLogo"        "true" # werkt dit niet bij jouw dan een hekje ervoor zetten
    Option  "RenderAccel"   "true" # Idem
    BusID        "PCI:7:0:0"
EndSection

Section "Device"
    Identifier    "Device1"
    Driver        "nvidia"
    Screen 1
    Option  "NoLogo"        "true" # werkt dit niet bij jouw dan een hekje ervoor zetten
    Option  "RenderAccel"   "true" # Idem
    BusID        "PCI:7:0:0"
EndSection


Section "Monitor"
    Identifier    "Generic Monitor" #CRT
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection

Section "Monitor"
    Identifier    "Generic Monitor1" #CRT
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection


Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Option  "ConnectedMonitor" "CRT"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        24
        Modes       "1280x1024"  "1024x768" "800x600"
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device        "Device1"
    Option  "ConnectedMonitor1" "CRT1"
    Monitor        "Generic Monitor1"
    DefaultDepth    24
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection


Section "ServerLayout"
    Identifier    "Default Layout"
    Screen0        "Screen0"
    Screen1        "Screen1" rightof "Screen0" # Met rightof en leftof kan je bepalen aan de rechter- of linkerkant van je monitor.
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection
je kan altijd nog wel aanpassen of je oude xorg terug zetten als hety niet werkt.

SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #18 Gepost op: 2007/01/27, 16:51:57 »
Ik heb het geprobeerd maar ik snap het niet meer, het werkt nog altijd niet :s
Als ik in men log ga kijken dan geeft hij fit:
Screen0 is not a valid keyword in this section.

Problemen met beeldscherm
« Reactie #19 Gepost op: 2007/01/27, 17:06:08 »
Dan probeer je ff alles wat nu "Screen0" en "Screen1"is te hernoemen naar:
"Default Screen0" en "Default Screen1"

En dan kijken wat happens.

Tis toch met trail en error erachter komen hoe het op jouw PC werkt.

Dus zet hem op :P

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #20 Gepost op: 2007/01/27, 17:16:02 »
Bon, heb gedaan wat je zei en dus ziet men xorg er zo uit:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Oct 16 22:13:07 PDT 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
En nu start de xserver op, maar slechts op een scherm, en op het foute dan nog :p

Problemen met beeldscherm
« Reactie #21 Gepost op: 2007/01/27, 18:48:52 »
Als dit je hele xorg is vind ik het nog verbazend wekkend dat het werkt  :D

En je bent lekker aan het rommelen, nix mis mee.

>>Maaaaaar>>>>
Het LIJKT niet eens op die xorg die ik voor je had gepost en die je ff met copy&past in jouw xrog had kunnen zetten om te testen.

Dit wat je nu geplaatst hebt lijkt nergens op en klopt voor geen meter en daarom heb je nog maar 1 scherm.

Hopelijk heb je eerst de oude gebackupt ???

SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #22 Gepost op: 2007/01/27, 20:12:18 »
Oei, mijn fout, gewoon de verkeerde xorg gekopieerd:
Deze is diegene die ik heb gekopieerd van jou en aangepast en dan geeft hij DefaultScreen is not a valid keyword in this section

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    FontPath    "/usr/share/fonts/X11/misc"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "be"
    Option        "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    Screen 0
    Option        "NoLogo"        "true" # werkt dit niet bij jouw dan een hekje ervoor zetten
    Option        "RenderAccel"   "true" # Idem
    BusID         "PCI:07:00.0"
EndSection

Section "Device"
    Identifier    "Device1"
    Driver        "nvidia"
    Screen 1
    Option        "NoLogo"        "true" # werkt dit niet bij jouw dan een hekje ervoor zetten
    Option        "RenderAccel"   "true" # Idem
    BusID         "PCI:07:00.0"
EndSection


Section "Monitor"
    Identifier    "Generic Monitor" #CRT
    Option        "DPMS"
    HorizSync      28-51
    VertRefresh    43-60
EndSection

Section "Monitor"
    Identifier    "Generic Monitor1" #CRT
    Option        "DPMS"
    HorizSync      28-51
    VertRefresh    43-60
EndSection


Section "Screen"
    Identifier    "DefaultScreen"
    Device        "Device0"
    Option        "ConnectedMonitor" "CRT"
    Monitor       "Generic Monitor"
    DefaultDepth    24
    SubSection    "Display"
        Depth       24
        Modes     "1280x1024"  "1024x768" "800x600"
    EndSubSection
EndSection

Section "Screen"
    Identifier    "DefaultScreen1"
    Device        "Device1"
    Option        "ConnectedMonitor1" "CRT1"
    Monitor       "Generic Monitor1"
    DefaultDepth   24
    SubSection    "Display"
        Depth      24
        Modes     "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection


Section "ServerLayout"
    Identifier    "Default Layout"
    DefaultScreen "DefaultScreen"
    DefaultScreen1 "DefaultScreen1" rightof "DefaultScreen" # Met rightof en leftof kan je bepalen aan de rechter- of linkerkant van je monitor.
    InputDevice   "Generic Keyboard"
    InputDevice   "Configured Mouse"
    InputDevice   "stylus" "SendCoreEvents"
    InputDevice   "cursor" "SendCoreEvents"
    InputDevice   "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

Problemen met beeldscherm
« Reactie #23 Gepost op: 2007/01/28, 21:15:00 »
Hmmmz lastig dit zeg pffffffff
Mja komt omdat ik niet direct een oplossing kan geven, iedere situatie is anders en iedere pc en monitor is anders.

naah we komen er wel..

Probeer deze xorg nog eens ??
Ik heb wat kleine dingen verandert

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    FontPath    "/usr/share/fonts/X11/misc"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "be"
    Option        "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    Option  "NoLogo"        "true" # werkt dit niet bij jouw dan een hekje ervoor zetten
    Option  "RenderAccel"   "true" # Idem
    BusID        "PCI:7:0:0"
EndSection

Section "Device"
    Identifier    "Device1"
    Driver        "nvidia"
    Option  "NoLogo"        "true" # werkt dit niet bij jouw dan een hekje ervoor zetten
    Option  "RenderAccel"   "true" # Idem
    BusID        "PCI:7:0:0"
EndSection


Section "Monitor"
    Identifier    "Generic Monitor" #CRT
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection

Section "Monitor"
    Identifier    "New Monitor" #CRT
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection


Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Option  "ConnectedMonitor" "CRT"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        24
        Modes       "1280x1024"  "1024x768" "800x600"
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device        "Device1"
    Option  "ConnectedMonitor" "CRT"
    Monitor        "New Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection


Section "ServerLayout"
    Identifier    "Default Layout"
    Screen0        "Screen0"
    Screen1        "Screen1" rightof "Screen0" # Met rightof en leftof kan je bepalen aan de rechter- of linkerkant van je monitor.
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection
Kijk maar eens of het zo werkt.

SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Incubusattax

  • Gast
Problemen met beeldscherm
« Reactie #24 Gepost op: 2007/01/29, 17:23:08 »
Nope werkt nog altijd niet.
Ik heb via google een paar programmas gevonden om je Xorg samen te stellen met een programma, is dat geen goed idee?