SV: Beryl + Feisty Fawn + ATI Radeon Grafik kort + ATI länkar
Postat: 15 maj 2007, 20:23
En update...
Jag provade att sänga locket och ändra lite i min xconfig så jag bara använder min externa skärm... Nu fungerar det och jag får 700FPS istället... Kan dock inte får högre upplösning än 1024x768
Ingen optimal lösning heller...
Någon som vill ta sig tid och hjälpa mig lite? :/
Jag provade att sänga locket och ändra lite i min xconfig så jag bara använder min externa skärm... Nu fungerar det och jag får 700FPS istället... Kan dock inte får högre upplösning än 1024x768

Någon som vill ta sig tid och hjälpa mig lite? :/
##Section "Device"
## Identifier "0 ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]"
## Driver "ati"
## Option "MonitorLayout" "LVDS,TMDS"
## BusID "PCI:1:0:0"
## Screen 0
##EndSection
Section "Device"
Identifier "1 ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]"
Driver "radeon"
Option "MonitorLayout" "LVDS,TMDS"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "DisableGLXRootClipping" "true"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "EnablePageFlip" "true"
## Screen 1
EndSection
##Section "Monitor"
## Identifier "Primary Monitor"
## Option "DPMS"
## HorizSync 28-51
## VertRefresh 43-60
##EndSection
Section "Monitor"
Identifier "Secondary Monitor"
Option "DPMS"
Modeline "1280x1024" 109.62 1280 1336 1472 1720 1024 1024 1026 1062
EndSection
##Section "Screen"
## Identifier "Laptop Screen"
## Device "0 ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]"
## Monitor "Primary Monitor"
## DefaultDepth 24
## SubSection "Display"
## Depth 24
## Modes "1024x768"
## EndSubSection
##EndSection
Section "Screen"
Identifier "LCD Screen"
Device "1 ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]"
Monitor "Secondary Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
#Section "ServerFlags"
# Option "Xinerama" "true"
#EndSection
Section "ServerLayout"
Option "AIGLX" "true"
Identifier "Default Layout"
Screen "LCD Screen"
## Screen 1 "LCD Screen" LeftOf "Laptop Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection