Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
monitor 16:9
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
roberto_dotg
n00b
n00b


Joined: 13 Apr 2005
Posts: 15

PostPosted: Wed Mar 19, 2008 11:16 pm    Post subject: monitor 16:9 Reply with quote

Hi!
googleing I ain't found much, so I ask it to you.
I bought a Lenovo r61i with 16:9 monitor and resolution up to 1200:800 and any window manager but enlightenment fails to display correctly my desktop.
Gnome and KDE shows it at 1024x768 resolution and even on e16 if I run some gnome apps they use the wrong res.
thats my xorg.conf

Code:

Section "Files"
EndSection

Section "Module"
        Load "i2c"
        Load "bitmap"
        Load "dbe"
        Load "extmod"
        Load "type1"
        Load "freetype"
        Load "glx"
        Load "vbe"
        Load "dri"
EndSection


Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "it"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "Device"
           Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
           Driver "intel"
           BusID "PCI:0:2:0"
           Option "DRI" "true"
           Option "XVideo" "true"
           #Option "DisplayInfo" "true"
           Option "RenderAccel" "true"
           Option "XAANoOffscreenPixmaps" "true"
           #Option "AccelMethod" "EXA"
EndSection


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

Section "Screen"
           Identifier "Default Screen"
           Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
           Monitor "Generic Monitor"
           DefaultDepth 24
           Option "RenderAccel" "True"
           Option "AllowGLXWithComposite" "True"
           Option "AddARGBGLXVisuals" "True"
           SubSection "Display"
           Modes "1280x800"
           EndSubSection
EndSection

Section "ServerLayout"
           Identifier "Default Layout"
           Screen "Default Screen"
           InputDevice "Generic Keyboard"
           InputDevice "Configured Mouse"
           Option "AIGLX" "true"
           # Uncomment if you have a wacom tablet
           # InputDevice "stylus" "SendCoreEvents"
           # InputDevice "cursor" "SendCoreEvents"
           # InputDevice "eraser" "SendCoreEvents"
           InputDevice "Synaptics Touchpad"
           EndSection
Section "DRI"
           Mode 0666
           EndSection

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


Has anyone any idea to get with any wm the right res. at 1200 x 800 ?

thank you in adv
Back to top
View user's profile Send private message
devilheart
l33t
l33t


Joined: 17 Mar 2005
Posts: 848
Location: Villach, Austria

PostPosted: Thu Mar 20, 2008 10:02 am    Post subject: Reply with quote

try to add
Depth 24
in SubSection "Display"
take also a look to xorg log
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
Page 1 of 1

 
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