J'ai utilisé dans le fichier de conf pour 915resolution "mode=5a" et c'est ok.
Ce qui est bizarre c'est que le 915resolution -l donnais pour le mode 5a une résolution de 1600x1200 et maintenant j'ai : Chipset: 915GM BIOS: TYPE 1 Mode Table Offset: $C0000 + $269 Mode Table Entries: 36 Mode 30 : 640x480, 8 bits/pixel Mode 32 : 800x600, 8 bits/pixel Mode 34 : 1024x768, 8 bits/pixel Mode 38 : 1280x1024, 8 bits/pixel Mode 3a : 1280x768, 8 bits/pixel Mode 3c : 1920x1440, 8 bits/pixel Mode 41 : 640x480, 16 bits/pixel Mode 43 : 800x600, 16 bits/pixel Mode 45 : 1024x768, 16 bits/pixel Mode 49 : 1280x1024, 16 bits/pixel Mode 4b : 1280x768, 16 bits/pixel Mode 4d : 1920x1440, 16 bits/pixel Mode 50 : 640x480, 32 bits/pixel Mode 52 : 800x600, 32 bits/pixel Mode 54 : 1024x768, 32 bits/pixel Mode 58 : 1280x1024, 32 bits/pixel Mode 5a : 1280x768, 32 bits/pixel Mode 5c : 1920x1440, 32 bits/pixel Mode 60 : 512x771, 8 bits/pixel Mode 61 : 512x771, 16 bits/pixel Mode 62 : 512x771, 32 bits/pixel Bon l'important c'est que ça marche mais si vous avez une explication ? Merci Patrick Le vendredi 02 juin 2006 à 10:51 +0200, Patrick Noël a écrit : > j'ai réinstallé 915resolution et le driver i810 mais c'est toujours en > 1024x768. > > ma conf xorg : > > # /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" "pc105" > Option "XkbLayout" "fr" > Option "XkbVariant" "latin9" > 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 "SHMConfig" "true" > Option "SendCoreEvents" "true" > Option "Device" "/dev/psaux" > Option "Protocol" "auto-dev" > Option "HorizScrollDelta" "0" > EndSection > > > Section "Device" > Identifier "Intel Corporation Mobile 915GM/GMS/910GML > Express Graphics > Controller" > Driver "i810" > VideoRam 243944 > BusID "PCI:0:2:0" > Option "ForceBIOS" "1024x768=1280x768" > EndSection > > Section "Monitor" > Identifier "Asus W5F LCD" > HorizSync 31.5 - 82.0 > VertRefresh 60 > ModeLine "1280x768" 80.14 1280 1344 1480 1680 768 769 772 > 795 -HSync +Vsync > Option "dpms" > EndSection > > Section "Screen" > Identifier "Default Screen" > Device "Intel Corporation Mobile 915GM/GMS/910GML > Express Graphics > Controller" > Monitor "Asus W5F LCD" > DefaultDepth 24 > SubSection "Display" > Depth 24 > Modes "1280x768" "1024x768" "800x600" > "640x480" > EndSubSection > EndSection > > Section "ServerLayout" > Identifier "Default Layout" > Screen "Default Screen" > InputDevice "Generic Keyboard" > InputDevice "Configured Mouse" > InputDevice "Synaptics Touchpad" > EndSection > > Section "DRI" > Mode 0666 > EndSection > > Le fichier 915resolution : > > # > # 915resolution default > # > # find free modes by /usr/sbin/915resolution -l > # and set it to MODE or set to 'MODE=auto' > # > # With 'auto' detection, the panel-size will be fetched from the VBE > # BIOS if possible and the highest-numbered mode in each bit-depth > # will be overwritten with the detected panel-size. > MODE=62 > # > # and set resolutions for the mode. > # > XRESO=1280 > YRESO=768 > # > # We can also set the pixel mode. > # Please note that this is optional, > # you can also leave this value blank. > BIT=32 > > le 915resolution -l : > Intel 800/900 Series VBIOS Hack : version 0.5.2 > > Chipset: 915GM > BIOS: TYPE 1 > Mode Table Offset: $C0000 + $269 > Mode Table Entries: 36 > > Mode 30 : 640x480, 8 bits/pixel > Mode 32 : 800x600, 8 bits/pixel > Mode 34 : 1024x768, 8 bits/pixel > Mode 38 : 1280x1024, 8 bits/pixel > Mode 3a : 1600x1200, 8 bits/pixel > Mode 3c : 1920x1440, 8 bits/pixel > Mode 41 : 640x480, 16 bits/pixel > Mode 43 : 800x600, 16 bits/pixel > Mode 45 : 1024x768, 16 bits/pixel > Mode 49 : 1280x1024, 16 bits/pixel > Mode 4b : 1600x1200, 16 bits/pixel > Mode 4d : 1920x1440, 16 bits/pixel > Mode 50 : 640x480, 32 bits/pixel > Mode 52 : 800x600, 32 bits/pixel > Mode 54 : 1024x768, 32 bits/pixel > Mode 58 : 1280x1024, 32 bits/pixel > Mode 5a : 1600x1200, 32 bits/pixel > Mode 5c : 1920x1440, 32 bits/pixel > Mode 60 : 1280x768, 8 bits/pixel > Mode 61 : 1280x768, 16 bits/pixel > Mode 62 : 1280x768, 32 bits/pixel > > les log xorg : > > > X Window System Version 7.0.0 > Release Date: 21 December 2005 > X Protocol Version 11, Revision 0, Release 7.0 > Build Operating System:Linux 2.6.12 i686 > Current Operating System: Linux pnoel-as 2.6.15-23-386 #1 PREEMPT Tue > May 23 13:49:40 UTC 2006 i686 > Build Date: 16 March 2006 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 2 10:27:25 2006 > (==) Using config file: "/etc/X11/xorg.conf" > (==) ServerLayout "Default Layout" > (**) |-->Screen "Default Screen" (0) > (**) | |-->Monitor "Asus W5F LCD" > (**) | |-->Device "Intel Corporation Mobile 915GM/GMS/910GML Express > Graphics Controller" > (**) |-->Input Device "Generic Keyboard" > (**) |-->Input Device "Configured Mouse" > (**) |-->Input Device "Synaptics Touchpad" > (**) FontPath set to > "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" > (==) RgbPath set to "/etc/X11/rgb" > (==) ModulePath set to "/usr/lib/xorg/modules" > (II) Module ABI versions: > X.Org ANSI C Emulation: 0.2 > X.Org Video Driver: 0.8 > X.Org XInput driver : 0.5 > X.Org Server Extension : 0.2 > X.Org Font Renderer : 0.4 > (II) Loader running on linux > (II) LoadModule: "bitmap" > (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so > (II) Module bitmap: vendor="X.Org Foundation" > compiled for 7.0.0, module version = 1.0.0 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.4 > (II) Loading font Bitmap > (II) LoadModule: "pcidata" > (II) Loading /usr/lib/xorg/modules/libpcidata.so > (II) Module pcidata: vendor="X.Org Foundation" > compiled for 7.0.0, module version = 1.0.0 > ABI class: X.Org Video Driver, version 0.8 > ... > > II) I810: Driver for Intel Integrated Graphics Chipsets: i810, > i810-dc100, > i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), > 915GM, 945G, 945GM > (II) Primary Device is: PCI 00:02:0 > (WW) I810: No matching Device section for instance (BusID PCI:0:2:1) > found > (--) Chipset 915GM found > > .... > > (II) Loading /usr/lib/xorg/modules/libvgahw.so > (II) Module vgahw: vendor="X.Org Foundation" > compiled for 7.0.0, module version = 0.1.0 > ABI class: X.Org Video Driver, version 0.8 > (**) I810(0): Depth 24, (--) framebuffer bpp 32 > (==) I810(0): RGB weight 888 > (==) I810(0): Default visual is TrueColor > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Reloading /usr/lib/xorg/modules/libint10.so > (II) I810(0): initializing int10 > (WW) I810(0): Bad V_BIOS checksum > (II) I810(0): Primary V_BIOS segment is: 0xc000 > (II) I810(0): VESA BIOS detected > (II) I810(0): VESA VBE Version 3.0 > (II) I810(0): VESA VBE Total Mem: 16064 kB > (II) I810(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip > Accelerated VGA BIOS > (II) I810(0): VESA VBE OEM Software Rev: 1.0 > (II) I810(0): VESA VBE OEM Vendor: Intel Corporation > (II) I810(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics > Controller > (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > (II) I810(0): Integrated Graphics Chipset: Intel(R) 915GM > (--) I810(0): Chipset: "915GM" > (--) I810(0): Linear framebuffer at 0xD0000000 > > ..... > > > (WW) I810(0): config file hsync range 31.5-82kHz not within DDC hsync > ranges. > (II) I810(0): Asus W5F LCD: Using hsync range of 31.50-82.00 kHz > (II) I810(0): Asus W5F LCD: Using vrefresh value of 60.00 Hz > (II) I810(0): Not using mode "1280x768" (no mode of this name) > (--) I810(0): Virtual size is 1024x768 (pitch 1024) > (**) I810(0): *Built-in mode "1024x768" > (**) I810(0): *Built-in mode "800x600" > (**) I810(0): *Built-in mode "640x480" > (--) I810(0): Display dimensions: (260, 160) mm > (--) I810(0): DPI set to (100, 121) > > .... > > (II) Loading sub module "int10" > (II) LoadModule: "int10" > (II) Reloading /usr/lib/xorg/modules/libint10.so > (II) I810(0): initializing int10 > (WW) I810(0): Bad V_BIOS checksum > (II) I810(0): Primary V_BIOS segment is: 0xc000 > (II) I810(0): VESA BIOS detected > (II) I810(0): VESA VBE Version 3.0 > (II) I810(0): VESA VBE Total Mem: 16064 kB > (II) I810(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip > Accelerated VGA BIOS > (II) I810(0): VESA VBE OEM Software Rev: 1.0 > (II) I810(0): VESA VBE OEM Vendor: Intel Corporation > (II) I810(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics > Controller > (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 > (II) I810(0): Allocating at least 512 scanlines for pixmap cache > (II) I810(0): Initial framebuffer allocation size: 5120 kByte > (II) I810(0): Allocated 4 kB for HW cursor at 0xffff000 (0x37bed000) > (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0xfffb000 > (0x01a00000) > (II) I810(0): Allocated 4 kB for Overlay registers at 0xfffa000 > (0x37416000). > (II) I810(0): Allocated 64 kB for the scratch buffer at 0xff > > .... > > II) I810(0): [dri] visual configs initialized > (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is > 0x0000 > (WW) I810(0): Extended BIOS function 0x5f05 failed. > (II) I810(0): xf86BindGARTMemory: bind key 7 at 0x00fbf000 (pgoffset > 4031) > (II) I810(0): xf86BindGARTMemory: bind key 0 at 0x0ffff000 (pgoffset > 65535) > (II) I810(0): xf86BindGARTMemory: bind key 1 at 0x0fffb000 (pgoffset > 65531) > (II) I810(0): xf86BindGARTMemory: bind key 3 at 0x0ffea000 (pgoffset > 65514) > (II) I810(0): xf86BindGARTMemory: bind key 2 at 0x0fffa000 (pgoffset > 65530) > (II) I810(0): xf86BindGARTMemory: bind key 4 at 0x0f800000 (pgoffset > 63488) > (II) I810(0): xf86BindGARTMemory: bind key 5 at 0x0f400000 (pgoffset > 62464) > (II) I810(0): xf86BindGARTMemory: bind key 6 at 0x0f3f8000 (pgoffset > 62456) > (II) I810(0): Display plane A is disabled and connected to Pipe A. > (II) I810(0): Display plane B is enabled and connected to Pipe B. > (II) I810(0): Enabling plane B. > (II) I810(0): Display plane A is now disabled and connected to Pipe A. > (II) I810(0): Display plane B is now enabled and connected to Pipe B. > (II) I810(0): PIPEACONF is 0x00000000 > (II) I810(0): PIPEBCONF is 0x80000000 > (II) I810(0): Mode bandwidth is 47 Mpixel/s > (II) I810(0): maxBandwidth is 1152 Mbyte/s, pipe bandwidths are 252 > Mbyte/s, 0 Mbyte/s > (II) I810(0): Using XFree86 Acceleration Architecture (XAA) > Screen to screen bit blits > Solid filled rectangles > 8x8 mono pattern filled rectangles > Indirect CPU to Screen color expansion > Solid Horizontal and Vertical Lines > Offscreen Pixmaps > Setting up tile and stipple cache: > 20 128x128 slots > 5 256x256 slots > (==) I810(0): Backing store disabled > (==) I810(0): Silken mouse enabled > (II) I810(0): Initializing HW Cursor > (**) Option "dpms" > (**) I810(0): DPMS enabled > (II) I810(0): X context handle = 0x1 > (II) I810(0): [drm] installed DRM signal handler > (II) I810(0): [DRI] installation complete > (II) I810(0): direct rendering: Enabled > (WW) I810(0): Option "ForceBIOS" is not used > (==) RandR enabled > (II) Initializing built-in extension MIT-SHM > (II) Initializing built-in extension XInputExtension > (II) Initializing built-in extension XTEST > (II) Initializing built-in extension XKEYBOARD > (II) Initializing built-in extension XC-APPGROUP > (II) Initializing built-in extension SECURITY > (II) Initializing built-in extension XINERAMA > (II) Initializing built-in extension XFIXES > (II) Initializing built-in extension XFree86-Bigfont > (II) Initializing built-in extension RENDER > (II) Initializing built-in extension RANDR > (II) Initializing built-in extension COMPOSITE > (II) Initializing built-in extension DAMAGE > (II) Initializing built-in extension XEVIE > (**) Option "CoreKeyboard" > > > > > > Le vendredi 02 juin 2006 à 10:20 +0200, Jonathan Loriaux a écrit : > > Le jeudi 01 juin 2006 à 22:03 +0200, Patrick Noel a écrit : > > > Bonjour, > > > > > > Je viens de passer à Dapper et j'ai un pb d'affichage widescreen sur mon > > > portable je n'arrive pas à passer en 1280x768 > > > > Est-ce que ton fichier /etc/default/915resolution est bien configuré ? > > (le nom du fichier de configuration a changé dans dapper, avec on > > utilisait 810resolution et là, on est passé à 915resolution) > > > > Chez moi : > > # > > # 915resolution default > > # > > # find free modes by /usr/sbin/915resolution -l > > # and set it to MODE or set to 'MODE=auto' > > # > > # With 'auto' detection, the panel-size will be fetched from the VBE > > # BIOS if possible and the highest-numbered mode in each bit-depth > > # will be overwritten with the detected panel-size. > > MODE=5c > > # > > # and set resolutions for the mode. > > # > > XRESO=1280 > > YRESO=768 > > # > > # We can also set the pixel mode. > > # Please note that this is optional, > > # you can also leave this value blank. > > BIT=32 > > > > Ensuite, soit on redémarre toute la machine, soit un petit coup de > > sudo /etc/init.d/915resolution restart > > et puis de > > sudo /etc/ini.d/gdm restart > > > > Je pense qu'il est possible que cela fonctionne. > > > > Bonne journée. > > > > Jonathan > > -- > > ubuntu-fr mailing list > > [email protected] > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr > > -- ubuntu-fr mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr
