Vilka ATI drivare ska jag ha, kör dubbla skärmar.
Vilka ATI drivare ska jag ha, kör dubbla skärmar.
Jag har en HP compaq nc6000 med ett ATI mobility radeon 9600 kort i den. Har fglrx vilket funkar bra då jag kör bara laptopen, men då jag kör dubbla skärmar (olika upplösning på de båda) så uppdateras inte fönstren som de ska då jag förflyttar saker på skrivbordet. Bifogar en bild.
Vidare så säger fglrxinfo följande:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: <a class="postlink" href="http://www.mesa3d.org">http://www.mesa3d.org</a>
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
Har jag fel drivare?
Hoppas nån kan hjälpa.
Vidare så säger fglrxinfo följande:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: <a class="postlink" href="http://www.mesa3d.org">http://www.mesa3d.org</a>
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
Har jag fel drivare?
Hoppas nån kan hjälpa.
- TForsman
- Inlägg: 1834
- Blev medlem: 08 aug 2007, 18:53
- OS: Foresight
- Ort: Repektera skogarna
- Kontakt:
SV: Vilka ATI drivare ska jag ha, kör dubbla skärmar.
fel drivare, japp.
Börja skriv in din xorg här inne, ta fram den via terminalen med kommandot:
Börja skriv in din xorg här inne, ta fram den via terminalen med kommandot:
Kod: Markera allt
sudo gedit /etc/X11/xorg.conf
SV: Vilka ATI drivare ska jag ha, kör dubbla skärmar.
När jag kör en skärm så får jag rätt.
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON 9600/9700 Series
OpenGL version string: 2.0.6747 (8.40.4)
Jag kan meddela att jag kör olika xorg.conf beroende på om jag kör dubbla skärmar eller ej.
Jag klistrar in min xorg.conf för dubbla skärmar nedan. Jag tar bara med de delarna som rör grafiken.
Section "Device"
Identifier "ati graphics 1"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Busid "PCI:1:0:0"
Option "VBERestore"
Option "DRI" "true"
Option "SWCursor" "true"
Option "MonitorLayout" "CRT,LFP"
Option "CloneRefresh" "60"
Screen 0
EndSection
Section "Device"
Identifier "ati graphics 2"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
Option "Diplay" "CRT"
Option "MonitorLayout" "CRT,LFP"
Screen 1
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "External Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ati graphics 1"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "External Screen"
Device "ati graphics 2"
Monitor "External Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Two screen layout"
Screen 0 "Default Screen" 0 0
Screen 1 "External Screen" RightOf "Default Screen"
Option "Xinerama" "On"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON 9600/9700 Series
OpenGL version string: 2.0.6747 (8.40.4)
Jag kan meddela att jag kör olika xorg.conf beroende på om jag kör dubbla skärmar eller ej.
Jag klistrar in min xorg.conf för dubbla skärmar nedan. Jag tar bara med de delarna som rör grafiken.
Section "Device"
Identifier "ati graphics 1"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Busid "PCI:1:0:0"
Option "VBERestore"
Option "DRI" "true"
Option "SWCursor" "true"
Option "MonitorLayout" "CRT,LFP"
Option "CloneRefresh" "60"
Screen 0
EndSection
Section "Device"
Identifier "ati graphics 2"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
Option "Diplay" "CRT"
Option "MonitorLayout" "CRT,LFP"
Screen 1
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "External Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ati graphics 1"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "External Screen"
Device "ati graphics 2"
Monitor "External Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Two screen layout"
Screen 0 "Default Screen" 0 0
Screen 1 "External Screen" RightOf "Default Screen"
Option "Xinerama" "On"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
SV: Vilka ATI drivare ska jag ha, kör dubbla skärmar.
här är min xorg.conf för en skärm.
Section "Device"
Identifier "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Driver "fglrx"
Busid "PCI:1:0:0"
Screen 0
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
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"
Inputdevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
Option "Composite" "0"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Driver "fglrx"
Busid "PCI:1:0:0"
Screen 0
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
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"
Inputdevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
Option "Composite" "0"
EndSection
- TForsman
- Inlägg: 1834
- Blev medlem: 08 aug 2007, 18:53
- OS: Foresight
- Ort: Repektera skogarna
- Kontakt:
SV: Vilka ATI drivare ska jag ha, kör dubbla skärmar.
http://ubuntuforums.org/showthread.php?t=221174
kolla igenom den, där finns det nog tips om dubbla skärmar. (51 sidor bara att gå igenom)
Dubbla skärmar är inte min starka sida, men i den tråden finns det hjälp om allt möjligt om just dubbla skärmar
kolla igenom den, där finns det nog tips om dubbla skärmar. (51 sidor bara att gå igenom)
Dubbla skärmar är inte min starka sida, men i den tråden finns det hjälp om allt möjligt om just dubbla skärmar
SV: Vilka ATI drivare ska jag ha, kör dubbla skärmar.
tack för länken! Ska se om det finns nån lösning där.
SV: Vilka ATI drivare ska jag ha, kör dubbla skärmar.
Funkar inte "Catalyst Control Center"?
Home sweet ~/ = http://sandnabba.se
SV: Vilka ATI drivare ska jag ha, kör dubbla skärmar.
Själv kör jag ut bild på min datorskärm samt projektor via mina 2 DVI-uttag på mitt ATI X1950XTX-kort. Fungerade inte bra tills jag växlade utgångskontakterna med varandra. Datorskärmskontakten sitter längst ut medans projektorns kontakt sitter närmast moderkortet. Fungerar galant för mig. Försöker att alltid köra dom senaste drivarna, just nu 8.40.4.
Kod: Markera allt
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
Screen "aticonfig-Screen[1]" RightOf "Default Screen"
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/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
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"
# Identifier "stylus"
# Driver "wacom"
# Option "Device" "/dev/input/wacom"
# Option "Type" "stylus"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection
#Section "InputDevice"
# Identifier "eraser"
# Driver "wacom"
# Option "Device" "/dev/input/wacom"
# Option "Type" "eraser"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection
#Section "InputDevice"
# Identifier "cursor"
# Driver "wacom"
# Option "Device" "/dev/input/wacom"
# Option "Type" "cursor"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection
Section "Monitor"
Identifier "L90D+ DVI"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "on"
Option "Centermode" "off"
Option "PseudoColorVisuals" "off"
Option "DesktopSetup" "horizontal"
Option "EnableMonitor" "tmds1,tmds2i"
Option "OverlayOnCRTC2" "1"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "L90D+ DVI"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x720"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
/* Det finns inga Minor för Svärdet *\
- Rasmus
- Inlägg: 2291
- Blev medlem: 07 sep 2006, 18:33
- OS: Ubuntu
- Utgåva: 24.04 Noble Numbat LTS
- Ort: Svalsta
Re: Vilka ATI drivare ska jag ha, kör dubbla skärmar.
Tråden är tre år gammal

-
- AVREGISTRERAD
- Inlägg: 922
- Blev medlem: 16 maj 2007, 22:30
- OS: Ubuntu
- Utgåva: 22.10 Kinetic Kudu
- Ort: sweden
Re: Vilka ATI drivare ska jag ha, kör dubbla skärmar.
Rasmus skrev:Tråden är tre år gammal
Visste inte att ubuntu-904 fanns då men det vet tydligen du!
Klicka på länken för dagsfärsk driver till ati!
bjuder på different size när jag ändå kommer ihåg den ochså dåra lite off topic butt anyways
http://www.micahnolte.com/text/dual-monitors-in-jaunty
- Rasmus
- Inlägg: 2291
- Blev medlem: 07 sep 2006, 18:33
- OS: Ubuntu
- Utgåva: 24.04 Noble Numbat LTS
- Ort: Svalsta
Re: Vilka ATI drivare ska jag ha, kör dubbla skärmar.
Nu tror jag du missuppfattade, tråden som vi postar i är tre år gammal. Senaste inlägget var från 10 okt 2007mrfab skrev: Visste inte att ubuntu-904 fanns då men det vet tydligen du!
Klicka på länken för dagsfärsk driver till ati!
bjuder på different size när jag ändå kommer ihåg den ochså dåra lite off topic butt anyways
http://www.micahnolte.com/text/dual-monitors-in-jaunty
Dagsfärska ati drivare har jag redan, eller jag hyfsat iaf. Plockade ner gitförrådet från xorg.com i veckan
