Associate
- Joined
- 24 Jun 2007
- Posts
- 1,869
- Location
- Landan.
Afternoon all,
I've got an old laptop that uses an obscure VIA chipset for its graphics, as such it's an absolute PITA to get working and I've never (ever) been able to get it working in Ubuntu.
However, I can get it to work perfectly in Mandriva. So I've got the xorg.conf from the Mandriva install, and I've ported it over to a fresh Ubuntu-Netbook 10.10 install - but it's not liking it (X loads fine, can login, but then all sort of weirdness cracks off). I've checked and the latest openchrome drivers are already installed, and also I had to install v4l as it wasn't already installed - but still no joy.
Can anyone spot anything from the xorg.conf below that Ubuntu wouldn't like?
One thing that springs to mind is the name of the devices. If I remember rightly in Ubuntu the LCD panel is called default, so I'm just about to try changing that and will report back.
Cheers.
I've got an old laptop that uses an obscure VIA chipset for its graphics, as such it's an absolute PITA to get working and I've never (ever) been able to get it working in Ubuntu.
However, I can get it to work perfectly in Mandriva. So I've got the xorg.conf from the Mandriva install, and I've ported it over to a fresh Ubuntu-Netbook 10.10 install - but it's not liking it (X loads fine, can login, but then all sort of weirdness cracks off). I've checked and the latest openchrome drivers are already installed, and also I had to install v4l as it wasn't already installed - but still no joy.
Can anyone spot anything from the xorg.conf below that Ubuntu wouldn't like?
Code:
# File generated by XFdrake (rev )
Section "Extensions"
Option "Composite" "Disable"
EndSection
# File generated by XFdrake (rev )
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1280x800"
HorizSync 31.5-50.0
VertRefresh 56.0-65.0
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
BoardName "VESA driver (generic)"
Driver "openchrome"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
One thing that springs to mind is the name of the devices. If I remember rightly in Ubuntu the LCD panel is called default, so I'm just about to try changing that and will report back.
Cheers.