Nieuws:

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

Auteur Topic: DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu  (gelezen 4656 keer)

Offline ockels

  • Lid
DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Gepost op: 2008/03/25, 22:40:07 »
Ik heb een radeon 9250 met dual head (1x DVI, 1xVGA + composite).Onder Open Suse 10.3 kan ik prachtig mijn desktop extenden (out of the box, geen aanpassingen).
Onder (K)ubuntu met geen mogelijkheid. Compiz, fglrx drivers, alles draait perfect. Alleen kan ik m'n desktop met geen mogelijkheid uitbreiden. Ik heb overigens wel beeld (clone) op het tweede scherm,
Diverse fora afgestruind. Xorg.conf wel 50x aangepast. Geprobeerd de ATI - drivers van de ati-site te installeren (sloopt xorg.conf na aticonfig --initial overigens).

Wat info:
Ubuntu 7.10
fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 8x x86/MMX+/3DNow!+/SSE TCL
OpenGL version string: 1.3 Mesa 7.0.1

lspci geeft
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)

in xorg.conf
Section "Device"
   Identifier   "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
   Driver      "ati"
   BusID      "PCI:1:0:0"
EndSection

Ik heb al een kopie ervan gemaakt met een BusID op PCI: 1:0.1 en dit aan elkaar geknoopt, xinerama, clone on/off gezet.
Werkelijk alles resulteert in een commandline waarna ik xorg.conf weer kan terugzetten.

Waarom werkt het in SUSE zonder enige problemen en in (K)(X)Ubuntu voor geen dubbeltje!

Iemand een idee?

Offline ockels

  • Lid
DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Reactie #1 Gepost op: 2008/04/01, 10:24:01 »
Bijna opgegeven; screens and graphics heb je niets aan.

XRANDR is the magic word

Heb 2 x een samsung SyncMaster 940BW aan een ATI9250 hangen met allebei een resolutie van 1440x900. 1x aan DVI-0 [links] en 1x aan VGA-0 [rechts]. Totale desktop is dus 2880 x 900 pixels groot.  

Tik in een terminal "xrandr" en kijk welke schermen er staan.
xrandr --help geeft je alle opties weer

in mijn geval
"DVI-0" staat voor linker scherm op DVI-poort
"VGA-0" staat voor rechter scherm op VGA-poort

Stap 1: edit je xorg.conf en zoek voor screen -> subsection display:
 
Voeg hier de regel toe:
Virtual                 2880 900Uiteraard je eigen resolutie gebruiken

Mijn werkende xorg.conf

# 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 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 "Files"
EndSection

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

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

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

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

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

Section "Device"
Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Driver "ati"
Busid "PCI:1:0:0"
Option "VGA-0" "vga"
Option "DVI-0" "dvi"
EndSection

Section "Monitor"
Identifier "vga"
Option "PreferredMode" "1440x900"
Option "DPMS"
Option "Enable" "true"
EndSection

Section "Monitor"
Identifier "dvi"
Option "DPMS"
Option "PreferredMode" "1440x900"
Option "LeftOf" "vga"
Option "Enable" "true"
EndSection


Section "Screen"

Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Monitor "dvi"
Defaultdepth 24
SubSection "Display"
Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
# Virtual                 2880 900
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
EndSection
Section "Extensions"
EndSection
Nu in een terminal:  (misschien X even herstarten)
xrandr --output DVI-0 --left-of VGA-0En voilá, je hebt een extended desktop.
Om automagisch op te starten heb ik dit commando in ~/.kde/Autostart gezet.

Ow, bij een resolutie (virtual screen) > 2048x2048 trekt compiz het niet. Nog geen oplossing voor gevonden.

zie ook: http://www.intellinuxgraphics.org/dualhead.html

Offline Jorisvh

  • Lid
Re: DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Reactie #2 Gepost op: 2010/01/14, 20:43:18 »
Ik heb ook een ATI Radeon 9250 128 DDR + TV Out + DVI.
Momenteel draai ik Ubuntu 9.10. Ik heb 2 monitoren aangesloten op mijn kaart die alle 2 exact hetzelfde beeld tonen! Ik wil echter een dual head of dat op mijn 2de monitor een uitbreiding van mijn bureaublad geoond wordt!

Mijn /etc/X11/xorg.conf lijkt serieus ingekort en die options bij device section die ik er zelf aan toegevoegd heb lijken niet te werken.

Wat kan ik doen?

mijn xorg.conf:
Section "Device"
   Identifier   "Configured Video Device"
   Driver      "vesa"
   Option "DesktopSetup"  "horizontal" #Enable Big Desktop
   Option "Mode2"         "1920x1080" #Resolution for second monitor
   Option "DesktopSetup" "LVDS,AUTO" #the types of monitors that is connected LVDS = LCD, CRT, AUTO
   Option "EnablePrivateBackZ" "yes" #Enable 3d support <= May Not Work
   Option "HSync2" "65" #This sets the horizontal sync for the secondary display.
   Option "VRefresh2" "60" #This sets the refresh rate of the secondary display.
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection

Offline ockels

  • Lid
Re: DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Reactie #3 Gepost op: 2010/01/15, 15:07:50 »
Ik heb die kaart niet meer, maar ik zou eens gaan klooien in een terminal met xrandr.
Hierbij kun je on the fly wisselen tussen schermen en resoluties.
Laatst nog met een intel kaartje geprobeerd. Gaf in de eerste instantie ook alleen gekloond beeld.

Een uitgebreid bureaublad kreeg ik via onderstaand commando (in een terminal). (zonder xorg.conf te wijzigen)

2 schermen op 1440 x 900 op dvi links van vga poort:

$ xrandr --output DVI-0 --mode 1440x900 --pos 0x0 --output VGA-0 --mode 1440x900 --pos 1440x0

ander voorbeeld:

dvi op 1680 x 1050 links van vga op 1024 x 786:

$ xrandr --output DVI-0 --mode 1680x1050 --pos 0x0 --output VGA-0 --mode 1024x786 --pos 1680x0

Meer info: http://www.thinkwiki.org/wiki/Xorg_RandR_1.2#Using__.24_xrandr

Door xorg.conf te wijzigen kun je een niet werkend systeem krijgen, pas daar mee op.
Commando aan je autostart toevoegen en je bent ook klaar.

Offline dvdmeer

  • Lid
    • Python-RandR :: dvdmeer.nl
Re: DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Reactie #4 Gepost op: 2010/01/15, 15:49:38 »
Kubuntu bevat standaard(?) KRandrTray.
Daarnaast bestaat ook python-randr

Die xrandr commando's hoef je dan dus niet in de terminal uit te voeren, maar je kan het grafisch managen.

Offline ockels

  • Lid
Re: DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Reactie #5 Gepost op: 2010/01/15, 17:41:38 »
Kubuntu bevat standaard(?) KRandrTray.
Daarnaast bestaat ook python-randr

Die xrandr commando's hoef je dan dus niet in de terminal uit te voeren, maar je kan het grafisch managen.
Klopt,  maar met de grafische manager kreeg ik dit niet voor elkaar. (heb trouwens nog nooit iets goed werkend met 2 schermen gekregen met de standaard grafische beeldscherm manager in kubuntu vanaf 7.04). xrandr via de terminal met waardes en posities in pixels ingeven is het mij wel in ieder geval wel gelukt. Jouw python-randr kende ik nog niet maar dat lijkt mij ook een prima alternatief. (heb het gelijk maar geïnstalleerd) =D



Offline Jorisvh

  • Lid
Re: Maar 1 scherm
« Reactie #6 Gepost op: 2010/01/18, 20:45:06 »
Hier heeft u de uitvoer van mijn xrandr:
joris@Debcom:~$ xrandr -q
Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x600        61.0*
   640x480        60.0 

joris@Debcom:~$ xrandr
Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x600        61.0*
   640x480        60.0 

Hier nog een uitvoer:
joris@Debcom:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 South]
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)

Merk deze 2 laatste regels: 01:00.0 VGA compatible controller:en 01:00.1 Display controller
Dat duit toch wel op een 2de scherm? Kan ik dit niet gebruiken in xrandr? Ik heb mijn xorg.conf al gepost hierboven. Deze werkt niet met als driver radeon of ati. wel met vesa. Ik weet niet hoe ik dit kan aanpassen.

Offline ockels

  • Lid
Re: DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Reactie #7 Gepost op: 2010/01/18, 22:51:48 »
X-server van karmic heeft eigenlijk geen xorg.conf meer nodig. Het lijkt erop dat de drivers voor je kaart niet werken omdat alleen de vesa-mode werkt.

Probeer de ATI-drivers eens te installeren via ENVY. Dit werkte in het verleden voor mij ook, ik weet niet of het nu nog werkt.

http://www.albertomilone.com/nvidia_scripts1.html
http://www.albertomilone.com/envyngfaq.html#A

Installeren via:
sudo apt-get install envyng-qt
sudo envyng -k
zonder gui:
sudo envyng -t
Er wordt volgens mij ook een menu-itempje aangemaakt na installatie.



Offline Jorisvh

  • Lid
Re: Werkt nog niet goed!
« Reactie #8 Gepost op: 2010/01/19, 21:34:45 »
Zie hier een uitbebreide beschrijving van al wat ik gedaan heb:
Terminal:
joris@Debcom:/etc/X11$ sudo envyng -t


 +-------------------------------------------------+
 |                                                 |
 |             Welcome to EnvyNG                   |
 |    Developed by Alberto Milone (aka tseliot)    |
 |                                                 |
 +-------------------------------------------------+


 +-----------------------------------------------------------+
 |    EnvyNG Menu                                            |
 |                                                           |
 |    1 - Install the NVIDIA driver                          |
 |                                                           |
 |    2 - Uninstall the NVIDIA driver                        |
 |                                                           |
 |    3 - Install the ATI driver                             |
 |                                                           |
 |    4 - Uninstall the ATI driver                           |
 |                                                           |
 |    5 - Restart the Xserver                                |
 |                                                           |
 |    6 - Restart your computer                              |
 |                                                           |
 |    7 - Exit                                               |
 |                                                           |
 |    NOTE: IF THE SCREEN TURNS BLACK, PLEASE TYPE ALT+F1    |
 +-----------------------------------------------------------+
Please select one of the activities displayed above and press ENTER:

3
 +---------------------------------------------------------------------------+
 | Number | Candidate Version | Installed Version | Compatible | Recommended |
 |---------------------------------------------------------------------------|
 | 0      | 8.660-0ubuntu4    | -                 | -          | -           |
 +---------------------------------------------------------------------------+
Please select the number corresponding to the desired driver and press ENTER
(or type another number and press Enter to go back to the previous menu):
0
Downloading the packages...
dpkg-exec: Running dpkg

Selecteren van voorheen niet geselecteerd pakket fglrx-kernel-source.
(Database inlezen ... 163381 bestanden en mappen geïnstalleerd.)
Uitpakken van fglrx-kernel-source (uit .../fglrx-kernel-source_2%3a8.660-0ubuntu4_i386.deb) ...
fglrx-kernel-source: Installing fglrx-kernel-source

fglrx-kernel-source: Preparing fglrx-kernel-source
 
fglrx-kernel-source: Unpacking fglrx-kernel-source

fglrx-kernel-source: Preparing to configure fglrx-kernel-source

Selecteren van voorheen niet geselecteerd pakket xorg-driver-fglrx.
Uitpakken van xorg-driver-fglrx (uit .../xorg-driver-fglrx_2%3a8.660-0ubuntu4_i386.deb) ...
xorg-driver-fglrx: Installing xorg-driver-fglrx

xorg-driver-fglrx: Preparing xorg-driver-fglrx

xorg-driver-fglrx: Unpacking xorg-driver-fglrx

xorg-driver-fglrx: Preparing to configure xorg-driver-fglrx

Selecteren van voorheen niet geselecteerd pakket fglrx-amdcccle.
Uitpakken van fglrx-amdcccle (uit .../fglrx-amdcccle_2%3a8.660-0ubuntu4_i386.deb) ...
fglrx-amdcccle: Installing fglrx-amdcccle

fglrx-amdcccle: Preparing fglrx-amdcccle

fglrx-amdcccle: Unpacking fglrx-amdcccle

fglrx-amdcccle: Preparing to configure fglrx-amdcccle

Processing triggers for man-db ...
man-db: Running post-installation trigger man-db

Processing triggers for ureadahead ...
ureadahead: Running post-installation trigger ureadahead

ureadahead will be reprofiled on next reboot
Processing triggers for desktop-file-utils ...
desktop-file-utils: Running post-installation trigger desktop-file-utils

dpkg-exec: Running dpkg

Instellen van fglrx-kernel-source (2:8.660-0ubuntu4) ...
fglrx-kernel-source: Configuring fglrx-kernel-source

fglrx-kernel-source: Configuring fglrx-kernel-source

Loading new fglrx-8.660 DKMS files...
First Installation: checking all kernels...
Building initial module for 2.6.31-17-generic, architecture -a i686
Done.

fglrx.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
Installing to /lib/modules/2.6.31-17-generic/updates/dkms/

depmod........

DKMS: install Completed.
update-initramfs: deferring update (trigger activated)

fglrx-kernel-source: Installed fglrx-kernel-source

Instellen van xorg-driver-fglrx (2:8.660-0ubuntu4) ...
xorg-driver-fglrx: Configuring xorg-driver-fglrx

xorg-driver-fglrx: Configuring xorg-driver-fglrx

xorg-driver-fglrx: Installed xorg-driver-fglrx

Instellen van fglrx-amdcccle (2:8.660-0ubuntu4) ...
fglrx-amdcccle: Configuring fglrx-amdcccle

fglrx-amdcccle: Configuring fglrx-amdcccle

fglrx-amdcccle: Installed fglrx-amdcccle

Processing triggers for initramfs-tools ...
initramfs-tools: Running post-installation trigger initramfs-tools

update-initramfs: Generating /boot/initrd.img-2.6.31-17-generic
Processing triggers for libc-bin ...
libc-bin: Running post-installation trigger libc-bin

ldconfig deferred processing now taking place


 +---------------------------+
 |    Success:               |
 |                           |
 |    Bewerking voltooid     |
 |                           |
 +---------------------------+

Do you want to restart your computer now? (select either 0 or 1)
   0 - Yes (recommended)
   1 - No
0

Bij het opstarten van de X-server kreeg ik al snel een venster te zien:
Ubuntu is running in low-graphics mode
The following error was encountered
you may neet to update your configuration to solve this.
(EE) No devices detected
[OK]

Volgend venster: What would you like to do?
Run Ubuntu in low-graphics mode for just one session?
Reconfigure graphics
Troubelshoot the error
Exit to console login
Mijn keuze: reconfigure graphics

Volgend venster: How would you like to reconfigure your display?
Use default (generic) configuration
Create new configuration for this hardware
Use your backed-up configuration

Mijn keuze: Create new configuration for this hardware

Volgend venster: A new  configuration has been generated and your old configuration backed up.
Please restart

Volgend venster weer: How would you like to reconfigure your display?
Mijn keuze: Use default (generic) configuration

Volgende melding: Failure restoring configuration to defualt. Your config has not been changed.

Weer het volgende venster:  How would you like to reconfigure your display?
Mijn keuze: use your backed-up configuration

Weer het zelfde venster
[cancel]

Weer venster: What would you like to do?
Run ubuntu in low-graphics mode for just one session

Ik kreeg een normaal beeld zoals anders en X-windows en leek goed te werken! Ik heb dan een kopie genomen van mijn /etc/X11/xorg.conf. Zie bijlage.
Ik kreeg ook hetzelfde beeld op mijn 2de monitor maar wel iets uitgerokken.

Ik heb dan mijn oud xorg.conf bestand (een kopie van mijn xorg.conf voor ik hieraan begon) terug gezet!

Kan ik deze xorg.conf aanpassen zodat mijn computer wel normaal opstart en dat mijn 2de monitor ofwel een uitbreiding van mijn bureaublad toont ofwel een dual head?

Offline ockels

  • Lid
Re: DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Reactie #9 Gepost op: 2010/01/20, 19:29:47 »
Bump  :( Lijkt erop dat dat dus niet meer werkt. Kun je desktop-effects (compiz) wel activeren? 

Offline Jorisvh

  • Lid
Re: DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Reactie #10 Gepost op: 2010/01/20, 19:56:54 »
Bureaublad-effecten kon niet worden ingeschakeld
Maar deze gebruik ik toch niet!

Offline Jorisvh

  • Lid
Re: DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Reactie #11 Gepost op: 2010/01/20, 20:55:53 »
X-server van karmic heeft eigenlijk geen xorg.conf meer nodig. Het lijkt erop dat de drivers voor je kaart niet werken omdat alleen de vesa-mode werkt.

Probeer de ATI-drivers eens te installeren via ENVY.
Dat is idd het geval!
Ik heb al eerder geprobeerd bij Section "Device"
Driver te veranderen naar ATI of radeon.
Bij het starten van de x-server kreeg ik enkel een zwart scherm te zien.
Ik heb in het gegenereerde xorg.conf door ENVY Driver "fglrx" vervangen door "vesa" en  nu lijkt het wel te werken behalve de opties.
Zie bijlage voor xorg.conf en /var/log/Xorg.0.log

Offline Jorisvh

  • Lid
Re: DUAL HEAD Radeon 9250 wel in SUSE 10.3 niet in (K)ubuntu
« Reactie #12 Gepost op: 2010/01/23, 17:06:27 »
Ik heb mijn xorg.conf nogmaals aangepast (zie bijlage)! Maar nu kan ik die xrandr helemaal niet meer uitvoeren! Ik heb nog steeds hetzelfde beeld op mijn 2 monitors!
Hoe kan ik mijn xorg.conf aanpassen zodat ik xrandr wel kan uitvoeren?

root@Debcom:~# gedit /etc/X11/xorg.xconf
Xlib:  extension "RANDR" missing on display ":0.0".
root@Debcom:~# gedit /etc/X11/xorg.conf
Xlib:  extension "RANDR" missing on display ":0.0".