Skärmen är en HP w2207 och grafikkortet ett ATI Radeon x1900.
Har fått in dom senaste drivrutinerna från ati (7.12) och fglrxinfo ger:
lars@lars-desktop:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1900 Series
OpenGL version string: 2.1.7170 Release
Kortet hittades dock inte när jag körde reconfigure av xorg, men tydligen fungerar det ändå.
glxgears ger:
lars@lars-desktop:~$ glxgears
47512 frames in 5.0 seconds = 9502.339 FPS
47482 frames in 5.0 seconds = 9496.290 FPS
47871 frames in 5.0 seconds = 9574.093 FPS
47982 frames in 5.0 seconds = 9596.344 FPS
Alltså borde inte grafikkortet vara problemet.
När jag försöker öka upplösningen till 1680x1050 eller 1280x1024 så blir allting svart och förblir så.
Så här ser xorg ut efter en liten modifiering:
Kod: Markera allt
# 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" "se"
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/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 "Generic Video Card"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Section "Monitor"
Identifier "HP w2207"
Option "DPMS"
HorizSync 24-82
VertRefresh 48-76
DisplaySize 474 303
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "HP w2207"
DefaultDepth 24
SubSection "Display"
Modes "1680x1050" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Modes"
# 1680x1050 @ 60 Hz (GTF) hsync: 65,22 kHz; pclk: 147.14 MHz
Identifier "Modes0"
ModeLine "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Skärmen är ansluten till vga och inte dvi.
Hur löser jag detta?