Nieuws:

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

Auteur Topic: Geen 1440x900 met ATI Radeon 9200  (gelezen 1153 keer)

Niels_II

  • Gast
Geen 1440x900 met ATI Radeon 9200
« Gepost op: 2007/08/15, 20:34:19 »
Hallo,

Ik krijg het niet voor elkaar om mijn resolutie 1440x900 te krijgen. Mijn beeldscherm is een Iiyama E1900WS.

DIt is mijn xorg.config:

# /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 xorg.conf(5) 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"
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"
# path to defoma fonts
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" "nl"
Option "XkbVariant" "mac"
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 SE]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

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

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 SE]"
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
Ik hoop dat jullie mij kunnen helpen met dit probleem!

Mvg,

Niels

Cobuntu

  • Gast
Geen 1440x900 met ATI Radeon 9200
« Reactie #1 Gepost op: 2007/08/15, 21:01:04 »
Citaat van: Niels_II
Hallo,

Ik krijg het niet voor elkaar om mijn resolutie 1440x900 te krijgen. Mijn beeldscherm is een Iiyama E1900WS.

DIt is mijn xorg.config:

# /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 xorg.conf(5) 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"
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"
# path to defoma fonts
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" "nl"
Option "XkbVariant" "mac"
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 SE]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

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

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 SE]"
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
Ik hoop dat jullie mij kunnen helpen met dit probleem!

Mvg,

Niels
Hallo Niels,

ten eerste staan alleen de resoluties: 1024x768, 800x600, en 640x480 erin. Daar zit het probleem volgens mij. Probeer eens dit: sudo dpkg-reconfigure xserver-xorg. Bij de resoluties vink je alleen degene aan die je zelf wilt. Heb je trouwens je drivers van de videokaart al geinstalleerd?

PS: Dit topic hoort thuis in Software en Configuratie

Edit: Topic verplaatst naar Software en configuratie

Succes

Groet, Cobuntu

Niels_II

  • Gast
Geen 1440x900 met ATI Radeon 9200
« Reactie #2 Gepost op: 2007/08/15, 22:04:33 »
Hey bedankt!

M'n desktop is nu 1440x900.
Ik heb onder jouw sudo de instellingen van "ati" en van "vesa" gewijzigd. Hij veranderde alleen nadat ik "ati" gewijzigd had, waarschijnlijk omdat dit de driver is.
Nu heb ik het volgende probleem: Het lettertype is heel ongelijk. Twee dezelfde letters zijn groter of kleiner dan elkaar, of de ruimte tussen twee letters is variabel.. Dit maakt het erg lastig om tekst te lezen. Ik zou zelf niet weten wat de oplossing hiervan kan zijn.

Mvg

Niels

Cobuntu

  • Gast
Geen 1440x900 met ATI Radeon 9200
« Reactie #3 Gepost op: 2007/08/15, 22:17:52 »
Hallo Niels,

goed dat het gelukt is :) Vervelend probleem van die lettertype. Probeer eens:

Systeem - Voorkeuren - Lettertype

Bekijk de lettertype daar eens. Vul bij elk vakje hetzelfde lettertype in. Ziet het er nu anders uit?

Edit: Op welk aantal hertz heb je je beeldscherm staan?

Namelijk kan het aantal hertz ook zorgen voor rare vormen van letters en balken enz.  

Mvg, Cobuntu

Niels_II

  • Gast
Geen 1440x900 met ATI Radeon 9200
« Reactie #4 Gepost op: 2007/08/15, 22:30:56 »
Hey, hij staat op 60 Hertz, ik kan dat ook niet veranderen. Aanbevolen word voor dit beeldscherm 75 Hertz bij 1440x900. Hoe zou je dit kunnen veranderen? Het lettertype veranderen verbetert niet echt helaas.

Mvg

Niels

Cobuntu

  • Gast
Geen 1440x900 met ATI Radeon 9200
« Reactie #5 Gepost op: 2007/08/15, 23:23:49 »
Citaat van: Niels_II
Hey, hij staat op 60 Hertz, ik kan dat ook niet veranderen. Aanbevolen word voor dit beeldscherm 75 Hertz bij 1440x900. Hoe zou je dit kunnen veranderen? Het lettertype veranderen verbetert niet echt helaas.

Mvg

Niels
Hallo Niels,

als je een andere schermresolutie selecteerd, weergeeft hij dan ook alleen 60 Hertz?

Mvg, Cobuntu

Offline Johan van Dijk

  • Administrator
    • johanvandijk
Geen 1440x900 met ATI Radeon 9200
« Reactie #6 Gepost op: 2007/08/16, 01:33:35 »
Is het een TFT scherm? Dan is 60 Hz prima, je merkt het verschil met 75 Hz niet omdat TFT anders werkt dan een CRT monitor.