Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Best upgrade method to Xserver1.5 with Hal and evdev
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3 ... 14, 15, 16  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Neo2
Apprentice
Apprentice


Joined: 25 Sep 2006
Posts: 224
Location: Italy

PostPosted: Mon Aug 31, 2009 6:28 pm    Post subject: Reply with quote

Alright, lets strip it down a little more. Try to reboot with a very minimal xorg.conf, here's mine for instance:
Code:
fabio@gentoo-node1 ~ $ cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "Simple Layout"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "radeon"
        Option  "DynamicClocks" "on"
        Option  "DynamicPM" "on"
        Option  "AccelMethod"   "EXA"
        Option  "AccelDFS"      "on"
        Option  "EnablePageFlip" "on"
        Option  "ClockGating" "on"
        Option  "EXAOptimizeMigration" "on"
        Option  "MigrationHeuristic" "smart"
EndSection

Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
EndSection

You should keep only the very minimum: graphic drivers settings, DRI for non-root and a stub ServerLayout entry. I don't know if it is needed at all right now, I'm keeping it anyway. Reboot and see if it works. If not, read ahead :P
Now, the locales are kept in /usr/share/X11/xkb/. Maybe something is corrupted/old. Wipe it out (manually), re-emerge xkeyboard-config to re-merge all of the files. Reboot.
You may want to try the latest hal version (which works very well despite being unstable). Remember to run dispatch-conf or etc-update.
Is your user in the "plugdev" group? (id | grep plugdev) Which xorg-server version are you running?
Quote:
fabio@gentoo-node1 ~ $ cat /var/repos/gentoo/sys-apps/hal/hal-0.5.13-r2.ebuild
[...]pkg_postinst
elog "The HAL daemon needs to be running for certain applications to"
elog "work. Suggested is to add the init script to your start-up"
elog "scripts, this should be done like this :"
elog "rc-update add hald default"
echo
elog "Access to hal is not protected by either policykit or the plugdev group."
elog "If you have problems discovering/configuring hardware, try adding"
elog "yourself to plugdev."
...
echo
elog "If you wish to use a non US layout, you may do so by executing:"
elog "setxkbmap <layout> or by utilizing your Desktop Environment's"
elog "Keyboard Layout Settings mechanism."
elog "Under GNOME, this is gnome-keyboard-properties, and under KDE"
elog "it is kxkb."
...
echo
elog "X Input Hotplugging (if you build xorg-server with the HAL useflag)"
elog "reads user specific configuration from /etc/hal/fdi/policy/."
echo
elog "You should remove the Input sections from your xorg.conf once you have"
elog "migrated the rules to a HAL fdi file."
[...]

The middle part is the one I suggested earlier, if you already did this, try to wipe out even kxkb configuration by removing ./.kde4/share/config/kxkbrc file and rewrite it through the GUI. Ideally (as said by hal ebuild above) when using a desktop environment is the desktop that takes care of the keyboard layout. If I'm right, without .fdi files xorg reads files from /usr/share/hal/fdi/policy/10osvendor/ and neighbours. You may want to try booting without a a keyboard file in /etc/hal/fdi/policy and try to set it up through the desktop only. Note that the kxkb config window from KDE allows variant selection and at the very bottom of the window you can also see which command is going to be executed. For your situation, you have to select "International (AltGr dead keys)" from the variant dropdown menu.
After all that you've tried 'til now, something must have directed you in the right place. If it doesn't work, well, something must be really broken or we are missing some very strange config setting.

Cheers,
Neo2
_________________
Neo2
Unofficial minimal liveCD for x86/amd64 w/reiser4+truecrypt
Back to top
View user's profile Send private message
SandStar
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jan 2005
Posts: 77

PostPosted: Tue Sep 01, 2009 10:50 am    Post subject: Reply with quote

Thanks for the suggestions!

I've already tried the option with no fdi file and pritty much tried all combinations in my KDE4 keyboard layout settings.
I'll try running with a minimal xorg.conf and retry it with and without a fdi file.

My xorg-server version:
[ebuild R ] x11-base/xorg-server-1.5.3-r6 USE="hal
Back to top
View user's profile Send private message
tobsan
n00b
n00b


Joined: 19 Sep 2009
Posts: 2

PostPosted: Sat Sep 19, 2009 11:08 am    Post subject: Reply with quote

I'm having trouble switching between variants. I'm using a sweding keyboard, but I also want to be able to use the svdvorak variant.
The regular se layout works, and the se layout with svdvorak variant works, but I can't get them to work together, so to speak.
Is there a way to switch between variants similar to switching between layouts?

Currently, I have a .fdi file looking like this:
Code:

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
   <match key="info.capabilities" contains="input.keyboard">
      <merge key="input.x11_options.XkbLayout"  type="string">se</merge>
      <merge key="input.x11_options.XkbModel"   type="string">evdev</merge>
      <merge key="input.x11_options.XkbVariant" type="string">svdvorak</merge>
      <merge key="input.x11_options.XkbOptions" type="string">grp_led:caps,grp:alts_toggle,caps:backspace,lv3:ralt_switch</merge>
   </match>
</deviceinfo>


The above code makes the svdvorak variant work, but if I instead use "svdvorak,nodeadkeys" in the same field, I can only get the qwerty layout, and the same goes if I change the order to "nodeadkeys,svdvorak".
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sat Sep 19, 2009 11:04 pm    Post subject: Reply with quote

Hi, I know what you mean, right now I don't know if we can actually switch the keyboard layout with a special key and also, I don't know how to configure 2 differents keymaps inside one fdi actually.I

Last edited by d2_racing on Sun Sep 20, 2009 6:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sun Sep 20, 2009 9:33 am    Post subject: Reply with quote

I'm not 100% sure but you may try 'se,se' for layout
and ',svdvorak' for variant.
Back to top
View user's profile Send private message
tobsan
n00b
n00b


Joined: 19 Sep 2009
Posts: 2

PostPosted: Mon Sep 28, 2009 6:23 am    Post subject: Reply with quote

Sorry about the late reply.
Anyways, the suggested solution (se,se and ,svdvorak) just gave me svdvorak (!).
So I'm open for suggestions, even though I only use svdvorak by myself.
Back to top
View user's profile Send private message
secretcorporation
n00b
n00b


Joined: 09 Dec 2004
Posts: 71
Location: USA

PostPosted: Mon Sep 28, 2009 6:33 am    Post subject: blank screen after attempting to upgrade xorg Reply with quote

I'm trying to upgrade xorg to use hal and evdev and not really getting anywhere. I've got support in the kernel I am using (2.6.21-xen), I followed the upgrade guide but I don't see where I'm going wrong, my config files:

xorg.conf

Quote:

#Section "Module"
# SubSection "extmod"
# EndSubSection
# Load "freetype"
#EndSection

#Section "Files"
# FontPath "/usr/share/fonts/misc/"
# FontPath "/usr/share/fonts/Type1/"
# FontPath "/usr/share/fonts/100dpi/"
# FontPath "/usr/share/fonts/75dpi/"
#EndSection

Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection

#Section "Monitor"
# Identifier "monitor"
#EndSection

Section "Device"
Identifier "graphicscard"
Driver "vesa"
VideoRam 65536
EndSection

Section "Screen"
Identifier "Screen 1"
Device "graphicscard"
# Monitor "monitor"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

#Section "ServerLayout"
# Identifier "Simple Layout"
# Screen "Screen 1"
#EndSection


and my hal file as per the gentoo upgrade guide:

Quote:

dv2615nr policy # cat 10-xinput-configuration.fdi
<?xml version="1.0" encoding="UTF-8"?>
<!--
Section "InputDevice"
Driver "evdev"
Option "XkbLayout" "gb"
EndSection
-->
<deviceinfo version="0.2">
<match key="info.capabilities" contains="input.keyboard">
<merge key="input.x11_options.XkbRules" type="string">evdev</merge>
<merge key="input.x11_options.XkbModel" type="string">evdev</merge>
<merge key="input.x11_options.XkbLayout" type="string">gb</merge>
<merge key="input.x11_options.XkbOptions" type="string">altwin:menu</merge>
</match>
</deviceinfo>


Xorg.0.log file:

Quote:


X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.21-xen i686
Current Operating System: Linux dv2615nr 2.6.21-xen #10 SMP Tue Dec 30 16:47:46 Local time zone must be set--see zic i686
Build Date: 27 September 2009 10:50:11AM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Mon Sep 28 05:40:55 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section. Using the first Screen section.
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "<default monitor>"
(**) | |-->Device "graphicscard"
(==) No monitor specified for screen "Screen 1".
Using a default monitor configuration.
(**) Option "AutoAddDevices" "False"
(**) Not automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "<default pointer>"
(==) |-->Input Device "<default keyboard>"
(==) No Layout section. Using the default mouse configuration.
(==) No Layout section. Using the default keyboard configuration.
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x9a0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
(II) Loader running on linux
(--) using VT number 2

(--) PCI: (0@0:1:3) nVidia Corporation MCP67 Co-processor rev 162, Mem @ 0xfc200000/0
(--) PCI:*(0@0:18:0) nVidia Corporation GeForce 7150M rev 162, Mem @ 0xf4000000/0, 0xd0000000/0, 0xf0000000/0, BIOS @ 0x????????/131072
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "record"

(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "vesa"

(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 2.2.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "mouse"

(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.4.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) LoadModule: "kbd"

(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.3.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00@00:12:0
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"

(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.1.0
ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Video Driver, version 4.1
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 65536 kB
(II) VESA(0): VESA VBE OEM: NVIDIA
(II) VESA(0): VESA VBE OEM Software Rev: 5.103
(II) VESA(0): VESA VBE OEM Vendor: Build 070601.2


(II) VESA(0): VESA VBE OEM Product: MCP67 - mcp67-01
(II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
(**) VESA(0): Depth 16, (--) framebuffer bpp 16
(==) VESA(0): RGB weight 565
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level none
(II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
(II) VESA(0): VESA VBE DDC read failed
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 100 (640x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 640
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 14
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 14
LinNumberOfImagePages: 14
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 101 (640x480)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 640
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 10
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 10
LinNumberOfImagePages: 10
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 102 (800x600)
ModeAttributes: 0x31f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 100
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 14
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 100
BnkNumberOfImagePages: 14
LinNumberOfImagePages: 14
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 103 (800x600)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 800
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 6
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 800
BnkNumberOfImagePages: 6
LinNumberOfImagePages: 6
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 104 (1024x768)
ModeAttributes: 0x31f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 128
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 6
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 128
BnkNumberOfImagePages: 6
LinNumberOfImagePages: 6
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 105 (1024x768)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 1024
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 3
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1024
BnkNumberOfImagePages: 3
LinNumberOfImagePages: 3
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 10e (320x200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 640
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 30
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 30
LinNumberOfImagePages: 30
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 10f (320x200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 1280
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 14
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 14
LinNumberOfImagePages: 14
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
*Mode: 111 (640x480)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 4
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 4
LinNumberOfImagePages: 4
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 112 (640x480)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 2560
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
*Mode: 114 (800x600)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 2
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 2
LinNumberOfImagePages: 2
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 115 (800x600)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 3200
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
*Mode: 117 (1024x768)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2048
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 118 (1024x768)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 4096
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 4096
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 130 (320x200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 320
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 62
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 320
BnkNumberOfImagePages: 62
LinNumberOfImagePages: 62
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 131 (320x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 320
XResolution: 320
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 30
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 320
BnkNumberOfImagePages: 30
LinNumberOfImagePages: 30
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 132 (320x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 640
XResolution: 320
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 14
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 14
LinNumberOfImagePages: 14
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 133 (320x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 1280
XResolution: 320
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 6
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 6
LinNumberOfImagePages: 6
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 134 (320x240)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 320
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 30
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 320
BnkNumberOfImagePages: 30
LinNumberOfImagePages: 30
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 135 (320x240)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 640
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 19
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 19
LinNumberOfImagePages: 19
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 136 (320x240)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 1280
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 10
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 10
LinNumberOfImagePages: 10
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
*Mode: 13d (640x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 1280
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 6
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 6
LinNumberOfImagePages: 6
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 13e (640x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc000a149
BytesPerScanline: 2560
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 2
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 2
LinNumberOfImagePages: 2
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000

(II) VESA(0): Total Memory: 1024 64KB banks (65536kB)
(II) VESA(0): <default monitor>: Using default hsync range of 31.50-37.90 kHz
(II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
(II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
(II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
(II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
(II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
(II) VESA(0): Not using built-in mode "320x400" (no mode of this name)
(II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
(II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
(WW) VESA(0): No valid modes left. Trying less strict filter...
(II) VESA(0): <default monitor>: Using hsync range of 31.50-37.90 kHz
(II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
(II) VESA(0): Not using built-in mode "1024x768" (hsync out of range)
(II) VESA(0): Not using built-in mode "640x400" (hsync out of range)
(II) VESA(0): Not using built-in mode "320x400" (hsync out of range)
(II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
(II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
(--) VESA(0): Virtual size is 800x600 (pitch 800)
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(==) VESA(0): DPI set to (96, 96)
(II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (114)
(II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (111)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"

(II) Loading /usr/lib/xorg/modules//libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 65536 kB
(II) VESA(0): VESA VBE OEM: NVIDIA
(II) VESA(0): VESA VBE OEM Software Rev: 5.103
(II) VESA(0): VESA VBE OEM Vendor: Build 070601.2


(II) VESA(0): VESA VBE OEM Product: MCP67 - mcp67-01
(II) VESA(0): VESA VBE OEM Product Rev: Chip Rev


All I am getting is a blank screen and no response from the system (crtl-alt-f1-7 and ctrl-alt-backspace do not work)


Any help gratefully appreciated!
_________________
In the land of the free you are only one party away from dictatorship at any time.
Back to top
View user's profile Send private message
pizzach
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 195

PostPosted: Thu Oct 08, 2009 11:26 am    Post subject: It works! Reply with quote

To some people who may not have been able to get their layout 100% working, some of the upgrades in the last week seems to have fixed them for me for Gnome. I am happy with the new Xorg and it's keyboard drivers. :P Finally, Dvorak is working consistantly for all my apps.
Back to top
View user's profile Send private message
roytheman
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2009
Posts: 102

PostPosted: Thu Nov 26, 2009 11:06 am    Post subject: lirc mouse controlled by hal Reply with quote

Hello Gentoo forum,

For those of you who want hal to control your lirc mouse (lircmd), below is an .fdi rule that will accomplish this. You may have to edit it to suit your setup, such as the lirc device and the path to lircm. Version 0.8.6 of lirc has moved the location of lircd and lircm from the /dev directory to the /var/run/lirc directory. Name it lirc_mouse.fdi and place it in /etc/hal/fdi/policy

Code:

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
     <match key="info.linux.driver" contains_ncase="atiusb">
        <merge key="info.category" type="string">input</merge>
        <merge key="info.capabilities" type="strlist">input</merge>
        <append key="info.capabilities" type="strlist">input.mouse</append>
        <merge key="input.device" type="string">/var/run/lirc/lircm</merge>
        <merge key="linux.device_file" type="string">/var/run/lirc/lircm</merge>
        <merge key="linux.x11_options.Device" type="string">/var/run/lirc/lircm</merge>
        <merge key="input.x11_driver" type="string">mouse</merge>
        <merge key="input.x11_options.Protocol" type="string">IntelliMouse</merge>
        <merge key="input.x11_options.Buttons" type="string">5</merge>
        <merge key="input.x11_options.ZAxisMapping" type="string">4 5</merge>
        <merge key="input.x11_options.SendCoreEvents" type="string">true</merge>
     </match>
  </device>
</deviceinfo>



All the best,
Roy
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Thu Nov 26, 2009 4:48 pm    Post subject: Reply with quote

@roytheman: somehow I get the feeling, that your file is
"not quite" correct. It does some stuf that doesn't seem necessary
and some that's probably just incorrect.
Back to top
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Sun Dec 06, 2009 6:51 pm    Post subject: Reply with quote

Is it possible to "append" my own settings in /etc/hal? For example, suppose I want to add Ctrl+Alt+Backspace option to /etc/hal/fdi/policy/10-x11-input.fdi. Usually, what is recommended in most places is to copy the corresponding file from /usr/share/hal... and add my own option in that file. I can do that and it works:
Code:
/etc/hal/fdi/policy > diff -u /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi 10-x11-input.fdi         
--- /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi   2009-11-07 15:27:16.651769000 -0500
+++ 10-x11-input.fdi   2009-10-04 00:44:48.459339450 -0400
@@ -25,6 +25,7 @@
       <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
              string="Linux">
         <merge key="input.x11_driver" type="string">evdev</merge>
+        <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
       </match>
     </match>
   </device>
However, if some day the /usr/share/hal.. file gets modified then my system will read the /etc/hal... file and discard the modifications from /usr/share/hal..
This is what I want to understand. Does the setting in /etc/hal.. override *all* the settings in /usr/share/hal.. or does it only append to those settings (overriding only the modified parts) :?:
_________________
emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/
Back to top
View user's profile Send private message
ttrindade
n00b
n00b


Joined: 26 Dec 2009
Posts: 16
Location: Brazil

PostPosted: Sat Dec 26, 2009 2:25 pm    Post subject: Reply with quote

I'm having problems after upgrade, when I try to start x server encounter the following error:

FATAL: Module i915 not found.
Setting master
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet

waiting for X server to shut down Dropping master
error setting MTRR (base = 0xd0000000, size 0x10000000, type = 1) Invalid argument (22)

my settings are:

xorg.conf:

Section "dri"
Group 0
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection

Section "ServerLayout"
Identifier "Intel 965M"
Screen "Generic Screen"
# InputDevice "Generic Mouse" "CorePointer"
# InputDevice "Generic Keyboard" "CoreKeyboard"

Option "AIGLX" "true"
# Option "BlankTime" "1"
# Option "StandbyTime" "1"
# Option "SuspendTime" "1"
Option "OffTime" "10"

EndSection

Section "ServerFlags"
Option "AutoAddDevices" "on"
Option "AutoEnableDevices" "on"
Option "AllowEmptyInput" "on"
# Option "Xinerama" "true"
EndSection

Section "Files"

FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"

EndSection

Section "Module"
Load "record"

SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection

Load "extmod"
Load "dbe"

Load "dri"
Load "glx"

# Load "freetype"
# Load "type1"
EndSection

#Section "InputDevice"

# Identifier "Generic Keyboard"
# Driver "kbd"

# Option "XkbModel" "pc105"
# Option "XkbLayout" "us-acentos"
# Option "KkbLayout" "us"
# Option "XkbVariant" "winkeys"
# Option "XkbOptions" "grp:alt_shift_toggle"

#EndSection

#Section "InputDevice"
# Identifier "Generic Mouse"
# Driver "mouse"
# Option "Protocol" "auto"
# Option "ZAxisMapping" "4 5"
# Option "Device" "/dev/input/mice"
#EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 31.50-50.00
DisplaySize 250 181
VertRefresh 40.00-90.00
Option "PreferredMode" "1280x800@60"
EndSection

Section "Device"
Identifier "Generic Video Card"
VendorName "Intel Corp."

Driver "intel"

ChipSet "965G"
# VideoRam 65536
Option "RenderAccel" "true"
# Option "NoAccel" "false"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
# Option "DisplayInfo" "FALSE"
Option "DPMS"

EndSection


Section "Screen"
Identifier "Generic Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"

DefaultDepth 24

SubSection "Display"
Modes "1680x1050" "1280x800" "1024x768" "800x600" "640x480"
Depth 16
EndSubSection

SubSection "Display"
Modes "1680x1050" "1280x800" "1024x768" "800x600" "640x480"
Depth 24
#Virtual 1400 1050
EndSubSection

SubSection "Display"
Modes "1680x1050" "1280x800" "1024x768" "800x600" "640x480"
Depth 32
EndSubSection

EndSection

make.conf:

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.

CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"

# This should not be changed unless you know exactly what you are doing. You
# should probably be using a different stage, instead.

CHOST="i686-pc-linux-gnu"

MAKEOPTS="-j3"

FEATURES="parallel-fetch"

PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
DISTDIR=${PORTDIR}/distfiles
PORT_LOGDIR=/var/log/portage
PKGDIR=${PORTDIR}/packages

PORTAGE_RSYNC_RETRIES="3"

PORTAGE_NICENESS=8

AUTOCLEAN="yes"

#INPUT_DEVICES="keyboard mouse synaptics evdev"
INPUT_DEVICES="evdev"

#VIDEO_CARDS="nvidia nv vesa vga intel"
VIDEO_CARDS="nvidia intel"

LINGUAS="pt_BR en en_US"

CONFIG_PROTECTED="-*"

FOO2ZJS_DEVICES="hp2600n"

USE="3dnow 3dnowext aac acl acpi aim alsa -arts autoipd avahi berkdb branding bzip2 cairo
cups cdparanoia cdr crypt dbus -dso dvd dvdr dvdread encode examples esd
fbcondecor fbsplash ffmpeg firefox ftp gd gif git glut gmail gnome gnutls gpm gtk
gzip hal -hardened imagemagick jabber java javascript jpeg jpeg2k
-kde laptop lcms libnotify lm_sensors md5sum mdnsresponder-compat mime mmx mmxext mng mp3 mp4
mpeg mplayer msn mysql networkmanager nsplugin nls nvidia png ogg opengl oss
pam quicktime qt -qt3 -qt4 readline real realmedia sse
sse2 ssse3 ssl subtitle subversion svg svga tcpd theora tiff truetype unicode
userlocales usb v4l vim-syntax vorbis webkit wifi win32codecs wmf X xcb
xcomposite xine xml xpm xscreensaver xv xvmc xvid zlib"

#GENTOO_MIRRORS="http://www.las.ic.unicamp.br/pub/gentoo/ "
#GENTOO_MIRRORS="http://143.106.60.116/pub/gentoo/ "

GENTOO_MIRRORS="http://distro.ibiblio.org/pub/linux/distributions/gentoo/
http://www.gtlib.gatech.edu/pub/gentoo
http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
http://lug.mtu.edu/gentoo/ "

SYNC="rsync://rsync.gentoo.org/gentoo-portage"

#SYNC="rsync://rsync.samerica.gentoo.org/gentoo-portage"
#SYNC="rsync://143.106.60.116/gentoo-portage"

source /usr/local/portage/layman/make.conf

PORTDIR_OVERLAY="/usr/local/portage/tiago"

the result of lspci | grep VGA:

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)


the output of eselect rc show:

Status of init scripts in runlevel "default"
acpid [started]
cupsd [started]
dbus [started]
gpm [started]
hald [started]
ivman [started]
lm_sensors [started]
local [started]
named [started]
netmount [started]
svnserve [started]
syslog-ng [started]
vixie-cron [started]

post your emerge --info:

Portage 2.1.6.13 (default/linux/x86/10.0/desktop, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.31-gentoo-r6 i686)
=================================================================
System uname: Linux-2.6.31-gentoo-r6-i686-Intel-R-_Core-TM-2_Duo_CPU_T7700_@_2.40GHz-with-gentoo-2.0.1
Timestamp of tree: Sat, 26 Dec 2009 01:30:01 +0000
ccache version 2.4 [disabled]
app-shells/bash: 4.0_p35
dev-java/java-config: 1.3.7-r1, 2.1.9-r2
dev-lang/python: 2.6.4
dev-python/pycrypto: 2.1.0_beta1
dev-util/ccache: 2.4-r7
dev-util/cmake: 2.8.0
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.6.0
sys-apps/sandbox: 1.6-r2
sys-devel/autoconf: 2.13, 2.63-r1
sys-devel/automake: 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: 2.2.6b
virtual/os-headers: 2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /var/bind /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distro.ibiblio.org/pub/linux/distributions/gentoo/
http://www.gtlib.gatech.edu/pub/gentoo
http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
http://lug.mtu.edu/gentoo/ "
LANG="pt_BR.UTF-8"
LC_ALL="pt_BR.utf8"
LDFLAGS="-Wl,-O1"
LINGUAS="pt_BR en en_US"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/tiago"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac acl acpi aim alsa autoipd avahi berkdb bluetooth branding bzip2 cairo cdparanoia cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr dvdread eds emboss encode esd evo examples fam fbcondecor fbsplash ffmpeg firefox flac fortran ftp gd gdbm gif git glut gmail gnome gnutls gpm gstreamer gtk gzip hal iconv imagemagick ipv6 jabber java javascript jpeg jpeg2k laptop lcms ldap libnotify lm_sensors mad md5sum mdnsresponder-compat mikmod mime mmx mmxext mng modules mp3 mp4 mpeg mplayer msn mudflap mysql ncurses networkmanager nls nptl nptlonly nsplugin nvidia ogg opengl openmp oss pam pcre pdf perl png ppds pppd python qt qt3support quicktime readline realmedia reflection sdl session spell spl sse sse2 ssl ssse3 startup-notification subtitle subversion svg svga sysfs tcpd theora thunar tiff truetype unicode usb userlocales v4l vim-syntax vorbis webkit wifi win32codecs wmf x264 x86 xcb xcomposite xine xml xorg xpm xscreensaver xulrunner xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" FOO2ZJS_DEVICES="hp2600n" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pt_BR en en_US" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia intel"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

version of xorg-server:

1.6.5-r1

thanks for help
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sat Dec 26, 2009 4:02 pm    Post subject: Reply with quote

Can you try this one :

Code:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "intel"
    VendorName     "INTEL"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
Back to top
View user's profile Send private message
ttrindade
n00b
n00b


Joined: 26 Dec 2009
Posts: 16
Location: Brazil

PostPosted: Sat Dec 26, 2009 6:40 pm    Post subject: Reply with quote

d2_racing wrote:
Can you try this one :

Code:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "intel"
    VendorName     "INTEL"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


I tried, but did not work .... I await further suggestions
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Tue Dec 29, 2009 10:54 pm    Post subject: Reply with quote

Are you sure you'renot missing required kernel modules/mesa drivers ?
Back to top
View user's profile Send private message
crashthissite1
n00b
n00b


Joined: 10 Apr 2010
Posts: 1

PostPosted: Sat Apr 10, 2010 1:08 am    Post subject: Reply with quote

ttrindade wrote:
d2_racing wrote:
Can you try this one :

Code:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "intel"
    VendorName     "INTEL"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


I tried, but did not work .... I await further suggestions


It also did not work for me
Back to top
View user's profile Send private message
trubicoid
Tux's lil' helper
Tux's lil' helper


Joined: 04 Aug 2009
Posts: 79

PostPosted: Wed Jul 21, 2010 9:07 am    Post subject: Reply with quote

trubicoid wrote:
Hi, I'm having strange touchpad problem on one of my laptops since I upgraded to xorg-server-1.5 (crrently 1.6.3, but still the same).
Symptoms: everything works just fine, touchpad, keyboard, but after cca 30 seconds X consumes 100% of cpu and the computer is unusable ...
What is strange: the problem does not occur when I plug in USB mouse before starting X. Even more strange: when I later unplug the USB mouse, after cca 30 seconds the X again takes 100% cpu.
There is nothing suspicious in dmesg, log nor Xorg.log ...
I tried almost everything, xorg without edev and hal or with, different versions of xorg, hal, dubus, evdev and synaptics but nothing seemed to work ...
This is Acer TravelMate 8000 and I have also Acer Aspire 5021 also with synaptic touchpad and on the second one there is absolutely no problem. The two computers are configured identically, although first is x86 and second x86_64.


The problem is solved. For the record and people with same problem: it seems to be related to USB autosuspend of this device
Code:

Bus 001 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"

no idea, what it does, but it is inside the computer, somehow related to the keyboard, multimedia keys or touch-pad maybe? Also don't know why the problem started only after switching to hal enabled xorg. Maybe hal is recognizing this device and waiting for something from it?

The solution is:

linux command line parameter:
Code:

usbcore.autosuspend=-1


and then in /etc/conf.d/local.start:
Code:

for i in `find /sys/devices/ -name 'autosuspend'`; do echo 1 > "$i"; done
echo -1 > /sys/devices/pci0000\:00/0000\:00\:1d.7/usb1/1-6/power/autosuspend


In fact it would be enough just in local.start, but using the parallel start of services xorg starts before local.start and freezes.
Once I'll try without the workaround as my xorg is no more hal dependent.
Back to top
View user's profile Send private message
Zarhan
l33t
l33t


Joined: 27 Feb 2004
Posts: 994

PostPosted: Mon Jan 03, 2011 2:55 pm    Post subject: Reply with quote

How about unstickifying this topic, since hal is gone (apart from KDE, where it will be gone come KDE 4.6)
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Mon Jan 03, 2011 3:21 pm    Post subject: Reply with quote

Zarhan wrote:
How about unstickifying this topic, since hal is gone (apart from KDE, where it will be gone come KDE 4.6)


indeed, obsolete thread
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6095
Location: Dallas area

PostPosted: Mon Jan 03, 2011 3:38 pm    Post subject: Reply with quote

I agree as xorg-server-1.7.6 is the oldest available for emerging right now.
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
kpep01
Tux's lil' helper
Tux's lil' helper


Joined: 20 Oct 2005
Posts: 96
Location: Seattle Area, WA

PostPosted: Sat Sep 24, 2011 11:36 pm    Post subject: Reply with quote

I was happy this thread was still there - it told me why I could no longer find hald and ivman. Maybe I'm just a twit, but, it would be nice to be able to find the information about hald being obsolete a bit easier. Thanx for all that you do!
_________________
There is no higher religion than human service.
To work for the common good is the highest creed.
-Albert Schweitzer
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sat Sep 24, 2011 11:43 pm    Post subject: Reply with quote

you mean in some kind of documentation instead in the forum ?
maybe, like that ? http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.9-upgrade-guide.xml
Back to top
View user's profile Send private message
kpep01
Tux's lil' helper
Tux's lil' helper


Joined: 20 Oct 2005
Posts: 96
Location: Seattle Area, WA

PostPosted: Sun Sep 25, 2011 2:20 am    Post subject: Reply with quote

I'm sure it's there, Krinn. I haven't looked at the X11 documentation in years - I simply install and cp my config files. It's worked for years (but, someday it might not work, then I might have to do the unthinkable and read the new documentation).

Perhaps you used a different search pattern to locate that document than myself (either google, or gentoo search, or whatever is your favorite)? Or, you might be more up on these issues than myself.

I'm a novice (i.e. a somewhat simple desktop) user, and not so hardcore when it comes to knowing all things Gentoo (my tiny brain can only process so much information). I guess I just hope that sometimes idiots like me can find the answers a little easier than occassionally seems to be the case with Gentoo. But then again, perhaps there were things I should have been paying attention to that I wasn't.

Thanx for the input, however, it's greatly appreciated. It was enough to learn that I was worrying about nothing since hald is now obsolete.

Now I just hope I don't bork myself on the kde installation considering that different meta-packages require an opposing use flag for kdelibs. Oh well, we'll see what happens and have fun with it anyway.

Thank again, Krinn.
_________________
There is no higher religion than human service.
To work for the common good is the highest creed.
-Albert Schweitzer
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3 ... 14, 15, 16
Page 16 of 16

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum