Nieuws:

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

Auteur Topic: Resolutie laptop  (gelezen 1983 keer)

Gast

  • Gast
Resolutie laptop
« Gepost op: 2006/10/30, 18:43:22 »
Ik heb ubuntu 6.06 geinstalleerd en standaard staat de resolutie op 1280x1024. Ik wilde deze resolutie aanpassen omdat mijn scherm 1400x1050 pixels heeft, maar dit kan niet. Er is maar 1 resolutie te kiezen.

Dit is de output van xrandr:
$ xrandr
 SZ:    Pixels          Physical       Refresh
*0   1280 x 1024   ( 313mm x 230mm )  *-19569
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
Hierin lijkt me de refresh rate raar, maar ik zou niet weten of het iets anders is dan Hz.

ddcprobe:
$ sudo ddcprobe
Password:
vbe: VESA 2.0 detected.
oem: ATI MOBILITY RADEON 7500
memory: 32768kb
mode: 320x200x32k
mode: 320x200x64k
mode: 320x200x16m
mode: 1600x1200x256
mode: 640x400x256
mode: 640x480x256
mode: 640x480x32k
mode: 640x480x64k
mode: 640x480x16m
mode: 1600x1200x32k
mode: 800x600x256
mode: 800x600x32k
mode: 800x600x64k
mode: 800x600x16m
mode: 1600x1200x64k
mode: 1024x768x256
mode: 1024x768x32k
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x256
mode: 1280x1024x32k
mode: 1280x1024x64k
mode: 1280x1024x16m
edid:
edid: 1 3
id: 1c12
eisa: HTC1c12
serial: 32116644
manufacture: 34 2002
input: analog signal.
screensize: 31 23
gamma: 2.200000
dpms: RGB, no active off, no suspend, no standby
dtiming: 1400x1050@70
monitorid: Hitachi
monitorid: TX38D91VC1FA
Ik heb geen idee wat dit precies inhoudt. De resolutie die ik wil staat niet in het lijstje, maar hij staat wel als dtiming.

Dan nog een opsomming van wat ik allemaal heb geprobeerd (met behulp van wat behulpzame mensen op irc)

In xorg.conf:
Resolutie die ik wil daarin gezet. Deze stond er standaard al in, maar blijft niet te kiezen.
Een aantal verschillende ModeLines gemaakt met de resolutie die ik wil (dit zorgde ervoor dat ik de xorg.conf backup terug moest zetten omdat X niet meer op wilde starten)
De driver aangepast van ati naar radeon (in combinatie met de voorgaande dingen)

Niets lijkt te helpen, en behalve dat bij een modeline toevoegen niks meer werkt lijkt het allemaal geen verschil te hebben. Volgens mij werkt het wel als ik een lagere resolutie instel, dan gaat ie op die resolutie staan.

Tot slot nog mijn huidige xorg.conf:
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/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 "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

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

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

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

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 9000]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 9000]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050"
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
Is er iets dat ik nog kan proberen, of moet ik me er bij neerleggen dat mijn videokaart of monitor niet ondersteund wordt?

Online Pjotr

  • Lid
    • Makkelijke Linuxtips
Resolutie laptop
« Reactie #1 Gepost op: 2006/10/30, 18:56:49 »
Ik zie edid staan.... Bij NVIDIA speelt EDID een akelige rol bij (onder meer) het onnodig beperken van frequenties. Bij jouw ATI misschien ook?

EDID laat zich uitschakelen, althans bij NVIDIA.
Misschien kan dit helpen: http://forum.ubuntu-nl.org/topic/4145
Het gaat om bijdrage 14 (van mij).

Google anders eens op EDID en de naam van je videokaart.

Groet, Pjotr.

Gast

  • Gast
Resolutie laptop
« Reactie #2 Gepost op: 2006/10/30, 19:13:25 »
Het toevoegen van de optie om het uit te schakelen heeft geen effect, ik ben met het zoeken naar EDIT een pad naar een logbestand tegengekomen dus ik ben bij mij maar in het logbestand gaan kijken. Ik kwam oa deze regels tegen:
(II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(0): Not using mode "1400x1050" (no mode of this name)

Houdt dit in dat ubuntu denkt dat mijn monitor deze resolutie niet ondersteunt, of moet ik extra instellingen geven zodat ie een goede hsync gaat gebruiken?

Online Pjotr

  • Lid
    • Makkelijke Linuxtips
Resolutie laptop
« Reactie #3 Gepost op: 2006/10/30, 19:20:04 »
Correctie: het is niet EDIT, maar EDID. In jouw xorg. conf staat het met kleine letters: edid.

Zoek eens op EDID of edid?

Bij NVIDIA is EDID de in het gesloten stuurprogramma (niet open bron) vastgelegde beperkingen voor de variabelen in xorg.conf. Met andere woorden: de fabrikant denkt het beter te weten dan jij...

Groet, Pjotr.

Gast

  • Gast
Resolutie laptop
« Reactie #4 Gepost op: 2006/10/30, 19:31:09 »
Als ik zo in die output kijk dan lijkt het erop dat in dit geval edid het juist wel beter weet :) in het lijstje van resoluties staat de resolutie die ik wil niet, maar na het edid: label staan wel de goede instellingen.

Ik had verder ook al wat gezocht naar edid, ik had het hier alleen verkeerd gepost

Online Pjotr

  • Lid
    • Makkelijke Linuxtips
Resolutie laptop
« Reactie #5 Gepost op: 2006/10/30, 19:37:35 »
OK. Heb je al eens geprobeerd om xorg.conf helemaal opnieuw in te stellen?

Dat kan via de terminal: sudo dpkg-reconfigure xserver-xorg

Daarna X herstarten of de computer helemaal herstarten.

LET OP: geef bij alle vragen omtrent je videokaart en monitor, GEEN ander antwoord dan het gesuggereerde. Met andere woorden: op alles meteen ja en amen zeggen. Er zit mogelijk een foutje in het progje, waardoor het onnodig en ongevraagd frequenties en beeldgroottes gaat beperken wanneer je zelf keuzes maakt. Heb ik althans gemerkt.

Groet, Pjotr.

Gast

  • Gast
Resolutie laptop
« Reactie #6 Gepost op: 2006/10/30, 19:47:38 »
Dat heb ik ook al geprobeerd, dat geeft dezelfde config als toen ik hem net geinstalleerd had en dus ook met de verkeerde resolutie.

ifokkema

  • Gast
Resolutie laptop
« Reactie #7 Gepost op: 2006/10/30, 19:51:04 »
Ik raad je aan om de xorg.conf NIET met de hand aan te passen. Veel te ingewikkeld voor iemand die dat nog nooit eerder heeft gedaan en ik zie echt het nut niet. Probeer dit 'ns:
sudo dpkg-reconfigure xserver-xorg
(in de console)
Je krijgt dan een lijst met vragen, en kunt voor de monitor ook de advanced modus kiezen waar je zelf de hor sync en vert refresh kunt opgeven. Je monitor staat nu op 'Generic'; daar moet vast wat aan te doen zijn.

Edit: Had even de thread moeten refreshen voor ik postte, maar het laatste blijft staan: niks aan de hand als je de niet-standaard optie kiest. Met de video driver OK, maar met je beeldscherm opties kies ik nooit de standaard.

Gast

  • Gast
Resolutie laptop
« Reactie #8 Gepost op: 2006/10/30, 20:15:19 »
Ok, nu waarschijnlijk nog de domste vraag, hoe kom ik erachter wat die instellingen op mijn monitor moeten zijn.
Het enige over het scherm dat ik zo snel op de compaq site kan vinden is dit: 15-inch color TFT SXGA+ with 1400 x 1050 resolution (up to 16.7M colors internal)

Online Pjotr

  • Lid
    • Makkelijke Linuxtips
Resolutie laptop
« Reactie #9 Gepost op: 2006/10/30, 20:22:51 »
Citaat van: ifokkema
niks aan de hand als je de niet-standaard optie kiest. Met de video driver OK, maar met je beeldscherm opties kies ik nooit de standaard.
Dat deed ik eerst ook niet, want ik ben veel te eigenwijs voor standaard....

Maar na eindeloos geklooi om een bepaalde monitor goed ingesteld te krijgen, voerde ik de reconfigure eens volledig uit volgens de aangegeven opties. Op alles ja gezegd dus. Meer uit balorigheid dan dat ik dacht er iets mee op te zullen schieten.

Tot mijn stomme verbazing bleek de monitor ineens veel hogere frequenties aan te kunnen, waaronder de door mij gewenste! Natuurlijk heb ik dit experiment meteen herhaald bij een paar andere PC 's, en jawel hoor. Hetzelfde wonder voltrok zich....

Volgens mij zit er een foutje bij

ifokkema

  • Gast
Resolutie laptop
« Reactie #10 Gepost op: 2006/10/30, 20:23:35 »
Meestal heb je ergens een lijst met technische gegevens staan, waar dat soort dingen ook staan. Anders doe je niet de advanded optie en heb je altijd nog de keuze om slechts de resoluties op te geven die je beeldscherm aan kan, en te kiezen welke hij standaard moet nemen.

ifokkema

  • Gast
Resolutie laptop
« Reactie #11 Gepost op: 2006/10/30, 20:25:50 »
Citaat van: pjotr123
Tot mijn stomme verbazing bleek de monitor ineens veel hogere frequenties aan te kunnen, waaronder de door mij gewenste! Natuurlijk heb ik dit experiment meteen herhaald bij een paar andere PC 's, en jawel hoor. Hetzelfde wonder voltrok zich....

Volgens mij zit er een foutje bij

Online Pjotr

  • Lid
    • Makkelijke Linuxtips
Resolutie laptop
« Reactie #12 Gepost op: 2006/10/30, 20:32:40 »
Citaat van: ifokkema
Hmm... of dat een foutje is, weet ik niet. Ik ga er van uit dat ze proberen de juiste waardes te voorspellen, maar ik geloof dat het opgevan van verkeerde getallen je monitor *kan* beschadigen. Daarom kan ik me voorstellen dat de Medium optie de veilige weg kiest... en dus misschien niet zo geoptimaliseerd is als mogelijk... Ook maar een gok, hoor :)
Het ging mij toen om een beeldformaat/frequentie-combinatie die in Windows XP mogelijk was (alle PC's in kwestie zijn tweevoudig opstartbaar). Dus veilig was het zeker.

Er zou natuurlijk geen verschil mogen zitten tussen de effecten van medium en advanced. Ach ja, ook Linux is niet geheel volmaakt... Maar Linux komt wel dichter in de buurt van de volmaaktheid dan dat andere besturingssysteem!

Groet, Pjotr.

ifokkema

  • Gast
Resolutie laptop
« Reactie #13 Gepost op: 2006/10/30, 20:44:41 »
Citaat van: pjotr123
Ach ja, ook Linux is niet geheel volmaakt... Maar Linux komt wel dichter in de buurt van de volmaaktheid dan dat andere besturingssysteem!
[Evil]Muhahahaha[/Evil]

Oh, sorry, was dat hardop?

Gast

  • Gast
Resolutie laptop
« Reactie #14 Gepost op: 2006/10/30, 20:44:42 »
Ik heb het werkend gekregen :)
sudo dpkg-reconfigure xserver-xorg
gokte de waardes te laag, ik heb de hoogste waardes een eind hoger gezet (nog net onder de >xxx is very uncommon) en nu werkt het :)

Heel erg bedankt allemaal (Y)

Gast

  • Gast
Resolutie laptop
« Reactie #15 Gepost op: 2006/10/30, 20:56:25 »
Om de thread meteen maar wat completer te maken, de nieuwe outputs van de dingen die ik in de startpost gaf zijn nu:

xrandr
$ xrandr
 SZ:    Pixels          Physical       Refresh
*0   1400 x 1050   ( 312mm x 232mm )  *-19559
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
ddcprobe
$ sudo ddcprobe
vbe: VESA 2.0 detected.
oem: ATI MOBILITY RADEON 7500
memory: 32768kb
mode: 320x200x32k
mode: 320x200x64k
mode: 320x200x16m
mode: 1600x1200x256
mode: 640x400x256
mode: 640x480x256
mode: 640x480x32k
mode: 640x480x64k
mode: 640x480x16m
mode: 1600x1200x32k
mode: 800x600x256
mode: 800x600x32k
mode: 800x600x64k
mode: 800x600x16m
mode: 1600x1200x64k
mode: 1024x768x256
mode: 1024x768x32k
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x256
mode: 1280x1024x32k
mode: 1280x1024x64k
mode: 1280x1024x16m
edid:
edid: 1 3
id: 1c12
eisa: HTC1c12
serial: 32116644
manufacture: 34 2002
input: analog signal.
screensize: 31 23
gamma: 2.200000
dpms: RGB, no active off, no suspend, no standby
dtiming: 1400x1050@70
monitorid: Hitachi
monitorid: TX38D91VC1FA
xorg.conf
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

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

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

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

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 9000]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Compaq Evo TFT"
Option "DPMS"
HorizSync 28-120
VertRefresh 43-130
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 9000]"
Monitor "Compaq Evo TFT"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024"
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
Volgens mij had ik ook nog wat tweak opties zien staan op internet :) tijd om die te gaan proberen.
Nogmaals allemaal bedankt

Online Pjotr

  • Lid
    • Makkelijke Linuxtips
Resolutie laptop
« Reactie #16 Gepost op: 2006/10/30, 21:13:31 »
Graag gedaan! Als je overigens de belasting van je videokaart en monitor wilt verminderen, dan kan dat door in xorg.conf, in de Section "Screen", de DefaultDepth te veranderen van 24 in 16.

16 bits geeft geen zichtbare kwaliteitsvermindering van je beeld ten opzichte van 24 bits, maar belast je hardware aanzienlijk minder. En je zit nogal tegen de limiet aan, geloof ik...

Groet, Pjotr.