Nieuws:

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

Auteur Topic: Scherm resolutie Ubuntu 11.04 Xorg (Opgelost)  (gelezen 6161 keer)

Offline t1m

  • Lid
Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #25 Gepost op: 2011/05/24, 17:22:06 »
Die horz en vert waarde heb ik toegevoegd, dit ging goed.

Die Option "Ignore" "False" heb ik toegevoegd, dit ging ook zonder problemen.

Die option ignore bool heb ik toegevoegd en toen kreeg ik een zwart scherm toen ik op wilde starten, dus die heb ik maar weer weg gehaald.

DefaultDepth 16 toegevoegd en me beeld werd paars en groen, dus die heb ik ook maar weer weggehaald.

Nogmaals bedankt voor de moeite maar het mocht allemaal niet baten, hieronder mijn xorg.conf:

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
Screen      1  "Screen1" RightOf "Screen0"
Screen      2  "Screen2" RightOf "Screen1"
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
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"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "dbe"
Load  "glx"
Load  "dri"
Load  "extmod"
Load  "record"
Load  "dri2"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
HorizSync       30.0 - 80.0
    VertRefresh     59.0 - 75.0
Option "Ignore" "False"
EndSection

Section "Monitor"
Identifier   "Monitor1"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
HorizSync       30.0 - 80.0
    VertRefresh     59.0 - 75.0
Option "Ignore" "False"
EndSection

Section "Monitor"
Identifier   "Monitor2"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
HorizSync       30.0 - 80.0
    VertRefresh     59.0 - 75.0
Option "Ignore" "False"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "AccelMethod"        # [<str>]
        #Option     "DRI"                # [<bool>]
        #Option     "ColorKey"            # <i>
        #Option     "VideoKey"            # <i>
        #Option     "FallbackDebug"      # [<bool>]
        #Option     "Tiling"              # [<bool>]
        #Option     "Shadow"              # [<bool>]
        #Option     "SwapbuffersWait"    # [<bool>]
        #Option     "XvMC"                # [<bool>]
        #Option     "XvPreferOverlay"    # [<bool>]
        #Option     "DebugFlushBatches"  # [<bool>]
        #Option     "DebugFlushCaches"    # [<bool>]
        #Option     "DebugWait"          # [<bool>]
        #Option     "HotPlug"            # [<bool>]
        #Option     "RelaxedFencing"      # [<bool>]
Identifier  "Card0"
Driver      "intel"
BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # <str>
        #Option     "fbdev"              # <str>
        #Option     "debug"              # [<bool>]
Identifier  "Card1"
Driver      "fbdev"
BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "DefaultRefresh"      # [<bool>]
        #Option     "ModeSetClearScreen" # [<bool>]
Identifier  "Card2"
Driver      "vesa"
BusID       "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Modes "1280x1024"
Depth     1
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     4
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     8
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     15
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     16
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device     "Card1"
Monitor    "Monitor1"
SubSection "Display"
Modes "1280x1024"
Depth     1
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     4
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     8
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     15
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     16
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device     "Card2"
Monitor    "Monitor2"
SubSection "Display"
Modes "1280x1024"
Depth     1
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     4
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     8
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     15
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     16
EndSubSection
SubSection "Display"
Modes "1280x1024"
Depth     24
EndSubSection
EndSection

Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #26 Gepost op: 2011/05/24, 20:59:45 »
T1m,

Bool of beter gezegd boolean kan maar twee waarden hebben:
True - False (Waar - Nietwaar)
Ja - Neen
Zwart - Wit
Links - Rechts
etc etc

Ik de computerwereld wordt dan True - False gebruikt.
Het staat tussen aanhaaltekens zodat het weet met de opdracht Option dat er een Variabele komt "Ignore" met een waarde "True".
Dit terzijde.

Het probleem blijft. De resolutie wil niet in 1280x1024 gaan.


MvG,
MauRice
Registered Linux user: 473556

Offline t1m

  • Lid
Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #27 Gepost op: 2011/05/24, 23:56:22 »
Wanneer ik een modeline toevoeg kan ik wel een resolutie van 1280x1024 forceren!

Ik heb alleen rechts en links van mijn scherm een verticale zwarte strook met een dikte van 1,5 centimeter over. Verder lijkt resolutie, kleur & Hz te kloppen, alleen het beeld moet gewoon 3 centimeter breder zijn.

Dit is de modeline die ik heb toegevoegd:

Modeline "1280x1024" 151.83  1280 1360 1544 1888  1024 1024 1027 1072

Eindelijk bijna opgelost! Weet iemand hoe ik toch het hele scherm kan benutten?
« Laatst bewerkt op: 2011/05/25, 00:20:29 door t1m »

Offline heir4c

  • Lid
Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #28 Gepost op: 2011/05/26, 06:27:06 »
Dus het beeld zelf is kleiner en die stroken zijn dus zwart. Heeft het niets te maken met het scherm zelf. Je hebt daar toch knopjes op waarmee je het beeld kan uitrekken/verplaatsen?
Tip: https://makkelijkelinuxtips.blogspot.com/p/1.html en http://wiki.ubuntu-nl.org/   Upload-site:http://imgur.com/
be Open be Free be Ubuntu

Offline t1m

  • Lid
Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #29 Gepost op: 2011/05/26, 12:37:50 »
Klopt via de hardware van mijn monitor Image-> Clock kon ik het beeldscherm in de breedte nog een centimeter uitrekken, maar nu houd ik alsnog 2 centimeter over.

Toen ik in Ubuntu 10.10 via xorg.conf eindelijk een resolutie van 1280x1024 kreeg werd wel het hele scherm gebruikt. Ik probeerde dan ook ff te zoeken of er misschien iets verschilt in de xorg.conf files. Behalve dat die van 10.10 random van het internet geplukt is, en dat er bij 11.04 een modeline toegevoegd is kan ik niet echt iets ontdekken. Ligt het dan toch misschien aan de toegevoegde modeline? Moet ik misschien die getallen veranderen? Ik heb deze site gebruikt voor het genereren van een modeline:
http://www.bohne-lang.de/spec/linux/modeline/

xorg.conf 10.10:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
# InputDevice "Mouse0" "CorePointer"
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
# InputDevice "Keyboard0" "CoreKeyboard"
EndSection


Section "Files"
ModulePath "/usr/lib/xorg/modules"
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"
FontPath "built-ins"
EndSection


Section "Module"
Load "glx"
Load "extmod"
Load "dbe"
Load "dri2"
Load "dri"
Load "record"
EndSection


# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
# Identifier "Keyboard0"
# Driver "kbd"
#EndSection


# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
# Identifier "Mouse0"
# Driver "mouse"
# Option "Protocol" "auto"
# Option "Device" "/dev/input/mice"
# Option "ZAxisMapping" "4 5 6 7"
#EndSection


Section "Monitor"
Identifier "Monitor0"
HorizSync 76.00 - 81.00
VertRefresh 75.0
VendorName "Lenova"
ModelName "L1900p"
EndSection


Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82945G/GZ Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection


Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

xorg.conf 11.04:
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "CTX"
    ModelName      "CTX S700BA"
    Modeline "1280x1024" 151.83  1280 1360 1544 1888  1024 1024 1027 1072
    HorizSync       30.0 - 80.0
    VertRefresh     59.0 - 75.0
    Option         "DPMS"
    # Option  "IgnoreEDID"   "True"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "intel"
    VendorName     "Intel Corporation"
    BoardName      "82Q963/Q965 Integrated Graphics Controller"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24

    SubSection     "Display"
        Depth       24
Modes      "1280x1024"
    EndSubSection
EndSection

Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #30 Gepost op: 2011/05/27, 06:55:52 »
T1m,

Je kant het proberen met de RandR uit te schakelen.
Dat is volgens mij de boosdoener. Dan komt er een extra stukje tussen.

Section "Extensions" 
         Option "RANDR" "Disable" 
EndSection

MvG,
MauRice
Registered Linux user: 473556

Offline t1m

  • Lid
Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #31 Gepost op: 2011/05/27, 17:06:44 »
Hmm nee die optie helpt niet echt. Er blijft 2 centimeter van het scherm onbenut.

Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #32 Gepost op: 2011/05/27, 18:25:08 »
T1m,

De enigste PC (laptop) met Intel VGA (82852/855GM) die ik heb.
Het laptop-scherm (15") werkt max. 1024x768.
Sluit ik daarop een tweede (CRT 17") scherm, dan schakeld deze automatisch naar twin-view maar beiden op 1024x768.

Als ik via System -> Preferences -> Monitors gaat, en schakeld de 15" laptop scherm uit.
Dan kan ik de 17" CRT scherm zonder probleem op 1280x1024 zetten.

Ik gaan denken dat er iets mis is met je hardware.  Ik vermoed de kabel tussen je PC en monitor.
MvG,
MauRice
Registered Linux user: 473556

Offline t1m

  • Lid
Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #33 Gepost op: 2011/05/27, 20:12:39 »
Ik weet niet of dit wel het geval is, want het bootscreen bijvoorbeeld gebruikt wel het hele scherm van de computer. En ik heb een dualboot met windows XP op deze PC, bij XP pakt hij wel automatisch 1280x1024 over het hele scherm. En bij Ubuntu 10.10 pakte hij ook 1280x1024 over het hele scherm, dit was nog maar kort geleden en het probleem kwam bij de upgrade naar 11.04.

Ik kan dit te kleine scherm ook van links naar rechts verplaatsen met behulp van de knoppen op mijn beeldscherm. Het lijkt me dus dat mijn beeldscherm wel prima is, alleen het beeld wordt te klein ingevuld door de xorg.conf van Ubuntu.

Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #34 Gepost op: 2011/05/28, 07:58:16 »
T1m,

Het met je boot-scherm vergelijking, geef geen zin.
Je boot-scherm heeft niets te maken met de X-org. Deze komt pas later in actie.
Het boot-scherm staat meestal op 800x600 of 1024x768.

Die zwarte randen rondom de 1024x768 beeld, komen die qua verhouden overeen met een 1280x1024 beeld.

In je log-bestanden staat niets over 1280x1024 mode.
Heb je het ook geprobeerd zonder een xorg.conf bestand. En laat X-org alles zelf uitzoeken naar de instellingen.
En dan in je log-bestand kijken of er iets in staat over 1280x1024.
MvG,
MauRice
Registered Linux user: 473556

Offline t1m

  • Lid
Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #35 Gepost op: 2011/05/30, 22:57:11 »
- Wanneer ik mijn beeld in 1024x768 zet heb ik geen zwarte rand om het scherm en klopt de verhouding dus wel.

- Zonder Xorg opstarten zorgt ervoor dat de 1280x1024 mode niet gevonden wordt en dat ik die resolutie niet kan kiezen. Er wordt in de Xorg.0.log dan ook niks gezegd over 1280x1024.

- De enige manier om 1280x1024 te krijgen is om deze modeline zelf toe te voegen in de xorg.conf. De verhouding klopt dan alleen niet helemaal, het beeld wordt wel goed weergegeven alleen is er dus in de breedte nog 2 centimeter over. Mijn idee is dat ik een verkeerde modeline heb toegevoegd. De modeline heb ik met behulp van deze site aangemaakt:
http://www.bohne-lang.de/spec/linux/modeline/
Dit is de uitkomst:
Modeline "1280x1024" 151.83  1280 1360 1544 1888  1024 1024 1027 1072
Wanneer ik de modeline toevoeg aan de xorg.conf, krijg ik deze Xorg.0.log:


1e helft:
[    17.893]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[    17.893] X Protocol Version 11, Revision 0
[    17.894] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[    17.894] Current Operating System: Linux t-HP-rp5700-Business-System 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686
[    17.894] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=fa8360d3-8197-4373-ba3c-e1596542b1af ro quiet splash vt.handoff=7
[    17.894] Build Date: 19 April 2011  03:33:17PM
[    17.894] xorg-server 2:1.10.1-1ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[    17.894] Current version of pixman: 0.20.2
[    17.894] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[    17.894] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.894] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 27 17:03:39 2011
[    17.914] (==) Using config file: "/etc/X11/xorg.conf"
[    17.914] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.006] (==) ServerLayout "Layout0"
[    18.006] (**) |-->Screen "Screen0" (0)
[    18.006] (**) |   |-->Monitor "Monitor0"
[    18.007] (**) |   |-->Device "Device0"
[    18.007] (**) |-->Input Device "Keyboard0"
[    18.007] (**) |-->Input Device "Mouse0"
[    18.007] (**) Option "Xinerama" "0"
[    18.007] (==) Automatically adding devices
[    18.007] (==) Automatically enabling devices
[    18.007] (WW) The directory "/usr/share/fonts/default/Type1" does not exist.
[    18.007] Entry deleted from font path.
[    18.021] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    18.021] Entry deleted from font path.
[    18.021] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    18.021] Entry deleted from font path.
[    18.021] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    18.021] Entry deleted from font path.
[    18.021] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    18.021] Entry deleted from font path.
[    18.021] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    18.021] Entry deleted from font path.
[    18.037] (**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[    18.037] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    18.037] (**) Extension "RANDR" is disabled
[    18.037] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    18.037] (WW) Disabling Keyboard0
[    18.037] (WW) Disabling Mouse0
[    18.037] (II) Loader magic: 0x81ffde0
[    18.037] (II) Module ABI versions:
[    18.037] X.Org ANSI C Emulation: 0.4
[    18.037] X.Org Video Driver: 10.0
[    18.037] X.Org XInput driver : 12.3
[    18.037] X.Org Server Extension : 5.0
[    18.038] (--) PCI:*(0:0:2:0) 8086:2992:103c:2817 rev 2, Mem @ 0xf0400000/1048576, 0xe0000000/268435456, I/O @ 0x000021e0/8
[    18.038] (II) Open ACPI successful (/var/run/acpid.socket)
[    18.038] (II) LoadModule: "extmod"
[    18.060] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    18.076] (II) Module extmod: vendor="X.Org Foundation"
[    18.076] compiled for 1.10.1, module version = 1.0.0
[    18.076] Module class: X.Org Server Extension
[    18.076] ABI class: X.Org Server Extension, version 5.0
[    18.076] (II) Loading extension MIT-SCREEN-SAVER
[    18.076] (II) Loading extension XFree86-VidModeExtension
[    18.076] (II) Loading extension XFree86-DGA
[    18.076] (II) Loading extension DPMS
[    18.076] (II) Loading extension XVideo
[    18.076] (II) Loading extension XVideo-MotionCompensation
[    18.076] (II) Loading extension X-Resource
[    18.076] (II) LoadModule: "dbe"
[    18.076] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    18.091] (II) Module dbe: vendor="X.Org Foundation"
[    18.091] compiled for 1.10.1, module version = 1.0.0
[    18.091] Module class: X.Org Server Extension
[    18.091] ABI class: X.Org Server Extension, version 5.0
[    18.091] (II) Loading extension DOUBLE-BUFFER
[    18.092] (II) LoadModule: "glx"
[    18.092] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    18.118] (II) Module glx: vendor="X.Org Foundation"
[    18.118] compiled for 1.10.1, module version = 1.0.0
[    18.118] ABI class: X.Org Server Extension, version 5.0
[    18.118] (==) AIGLX enabled
[    18.118] (II) Loading extension GLX
[    18.118] (II) LoadModule: "record"
[    18.118] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    18.119] (II) Module record: vendor="X.Org Foundation"
[    18.119] compiled for 1.10.1, module version = 1.13.0
[    18.119] Module class: X.Org Server Extension
[    18.119] ABI class: X.Org Server Extension, version 5.0
[    18.119] (II) Loading extension RECORD
[    18.119] (II) LoadModule: "dri"
[    18.119] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    18.120] (II) Module dri: vendor="X.Org Foundation"
[    18.120] compiled for 1.10.1, module version = 1.0.0
[    18.120] ABI class: X.Org Server Extension, version 5.0
[    18.120] (II) Loading extension XFree86-DRI
[    18.120] (II) LoadModule: "dri2"
[    18.120] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    18.122] (II) Module dri2: vendor="X.Org Foundation"
[    18.122] compiled for 1.10.1, module version = 1.2.0
[    18.122] ABI class: X.Org Server Extension, version 5.0
[    18.122] (II) Loading extension DRI2
[    18.122] (II) LoadModule: "intel"
[    18.123] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    18.135] (II) Module intel: vendor="X.Org Foundation"
[    18.135] compiled for 1.10.1, module version = 2.14.0
[    18.135] Module class: X.Org Video Driver
[    18.135] ABI class: X.Org Video Driver, version 10.0
[    18.135] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
[    18.136] (++) using VT number 7


Offline t1m

  • Lid
Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #36 Gepost op: 2011/05/30, 22:57:52 »
Xorg.0.log:

2e helft:

[    18.139] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    18.139] drmOpenDevice: node name is /dev/dri/card0
[    18.139] drmOpenDevice: open result is 9, (OK)
[    18.139] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    18.139] drmOpenDevice: node name is /dev/dri/card0
[    18.139] drmOpenDevice: open result is 9, (OK)
[    18.139] drmOpenByBusid: drmOpenMinor returns 9
[    18.139] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    18.139] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[    18.139] (==) intel(0): RGB weight 888
[    18.139] (==) intel(0): Default visual is TrueColor
[    18.139] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965Q
[    18.139] (--) intel(0): Chipset: "965Q"
[    18.140] (**) intel(0): Relaxed fencing enabled
[    18.140] (**) intel(0): Tiling enabled
[    18.140] (**) intel(0): SwapBuffers wait enabled
[    18.140] (==) intel(0): video overlay key set to 0x101fe
[    18.158] (II) intel(0): Output VGA1 using monitor section Monitor0
[    18.178] (II) intel(0): EDID for output VGA1
[    18.178] (II) intel(0): Not using mode "800x600" (vrefresh out of range)
[    18.178] (II) intel(0): Printing probed modes for output VGA1
[    18.178] (II) intel(0): Modeline "1280x1024"x75.0  151.83  1280 1360 1544 1888  1024 1024 1027 1072 (80.4 kHz)
[    18.178] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    18.178] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    18.178] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[    18.178] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
[    18.178] (II) intel(0): Output VGA1 connected
[    18.178] (II) intel(0): Using user preference for initial modes
[    18.178] (II) intel(0): Output VGA1 using initial mode 1280x1024
[    18.178] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    18.178] (II) intel(0): Kernel page flipping support detected, enabling
[    18.178] (==) intel(0): DPI set to (96, 96)
[    18.178] (II) Loading sub module "fb"
[    18.178] (II) LoadModule: "fb"
[    18.179] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.191] (II) Module fb: vendor="X.Org Foundation"
[    18.191] compiled for 1.10.1, module version = 1.0.0
[    18.191] ABI class: X.Org ANSI C Emulation, version 0.4
[    18.191] (==) Depth 24 pixmap format is 32 bpp
[    18.192] (==) intel(0): VideoRam: 262144 KB
[    18.192] (II) intel(0): [DRI2] Setup complete
[    18.192] (II) intel(0): [DRI2]   DRI driver: i965
[    18.192] (II) intel(0): Allocated new frame buffer 1280x1024 stride 5120, tiled
[    18.226] (II) UXA(0): Driver registered support for the following operations:
[    18.226] (II)         solid
[    18.226] (II)         copy
[    18.226] (II)         composite (RENDER acceleration)
[    18.226] (II)         put_image
[    18.226] (II)         get_image
[    18.226] (==) intel(0): Backing store disabled
[    18.226] (==) intel(0): Silken mouse enabled
[    18.227] (II) intel(0): Initializing HW Cursor
[    18.256] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    18.256] (**) intel(0): DPMS enabled
[    18.256] (==) intel(0): Intel XvMC decoder enabled
[    18.256] (II) intel(0): Set up textured video
[    18.256] (II) intel(0): Set up overlay video
[    18.256] (II) intel(0): [XvMC] i965_xvmc driver initialized.
[    18.256] (II) intel(0): direct rendering: DRI2 Enabled
[    18.256] (==) intel(0): hotplug detection: "enabled"
[    18.256] (--) RandR disabled
[    18.256] (II) Initializing built-in extension Generic Event Extension
[    18.256] (II) Initializing built-in extension SHAPE
[    18.256] (II) Initializing built-in extension MIT-SHM
[    18.256] (II) Initializing built-in extension XInputExtension
[    18.256] (II) Initializing built-in extension XTEST
[    18.256] (II) Initializing built-in extension BIG-REQUESTS
[    18.256] (II) Initializing built-in extension SYNC
[    18.256] (II) Initializing built-in extension XKEYBOARD
[    18.256] (II) Initializing built-in extension XC-MISC
[    18.256] (II) Initializing built-in extension SECURITY
[    18.256] (II) Initializing built-in extension XINERAMA
[    18.256] (II) Initializing built-in extension XFIXES
[    18.256] (II) Initializing built-in extension RENDER
[    18.256] (II) Initializing built-in extension RANDR
[    18.256] (II) Initializing built-in extension COMPOSITE
[    18.256] (II) Initializing built-in extension DAMAGE
[    18.256] (II) Initializing built-in extension GESTURE
[    18.306] (II) AIGLX: Trying DRI driver /usr/lib/dri/i965_dri.so
[    18.453] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    18.453] (II) AIGLX: enabled GLX_INTEL_swap_event
[    18.453] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    18.453] (II) AIGLX: enabled GLX_SGI_make_current_read
[    18.453] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    18.453] (II) AIGLX: Loaded and initialized i965
[    18.453] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.454] (II) intel(0): Setting screen physical size to 338 x 270
[    18.626] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    18.654] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    18.654] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.654] (II) LoadModule: "evdev"
[    18.654] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.706] (II) Module evdev: vendor="X.Org Foundation"
[    18.707] compiled for 1.10.0.902, module version = 2.6.0
[    18.707] Module class: X.Org XInput Driver
[    18.707] ABI class: X.Org XInput driver, version 12.3
[    18.707] (II) Using input driver 'evdev' for 'Power Button'
[    18.707] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.707] (**) Power Button: always reports core events
[    18.707] (**) Power Button: Device: "/dev/input/event1"
[    18.708] (--) Power Button: Found keys
[    18.708] (II) Power Button: Configuring as keyboard
[    18.708] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    18.708] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    18.708] (**) Option "xkb_rules" "evdev"
[    18.708] (**) Option "xkb_model" "pc105"
[    18.708] (**) Option "xkb_layout" "us"
[    18.709] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    18.709] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    18.709] (II) Using input driver 'evdev' for 'Video Bus'
[    18.709] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.709] (**) Video Bus: always reports core events
[    18.709] (**) Video Bus: Device: "/dev/input/event5"
[    18.716] (--) Video Bus: Found keys
[    18.716] (II) Video Bus: Configuring as keyboard
[    18.716] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[    18.716] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    18.716] (**) Option "xkb_rules" "evdev"
[    18.716] (**) Option "xkb_model" "pc105"
[    18.716] (**) Option "xkb_layout" "us"
[    18.720] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    18.720] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.720] (II) Using input driver 'evdev' for 'Power Button'
[    18.720] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.720] (**) Power Button: always reports core events
[    18.720] (**) Power Button: Device: "/dev/input/event0"
[    18.732] (--) Power Button: Found keys
[    18.732] (II) Power Button: Configuring as keyboard
[    18.732] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    18.732] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    18.732] (**) Option "xkb_rules" "evdev"
[    18.732] (**) Option "xkb_model" "pc105"
[    18.732] (**) Option "xkb_layout" "us"
[    18.735] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event3)
[    18.735] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[    18.735] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[    18.735] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.735] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[    18.735] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event3"
[    18.756] (--) Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons
[    18.756] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[    18.756] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[    18.756] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[    18.756] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[    18.756] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[    18.756] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[    18.756] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    18.756] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/input/input3/event3"
[    18.756] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
[    18.756] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[    18.756] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[    18.756] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[    18.756] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[    18.756] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[    18.757] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[    18.757] (II) No input driver/identifier specified (ignoring)
[    18.768] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    18.768] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    18.768] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    18.768] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.768] (**) AT Translated Set 2 keyboard: always reports core events
[    18.768] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[    18.780] (--) AT Translated Set 2 keyboard: Found keys
[    18.780] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    18.780] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    18.780] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    18.780] (**) Option "xkb_rules" "evdev"
[    18.780] (**) Option "xkb_model" "pc105"
[    18.780] (**) Option "xkb_layout" "us"
[    18.789] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event4)
[    18.789] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    18.789] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[    18.789] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.789] (**) HP WMI hotkeys: always reports core events
[    18.789] (**) HP WMI hotkeys: Device: "/dev/input/event4"
[    18.808] (--) HP WMI hotkeys: Found keys
[    18.808] (II) HP WMI hotkeys: Configuring as keyboard
[    18.808] (**) Option "config_info" "udev:/sys/devices/virtual/input/input4/event4"
[    18.808] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
[    18.808] (**) Option "xkb_rules" "evdev"
[    18.808] (**) Option "xkb_model" "pc105"
[    18.808] (**) Option "xkb_layout" "us"

Offline t1m

  • Lid
Re: Scherm resolutie Ubuntu 11.04 Xorg
« Reactie #37 Gepost op: 2011/06/01, 00:30:40 »
Allen hartelijke bedankt voor de hulp. Het probleem is eindelijk opgelost. Uiteindelijk moest ik niet de modeline gebruiken die voor mij werd gegenereerd op http://www.bohne-lang.de/spec/linux/modeline/, maar ik heb er eentje via google gevonden en die doet het wel goed met mijn beeldscherm.
Eerst had ik deze modeline:
Modeline "1280x1024" 151.83  1280 1360 1544 1888  1024 1024 1027 1072
Die vulde niet het gehele scherm, maar met deze wordt wel mijn gehele scherm gebruikt:   
Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066

Grt,

t1m


Re: Scherm resolutie Ubuntu 11.04 Xorg (Opgelost)
« Reactie #38 Gepost op: 2011/06/02, 16:43:21 »
T1m,

De modeline regel goed bewaren....
MvG,
MauRice
Registered Linux user: 473556